1. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  2. 980c49e window: Remove unused variable by Kristian Høgsberg · 14 years ago
  3. 77cbc95 window: clean up redraw and focuses on destroy by Pekka Paalanen · 14 years ago
  4. 8bd35c7 window: Avoid setting an invalid surface for the pointer by Rob Bradford · 14 years ago
  5. 21223bf window: Report an error if we cannot load the pointer files by Rob Bradford · 14 years ago
  6. bcee9a4 desktop-shell: Add beginning of pop-up menu to panel by Kristian Høgsberg · 14 years ago
  7. 1a89f28 gears: Fail if compiled without cairo-egl by Benjamin Franzke · 14 years ago
  8. 0c99163 window: Create a cairo device for each egl config by Benjamin Franzke · 14 years ago
  9. 47eb8f4 window: Remove display_flush_cairo_device by Benjamin Franzke · 14 years ago
  10. e4fb78d Handle compositors without wl_shell by Kristian Høgsberg · 14 years ago
  11. e28d05b window.c: Move window items to window.c by Kristian Høgsberg · 14 years ago
  12. 3a69627 window: Stop using glib mainloop in toy toolkit by Kristian Høgsberg · 14 years ago
  13. 1e164b9 Move rounded_rect() to cairo-util.c by Kristian Høgsberg · 14 years ago
  14. 547da5a terminal: Make -f (fullscreen) option work again by Kristian Høgsberg · 14 years ago
  15. f8ab46e window: Default to toplevel windows by Kristian Høgsberg · 14 years ago
  16. 0c29eb2 clients: Add a simple desktop-shell app by Kristian Høgsberg · 14 years ago
  17. 900b226 window: Add enter/leave handlers by Kristian Høgsberg · 14 years ago
  18. 4b87a13 clients: Fix typos by Benjamin Franzke · 14 years ago
  19. 91eacca Remove egl display type setenv hack by Benjamin Franzke · 14 years ago
  20. f389cac Move away from visuals and just use EGLConfigs or shm format tokens by Kristian Høgsberg · 14 years ago
  21. 9de79a9 window.c: Drop global handler argument by Kristian Høgsberg · 14 years ago
  22. a8d1fa7 clients: Bring clients up to date by Kristian Høgsberg · 14 years ago
  23. 3341820 Use the new wl_callback interface by Kristian Høgsberg · 14 years ago
  24. 22d5481 window.c: Fix compile/run using cairo without egl by Benjamin Franzke · 14 years ago
  25. 14f7ff9 window: Set egl_window_resize late and once by Benjamin Franzke · 14 years ago
  26. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago
  27. 7a5c979 Move map requests to shell by Kristian Høgsberg · 14 years ago
  28. 65e5051 clients: Add an optional roundtrip for visual lookup by Benjamin Franzke · 14 years ago
  29. 3be87d1 window: Add support for opaque windows by Kristian Høgsberg · 14 years ago
  30. 8357cd6 window.c: Deal with visual changes by Kristian Høgsberg · 14 years ago
  31. e7b8d90 compositor: Set EGL_PLATFORM env variable for each backend. by Egbert Eich · 14 years ago
  32. bde55ec Implement buffer.damage in shm, use it in window.c by Benjamin Franzke · 14 years ago
  33. 7cbdb64 Fix clients to work with wl_ prefixed interface names by Kristian Høgsberg · 14 years ago
  34. 91342c6 Switch to new subscribe protocol and wayland-egl by Kristian Høgsberg · 14 years ago
  35. d11eadb window.c: Check for cairo device failure the right way by Kristian Høgsberg · 14 years ago
  36. 01aed1c Remove double definition of window_get_wl_surface() by Kristian Høgsberg · 14 years ago
  37. 11e2828 Merge remote-tracking branch 'bnf/surface-frame-event' by Kristian Høgsberg · 14 years ago
  38. 12b0bb3 Fix window_set_child_size() for windows without decoration by Kristian Høgsberg · 14 years ago
  39. 386857b Add struct window accessor for the wl_surface by Kristian Høgsberg · 14 years ago
  40. b4b6734 Define global handler on display creation by Tim Wiederhake · 14 years ago
  41. cff904e gears: Use wayland egl surface instead of images by Benjamin Franzke · 14 years ago
  42. 6693ac2 window: Use window surfaces for windows by Benjamin Franzke · 14 years ago
  43. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  44. 9c7a8cc fix typo in window.c by Tim Wiederhake · 14 years ago
  45. 0d5007a window.c: Use eglGetProcAddress to look up extension functions by Kristian Høgsberg · 14 years ago
  46. 297d6dd window.c: Include wayland-egl.h before EGL headers so we get the right platform by Kristian Høgsberg · 14 years ago
  47. bfb8e61 Follow wayland-egl renames by Kristian Høgsberg · 14 years ago
  48. 297c631 Port window.c to use wayland-egl by Kristian Høgsberg · 14 years ago
  49. 7b87cb0 window: add null checks by nobled · 15 years ago
  50. 14d222f add newlines in error messages by nobled · 15 years ago
  51. 0ce2457 Add initial basic support for fullscreen surfaces by Kristian Høgsberg · 15 years ago
  52. 3ba4858 compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers by Kristian Høgsberg · 15 years ago
  53. 0043961 Fix new gcc 4.6 warnings by Kristian Høgsberg · 15 years ago
  54. c4df99c Replace gdk_pixbuf_unref with g_object_unref by Darxus@chaosreigns.com · 15 years ago
  55. d5fb9cc window.c: Make title not const by Kristian Høgsberg · 15 years ago
  56. 6ec41ab Merge remote branch 'callum/master' by Kristian Høgsberg · 15 years ago
  57. 81bd979 initialise display by Tim Wiederhake · 15 years ago
  58. 748f672 free option context by Tim Wiederhake · 15 years ago
  59. b6761dc fix resizing at top/left border by Tim Wiederhake · 15 years ago
  60. 8a6f7e3 compositor crashes if window width or height is <= 0 by Tim Wiederhake · 15 years ago
  61. a495333 Remove unused bits of cairo code by Kristian Høgsberg · 15 years ago
  62. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 15 years ago
  63. 6eeeb30 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  64. 6bccebe terminal: Just send the pty master fd to receive the selection. by Kristian Høgsberg · 15 years ago
  65. e164e4e Use cairo_push_group() for all double buffering, drop window_copy_*() by Kristian Høgsberg · 15 years ago
  66. 5982658 Render selection by Kristian Høgsberg · 15 years ago
  67. 23c03ad Use libxkbcommon #defines for modifiers by Kristian Høgsberg · 15 years ago
  68. 58eec36 Add proof-of-concept selection support to terminal by Kristian Høgsberg · 15 years ago
  69. 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 15 years ago
  70. 943741c Use the global handler in dnd instead of custom drag_offer hook by Kristian Høgsberg · 15 years ago
  71. b46df05 window: Add a catch-all global handler hook by Kristian Høgsberg · 15 years ago
  72. 8def264 Check for cairo-egl instead of just cairo-gl by Kristian Høgsberg · 15 years ago
  73. ef57a9b terminal: Window operations by Callum Lowcay · 15 years ago
  74. da846ca Fix terminal resizing by Kristian Høgsberg · 15 years ago
  75. f8475c9 Fix window.c build without cairo-gl by nobled · 15 years ago
  76. 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 15 years ago
  77. 45568f6 When no DRM present, clients (window.c actually) now either exit orderly, by Yuval Fledel · 15 years ago
  78. f8fc08f Add origin information to output.geometry event by Kristian Høgsberg · 15 years ago
  79. 2bb3ebe Create socket in /var/run/user/${HOME} by Kristian Høgsberg · 15 years ago
  80. 06bc264 Fix warnings from adding -Wall back by Kristian Høgsberg · 15 years ago
  81. 41da908 Don't hardcode offered dnd types in window.c by Kristian Høgsberg · 15 years ago
  82. 88b272d Made the window save the coordinates when being draged. by Joel Teichroeb · 15 years ago
  83. 35fd2a8 wayland_client: rename wl_display_create to wl_display_connect by Benjamin Franzke · 15 years ago
  84. 1f5d507 Define MULT outside the HAVE_CAIRO_GL #ifdef by Kristian Høgsberg · 15 years ago
  85. 55973f2 Some additional return value checking by Darxus · 15 years ago
  86. 8857a96 window: Don't call drag_offer_handler if it's NULL by Kristian Høgsberg · 15 years ago
  87. 156d057 Function declares a pointer return, so return one. by Bryce Harrington · 15 years ago
  88. 515f63a Quell warning about potentially uninitialized variable 'surface' by Bryce Harrington · 15 years ago
  89. 40269a6 Cleanup declared but unused variables. by Bryce Harrington · 15 years ago
  90. 2b43bd7 Bring gears example up to date by Kristian Høgsberg · 15 years ago
  91. 4d8ba21 Make sure there is a current context. by Chia-I Wu · 15 years ago
  92. 1f41190 Use glTexSubImage to update the pixels. by Chia-I Wu · 15 years ago
  93. 012a007 Add small client for testing shm surfaces by Kristian Høgsberg · 15 years ago
  94. d0c3b9d Fall back to cairo image backend and shm surface if we don't have cairo gl by Kristian Høgsberg · 15 years ago
  95. ce457ba Add timestamp to pointer image attach request by Kristian Høgsberg · 15 years ago
  96. ab2f1cd Dont post damage event from window_copy_surface by Kristian Høgsberg · 15 years ago
  97. 7d80406 Only set pointer image when it changes by Kristian Høgsberg · 15 years ago
  98. 9d69f8e Replace commit/ack/frame protocol with simpler sync and frame callbacks by Kristian Høgsberg · 15 years ago
  99. e9d37bd Use a transient object for the dnd session by Kristian Høgsberg · 15 years ago
  100. c7c6064 Add options to specify xkb details by Kristian Høgsberg · 15 years ago