1. 30021d7 Move switcher behaviour into switcher.c by Kristian Høgsberg · 14 years ago
  2. 0793756 Move shell bindings to shell.c by Kristian Høgsberg · 14 years ago
  3. a8ec863 Extend wlsc_binding to cover buttons too by Kristian Høgsberg · 14 years ago
  4. f512d07 Update modifier state as input devices enter and leave by Kristian Høgsberg · 14 years ago
  5. c32c81b Remove typo by Kristian Høgsberg · 14 years ago
  6. 11e2828 Merge remote-tracking branch 'bnf/surface-frame-event' by Kristian Høgsberg · 14 years ago
  7. 3555d09 Add a simple key binding mechanism by Kristian Høgsberg · 14 years ago
  8. 04db9fa Call present after clearing repaint_needed by Kristian Høgsberg · 14 years ago
  9. cfc6d27 Clip out pixels covered by opaque surfaces during repaint by Kristian Høgsberg · 14 years ago
  10. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  11. 264b3f9 compositor: Update only existing backgrounds in output_move by Benjamin Franzke · 14 years ago
  12. 9c26ff3 compositor-drm: Support output hotplugging by Benjamin Franzke · 14 years ago
  13. eefc36c compositor-drm: Fix multi head rendering by Benjamin Franzke · 14 years ago
  14. c649a92 compositor: Remove drm.c, use shm.c for pointer images by Benjamin Franzke · 14 years ago
  15. 5b2cb6f compositor: Generate Framebuffer in the backends by Benjamin Franzke · 14 years ago
  16. 1b765ff compositor: Add flags parameter to wlsc_output_init by Benjamin Franzke · 14 years ago
  17. faa0a9d compositor: Use eglBindWaylandDisplayWL by Benjamin Franzke · 14 years ago
  18. 525e4c0 compositor: Clip repaint to the damage region by Kristian Høgsberg · 14 years ago
  19. fa4e2a7 compositor: Switch away from using VBOs and just stream the vertex data by Kristian Høgsberg · 14 years ago
  20. 31bd6c7 Use pixman regions to reduce repainting by Kristian Høgsberg · 14 years ago
  21. c9824dd compositor: Implement super-tab window switching by Kristian Høgsberg · 14 years ago
  22. f30c67e compositor: Set repaint_on_timeout when we schedule a timeout repaint by Kristian Høgsberg · 14 years ago
  23. 181f52e Update compositor initiated resize to use a 3x3 grid by Kristian Høgsberg · 15 years ago
  24. 5a2218a compositor: Calculate resizing direction by Benjamin Franzke · 15 years ago
  25. f992b2f Don't crash when the previous keyboard surface goes away by Kristian Høgsberg · 15 years ago
  26. 0ce2457 Add initial basic support for fullscreen surfaces by Kristian Høgsberg · 15 years ago
  27. 3ba4858 compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers by Kristian Høgsberg · 15 years ago
  28. ac5c5e7 Don't create buffer from NULL pointer by Tim Wiederhake · 15 years ago
  29. 93331ff compositor: Forward pointer focus notification from compostor backend by Kristian Høgsberg · 15 years ago
  30. f58d8ca compositor-x11: Set window icon by Kristian Høgsberg · 15 years ago
  31. c4df99c Replace gdk_pixbuf_unref with g_object_unref by Darxus@chaosreigns.com · 15 years ago
  32. 027931b Define the shell resize enumeration in the xml spec by Kristian Høgsberg · 15 years ago
  33. 8dc378f Add new surface.map_transient() request to map a surface relative to another by Kristian Høgsberg · 15 years ago
  34. dd4046a Take away pointer focus during server grabs by Kristian Høgsberg · 15 years ago
  35. ae6c8a6 First attempt at selection support by Kristian Høgsberg · 15 years ago
  36. 4cca349 Split shell object out from compositor.c into its own file by Kristian Høgsberg · 15 years ago
  37. d3b023e compositor: Attach only valid background buffers by Benjamin Franzke · 15 years ago
  38. d711d0c Check for GL_EXT_texture_format_BGRA8888 by Kristian Høgsberg · 15 years ago
  39. a941022 Make it possible to enable/disable the various compositors from configure by Kristian Høgsberg · 15 years ago
  40. c5d6be9 Remove unused visual argument to wlsc_surface_create() by Kristian Høgsberg · 15 years ago
  41. 8525a50 Move buffer creation and buffer details into drm.c and shm.c by Kristian Høgsberg · 15 years ago
  42. 052d17d Map new surfaces on top of all other surface by Kristian Høgsberg · 15 years ago
  43. 8f66a57 Ignore surface.map_toplevel() if already mapped by Kristian Høgsberg · 15 years ago
  44. f6b1471 Initialize surface->link so we can always wl_list_remove() it by Kristian Høgsberg · 15 years ago
  45. f1ef15c Move grab definitions to wayland-util.h by Kristian Høgsberg · 15 years ago
  46. 5753188 Move basic grab handling to core libraries by Kristian Høgsberg · 15 years ago
  47. 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 15 years ago
  48. ab1862d Move code around to keep input device interface and init function close by Kristian Høgsberg · 15 years ago
  49. c5c510e Set up visuals in wayland-server by Kristian Høgsberg · 15 years ago
  50. b3fc757 Handle buttons in grab objects too by Kristian Høgsberg · 15 years ago
  51. 9c3e8d7 Move grab state to struct wl_input_device by Kristian Høgsberg · 15 years ago
  52. dfce71d Reenable fragment shader precision specifier by Kristian Høgsberg · 15 years ago
  53. 8321e69 Use grab object for motion grabs too by Kristian Høgsberg · 15 years ago
  54. 57db067 Make wlsc_input_device_update_grab() take a grab object by Kristian Høgsberg · 15 years ago
  55. 287343a Use a grab object for drag and drop by Kristian Høgsberg · 15 years ago
  56. 6d65d5f Handle shell.move using a grab object by Kristian Høgsberg · 15 years ago
  57. fc9c28a Move resizing to a grab object by Kristian Høgsberg · 15 years ago
  58. 359d667 Add grab object infrastructure by Kristian Høgsberg · 15 years ago
  59. 4be2ed9 Drop dummy wl_grab_surface hack by Kristian Høgsberg · 15 years ago
  60. 855ab75 Remove unnecessary wlsc_compositor_schedule_repaint() call by Kristian Høgsberg · 15 years ago
  61. dff2e3c Reduce indentation in notify_button() by Kristian Høgsberg · 15 years ago
  62. ea08115 Start grab when button is pressed, upgrade if we start drag, move or resize by Kristian Høgsberg · 15 years ago
  63. 7132a9a Move get_time() helper back into compositor by Kristian Høgsberg · 15 years ago
  64. 4685fa3 Pass timestamp in surface destroy callback by Kristian Høgsberg · 15 years ago
  65. 02ef1c1 Move focus tracking surface destroy callbacks into core by Kristian Høgsberg · 15 years ago
  66. a9e8961 Use surface destroy notifier for cancelling grabs by Kristian Høgsberg · 15 years ago
  67. 3d76e65 Use the per-surface destroy callback for grabs as well by Kristian Høgsberg · 15 years ago
  68. ab8475c Move get_time() helper to core by Kristian Høgsberg · 15 years ago
  69. c551bd2 Add a surface destroy callback and use it for focus tracking by Kristian Høgsberg · 15 years ago
  70. f8fc08f Add origin information to output.geometry event by Kristian Høgsberg · 15 years ago
  71. aa82767 Use generated wl_interface for visuals by Kristian Høgsberg · 15 years ago
  72. b313b02 Chage the 'base' field to be the name of the super class instead by Kristian Høgsberg · 15 years ago
  73. caa6442 compositor: Use a virtual destructor when shutting down by Kristian Høgsberg · 15 years ago
  74. 50dc698 compositor: Shut down properly so we remove the socket by Kristian Høgsberg · 15 years ago
  75. 2bb3ebe Create socket in /var/run/user/${HOME} by Kristian Høgsberg · 15 years ago
  76. 0611e3e Indentation nit-picking by Kristian Høgsberg · 15 years ago
  77. 2643707 Move pointer and keyboard focus tracking into libwayland-server by Kristian Høgsberg · 15 years ago
  78. 06bc264 Fix warnings from adding -Wall back by Kristian Høgsberg · 15 years ago
  79. d44bc8b Add reject round trip to dnd protocol by Kristian Høgsberg · 15 years ago
  80. ec2e642 Add wayland backend for compositor (nested) by Benjamin Franzke · 15 years ago
  81. 3d46534 Fix compositor crash when dragging to a surface that disappears by Kristian Høgsberg · 15 years ago
  82. 1f41190 Use glTexSubImage to update the pixels. by Chia-I Wu · 15 years ago
  83. 61a8251 Add a geometry option for x11 compositor by Kristian Høgsberg · 15 years ago
  84. 3d5bae0 Add a shm buffer sharing mechanism by Kristian Høgsberg · 15 years ago
  85. ce457ba Add timestamp to pointer image attach request by Kristian Høgsberg · 15 years ago
  86. 76b4332 Move example compositor to subdirectory by Kristian Høgsberg · 15 years ago[Renamed from compositor.c]
  87. 99d7c64 Remove non-gles2 glEnable(GL_TEXTURE_2D) call by Kristian Høgsberg · 15 years ago
  88. 50038e4 Drop wl_surface_post_event() helper by Kristian Høgsberg · 15 years ago
  89. f8ffded Drop wl_display_set_compositor() special case by Kristian Høgsberg · 15 years ago
  90. 9d69f8e Replace commit/ack/frame protocol with simpler sync and frame callbacks by Kristian Høgsberg · 15 years ago
  91. 13b8ae4 Add convenience functions for posting display events by Kristian Høgsberg · 15 years ago
  92. f66d0f4 Get rid of wl_client_add_surface() special case by Kristian Høgsberg · 15 years ago
  93. e9d37bd Use a transient object for the dnd session by Kristian Høgsberg · 15 years ago
  94. b571f5d Handle NULL mime-type in drag::accept request by Kristian Høgsberg · 15 years ago
  95. 4eb5360 Update drag protocol to use fd passing for data transfer by Kristian Høgsberg · 15 years ago
  96. 1d7ffd3 Set pointer image only in response to 'target' event by Kristian Høgsberg · 15 years ago
  97. b12fcce Update to EGL_MESA_drm_image from mesa master by Kristian Høgsberg · 15 years ago
  98. 506e20e More work on dnd by Kristian Høgsberg · 15 years ago
  99. eef08fb First step towards drag and drop protocol by Kristian Høgsberg · 15 years ago
  100. 225a176 Split GRAB_MOTION and GRAB_MOVE handling by Kristian Høgsberg · 15 years ago