1. 4dab5db Use compositor->seat_list instead of a singular seat by Daniel Stone · 13 years ago
  2. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  3. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  4. 8c8164f Add core LED handling by Daniel Stone · 13 years ago
  5. e3f15ed Do binding modifier lookup on XKB state, not physical keys by Daniel Stone · 13 years ago
  6. 994679a Move xkb_state object to weston_seat by Daniel Stone · 13 years ago
  7. 496ca17 Convert Weston modifier #defines to an enum by Daniel Stone · 13 years ago
  8. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  9. 7ace390 Update XKB state in update_modifier_state by Daniel Stone · 13 years ago
  10. 17b13bd Update pointer and keyboard focus on new listeners by Daniel Stone · 13 years ago
  11. 200019c compositor: check for execinfo.h by Pekka Paalanen · 13 years ago
  12. 51aaf64 compositor: work around missing SOCK_CLOEXEC by Pekka Paalanen · 13 years ago
  13. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  14. 66a099b compositor: Only fini region if it's not the undef region by Kristian Høgsberg · 13 years ago
  15. bf38190 compositor: Fix buggy snprintf that sets module path by Chad Versace · 13 years ago
  16. 629ce23 xwayland: change library name by Tiago Vignatti · 13 years ago
  17. 5fb70bf Add screen recorder tool by Kristian Høgsberg · 13 years ago
  18. 9fb9824 compositor: Address blending for XRGB surfaces with alpha < 1.0. by Scott Moreau · 13 years ago
  19. 850ca42 Restructure output zoom. by Scott Moreau · 13 years ago
  20. a416fa1 xwm: Switch alpha, brightness and saturation to GLfloat by Kristian Høgsberg · 13 years ago
  21. 8667e77 compositor: Silence compiler warning by initializing resource to NULL by Rob Bradford · 13 years ago
  22. d6ad122 compositor: Disable blending for WL_SHM_FORMAT_XRGB8888 surface by Kristian Høgsberg · 13 years ago
  23. b93b6cf compositor: Remove resource from list when we destroy seat devices by Kristian Høgsberg · 13 years ago
  24. 0b0c2bb compositor: Add opaque rect shader feature by Kristian Høgsberg · 13 years ago
  25. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  26. dc54993 Convert wl_fixed_t to int in weston_output_update_zoom(). by Scott Moreau · 13 years ago
  27. f6f9069 compositor: Fix cursor positioning right after input_device.attach by Ander Conselvan de Oliveira · 13 years ago
  28. c7ca355 compositor: Only call weston_surface_update_transform from repaint by Kristian Høgsberg · 13 years ago
  29. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  30. 34829de compositor: Simplify clip_pointer_motion() and make it handle dead areas by Kristian Høgsberg · 13 years ago
  31. f647c5a compositor: When clipping pointer motions, don't loose precision by Jonas Ådahl · 13 years ago
  32. e11bbe4 compositor: Use wl_fixed_t for incoming input events by Kristian Høgsberg · 13 years ago
  33. 1f37601 compositor: Move pointer motion clipping to its own function by Kristian Høgsberg · 13 years ago
  34. d42f457 Load an XKB keymap and state in the compositor by Daniel Stone · 13 years ago
  35. 855028f Add xkb_names member plus config + X11 support by Daniel Stone · 13 years ago
  36. 103db7f Convert wire input co-ordinates to fixed-point by Daniel Stone · 13 years ago
  37. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  38. bd3489b Add fixed-point versions of weston_surface_{to, from}_global by Daniel Stone · 13 years ago
  39. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  40. a8479f1 Merge remote-tracking branch 'pq/simple-fixes' by Kristian Høgsberg · 13 years ago
  41. 306e361 tests: Add an initial weston integration test by Kristian Høgsberg · 13 years ago
  42. e17f610 compositor: Initialize xserver variable by Scott Moreau · 13 years ago
  43. f31ad10 compositor: report .so path when load_module() fails by Pekka Paalanen · 13 years ago
  44. b10f1e3 compositor: Set pointer surface input region to empty on attach by Kristian Høgsberg · 13 years ago
  45. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  46. 9074db5 Send surface enter/leave events by Casey Dahlin · 13 years ago
  47. 58ba137 Add an id field to outputs by Casey Dahlin · 13 years ago
  48. 96d8a75 Change find_resource_for_surface to find_resource_for_client by Casey Dahlin · 13 years ago
  49. 6936708 Install brightness and saturation variables for surface shader by Scott Moreau · 13 years ago
  50. ff1db4a Install structuring for ping-pong protocol by Scott Moreau · 13 years ago
  51. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  52. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  53. 299e58d compositor: check queryString success by Pekka Paalanen · 13 years ago
  54. 52bfbaa compositor: use GL_EXT_unpack_subimage only if available by Pekka Paalanen · 13 years ago
  55. e4faa2a compositor: init shell after xserver by Tiago Vignatti · 13 years ago
  56. d012e9d Make xserver-launcher a module by Kristian Høgsberg · 13 years ago
  57. 02e79dc compositor: Add a destroy signal and turn weston_shell into signals by Kristian Høgsberg · 13 years ago
  58. 27e3052 Use wl_signal mechanism by Kristian Høgsberg · 13 years ago
  59. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  60. 78db848 compositor: Damage output in weston_output_init by Benjamin Franzke · 13 years ago
  61. b687940 compositor: Remove wl_output-global on unplug by Benjamin Franzke · 13 years ago
  62. 035dd9c compositor: End keyboard grab when compositor loses keyboard focus by Kristian Høgsberg · 13 years ago
  63. 31dd6b8 compositor: Don't pass output to notify_keyboard_focus by Kristian Høgsberg · 13 years ago
  64. bfeda13 Introduce weston-launch by Benjamin Franzke · 14 years ago
  65. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  66. dbae80e compositor: Support alpha for solid color surfaces by Kristian Høgsberg · 13 years ago
  67. c97af92 Properly dispose event sources and event loops by Jonas Ådahl · 13 years ago
  68. fb6de22 compositor: Use GL_EXT_unpack_subimage for texture updates by Kristian Høgsberg · 13 years ago
  69. 8cbfb2a compositor: Rename weston_buffer_attach to weston_surface_attach by Kristian Høgsberg · 13 years ago
  70. 7fb9f95 compositor: move force_configure field to shell_surface by Ander Conselvan de Oliveira · 13 years ago
  71. 093bfa3 compositor: make surface_configure() a vfunc by Ander Conselvan de Oliveira · 13 years ago
  72. e11683a compositor: refactor surface_attach() by Ander Conselvan de Oliveira · 13 years ago
  73. d6ea33d compositor: use new drag icon listener for setting up drag surfaces by Ander Conselvan de Oliveira · 13 years ago
  74. 9390ae3 compositor: make es->pitch consistent between shm and drm surfaces by Ander Conselvan de Oliveira · 13 years ago
  75. fbf2894 compositor: add weston_surface_to_global_float helper by Ander Conselvan de Oliveira · 13 years ago
  76. b8ab14f compositor: add a weston_surface_is_mapped() helper by Ander Conselvan de Oliveira · 13 years ago
  77. f9247dd compositor: Use GL_BGRA_EXT for glReadPixels in screenshooter by Kristian Høgsberg · 13 years ago
  78. 9629fe3 Simplify shm buffer handling by Kristian Høgsberg · 13 years ago
  79. 9a206c4 config-parser: consolidate shell files into weston.ini only by Tiago Vignatti · 13 years ago
  80. 6a3633d Modify bindings for axis event detection. by Scott Moreau · 13 years ago
  81. 210d079 Hook up axis events. by Scott Moreau · 13 years ago
  82. afee221 compositor: Fix pointer type mismatch warnings by Kristian Høgsberg · 13 years ago
  83. 4643661 weston_surface: initialize pitch by Juan Zhao · 13 years ago
  84. 027b962 weston: don't hang in wait() by Bill Spitzak · 13 years ago
  85. 71b1d0c compositor: properly restore keyboard_focus in notify_keyboard_focus() by Ander Conselvan de Oliveira · 13 years ago
  86. 96b0abd compositor: allow multiple input_device_attach()'s with a nil buffer by Ander Conselvan de Oliveira · 13 years ago
  87. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  88. aa6019e Fix picking crashes by Kristian Høgsberg · 13 years ago
  89. 0eee939 compositor: Fix compilation without xserver launcher by Benjamin Franzke · 13 years ago
  90. 7dbf5e2 compositor: Only process input once per frame by Kristian Høgsberg · 13 years ago
  91. 7ea1086 compositor: Move input devices to their own event loop by Kristian Høgsberg · 13 years ago
  92. abcef3c compositor: Swallow binding key for bindings that don't set up a grab by Kristian Høgsberg · 13 years ago
  93. d3c0275 Use wl_array_for_each() where possible by Kristian Høgsberg · 13 years ago
  94. 0b5cd0c Use typesafe server-side stubs by Kristian Høgsberg · 13 years ago
  95. 5256968 compositor: Damage sprite surface on attach by Kristian Høgsberg · 13 years ago
  96. 867dec7 compositor: Post keyboard leave before destroying surface by Kristian Høgsberg · 13 years ago
  97. 3e3bb32 compositor: split drag surface update into smaller functions by Ander Conselvan de Oliveira · 13 years ago
  98. c5fb9a7 compositor: fix crash when a drag surface is destroyed during the drag by Ander Conselvan de Oliveira · 13 years ago
  99. 3be2ce9 compositor: Organize surface stack using new struct weston_layer by Kristian Høgsberg · 13 years ago
  100. 944236a compositor: Just damage compositor->damage in weston_output_damage() by Kristian Høgsberg · 13 years ago