1. 53a7f21 Fix the resizor by Kristian Høgsberg · 15 years ago
  2. 5c4056e Schedule frame callback in the redraw handler by Kristian Høgsberg · 15 years ago
  3. 7c221d2 Add window resize sample client by Kristian Høgsberg · 15 years ago
  4. 45568f6 When no DRM present, clients (window.c actually) now either exit orderly, by Yuval Fledel · 15 years ago
  5. f8fc08f Add origin information to output.geometry event by Kristian Høgsberg · 15 years ago
  6. 2bb3ebe Create socket in /var/run/user/${HOME} by Kristian Høgsberg · 15 years ago
  7. 06bc264 Fix warnings from adding -Wall back by Kristian Høgsberg · 15 years ago
  8. 1f25315 Add $(GCC_CFLAGS) back by Kristian Høgsberg · 15 years ago
  9. 0c007ae Make the dnd client actually work. by Joel Teichroeb · 15 years ago
  10. d44bc8b Add reject round trip to dnd protocol by Kristian Høgsberg · 15 years ago
  11. 41da908 Don't hardcode offered dnd types in window.c by Kristian Høgsberg · 15 years ago
  12. 88b272d Made the window save the coordinates when being draged. by Joel Teichroeb · 15 years ago
  13. 35fd2a8 wayland_client: rename wl_display_create to wl_display_connect by Benjamin Franzke · 15 years ago
  14. c4b8c45 fix missing includes in clients/window.h and clients/wayland-glib.h by Fred Morcos · 15 years ago
  15. 1f5d507 Define MULT outside the HAVE_CAIRO_GL #ifdef by Kristian Høgsberg · 15 years ago
  16. 55973f2 Some additional return value checking by Darxus · 15 years ago
  17. e9f5e36 Make clients exit orderly when there is no connection by Yuval Fledel · 15 years ago
  18. 8857a96 window: Don't call drag_offer_handler if it's NULL by Kristian Høgsberg · 15 years ago
  19. 156d057 Function declares a pointer return, so return one. by Bryce Harrington · 15 years ago
  20. 515f63a Quell warning about potentially uninitialized variable 'surface' by Bryce Harrington · 15 years ago
  21. f57303f Expose window_set_surface() in window.h by Bryce Harrington · 15 years ago
  22. 40269a6 Cleanup declared but unused variables. by Bryce Harrington · 15 years ago
  23. 7637ff0 Clean up .gitignore files by Nikolai Kondrashov · 15 years ago
  24. 2b43bd7 Bring gears example up to date by Kristian Høgsberg · 15 years ago
  25. 990854d Fixed a bogus call to cairo_destroy by Johan Bilien · 15 years ago
  26. 0bfb126 Add /wayland so we pick up generated header files by Kristian Høgsberg · 15 years ago
  27. 4d8ba21 Make sure there is a current context. by Chia-I Wu · 15 years ago
  28. 1f41190 Use glTexSubImage to update the pixels. by Chia-I Wu · 15 years ago
  29. 332073b List libtoytoolkit.la before libwayland-client.la on the link line by Kristian Høgsberg · 15 years ago
  30. 012a007 Add small client for testing shm surfaces by Kristian Høgsberg · 15 years ago
  31. d0c3b9d Fall back to cairo image backend and shm surface if we don't have cairo gl by Kristian Høgsberg · 15 years ago
  32. f0152da Use automake by Kristian Høgsberg · 15 years ago
  33. 118fb49 Fix clients include path after moving files around by Kristian Høgsberg · 15 years ago
  34. 45115a4 Fix screenshoot.c type in Makefile by Kristian Høgsberg · 15 years ago
  35. 3dd66d6 Use scanner to generate screenshooter client code as well by Kristian Høgsberg · 15 years ago
  36. ce457ba Add timestamp to pointer image attach request by Kristian Høgsberg · 15 years ago
  37. 6dd08eb Move core protocol libraries into wayland/ subdirectory by Kristian Høgsberg · 15 years ago
  38. ab2f1cd Dont post damage event from window_copy_surface by Kristian Høgsberg · 15 years ago
  39. 7d80406 Only set pointer image when it changes by Kristian Høgsberg · 15 years ago
  40. 9d69f8e Replace commit/ack/frame protocol with simpler sync and frame callbacks by Kristian Høgsberg · 15 years ago
  41. e9d37bd Use a transient object for the dnd session by Kristian Høgsberg · 15 years ago
  42. 8ca1cc2 flower: Clear surface by Kristian Høgsberg · 15 years ago
  43. c7c6064 Add options to specify xkb details by Kristian Høgsberg · 15 years ago
  44. 3062060 Remove debug message by Kristian Høgsberg · 15 years ago
  45. e968f9c Provide visual feedback as to whether drop is supported by Kristian Høgsberg · 15 years ago
  46. 4eb5360 Update drag protocol to use fd passing for data transfer by Kristian Høgsberg · 15 years ago
  47. 1d7ffd3 Set pointer image only in response to 'target' event by Kristian Høgsberg · 15 years ago
  48. 8a40871 A few makefile/autoconf fixes by Kristian Høgsberg · 15 years ago
  49. b12fcce Update to EGL_MESA_drm_image from mesa master by Kristian Høgsberg · 15 years ago
  50. 506e20e More work on dnd by Kristian Høgsberg · 15 years ago
  51. b8cc24e Actually add dnd client by Kristian Høgsberg · 15 years ago
  52. 9a68624 Add a drag and drop test client by Kristian Høgsberg · 15 years ago
  53. 10ddbd2 Insert unexplainable cairo_device_flush() to fix terminal drawing by Kristian Høgsberg · 15 years ago
  54. da275dd Add client side pointer image handling by Kristian Høgsberg · 15 years ago
  55. 4219a40 Add DMZ cursor theme by Kristian Høgsberg · 15 years ago
  56. b91cd10 Move cairo-util.[ch] to clients/ by Kristian Høgsberg · 15 years ago
  57. a661f26 Name libraries -client and -server for consistency by Kristian Høgsberg · 15 years ago
  58. 4fe1a3e Don't track globals in the client lib, just send out events by Kristian Høgsberg · 15 years ago
  59. 640609a Implement current drm auth scheme in the drm object by Kristian Høgsberg · 15 years ago
  60. 5fcd0aa Introduce 'buffer' object for attaching, image cahce and cursor images by Kristian Høgsberg · 15 years ago
  61. 6d70202 Send out coordinates with pointer_focus event by Kristian Høgsberg · 15 years ago
  62. 83fc061 Introduce 'shell' object for moving and resizing surfaces in the compositor by Kristian Høgsberg · 15 years ago
  63. 43788b1 Update keyboard focus handler signatures by Kristian Høgsberg · 15 years ago
  64. 379b678 Use EGL_KHR_surfaceless_opengl by Kristian Høgsberg · 15 years ago
  65. 808fd41 Drop coordinates from buttons press, add timestamp to events by Kristian Høgsberg · 15 years ago
  66. f252d6a Update to use eglGetDRMDisplayMESA() by Kristian Høgsberg · 15 years ago
  67. 3e6e7e6 Track libxkbcommon API changes by Kristian Høgsberg · 15 years ago
  68. 2d6b7c1 Fix some warnings by Kristian Høgsberg · 15 years ago
  69. 94adf6c Use libxkbcommon for mapping keycodes to keysyms by Kristian Høgsberg · 15 years ago
  70. c8c3734 Set window user data using separate function by Kristian Høgsberg · 15 years ago
  71. dcb71b6 Update decoration drawing to be less cairo path happy by Kristian Høgsberg · 15 years ago
  72. 80d746f Consolidate redraw scheduling in window.c by Kristian Høgsberg · 15 years ago
  73. 0953162 Fix resizing by Kristian Høgsberg · 15 years ago
  74. bf6ceda Implement resizing from all sides by Kristian Høgsberg · 15 years ago
  75. fc783d4 Split native drm part of compositor out by Kristian Høgsberg · 15 years ago
  76. 478d926 Send device name at connect time by Kristian Høgsberg · 15 years ago
  77. 7824d81 Consolidate more code in clients/window.c by Kristian Høgsberg · 15 years ago
  78. a85fe3c Use cairo-gl in clients by Kristian Høgsberg · 15 years ago
  79. f88ae45 Make clients at least compile for now by Kristian Høgsberg · 15 years ago
  80. b2a432e Move clients to subdirectory by Kristian Høgsberg · 15 years ago