1. 57da4a8 shell: introduce shell_surface_purpose by Pekka Paalanen · 14 years ago
  2. 56cdea9 shell: add private surface struct by Pekka Paalanen · 14 years ago
  3. c5241f5 Never include wayland-util.h directly by Kristian Høgsberg · 14 years ago
  4. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  5. 8b56880 evdev: Reset accumulate values when we flush motion events by Kristian Høgsberg · 14 years ago
  6. eccef6a compositor: Queue buffer.release instead of sending immediately by Kristian Høgsberg · 14 years ago
  7. 52e158d evdev: fix order of events being sent to the compositor by Tiago Vignatti · 14 years ago
  8. 8755ff9 evdev: remove signed value checks by Tiago Vignatti · 14 years ago
  9. 2ca8630 shell: fix handle_lock_surface_destroy() by Pekka Paalanen · 14 years ago
  10. d81c216 shell: fix compositor wakeup while locked by Pekka Paalanen · 14 years ago
  11. d3dd6e1 shell: fix lock surface mapping by Pekka Paalanen · 14 years ago
  12. 1ec0c31 compositor: Hide surfaces by setting surface->output to NULL by Kristian Høgsberg · 14 years ago
  13. f0fc70d compositor: implement screen locking by Pekka Paalanen · 14 years ago
  14. d503a0b compositor: check wlsc_surface::link before accessing neighbors by Pekka Paalanen · 14 years ago
  15. ebc598e compositor: fix repaint on first wakeup by Pekka Paalanen · 14 years ago
  16. 2841111 compositor: remove idle_inhibit optimization by Pekka Paalanen · 14 years ago
  17. af867cc compositor: let the shell wake up the compositor by Kristian Høgsberg · 14 years ago
  18. 9ef3e01 desktop-shell: screen locking protocol by Pekka Paalanen · 14 years ago
  19. 496433b compositor: Hold on to surface.frame requests until we assign an output by Kristian Høgsberg · 14 years ago
  20. 3164c94 compositor: Drop unused wlsc_output field 'background' by Kristian Høgsberg · 14 years ago
  21. 8c19645 compositor: fix destroy_frame_callback() by Pekka Paalanen · 14 years ago
  22. 64f1c3f De-brand the tablet shell by Kristian Høgsberg · 14 years ago
  23. c4693c4 Install desktop-shell in $prefix/libexec by Kristian Høgsberg · 14 years ago
  24. d826404 compositor: Drop redundant compositor->damage by Kristian Høgsberg · 14 years ago
  25. 4677013 shell: Set initial toplevel position in map callback by Kristian Høgsberg · 14 years ago
  26. 32e24cc compositor: Split shell->attach into map and configure by Kristian Høgsberg · 14 years ago
  27. 63ff706 compositor-drm: Fix setting O_CLOEXEC by David Herrmann · 14 years ago
  28. bbe6052 compositor: only authorized client can bind desktop_shell by Pekka Paalanen · 14 years ago
  29. 6cd281a desktop-shell: launch from the compositor by Pekka Paalanen · 14 years ago
  30. ef7c8d9 compositor-*: check for surfaceless_gles2 instead of surfaceless_opengl by Ander Conselvan de Oliveira · 14 years ago
  31. d3ef7be compositor: Tweak fade spring to not overshoot by Kristian Høgsberg · 14 years ago
  32. 06a670f compositor-x11: Call finish_frame from a timer callback by Kristian Høgsberg · 14 years ago
  33. 3ff589d compositor: Make spring model always use the same time step by Kristian Høgsberg · 14 years ago
  34. ff298d9 compositor: Clear cursor buffer in create_sprite_from_png() by Kristian Høgsberg · 14 years ago
  35. 0de0aaf composior: fix tiny cursor bug with drm compositor by Ander Conselvan de Oliveira · 14 years ago
  36. fb39963 Update .gitignores by Casey Dahlin · 14 years ago
  37. ac9cfd3 evdev: Simplify error path for device creation by Tiago Vignatti · 14 years ago
  38. d9f7d1f evdev: Delete unused fields from evdev_input_device by Tiago Vignatti · 14 years ago
  39. ac2dc6a evdev: Add hotplug support by Tiago Vignatti · 14 years ago
  40. 9a38a0a compositor: page flip away from a client buffer if it's destroyed by Ander Conselvan de Oliveira · 14 years ago
  41. ac5098f Merge remote-tracking branch 'robster/rob/pointer-fixes' by Kristian Høgsberg · 14 years ago
  42. 1d72447 compositor: Report an error if we cannot the load the pointer image files by Rob Bradford · 14 years ago
  43. d354711 compositor: Don't try and use a NULL sprite for the device pointer by Rob Bradford · 14 years ago
  44. 2459694 compositor: Clean up resource destroy callback handling by Kristian Høgsberg · 14 years ago
  45. 02ebfb1 compositor: fix drag segfault by Pekka Paalanen · 14 years ago
  46. 02924bc compositor: fix whitespace error in wlsc_output_set_cursor by Ander Conselvan de Oliveira · 14 years ago
  47. 22e22a5 compositor: don't schedule idle_repaint from calls to repaint by Ander Conselvan de Oliveira · 14 years ago
  48. a4b7e20 drm: Only add an output once we've successfully initialized it by Kristian Høgsberg · 14 years ago
  49. 53e7989 drm: Remove unneccesary drm_output_prepare_render() call by Kristian Høgsberg · 14 years ago
  50. 9c46ff1 drm: Specify depth as 24 when creating the KMS FB by Kristian Høgsberg · 14 years ago
  51. 191454e compositor: Rename scanout surfaces by Kristian Høgsberg · 14 years ago
  52. f1621d2 compositor: don't release the front buffer after page flip by Ander Conselvan de Oliveira · 14 years ago
  53. 3b19966 compositor: move setup of scanout surface out of wlsc_output_repaint by Ander Conselvan de Oliveira · 14 years ago
  54. cbd06f9 compositor: Silence a couple of valgrind warnings by Kristian Høgsberg · 14 years ago
  55. 32ff1f5 compositor: Dont repick for grabbed surfaces by Kristian Høgsberg · 14 years ago
  56. dcef9ca x11: Fix last-minute edit bug by Kristian Høgsberg · 14 years ago
  57. d6e5525 x11: Manage xserver focus better by Kristian Høgsberg · 14 years ago
  58. 707e10f x11: Handle a few more window property atoms by Kristian Høgsberg · 14 years ago
  59. a6ef099 x11: Truncate property string to property length by Kristian Høgsberg · 14 years ago
  60. f0d9116 x11: Add a destroy listener for X11 surfaces by Kristian Høgsberg · 14 years ago
  61. d2baf1f compositor: Repick focus surface as surfaces come and go by Kristian Høgsberg · 14 years ago
  62. 293af26 x11: Use compositor time, not X event time by Kristian Høgsberg · 14 years ago
  63. 02dee2c compositor-drm: Fix invalid usage of udev ressources by Benjamin Franzke · 14 years ago
  64. a764ee5 compositor-drm: Enumerate only cards with name card* by Benjamin Franzke · 14 years ago
  65. 439d986 compositor-drm: Be patient when output creation fails by Benjamin Franzke · 14 years ago
  66. c18366d compositor-openwfd: Fix tty assignment in backend_init by Benjamin Franzke · 14 years ago
  67. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  68. 37f27d5 xserver: check whether pointer exists when exiting by Tiago Vignatti · 14 years ago
  69. a4a42f0 shell: Reject moving or resizing toplevel windows by Kristian Høgsberg · 14 years ago
  70. 9c4eecb Rename motion_grab to implicit_grab by Kristian Høgsberg · 14 years ago
  71. 7584062 Add a desktop_shell interface by Kristian Høgsberg · 14 years ago
  72. f59da39 compositor: Don't crash when receiving kb focus with no surface by Kristian Høgsberg · 14 years ago
  73. 109a007 compositor: Drop built-in background support by Kristian Høgsberg · 14 years ago
  74. 4eaa830 compositor: Repick surface when grab ends by Kristian Høgsberg · 14 years ago
  75. e7b5b41 evdev: Associate touchscreen devices with output up front by Kristian Høgsberg · 14 years ago
  76. d904359 evdev: treat BTN_TOUCH as BTN_LEFT by Tiago Vignatti · 14 years ago
  77. faee801 compositor: choose tty from command line by Tiago Vignatti · 14 years ago
  78. bbc2e03 evdev: use last output from compositor to get the screen geometries by Tiago Vignatti · 14 years ago
  79. 8be003b evdev: organize the code for processing events by Tiago Vignatti · 14 years ago
  80. 9ebcf94 Use wl_resource_* error functions by Kristian Høgsberg · 14 years ago
  81. 11568a7 Turn off hardware cursor when screen fade begins. by Matt Roper · 14 years ago
  82. e8e0e6e Update gitignore by Benjamin Franzke · 14 years ago
  83. 91eacca Remove egl display type setenv hack by Benjamin Franzke · 14 years ago
  84. 48c4ea2 compositor-drm: Merge drm_output_destroy and destroy_output by Benjamin Franzke · 14 years ago
  85. 117483d compositor-drm: Coding style fixes by Benjamin Franzke · 14 years ago
  86. b826302 Remove return type from wlsc_compositor_shutdown by Benjamin Franzke · 14 years ago
  87. 4c39419 compositor-openwfd: Fix wfd_destroy_output by Benjamin Franzke · 14 years ago
  88. f389cac Move away from visuals and just use EGLConfigs or shm format tokens by Kristian Høgsberg · 14 years ago
  89. 4ebf3a0 Fix cursor visibility bug by Kristian Høgsberg · 14 years ago
  90. 6f7179c compositor: Discard surface.frame if the surface isn't visible by Kristian Høgsberg · 14 years ago
  91. 8e6d712 compositor: Track bound resources for input device by Kristian Høgsberg · 14 years ago
  92. 57295eb compositor: Handle NULL buffer in input_device.attach correctly by Kristian Høgsberg · 14 years ago
  93. fd07fb7 Create resource for wl_output by Kristian Høgsberg · 14 years ago
  94. 97d44aa Pass resources to functions that take object references by Kristian Høgsberg · 14 years ago
  95. f790c79 Use wl_display_bind() for binding to globals by Kristian Høgsberg · 14 years ago
  96. d9551a3 compositor: drop wl_display_add_object() by Kristian Høgsberg · 14 years ago
  97. 904055a compositor: Make all exported objects wl_resources by Kristian Høgsberg · 14 years ago
  98. 3341820 Use the new wl_callback interface by Kristian Høgsberg · 14 years ago
  99. 361d2ad Update compositor shutdown code by Matt Roper · 14 years ago
  100. 045037e Turn off hardware cursors on VT switch before dropping DRM master. by Matt Roper · 14 years ago