1. 0fd6d4e compositor: make keep_buffer a bool by Derek Foreman · 11 years ago
  2. dd4cd33 compositor: stop sending spurious events on mode switch by Derek Foreman · 11 years ago
  3. 41bdc27 compositor: check version before calling wl_output_send_scale() by Derek Foreman · 11 years ago
  4. 24b98d0 input: allow to destroy bindings in their handler by Giulio Camuffo · 11 years ago
  5. 6ae7bc9 compositor: Refactor weston_output_mode_switch() by Derek Foreman · 11 years ago
  6. 61a9bf5 compositor: Fix weston_subsurface_is_synchronized() return value. by Carlos Olmedo Escobar · 11 years ago
  7. 3a510d8 data_device : change version while initializing data_device_manager interface and data_device interface by kabeer khan · 11 years ago
  8. 280e7dd cosmetic: replace boolean function return values with bool by Derek Foreman · 11 years ago
  9. 4c58266 gl-renderer: don't move memory in output_rotate_damage by Derek Foreman · 11 years ago
  10. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  11. 641307c compositor-drm: deliver frame seq for feedback by Pekka Paalanen · 11 years ago
  12. 133e439 compositor: implement presentation_feedback by Pekka Paalanen · 11 years ago
  13. b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
  14. 31f7d78 compositor: add stub implementation of presentation interface by Pekka Paalanen · 11 years ago
  15. d1be312 cosmetic: Move WL_EXPORT out of header files by Derek Foreman · 11 years ago
  16. 8f7d30a cosmetic: Remove prototype for nonexistent function by Derek Foreman · 11 years ago
  17. 22e16b6 compositor-x11: Rename the output make to "weston-X11" by Jason Ekstrand · 11 years ago
  18. eb4fd35 libinput: default to INFO log level by Pekka Paalanen · 11 years ago
  19. c996f1d libinput-device: Don't get initial key states by Jonas Ådahl · 11 years ago
  20. 3fbba49 libinput: normalize WL_CALIBRATION before passing it to libinput by Peter Hutterer · 11 years ago
  21. 03db71c compositor: Don't free an uninitialised pointer. by Ondřej Majerech · 11 years ago
  22. 4b1a0a1 cosmetic: update comments that refer to weston_surface_update_transform() by Derek Foreman · 11 years ago
  23. 16fe4dc input: Schedule pointer sprite repaint when cursor is set by Jonas Ådahl · 11 years ago
  24. 00535ce compositor: fix memory corruption when removing an output by Giulio Camuffo · 11 years ago
  25. 03faed2 main: don't leak option strings by Ryo Munakata · 11 years ago
  26. d8deff6 compositor: extract choose_default_backend and create_listening_socket by Ryo Munakata · 11 years ago
  27. 041a981 compositor: remove unused signal by Giulio Camuffo · 11 years ago
  28. f83a0d4 Fix a copy-paste error in weston_surface_commit_state by Jason Ekstrand · 11 years ago
  29. 974c094 fix asprintf warnings by Pekka Paalanen · 11 years ago
  30. 362656b touch-input: Don't dereference NULL pointer during full screen fade by Derek Foreman · 11 years ago
  31. 389d205 pixman-renderer: copy_to_hw_buffer: don't leak output_region by Ryo Munakata · 11 years ago
  32. 66951b7 pixman-renderer: fail to zoom more gracefully by Derek Foreman · 11 years ago
  33. de7e2b3 compositor: add an option to set the default numlock value by Giulio Camuffo · 11 years ago
  34. 6ef444d compositor: add a way to change the keyboard locks by Giulio Camuffo · 11 years ago
  35. 8e3fe08 pixman-renderer: free shadow buffer on renderer destruction by Arnaud Vrac · 11 years ago
  36. 23ade62 compositor: leave no zombie behind by Pekka Paalanen · 11 years ago
  37. 9c1ac7b compositor: add weston_client_start() by Pekka Paalanen · 11 years ago
  38. 3c40f36 nested: add missing egl extension declaration by Arnaud Vrac · 11 years ago
  39. c721043 tests: allow running make check without make install by Derek Foreman · 11 years ago
  40. a64a475 Don't underrun the vertex array of empty polygons by Ondřej Majerech · 11 years ago
  41. c9c7415 Don't protect xkb_*_unref from NULL by Ran Benita · 11 years ago
  42. 2e1968f Replace deprecated xkbcommon symbols with current names by Ran Benita · 11 years ago
  43. 497994a compositor-wayland: listen to repeat_info and save values to pass on by Jonny Lamb · 11 years ago
  44. 66a41a0 compositor: fetch repeat info from weston.ini by Jonny Lamb · 11 years ago
  45. 05e4a1f libinput: Add tap configuration to weston.ini by Jonas Ådahl · 11 years ago
  46. 886b009 screenshooter: Add a missing return; in an error path by Jasper St. Pierre · 11 years ago
  47. c91408f Don't bother destroying resources after sending an error by Jasper St. Pierre · 11 years ago
  48. 0013a29 Use the named SINCE_VERSION defines for version checks by Jasper St. Pierre · 11 years ago
  49. e2f0f84 compositor: Use libwayland to find a good default display for us by Jasper St. Pierre · 11 years ago
  50. d8c6aeb input: Send key-repeat by Jasper St. Pierre · 11 years ago
  51. 70ee3ad animation: also change stop value when updating a fade target by Jonny Lamb · 11 years ago
  52. 661de3a compositor: ignore unmapped sub-surfaces for view_list by Pekka Paalanen · 11 years ago
  53. dce7c6e Do not assume 64x64 cursor, added support for other sizes (like in AMD Kaveri, 128x128). by Alvaro Fernando García · 11 years ago
  54. eb3cf22 compositor: quick fix for sub-surface mapping by Pekka Paalanen · 11 years ago
  55. 95ec0f9 compositor: add a masking mechanism to weston_layer by Giulio Camuffo · 11 years ago
  56. 412e6a5 compositor: keep track of the weston_layer a weston_view is in by Giulio Camuffo · 11 years ago
  57. ccf48fb shell: Replace set_margin with set_window_geometry by Jasper St. Pierre · 11 years ago
  58. 7b98207 Create a weston_surface_state structure for storing pending surface state and move the surface commit logic into weston_surface_commit_state by Jason Ekstrand · 11 years ago
  59. 108865d Move weston_frame_callback above weston_surface_create by Jason Ekstrand · 11 years ago
  60. e9d40e3 Move weston_subsurface to after weston_surface by Jason Ekstrand · 11 years ago
  61. ef54008 Use pixman_region32_clear instead of our own empty_region by Jason Ekstrand · 11 years ago
  62. dfd9d0d screen-share: Allow fullscreen shell command to be configured by Andrew Wedgbury · 11 years ago
  63. 8202d72 data-device: Clean up the logic in start_drag by Jason Ekstrand · 11 years ago
  64. 3b843d3 Require libinput 0.4.0 by Peter Hutterer · 11 years ago
  65. 8f9e87f compositor: update the surface size when there is a size change without a buffer attach by George Kiagiadakis · 11 years ago
  66. ba2a36d weston: Fix memleak issue in compositor.c by Srivardhan Hebbar · 11 years ago
  67. 6ac60c1 compositor-wayland: Fix compiler warning by Thierry Reding · 11 years ago
  68. f8bfd05 animation: ensure repaints are always scheduled during animations by Jonny Lamb · 11 years ago
  69. 91f80f2 animation: fix move scale animation by Jonny Lamb · 11 years ago
  70. ed04d38 compositor: unmap subsurface views before destroying the subsurfaces by George Kiagiadakis · 11 years ago
  71. 26714b4 libinput: Use floating point instead of fixed point numbers by Jonas Ådahl · 11 years ago
  72. a55f139 compositor: raise errors when bad scale or transform values are used by Jonny Lamb · 11 years ago
  73. 6d1d112 Use FreeRDP buildin functions to get scancodes by Hardening · 11 years ago
  74. ea2aa13 Add more keyboards for the RDP compositor by Hardening · 11 years ago
  75. a1e887b comp-wayland: use safe foreach when destroying outputs by U. Artie Eoff · 11 years ago
  76. 588bee1 compositor: add --no-config command line option by Pekka Paalanen · 11 years ago
  77. 24713f6 libinput-seat: literal values for WESTON_LIBINPUT_LOG_PRIORITY by U. Artie Eoff · 11 years ago
  78. 2d13fde vaapi-recorder: Don't loop trying to write on out of space condition by Ander Conselvan de Oliveira · 11 years ago
  79. 2d0f8b7 rpi: build fix for compute_rects debug by Pekka Paalanen · 11 years ago
  80. d8d4701 compositor-wayland: avoid possible NULL deref in handle_keymap by U. Artie Eoff · 11 years ago
  81. 67072d0 compositor-wayland: assign the correct mode by U. Artie Eoff · 11 years ago
  82. 8cbd8f3 compositor-wayland: free output before returning by U. Artie Eoff · 11 years ago
  83. 6c3b01f Apply the zoom transformation before the output transformation by Neil Roberts · 11 years ago
  84. 2ef1cd1 compositor-drm: Don't use vaapi recorder with unsupported formats by Ander Conselvan de Oliveira · 11 years ago
  85. f37f82c drm: Don't use the cursor overlay if the scale doesn't match by Neil Roberts · 11 years ago
  86. eb5a200 Take into account the zoom when applying the output transform by Neil Roberts · 11 years ago
  87. ac985be compositor: Remove the edges parameter from send_configure by Jasper St. Pierre · 11 years ago
  88. d67b52a compositor: Fix the documentation for surface->configure by Jasper St. Pierre · 11 years ago
  89. bc51ad6 screen-share: Don't unset server environment variables by Andrew Wedgbury · 11 years ago
  90. e5c1ae9 xwayland: Set decoration margin for xwayland windows by Kristian Høgsberg · 11 years ago
  91. 9a14b8f launcher-util: Initialize kb_mode also when weston-launch sets up tty by Kristian Høgsberg · 11 years ago
  92. 1e40a7e Simply the matrix calculation for zooming by Neil Roberts · 11 years ago
  93. a7caef9 input: Fix errors due to initializing input before creating outputs by Ander Conselvan de Oliveira · 11 years ago
  94. ae826ce evdev: Fix assertion error for unplugged output with paired touchscreen by Ander Conselvan de Oliveira · 11 years ago
  95. 6c975fa evdev: Discard events from a touchscreen paired with an unplugged output by Ander Conselvan de Oliveira · 11 years ago
  96. f957dfb libinput: Don't process touch events for devices without a valid output by Ander Conselvan de Oliveira · 11 years ago
  97. 4283370 pixman-renderer: Use width/height_from_buffer for buffer transforms by Jason Ekstrand · 11 years ago
  98. d0cebc3 Use the correct width/height when transforming surfaces with viewports. by Jason Ekstrand · 11 years ago
  99. bfd74f4 Check zalloc return for out of memory situation by Bryce W. Harrington · 11 years ago
  100. 1679f23 libinput: Forward frame events to clients by Jonas Ådahl · 11 years ago