1. 5e653ca Use [x]zalloc instead of [x]malloc + memset by Ryo Munakata · 10 years ago
  2. b18f788 xwm: don't let X windows steal the focus by Giulio Camuffo · 10 years ago
  3. 75ead05 rpi-renderer: use weston_output matrix instead of a private matrix by Derek Foreman · 10 years ago
  4. f9318d1 input: add a weston_pointer_clear_focus() helper function by Derek Foreman · 10 years ago
  5. 2ccd9a2 test/ivi: include protocol headers for all used protocols by Bill Spitzak · 10 years ago
  6. 61ed7b6 input: pass the global touch coordinates to the touch grab by Giulio Camuffo · 10 years ago
  7. 7239d74 compositor: remove a call to weston_compositor_schedule_repaint by Ryo Munakata · 10 years ago
  8. e4d6c83 desktop-shell: Make resize and move functions take a pointer instead of a seat by Derek Foreman · 10 years ago
  9. 88249cd don't crash when the key file doesn't exist by David FORT · 10 years ago
  10. 82d4925 backends: don't destroy renderer and output twice by Dawid Gajownik · 10 years ago
  11. 405ae2f compositor-rdp: rdp_destroy() double free error #91457 by Dawid Gajownik · 10 years ago
  12. 0b2bcbf screen-share: don't test keyboard/pointer pointers by Dawid Gajownik · 10 years ago
  13. e42d754 desktop-shell: drop shell_client from the head of the surface list on destroy by Derek Foreman · 10 years ago
  14. f965db5 compositor-rdp: free() can handle NULL pointers by Dawid Gajownik · 10 years ago
  15. 71f5704 main: print backends in help message in alphabetical order by Dawid Gajownik · 10 years ago
  16. 2d7ded8 .gitignore: ignore doxygen generated files v2 by Dawid Gajownik · 10 years ago
  17. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  18. b41b59e fullscreen-shell: Test for device presence properly by Derek Foreman · 10 years ago
  19. 006cf67 desktop-shell: Check for device presence properly by Derek Foreman · 10 years ago
  20. 60d9731 desktop-shell: Don't call wl_list_init() in the middle of a list by Derek Foreman · 10 years ago
  21. 30ce607 input: Check device counts in bind_seat() by Derek Foreman · 10 years ago
  22. d956379 Update .gitignore by Dawid Gajownik · 10 years ago
  23. d99a050 main: update RDP backend help message by Dawid Gajownik · 10 years ago
  24. d88f194 gitignore: Ignore some dist generated files by Bryce Harrington · 10 years ago
  25. 22276a5 zoom: Store the seat that initiated a zoom by Derek Foreman · 10 years ago
  26. 25bd8a7 zoom: Call weston_output_activate_zoom() appropriately by Derek Foreman · 10 years ago
  27. 859b52b zoom: Rename zoom_area_center_from_pointer to zoom_area_center_from_point by Derek Foreman · 10 years ago
  28. a36eb50 zoom: Change zoom->active to a bool by Derek Foreman · 10 years ago
  29. b3463a9 Fix crash when using RDP4 security by FORT David · 10 years ago
  30. c2635c6 remove a warning during compilation by FORT David · 10 years ago
  31. 2eff22b build: mkdir target weston.ini directories before writing by Ross Burton · 10 years ago
  32. 7e07db9 cms-helper/static: Add "identity" builtin cms profile (v3) by Mario Kleiner · 10 years ago
  33. 2611ebd cms-colord: Fix crash at compositor shutdown. (v2) by Mario Kleiner · 10 years ago
  34. 004b4a1 desktop-shell: Put monitor to sleep when idle timer expires by Derek Foreman · 10 years ago
  35. 3f86e50 compositor: Respect WESTON_BUILD_DIR env var in weston_load_module by Derek Foreman · 10 years ago
  36. d8156e2 exposay: Fix use after free when a view is destroyed during animation by Derek Foreman · 10 years ago
  37. daf846e exposay: Fix logic inversion when ending keyboard grabs by Derek Foreman · 10 years ago
  38. 6b557a7 input: make a function for device removal by Derek Foreman · 10 years ago
  39. 118a429 window: Use wl_cursor_frame_and_duration() for mouse cursor updates by Derek Foreman · 10 years ago
  40. 6feb0f9 desktop-shell: use work area instead of panel size to constrain moves by Derek Foreman · 10 years ago
  41. 612341f desktop-shell: use output position in get_output_panel_size() by Derek Foreman · 10 years ago
  42. f814c5d desktop-shell: add output co-ordinates to get_output_work_area() by Derek Foreman · 10 years ago
  43. c683623 logind-util: Use %u for unsigned int in snprintf by Bryce Harrington · 10 years ago
  44. 27135af compositor: destroy modifier_binding_list by Ryo Munakata · 10 years ago
  45. 179c186 Adding doxygen setup and info for the testing framework. by Jon A. Cruz · 10 years ago
  46. a67c541 Converted the config parser test to the new framework. by Jon A. Cruz · 10 years ago
  47. 646aef5 Enables output in the JUnit XML format. by Jon A. Cruz · 10 years ago
  48. 315476f build: don't duplicate rule for weston.desktop by Ross Burton · 10 years ago
  49. 2217f3f shell: Switch middle and right mouse bindings by Derek Foreman · 10 years ago
  50. 6bc33d6 log: Open log file CLOEXEC so child processes don't get the fd by Derek Foreman · 10 years ago
  51. 4a8a3a1 input: Also pass appropriate pointer type when libva unavailable by Bryce Harrington · 10 years ago
  52. 99a6a2d bindings: Make run binding functions take apropriate device instead of a seat by Derek Foreman · 10 years ago
  53. b591a30 bindings: make install_binding_grab take a keyboard instead of a seat by Derek Foreman · 10 years ago
  54. f7b2f8b desktop-shell: Use the grabbed pointer in popup_grab_button by Derek Foreman · 10 years ago
  55. 8fbebbd desktop-shell: Make surface_resize take a pointer instead of a seat by Derek Foreman · 10 years ago
  56. 74de469 desktop-shell: Make surface_rotate take a pointer instead of a seat by Derek Foreman · 10 years ago
  57. 794fa0e desktop-shell: Make surface_move take a pointer instead of a seat by Derek Foreman · 10 years ago
  58. b7674ae desktop-shell: Make surface_touch_move take a touch instead of a seat by Derek Foreman · 10 years ago
  59. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  60. 0720ea3 compositor-drm: Simplify logic in setup_output_seat_constraint by Derek Foreman · 10 years ago
  61. 2e6485c bindings: Stop exporting internal functions by Derek Foreman · 10 years ago
  62. cee82d6 exposay: Test keyboard presence before using keyboard pointer by Derek Foreman · 10 years ago
  63. ddc2c97 text-backend: Replace focus_listener_initialized with a bool by Derek Foreman · 10 years ago
  64. d0ead48 compositor-drm: Refactor code into cursor_bo_update() by Pekka Paalanen · 11 years ago
  65. 70d337d compositor-drm: Fix cursor view size check by Daniel Stone · 10 years ago
  66. 36609c7 compositor-drm: Record current DPMS level by Daniel Stone · 10 years ago
  67. eee580b compositor-drm: Refactor getting current mode into a new function by Pekka Paalanen · 11 years ago
  68. 3ce6362 compositor-drm: Refactor connector name into new function by Pekka Paalanen · 11 years ago
  69. 7b36b42 compositor-drm: Refactor initial mode out of create_output by Pekka Paalanen · 11 years ago
  70. b7df04e compositor: Respect repaint-window when restarting repaint loop. by Mario Kleiner · 10 years ago
  71. f507ec3 compositor-drm: Allow instant start of repaint loop. (v4) by Mario Kleiner · 10 years ago
  72. d7894d0 compositor,shared: add millihz_to_nsec() by Pekka Paalanen · 10 years ago
  73. aa21f62 shared: introduce timespec-util.h by Pekka Paalanen · 10 years ago
  74. c1809b2 presentation-shm: Allow setting of delay before surface.commit by Mario Kleiner · 10 years ago
  75. 2abe445 README: introduce libweston by Pekka Paalanen · 10 years ago
  76. 21deb28 ivi-shell: transform refactoring to improve it to more readable code by Nobuhiko Tanibata · 10 years ago
  77. 1e6fd66 ivi-shell: transform refactoring, remove transform part of ivi_layout_surface and ivi_layout_layer once by Nobuhiko Tanibata · 10 years ago
  78. 4c1dbf7 ivi-shell: remove one indent level from update_prop() by Nobuhiko Tanibata · 10 years ago
  79. 8c7287f Partially revert "xwayland: Always free reply from xcb_get_property_reply()" by Emmanuel Gil Peyrot · 10 years ago
  80. a820b4d Documentation for the prepare_lock_surface event description, is incorrect by Christopher Michael · 10 years ago
  81. 35e7b10 zunitc: Fix minor typo by Bryce Harrington · 10 years ago
  82. 966cc4b zunitc: Fix some minor grammatical errors in dox by Bryce Harrington · 10 years ago
  83. 66f2a38 zunitc: wrap dox to 80 columns by Bryce Harrington · 10 years ago
  84. 504c4c5 Documentation for the prepare_lock_surface event description, is incorrect by Christopher Michael · 10 years ago
  85. 29f09fe screen-share: Use the correct list pointer when freeing shm buffers by Bryce Harrington · 10 years ago
  86. 2f2a70c compositor: make sure to reset views' pointers to destroyed output by Giulio Camuffo · 10 years ago
  87. f53beb8 compositor-wayland: Use the correct list pointer when freeing shm buffers by Derek Foreman · 10 years ago
  88. da41b57 xwayland: Allow dump_property when selection fails by Bryce Harrington · 10 years ago
  89. b2d79d5 xwayland: Check return of xcb_get_property_reply() before deref by Bryce Harrington · 10 years ago
  90. cf7d95a desktop-shell: make client_initiated a bool by Derek Foreman · 10 years ago
  91. bab996e compositor: move the main() to a new main.c file by Giulio Camuffo · 11 years ago
  92. 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
  93. d3553c7 xwayland: Always free reply from xcb_get_property_reply() by Bryce Harrington · 10 years ago
  94. da9d8fa clients: Simplify memory allocation with xzalloc() by Bryce Harrington · 10 years ago
  95. 430aee1 weston-launch: Drop redundant exit() by Bryce Harrington · 10 years ago
  96. 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
  97. 5a75a41 Added simple unit/integration test framework and corresponding test program. by Jon A. Cruz · 10 years ago
  98. 492c12f desktop-shell: Allow fullscreen windows to mode-switch their output. by Mario Kleiner · 10 years ago
  99. c8a1ff0 compositor-drm: fix drm_waitvblank_pipe() decl style by Pekka Paalanen · 10 years ago
  100. ada4f07 compositor-drm: Add comment for newly added drm_waitvblank_pipe() by Bryce Harrington · 10 years ago