- 58eec36 Add proof-of-concept selection support to terminal by Kristian Høgsberg · 15 years ago
- 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 15 years ago
- 943741c Use the global handler in dnd instead of custom drag_offer hook by Kristian Høgsberg · 15 years ago
- b46df05 window: Add a catch-all global handler hook by Kristian Høgsberg · 15 years ago
- 8def264 Check for cairo-egl instead of just cairo-gl by Kristian Høgsberg · 15 years ago
- da846ca Fix terminal resizing by Kristian Høgsberg · 15 years ago
- f8475c9 Fix window.c build without cairo-gl by nobled · 15 years ago
- 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 15 years ago
- 45568f6 When no DRM present, clients (window.c actually) now either exit orderly, by Yuval Fledel · 15 years ago
- f8fc08f Add origin information to output.geometry event by Kristian Høgsberg · 15 years ago
- 2bb3ebe Create socket in /var/run/user/${HOME} by Kristian Høgsberg · 15 years ago
- 06bc264 Fix warnings from adding -Wall back by Kristian Høgsberg · 15 years ago
- 41da908 Don't hardcode offered dnd types in window.c by Kristian Høgsberg · 15 years ago
- 88b272d Made the window save the coordinates when being draged. by Joel Teichroeb · 15 years ago
- 35fd2a8 wayland_client: rename wl_display_create to wl_display_connect by Benjamin Franzke · 15 years ago
- 1f5d507 Define MULT outside the HAVE_CAIRO_GL #ifdef by Kristian Høgsberg · 15 years ago
- 55973f2 Some additional return value checking by Darxus · 15 years ago
- 8857a96 window: Don't call drag_offer_handler if it's NULL by Kristian Høgsberg · 15 years ago
- 156d057 Function declares a pointer return, so return one. by Bryce Harrington · 15 years ago
- 515f63a Quell warning about potentially uninitialized variable 'surface' by Bryce Harrington · 15 years ago
- 40269a6 Cleanup declared but unused variables. by Bryce Harrington · 15 years ago
- 2b43bd7 Bring gears example up to date by Kristian Høgsberg · 15 years ago
- 4d8ba21 Make sure there is a current context. by Chia-I Wu · 15 years ago
- 1f41190 Use glTexSubImage to update the pixels. by Chia-I Wu · 15 years ago
- 012a007 Add small client for testing shm surfaces by Kristian Høgsberg · 15 years ago
- d0c3b9d Fall back to cairo image backend and shm surface if we don't have cairo gl by Kristian Høgsberg · 15 years ago
- ce457ba Add timestamp to pointer image attach request by Kristian Høgsberg · 15 years ago
- ab2f1cd Dont post damage event from window_copy_surface by Kristian Høgsberg · 15 years ago
- 7d80406 Only set pointer image when it changes by Kristian Høgsberg · 15 years ago
- 9d69f8e Replace commit/ack/frame protocol with simpler sync and frame callbacks by Kristian Høgsberg · 15 years ago
- e9d37bd Use a transient object for the dnd session by Kristian Høgsberg · 15 years ago
- c7c6064 Add options to specify xkb details by Kristian Høgsberg · 15 years ago
- 3062060 Remove debug message by Kristian Høgsberg · 15 years ago
- e968f9c Provide visual feedback as to whether drop is supported by Kristian Høgsberg · 15 years ago
- 4eb5360 Update drag protocol to use fd passing for data transfer by Kristian Høgsberg · 15 years ago
- 1d7ffd3 Set pointer image only in response to 'target' event by Kristian Høgsberg · 15 years ago
- b12fcce Update to EGL_MESA_drm_image from mesa master by Kristian Høgsberg · 15 years ago
- 506e20e More work on dnd by Kristian Høgsberg · 15 years ago
- 9a68624 Add a drag and drop test client by Kristian Høgsberg · 15 years ago
- 10ddbd2 Insert unexplainable cairo_device_flush() to fix terminal drawing by Kristian Høgsberg · 15 years ago
- da275dd Add client side pointer image handling by Kristian Høgsberg · 15 years ago
- b91cd10 Move cairo-util.[ch] to clients/ by Kristian Høgsberg · 15 years ago
- 4fe1a3e Don't track globals in the client lib, just send out events by Kristian Høgsberg · 15 years ago
- 640609a Implement current drm auth scheme in the drm object by Kristian Høgsberg · 15 years ago
- 5fcd0aa Introduce 'buffer' object for attaching, image cahce and cursor images by Kristian Høgsberg · 15 years ago
- 6d70202 Send out coordinates with pointer_focus event by Kristian Høgsberg · 15 years ago
- 83fc061 Introduce 'shell' object for moving and resizing surfaces in the compositor by Kristian Høgsberg · 15 years ago
- 379b678 Use EGL_KHR_surfaceless_opengl by Kristian Høgsberg · 15 years ago
- 808fd41 Drop coordinates from buttons press, add timestamp to events by Kristian Høgsberg · 15 years ago
- f252d6a Update to use eglGetDRMDisplayMESA() by Kristian Høgsberg · 15 years ago
- 3e6e7e6 Track libxkbcommon API changes by Kristian Høgsberg · 15 years ago
- 2d6b7c1 Fix some warnings by Kristian Høgsberg · 15 years ago
- 94adf6c Use libxkbcommon for mapping keycodes to keysyms by Kristian Høgsberg · 15 years ago
- c8c3734 Set window user data using separate function by Kristian Høgsberg · 15 years ago
- dcb71b6 Update decoration drawing to be less cairo path happy by Kristian Høgsberg · 15 years ago
- 80d746f Consolidate redraw scheduling in window.c by Kristian Høgsberg · 15 years ago
- 0953162 Fix resizing by Kristian Høgsberg · 15 years ago
- bf6ceda Implement resizing from all sides by Kristian Høgsberg · 15 years ago
- 478d926 Send device name at connect time by Kristian Høgsberg · 15 years ago
- 7824d81 Consolidate more code in clients/window.c by Kristian Høgsberg · 15 years ago
- a85fe3c Use cairo-gl in clients by Kristian Høgsberg · 15 years ago
- f88ae45 Make clients at least compile for now by Kristian Høgsberg · 15 years ago[Renamed (99%) from window.c]
- d923e9d Replace cairo_drm_device_t with cairo_device_t by Janusz Lewandowski · 16 years ago
- a341fa0 Use FBOs instead of eagle-specific API by Kristian Høgsberg · 16 years ago
- 2aac302 Stop using surface::copy in window by Kristian Høgsberg · 16 years ago
- 6a1b201 window: factor out surface attachment code by Kristian Høgsberg · 16 years ago
- 7d7b5db Tweak theme a bit by Kristian Høgsberg · 16 years ago
- 2644910 Update to track the cairo_drm_device_t rename by Kristian Høgsberg · 16 years ago
- 0acc6c4 Renable blurred dropshadows and fix call to blur_surface(). by Kristian Høgsberg · 16 years ago
- 99f090d Update modifier state on focus in and out. by Kristian Høgsberg · 16 years ago
- 3c38fa0 Include the currently pressed keys in keyboard focus event. by Kristian Høgsberg · 16 years ago
- 3c248cc Paint terminal cursor hollow when focus is lost. by Kristian Høgsberg · 16 years ago
- db6c2f3 Add keyboard and pointer focus events. by Kristian Høgsberg · 16 years ago
- 5544491 Move keymap to window.c by Kristian Høgsberg · 16 years ago
- 43c28ee Add a toy-display object that caches state. by Kristian Høgsberg · 17 years ago
- 0ac16f0 Switch to cairo-drm, drop struct buffer hacks. by Kristian Høgsberg · 17 years ago
- 94448c0 Add listener interfaces for output and input_device objects. by Kristian Høgsberg · 17 years ago
- 0395f30 Add a fullscreen mode to the terminal. by Kristian Høgsberg · 17 years ago
- de31d5c Add preliminary visual support. by Kristian Høgsberg · 17 years ago
- d2412e2 Redesign the compositor / server interface. by Kristian Høgsberg · 17 years ago
- c492b48 Make multi-pointer work. by Kristian Høgsberg · 17 years ago
- 5ee1a60 Rewrite input event delivery path. by Kristian Høgsberg · 17 years ago
- 2210676 Let clients override the suggested size on resize. by Kristian Høgsberg · 17 years ago
- 1584c57 Snap terminal size to an integer number of character cells. by Kristian Høgsberg · 17 years ago
- 6e83d58 Add keyboard input to terminal. by Kristian Høgsberg · 17 years ago
- 0c4457f Refactor window logic into reusable parts, add a new terminal application. by Kristian Høgsberg · 17 years ago
- dc0f355 Fix API to always include socket name length. by Kristian Høgsberg · 17 years ago
- e2ce43a Fix namespace convention for glib source. by Kristian Høgsberg · 17 years ago
- ffd710e Put Wayland under the MIT license. by Kristian Høgsberg · 17 years ago
- fbdbbdc Finally implement the commit/ack/frame protocol and improve repaint loop. by Kristian Høgsberg · 17 years ago
- 44f36e3 Make ack event signal that the requests have been composited. by Kristian Høgsberg · 17 years ago
- 4097923 Add commit request + ack event to wayland core. by Kristian Høgsberg · 17 years ago
- e9d550b Optimize blur further, resize gears with window. by Kristian Høgsberg · 17 years ago
- 8733026 Optimize blur a bit more. by Kristian Høgsberg · 17 years ago
- 8c304f6 A couple more theme tweaks. by Kristian Høgsberg · 17 years ago
- 6e635f3 Get corner radius right for inner bevel. by Kristian Høgsberg · 17 years ago
- 10bdd29 Optimize window blur calculation. by Kristian Høgsberg · 17 years ago
- 2f2cfae Factor out common cairo code, add blur function. by Kristian Høgsberg · 17 years ago
- e4feb56 Make window prettier again. by Kristian Høgsberg · 17 years ago
- b7a0192 Add prototypes warnings, use -fvisibility. by Kristian Høgsberg · 17 years ago