1. 4cca349 Split shell object out from compositor.c into its own file by Kristian Høgsberg · 15 years ago
  2. d3b023e compositor: Attach only valid background buffers by Benjamin Franzke · 15 years ago
  3. ecfb2b9 compositor-wayland: Assign func pointers pre init by Benjamin Franzke · 15 years ago
  4. d711d0c Check for GL_EXT_texture_format_BGRA8888 by Kristian Høgsberg · 15 years ago
  5. 1101b63 Both internalFormat and format should be GL_BGRA_EXT by Kristian Høgsberg · 15 years ago
  6. a941022 Make it possible to enable/disable the various compositors from configure by Kristian Høgsberg · 15 years ago
  7. c5d6be9 Remove unused visual argument to wlsc_surface_create() by Kristian Høgsberg · 15 years ago
  8. 8525a50 Move buffer creation and buffer details into drm.c and shm.c by Kristian Høgsberg · 15 years ago
  9. e4762a6 Move tty and vt handling out in its own file by Kristian Høgsberg · 15 years ago
  10. 96c8be9 Some kind of support for touchscreen by Kristian Høgsberg · 15 years ago
  11. 43db401 Split out evdev handling to its own file by Kristian Høgsberg · 15 years ago
  12. ed64311 Pick up input devices of type ID_INPUT_TABLET as well by Kristian Høgsberg · 15 years ago
  13. 052d17d Map new surfaces on top of all other surface by Kristian Høgsberg · 15 years ago
  14. 8a457e3 Simplify visual check by Kristian Høgsberg · 15 years ago
  15. 8f66a57 Ignore surface.map_toplevel() if already mapped by Kristian Høgsberg · 15 years ago
  16. 175e6ce Pass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BUFFER_MESA target by Kristian Høgsberg · 15 years ago
  17. f6b1471 Initialize surface->link so we can always wl_list_remove() it by Kristian Høgsberg · 15 years ago
  18. f1ef15c Move grab definitions to wayland-util.h by Kristian Høgsberg · 15 years ago
  19. 5753188 Move basic grab handling to core libraries by Kristian Høgsberg · 15 years ago
  20. cbe6f04 Fix compositor-wayland by Kristian Høgsberg · 15 years ago
  21. 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 15 years ago
  22. ab1862d Move code around to keep input device interface and init function close by Kristian Høgsberg · 15 years ago
  23. c5c510e Set up visuals in wayland-server by Kristian Høgsberg · 15 years ago
  24. b3fc757 Handle buttons in grab objects too by Kristian Høgsberg · 15 years ago
  25. 9c3e8d7 Move grab state to struct wl_input_device by Kristian Høgsberg · 15 years ago
  26. dfce71d Reenable fragment shader precision specifier by Kristian Høgsberg · 15 years ago
  27. 8321e69 Use grab object for motion grabs too by Kristian Høgsberg · 15 years ago
  28. 57db067 Make wlsc_input_device_update_grab() take a grab object by Kristian Høgsberg · 15 years ago
  29. 287343a Use a grab object for drag and drop by Kristian Høgsberg · 15 years ago
  30. 6d65d5f Handle shell.move using a grab object by Kristian Høgsberg · 15 years ago
  31. fc9c28a Move resizing to a grab object by Kristian Høgsberg · 15 years ago
  32. 359d667 Add grab object infrastructure by Kristian Høgsberg · 15 years ago
  33. 4be2ed9 Drop dummy wl_grab_surface hack by Kristian Høgsberg · 15 years ago
  34. 855ab75 Remove unnecessary wlsc_compositor_schedule_repaint() call by Kristian Høgsberg · 15 years ago
  35. dff2e3c Reduce indentation in notify_button() by Kristian Høgsberg · 15 years ago
  36. ea08115 Start grab when button is pressed, upgrade if we start drag, move or resize by Kristian Høgsberg · 15 years ago
  37. 7132a9a Move get_time() helper back into compositor by Kristian Høgsberg · 15 years ago
  38. 4685fa3 Pass timestamp in surface destroy callback by Kristian Høgsberg · 15 years ago
  39. 02ef1c1 Move focus tracking surface destroy callbacks into core by Kristian Høgsberg · 15 years ago
  40. a9e8961 Use surface destroy notifier for cancelling grabs by Kristian Høgsberg · 15 years ago
  41. 3d76e65 Use the per-surface destroy callback for grabs as well by Kristian Høgsberg · 15 years ago
  42. ab8475c Move get_time() helper to core by Kristian Høgsberg · 15 years ago
  43. c551bd2 Add a surface destroy callback and use it for focus tracking by Kristian Høgsberg · 15 years ago
  44. 7d564d9 Refactor drm buffer creation a bit by Kristian Høgsberg · 15 years ago
  45. f8fc08f Add origin information to output.geometry event by Kristian Høgsberg · 15 years ago
  46. aa82767 Use generated wl_interface for visuals by Kristian Høgsberg · 15 years ago
  47. b313b02 Chage the 'base' field to be the name of the super class instead by Kristian Høgsberg · 15 years ago
  48. caa6442 compositor: Use a virtual destructor when shutting down by Kristian Høgsberg · 15 years ago
  49. 50dc698 compositor: Shut down properly so we remove the socket by Kristian Høgsberg · 15 years ago
  50. 2bb3ebe Create socket in /var/run/user/${HOME} by Kristian Høgsberg · 15 years ago
  51. 0611e3e Indentation nit-picking by Kristian Høgsberg · 15 years ago
  52. 2643707 Move pointer and keyboard focus tracking into libwayland-server by Kristian Høgsberg · 15 years ago
  53. 06bc264 Fix warnings from adding -Wall back by Kristian Høgsberg · 15 years ago
  54. 1f25315 Add $(GCC_CFLAGS) back by Kristian Høgsberg · 15 years ago
  55. 3ada7ec compositor-wayland: Call wlsc_compositor_finish_frame from frame callback by Kristian Høgsberg · 15 years ago
  56. 4203df1 compositor-wayland: Use glFlush() not glFinish() after rendering frame by Kristian Høgsberg · 15 years ago
  57. d44bc8b Add reject round trip to dnd protocol by Kristian Høgsberg · 15 years ago
  58. ec2e642 Add wayland backend for compositor (nested) by Benjamin Franzke · 15 years ago
  59. 32ff690 Fix udev rules install directory by Kristian Høgsberg · 15 years ago
  60. 55973f2 Some additional return value checking by Darxus · 15 years ago
  61. 91b5999 add newlines for error printfs by Yuval Fledel · 15 years ago
  62. 3d46534 Fix compositor crash when dragging to a surface that disappears by Kristian Høgsberg · 15 years ago
  63. 7637ff0 Clean up .gitignore files by Nikolai Kondrashov · 15 years ago
  64. 997ce64 compositor: add safety check when EGL fails to initialize by Tiago Vignatti · 15 years ago
  65. f2912fa compositor: put console into KD_GRAPHICS mode at vt enter time by Jesse Barnes · 15 years ago
  66. fe096cd Install and dist udev rules file by Kristian Høgsberg · 15 years ago
  67. 0bfb126 Add /wayland so we pick up generated header files by Kristian Høgsberg · 15 years ago
  68. 1b6c0ed Workaround an xcb-dri2 bug. by Chia-I Wu · 15 years ago
  69. 1f41190 Use glTexSubImage to update the pixels. by Chia-I Wu · 15 years ago
  70. 61a8251 Add a geometry option for x11 compositor by Kristian Høgsberg · 15 years ago
  71. d0c3b9d Fall back to cairo image backend and shm surface if we don't have cairo gl by Kristian Høgsberg · 15 years ago
  72. cf2bc67 Plug in no-op drm buffer attach function by Kristian Høgsberg · 15 years ago
  73. f0152da Use automake by Kristian Høgsberg · 15 years ago
  74. a969c8a Use GL_BGRA_EXT for shm texture uploads by Kristian Høgsberg · 15 years ago
  75. 3d5bae0 Add a shm buffer sharing mechanism by Kristian Høgsberg · 15 years ago
  76. 98ffc93 Fix EGLImageKHR leak in wl_buffer destroy by Kristian Høgsberg · 15 years ago
  77. c5dcb90 Use scanner for screenshooter protocol by Kristian Høgsberg · 15 years ago
  78. ce457ba Add timestamp to pointer image attach request by Kristian Høgsberg · 15 years ago
  79. 6dd08eb Move core protocol libraries into wayland/ subdirectory by Kristian Høgsberg · 15 years ago
  80. 76b4332 Move example compositor to subdirectory by Kristian Høgsberg · 15 years ago