1. 5085a75 shell: handle multiple popups by Giulio Camuffo · 12 years ago
  2. 0f3f97d weston-egl: Allow compilation against older EGL stack by Rob Bradford · 12 years ago
  3. d6be88b weston-launch: cleanup - return failures in main with EXIT_FAILURE by Siddharth Heroor · 12 years ago
  4. e74dc19 compositor-rpi: Use correct enum, removes a warning by Philipp Brüschweiler · 12 years ago
  5. 4b409c3 compositor: remove unused field option_idle_time by Philipp Brüschweiler · 12 years ago
  6. 7a3ec74 weston-launch: return better value if weston dies because of a signal by Philipp Brüschweiler · 12 years ago
  7. ff25312 weston-launch: move function calls out of assert() by Philipp Brüschweiler · 12 years ago
  8. fffdcdd shell: reset rotation for maximized surface by Rafal Mielniczuk · 12 years ago
  9. 23c6759 shell: block move, rotate, resize in maximized state by Rafal Mielniczuk · 12 years ago
  10. f3e39f9 pixman-renderer: don't forget to initialize the debug fields by Philipp Brüschweiler · 12 years ago
  11. 483243f compositor, shell: surface transform inheritance by Pekka Paalanen · 12 years ago
  12. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  13. f1f48cf compositor: remove redundant geometry dirtying by Pekka Paalanen · 12 years ago
  14. 14b2fe7 Eat scroll event if a key binding function is executed because of it. by Rune K. Svendsen · 12 years ago
  15. 976a050 Fix memory leaks by Scott Moreau · 12 years ago
  16. 1c169ff gl-renderer: Use EXT_buffer_age and don't assume double buffering by Ander Conselvan de Oliveira · 12 years ago
  17. e1bd5a0 compositor: Don't rely on surface->clip to cull overlay obscured damage by Ander Conselvan de Oliveira · 12 years ago
  18. b605c06 gl-renderer: Don't change the region supplied to output repaint by Ander Conselvan de Oliveira · 12 years ago
  19. 8ad1982 compositor: Keep a z-ordered list of planes by Ander Conselvan de Oliveira · 12 years ago
  20. ef591aa compositor-drm: Inspect result of gbm_create_device. by John Kåre Alsaker · 12 years ago
  21. ac1cb0b src/Makefile.am: Fix git-version.h for out of tree builds by Andre Heider · 12 years ago
  22. e7144fd compositor: Only send release event in response to wl_surface.attach by Kristian Høgsberg · 12 years ago
  23. 2034780 compositor: Fold weston_buffer_post_release into weston_buffer_reference by Kristian Høgsberg · 12 years ago
  24. 63093a3 compositor-drm: Determine opaqueness of a surface correctly by Kristian Høgsberg · 12 years ago
  25. 068b61c compositor: Change notify_motion to take relative motion events by Kristian Høgsberg · 12 years ago
  26. e2464fd compositor: Split pointer motion code into its own function by Kristian Høgsberg · 12 years ago
  27. 9bcaaeb compositor: Make sure surface->transform.inverse is a complete matrix by Kristian Høgsberg · 12 years ago
  28. c1e6c8a compositor: Make sure surface->transform.matrix,inverse are always valid by Kristian Høgsberg · 12 years ago
  29. 184df50 compositor: call configure on surfaces with a null buffer too by Giulio Camuffo · 12 years ago
  30. 964a342 evdev: Wait for SYN event before sending events over to the client by Satyeshwar Singh · 12 years ago
  31. 6d8fcc7 update .gitignores for src/ and man/ by Pekka Paalanen · 12 years ago
  32. 2002f88 compositor-drm: Fix a crash with a fullscreen surface with driver mode by Ander Conselvan de Oliveira · 12 years ago
  33. 8eb6748 compositor-drm: Use __func__ instead of hardcoded string by Scott Moreau · 12 years ago
  34. dda9d78 shell: Go straight to sleep if the sceensaver isn't configured by Ander Conselvan de Oliveira · 12 years ago
  35. b17537e shell: Use weston_compositor_sleep() instead of setting DPMS state by Ander Conselvan de Oliveira · 12 years ago
  36. a457563 compositor: Rename lock and unlock signals to idle and wake by Ander Conselvan de Oliveira · 12 years ago
  37. 87524b6 compositor: Move state tracking complexity into shell by Ander Conselvan de Oliveira · 12 years ago
  38. 859e885 shell: Use its own timer for the screensaver timeout by Ander Conselvan de Oliveira · 12 years ago
  39. 19d10ef compositor: Move fade animation out of core Weston into shell by Ander Conselvan de Oliveira · 12 years ago
  40. 29f30fa animation: Schedule a repaint only on the outputs the surface is in by Ander Conselvan de Oliveira · 12 years ago
  41. 8a91324 animation: When fading, round the surface alpha when close to 0 or 1 by Ander Conselvan de Oliveira · 12 years ago
  42. ee41605 animation: Make fade more controllable by Ander Conselvan de Oliveira · 12 years ago
  43. cbdebc2 compositor: Split util.c into binding.c and animation.c by Ander Conselvan de Oliveira · 12 years ago
  44. 142d546 compositor: Don't free config_file before we done using it by Kristian Høgsberg · 12 years ago
  45. 762b166 xwm: Only call set_fullscreen if the window is mapped by Kristian Høgsberg · 12 years ago
  46. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  47. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  48. a1377cf Add missing builddir includes for version.h by Kristian Høgsberg · 12 years ago
  49. 7cc3d84 compositor-x11: Only try to fullscreen if WM has _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  50. 8aa1617 shell: Do not hang when mapping a popup twice by Giulio Camuffo · 12 years ago
  51. db79057 compositor: set data_device keyboard focus in seat_get_keyboard by Rafal Mielniczuk · 12 years ago
  52. 8764466 udev-seat: Simplfy enable/disable interface a bit by Kristian Høgsberg · 12 years ago
  53. 7e597f2 compositor-fbdev: Use udev_seat by Kristian Høgsberg · 12 years ago
  54. 98cfea6 compositor-drm: Move udev_seat to its own file by Kristian Høgsberg · 12 years ago
  55. e809103 compositor-drm: Rename a few evdev_* functions to udev_seat_* by Kristian Høgsberg · 12 years ago
  56. 2f07ef6 xkb: Don't call exit on failure in weston_compositor_xkb_init() by Kristian Høgsberg · 12 years ago
  57. 4fd273f compositor-x11: Fix pointer type warning by Kristian Høgsberg · 12 years ago
  58. 5062384 compositor-drm: Remember to drop master in drm error handling by Kristian Høgsberg · 12 years ago
  59. 4905efd src/Makefile.am: Use $(libdir) instead of @libdir@ by Kristian Høgsberg · 12 years ago
  60. af4f2aa Install header files and pkg-config file for external modules by Kristian Høgsberg · 12 years ago
  61. 554a0da compositor: Use libunwind if available for better backtraces by Marcin Slusarz · 12 years ago
  62. 1cc9e08 text: Split out cursor_position by Jan Arne Petersen · 13 years ago
  63. 6138197 text: Add show/hide_input_panel requests by Jan Arne Petersen · 13 years ago
  64. 0eabcaa text: Add commit request by Jan Arne Petersen · 13 years ago
  65. f255165 text: Remove unused requests/events by Jan Arne Petersen · 13 years ago
  66. ffbb20f text: Move input_panel interface to input-method by Jan Arne Petersen · 13 years ago
  67. 23ccfb3 shell: Do not hang after setting input_panel twice by Jan Arne Petersen · 13 years ago
  68. af7b6c9 shell: Do not crash when hiding input_panel by Jan Arne Petersen · 13 years ago
  69. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  70. adfedc1 text: add support for invoke_action request by Jan Arne Petersen · 13 years ago
  71. 26ffa81 text: Add content type support to text protocol by Jan Arne Petersen · 13 years ago
  72. c7d2a98 text: add serial argument to text protocol by Jan Arne Petersen · 13 years ago
  73. 4653531 text: add pre-edit styling support to protocol by Jan Arne Petersen · 13 years ago
  74. 18639f8 shell: Set the DPMS state if the screensaver fails to launch or dies by Ander Conselvan de Oliveira · 12 years ago
  75. 8e7adbf compositor-x11: Wait for configure_notify for fullscreen by Kristian Høgsberg · 12 years ago
  76. 81585e9 xwm: Don't leak pending.input region by Kristian Høgsberg · 12 years ago
  77. 25bb696 xwm: Fix silly region math by Kristian Høgsberg · 12 years ago
  78. d8b617d xwm: Fix input region regression from commit changes by Kristian Høgsberg · 12 years ago
  79. 451a971 shell: Fix bug when input panel is shown twice by Jan Arne Petersen · 12 years ago
  80. 0c36903 shell: Add back ability to rotate unresponsive surfaces by Kristian Høgsberg · 12 years ago
  81. 9f3dd15 shell: Bypass fullscreen scaling if surface width and height match output by Rob Bradford · 12 years ago
  82. 566b464 weston-launcher: Add missing newline in error message by Martin Andersson · 12 years ago
  83. 4c65da5 compositor: Init fade surface color properly by Ander Conselvan de Oliveira · 12 years ago
  84. b810eb5 xwm: Support _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  85. 088c62e Use __func__ in log message instead of hard coded function name by Scott Moreau · 12 years ago
  86. 4f49917 fbdev: Add an fbdev compositor backend using pixman and evdev by Philip Withnall · 13 years ago
  87. 1224514 Add --version option by Scott Moreau · 13 years ago
  88. d92c09c compositor-drm: Use matrix type to test for drm plane compatibility by Kristian Høgsberg · 13 years ago
  89. 272d243 weston-launch: Clear environment and set it up from scratch by Kristian Høgsberg · 13 years ago
  90. c0d79ce shell: Whitespaces cleanup by Quentin Glidic · 13 years ago
  91. 031fc87 pixman renderer: respect output position by Vasily Khoruzhick · 13 years ago
  92. f4a457f pixman-renderer: handle surface transform matrix properly by Vasily Khoruzhick · 13 years ago
  93. 1bbf372 matrix: track transform type by Vasily Khoruzhick · 13 years ago
  94. 3c2360f Add new shared/image-loader.h to separate include dependencies by Kristian Høgsberg · 13 years ago
  95. 23e72b8 pixman-renderer: Don't unreference NULL hw_buffer image by Ander Conselvan de Oliveira · 13 years ago
  96. 5fb4414 compositor-drm: Add support for using the pixman renderer by Ander Conselvan de Oliveira · 13 years ago
  97. 1d41ad4 compositor-drm: Support creating drm_fb backed by dumb buffers by Ander Conselvan de Oliveira · 13 years ago
  98. 526d461 compositor-drm: Put logic of destroy/releasing bo's in its own function by Ander Conselvan de Oliveira · 13 years ago
  99. 2292917 compositor-drm: Split kms initialization out of init_egl() by Ander Conselvan de Oliveira · 13 years ago
  100. 936effd pixman-renderer: Move shadow buffer into renderer by Ander Conselvan de Oliveira · 13 years ago