1. 054c50a data-device: Move all drag-related fields out of weston_seat by Kristian Høgsberg · 12 years ago
  2. 195b869 input: Move sprite fields into weston_pointer from weston_seat by Kristian Høgsberg · 12 years ago
  3. 9e885d4 simple-egl: Add support for EGL_EXT_swap_buffer_with_damage by Kristian Høgsberg · 12 years ago
  4. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  5. a4036bb input: Allocate pointer/keyboard/touch structs by Kristian Høgsberg · 12 years ago
  6. 2bf8762 input: Eliminate weston_seat::has_pointer/keyboard/touch by Kristian Høgsberg · 12 years ago
  7. aad8099 data-device: Update drag icon position from configure and motion handlers by Kristian Høgsberg · 12 years ago
  8. 415f30c data-device: Map drag icon in configure handler by Kristian Høgsberg · 12 years ago
  9. 5f95557 data-device: Setup and release drag surface and beginning and end of drag by Kristian Høgsberg · 12 years ago
  10. 40e44ab data-device: Fix dnd regression from weston_seat rewrite by Kristian Høgsberg · 12 years ago
  11. 624d8f2 data-device: Don't emit a signal for drag icon changes by Kristian Høgsberg · 12 years ago
  12. 7848bb6 input: Move drag handling to data-device.c by Kristian Høgsberg · 12 years ago
  13. 8799d41 compositor: Move fan_debug to gl-renderer by Kristian Høgsberg · 12 years ago
  14. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  15. 4912454 input: Remove wl_seat destroy signal by Kristian Høgsberg · 12 years ago
  16. 4a2a274 input: Fold wl_seat init/release into weston_seat init/release by Kristian Høgsberg · 12 years ago
  17. e329f36 input: Rename wl_touch to weston_touch by Kristian Høgsberg · 12 years ago
  18. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  19. a71e8b2 input: Rename weston_device_repick() to weston_seat_repick() by Kristian Høgsberg · 12 years ago
  20. 80fb82d input: Drop find_resource_for_client() by Kristian Høgsberg · 12 years ago
  21. b5e2610 move input code from compositor.c into input.c by Kristian Høgsberg · 12 years ago
  22. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  23. 2158a88 Import input structs and helper functions from wayland by Kristian Høgsberg · 12 years ago
  24. 6851686 editor: Fix some offsets for multi-byte characters by Jan Arne Petersen · 12 years ago
  25. d8aa332 keyboard: Fix offsets when deleting text by Jan Arne Petersen · 12 years ago
  26. cc75ec1 text: Rename input_method to wl_input_method by Jan Arne Petersen · 12 years ago
  27. 2f51d8a text: Improve protocol documentation. by Jan Arne Petersen · 12 years ago
  28. 70d942b text: Rename ::set_panel to ::set_overlay_panel by Jan Arne Petersen · 12 years ago
  29. 62ece76 text: Rename text_input to wl_text_input by Jan Arne Petersen · 12 years ago
  30. 8f2f764 keyboard: Remove unneded calls by Jan Arne Petersen · 12 years ago
  31. 919bc14 text: delete text on commit_string by Jan Arne Petersen · 12 years ago
  32. 00191c7 text: Fix serial handling by Jan Arne Petersen · 12 years ago
  33. b41531a text: Only allow input-method started by weston to bind by Jan Arne Petersen · 12 years ago
  34. 7cd29e1 text: Add output argument to set_toplevel by Jan Arne Petersen · 12 years ago
  35. 14da96b text: Add support for panels following the cursor by Jan Arne Petersen · 12 years ago
  36. fe89e71 editor: Send cursor position to the input method by Jan Arne Petersen · 12 years ago
  37. dfd3446 editor: Only delete on backspace key released by Jan Arne Petersen · 12 years ago
  38. 85ecaa5 text: Add "none" preedit-style by Jan Arne Petersen · 12 years ago
  39. 78d00e4 text: Rename text_model to text_input by Jan Arne Petersen · 12 years ago
  40. 7ef8eff text: Order requests and events in a nice way by Jan Arne Petersen · 12 years ago
  41. fa35738 text: rename text_model::commit to commit_state by Jan Arne Petersen · 12 years ago
  42. d160a30 view: g_type_init() is deprecated in glib >= 2.35 by Jan Arne Petersen · 12 years ago
  43. 8418a0c text: Fix some text and input-method docs by Krzesimir Nowak · 12 years ago
  44. f62e8cf text: Fix password content hint value by Krzesimir Nowak · 12 years ago
  45. 08015b6 editor: Reset text model on reset by Jan Arne Petersen · 12 years ago
  46. b8b76a6 keyboard: Reset state on activate by Jan Arne Petersen · 12 years ago
  47. 9d41913 text: Add example for language/text direction by Jan Arne Petersen · 12 years ago
  48. ece6b5a text: Add language and text-direction to protocol by Jan Arne Petersen · 12 years ago
  49. f918719 xwm: Reparent client windows into ARGB windows by Kristian Høgsberg · 12 years ago
  50. afe690c Move the optional output name property from drm_output to weston_output by Richard Hughes · 12 years ago
  51. eb2074a Fix not checking return value of drmIoctl function call to map dumb buffer by Chris Michael · 12 years ago
  52. ab74562 Include config.h in compositor-drm.c by Richard Hughes · 12 years ago
  53. e729996 Add a set_gamma vfunc on weston_output by Richard Hughes · 12 years ago
  54. 59d5da7 Add a output_created_signal on weston_compositor by Richard Hughes · 12 years ago
  55. 64ddde1 Add a destroy_signal on weston_output by Richard Hughes · 12 years ago
  56. 2b2092a Extract and parse the EDID when outputs are added by Richard Hughes · 12 years ago
  57. f12a094 weston.ini: document background-type by Emilio Pozuelo Monfort · 12 years ago
  58. 952e6df Fix simple-egl tear-down order to prevent a crash on exit time by Yeh, Sinclair · 12 years ago
  59. 93c76fe configure.ac: Bump to 1.1.90 to open master for 1.2 work by Kristian Høgsberg · 12 years ago
  60. 2e43720 window: Add a log handler for window.c clients by Kristian Høgsberg · 12 years ago
  61. c08bc36 configure.ac: Bump version to 1.1.0 by Kristian Høgsberg · 12 years ago
  62. 63e7be6 shell: clear popup grab interface on remove_popup_grab and popup_grab_end by Philipp Brüschweiler · 12 years ago
  63. 96386b8 desktop-shell: better error logging by Philipp Brüschweiler · 12 years ago
  64. 4a3c150 Correctly handle extended RDP keycodes by Hardening · 12 years ago
  65. b67c91d clients: tablet-shell: Wait for set_homescreen hits the server by Tiago Vignatti · 12 years ago
  66. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  67. b76237e compositor-drm: Allow running without launcher if effective UID is 0 by Kristian Høgsberg · 12 years ago
  68. eb3c73f Fix compiler warnings by Armin K · 12 years ago
  69. 5daccc3 autotools: Add a libunwind configure switch by Quentin Glidic · 12 years ago
  70. 91ae483 compositor: Use wl_pointer_set_current to cleanup after surface destruction by Rob Bradford · 12 years ago
  71. 319b91b window: don't execute the selected menu item when getting popup_done by Giulio Camuffo · 12 years ago
  72. e14560e compositor: add information about the fbdev backend to --help output by Philipp Brüschweiler · 12 years ago
  73. a83409c RDP compositor take 6 by Hardening · 12 years ago
  74. 57edf7f compositor: add WESTON_COMPOSITOR_OFFSCREEN state by Philipp Brüschweiler · 12 years ago
  75. cee79e9 gitignore: Ignore test-driver by Damien Lespiau · 12 years ago
  76. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  77. b5bae34 build: Make the X11 compositor explicitely depend on xcb-shm by Damien Lespiau · 12 years ago
  78. 88817f8 compositor: Remove unused wl_pointer variable by Kristian Høgsberg · 12 years ago
  79. e5b42e4 Added handler for SIGABRT by Peter Maatman · 12 years ago
  80. 848e2e6 evdev-touchpad: Disable tap FSM by default on touchpads with button pads by Jonas Ådahl · 12 years ago
  81. 5006596 compositor-x11: Fix relative motion reporting for multiple outputs by Kristian Høgsberg · 12 years ago
  82. c088e2c compositor: Support notifying with absolute position too by Rob Bradford · 12 years ago
  83. 32069c0 compositor-drm: ensure we run drm-backend using weston-launch by Rafal Mielniczuk · 12 years ago
  84. 1b4b61a shell: set the popup grab button as pressed only if it actually is by Giulio Camuffo · 12 years ago
  85. 5085a75 shell: handle multiple popups by Giulio Camuffo · 12 years ago
  86. 0f3f97d weston-egl: Allow compilation against older EGL stack by Rob Bradford · 12 years ago
  87. 706d15e Revert "weston.ini: Use 'modeline' key for modeline example" by Scott Moreau · 12 years ago
  88. 650aab5 weston.man: Document the way to disable idle timeout by Scott Moreau · 12 years ago
  89. 02d8ad6 config.ini: add examples for cursor-theme and cursor-size by Emilio Pozuelo Monfort · 12 years ago
  90. 57ac406 weston.ini.man: document cursor-theme and cursor-key by Emilio Pozuelo Monfort · 12 years ago
  91. ab44b0c toytoolkit: implement cursor-size config key by Emilio Pozuelo Monfort · 12 years ago
  92. d6be88b weston-launch: cleanup - return failures in main with EXIT_FAILURE by Siddharth Heroor · 12 years ago
  93. e74dc19 compositor-rpi: Use correct enum, removes a warning by Philipp Brüschweiler · 12 years ago
  94. 4b409c3 compositor: remove unused field option_idle_time by Philipp Brüschweiler · 12 years ago
  95. 7a3ec74 weston-launch: return better value if weston dies because of a signal by Philipp Brüschweiler · 12 years ago
  96. ff25312 weston-launch: move function calls out of assert() by Philipp Brüschweiler · 12 years ago
  97. 063a882 toytoolkit: avoid redrawing a window between maximize and configure by MoD · 12 years ago
  98. c1a3cd1 window: restore maximized state from fullscreen mode if necessary by Rafal Mielniczuk · 12 years ago
  99. fc22be0 window: save allocation only for toplevel window by Rafal Mielniczuk · 12 years ago
  100. fffdcdd shell: reset rotation for maximized surface by Rafal Mielniczuk · 12 years ago