1. cba022a xwm: Claim the CLIPBOARD_MANAGER selection by Kristian Høgsberg · 13 years ago
  2. a7ceaff compositor: Add a clipboard manager by Kristian Høgsberg · 13 years ago
  3. e220327 xwm: Initialize X selection on X server startup by Kristian Høgsberg · 13 years ago
  4. 4dec011 xwm: Move selection proxy setup to selection.c by Kristian Høgsberg · 13 years ago
  5. c65d56a xwm: Follow wl_data_source changes by Kristian Høgsberg · 13 years ago
  6. b7452fe Add support for wl_keyboard::keymap events by Daniel Stone · 13 years ago
  7. e2ef43a Parse XKB config options in weston_compositor_init by Daniel Stone · 13 years ago
  8. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  9. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  10. 576cd15 compositor-x11: Generate our own keymap by Daniel Stone · 13 years ago
  11. cd981dd compositor-wayland: Fix seat vs. seat confusion by Daniel Stone · 13 years ago
  12. cfd0e72 Brown-paper bag fix for LED by Daniel Stone · 13 years ago
  13. 8db7969 Fix binding modifier lookup by Daniel Stone · 13 years ago
  14. 15643f6 build: introduce GCC_CXXFLAGS by Pekka Paalanen · 13 years ago
  15. d95222e compositor-android: fix build flags by Pekka Paalanen · 13 years ago
  16. 8056673 xwayland: Handle selection source going away without crashing by Kristian Høgsberg · 13 years ago
  17. bb1df6a Add keymap argument to weston_seat_init_keyboard by Daniel Stone · 13 years ago
  18. d65b909 Move keymaps to weston_seat by Daniel Stone · 13 years ago
  19. e379da9 Separate out weston_xkb_info struct by Daniel Stone · 13 years ago
  20. 9a9ee2c Split XKB keymap compilation out into separate function by Daniel Stone · 13 years ago
  21. 74419a2 Split weston_seat_init up into pointer/keyboard/touch by Daniel Stone · 13 years ago
  22. 2fce402 Convert wl_pointer::axis to wl_fixed_t by Daniel Stone · 13 years ago
  23. 0c1e46e Use wl_fixed_t for axis bindings by Daniel Stone · 13 years ago
  24. 325fc2d Split bindings into separate key/button/axis bindings by Daniel Stone · 13 years ago
  25. 878f0b7 Convert notify_axis to wl_fixed_t by Daniel Stone · 13 years ago
  26. b210468 shell: Reset focus for all seats on activation by Daniel Stone · 13 years ago
  27. 162f78a tablet-shell: Use seat_list rather than primary seat by Daniel Stone · 13 years ago
  28. 4034c7a tablet-shell: Remove 'seat' member by Daniel Stone · 13 years ago
  29. 4dab5db Use compositor->seat_list instead of a singular seat by Daniel Stone · 13 years ago
  30. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  31. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  32. 7bbd5b3 evdev: Add LED update hook by Daniel Stone · 13 years ago
  33. 33965c2 evdev: Add device capabilities by Daniel Stone · 13 years ago
  34. 1d63777 Rename evdev_input_device::type to pending_events by Daniel Stone · 13 years ago
  35. a62e804 evdev: Convert device type to an enum by Daniel Stone · 13 years ago
  36. 8c8164f Add core LED handling by Daniel Stone · 13 years ago
  37. e3f15ed Do binding modifier lookup on XKB state, not physical keys by Daniel Stone · 13 years ago
  38. 994679a Move xkb_state object to weston_seat by Daniel Stone · 13 years ago
  39. 496ca17 Convert Weston modifier #defines to an enum by Daniel Stone · 13 years ago
  40. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  41. 7ace390 Update XKB state in update_modifier_state by Daniel Stone · 13 years ago
  42. 17b13bd Update pointer and keyboard focus on new listeners by Daniel Stone · 13 years ago
  43. 3ae50bb Add Android backend by Pekka Paalanen · 13 years ago
  44. 200019c compositor: check for execinfo.h by Pekka Paalanen · 13 years ago
  45. 51aaf64 compositor: work around missing SOCK_CLOEXEC by Pekka Paalanen · 13 years ago
  46. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  47. d64bdf4 xwm: Just ignore the synthetic unmap_notify by Kristian Høgsberg · 13 years ago
  48. a6d9a5e xwm: Set WM_STATE window property by Kristian Høgsberg · 13 years ago
  49. f197e9f xwm: Bring back synthetic events and handle synthetic unmap notify as per ICCCM by Kristian Høgsberg · 13 years ago
  50. e244cb0 xwm: Don't try to read deleted properties by Kristian Høgsberg · 13 years ago
  51. 029539b xwm: Handle reparenting windows by Kristian Høgsberg · 13 years ago
  52. 44c2013 xwm: Don't select for XCB_EXPOSE by Kristian Høgsberg · 13 years ago
  53. 8d1aa7d xwm: Don't dispatch for events coming from XSendEvent by Kristian Høgsberg · 13 years ago
  54. 194ea54 xwm: Destroy frame resources and reparent back to root in unmap_notify by Kristian Høgsberg · 13 years ago
  55. d96fe1f xwm: Remove pointless change set request by Kristian Høgsberg · 13 years ago
  56. f94a031 xwm: Don't select for STRUCTURE_NOTIFY or RESIZE_REDIRECT by Kristian Høgsberg · 13 years ago
  57. bc6e162 xwm: Ignore map request for already mapped window by Kristian Høgsberg · 13 years ago
  58. 0273b57 xwm: Reduce window property debug output by Kristian Høgsberg · 13 years ago
  59. 66a099b compositor: Only fini region if it's not the undef region by Kristian Høgsberg · 13 years ago
  60. c9571fb xwm: Reset wm->focus_window when the focused window is destroyed by Kristian Høgsberg · 13 years ago
  61. 053be42 wcap: Compute per-component deltas by Kristian Høgsberg · 13 years ago
  62. 92a57db shell: Add keybinding to force-close (SIGKILL) inactive clients by Kristian Høgsberg · 13 years ago
  63. bf38190 compositor: Fix buggy snprintf that sets module path by Chad Versace · 13 years ago
  64. 629ce23 xwayland: change library name by Tiago Vignatti · 13 years ago
  65. 99aeb1e shell: use transient flags for activate or not new surfaces by Tiago Vignatti · 13 years ago
  66. bf17130 wcap: Move old wcap-encode to wcap/ as wcap-snapshot by Kristian Høgsberg · 13 years ago
  67. 2bcb2fc wcap: Rename wcap-encode to just wcap by Kristian Høgsberg · 13 years ago
  68. 894e0b5 wcap: Move wcap structs and constants to a shader header by Kristian Høgsberg · 13 years ago
  69. e012c82 wcap: Discard first frame since it doesn't have a full frame of damage by Kristian Høgsberg · 13 years ago
  70. 3b96960 wcap: Add a file format magic number and add the pixel format to the header by Kristian Høgsberg · 13 years ago
  71. 5fb70bf Add screen recorder tool by Kristian Høgsberg · 13 years ago
  72. e68fd10 xwm: Handle resize cases of _NET_WM_MOVERESIZE by Kristian Høgsberg · 13 years ago
  73. c1693f2 xwm: Implement resizing by frame borders by Kristian Høgsberg · 13 years ago
  74. f96e6c0 Share code to to classify pointer location in frame by Kristian Høgsberg · 13 years ago
  75. a61ca06 xwm: Add window resize support by Kristian Høgsberg · 13 years ago
  76. 9fb9824 compositor: Address blending for XRGB surfaces with alpha < 1.0. by Scott Moreau · 13 years ago
  77. 9b68af0 shell: Add back mod+pageup/down keybindings for zoom by Kristian Høgsberg · 13 years ago
  78. 850ca42 Restructure output zoom. by Scott Moreau · 13 years ago
  79. 85ecac0 xwm: Fold weston_wm_activate into weston_wm_window_activate by Scott Moreau · 13 years ago
  80. 1b3984c xwayland/window-manager.c: Use container_of to get the wm pointer since window may be NULL. by Scott Moreau · 13 years ago
  81. 02709af shell: Update relevant bits to work with recent alpha value changes. by Scott Moreau · 13 years ago
  82. eaee784 xwm: Use SUBSTRUCTURE_REDIRECT on frame window too by Kristian Høgsberg · 13 years ago
  83. 380deee xwayland: Add window-manager.c by Kristian Høgsberg · 13 years ago
  84. 4714558 xwayland: Rename xserver-launcher.c to window-manager.c by Kristian Høgsberg · 13 years ago
  85. e10b124 xwayland: Move socket and launcher code to it's own file by Kristian Høgsberg · 13 years ago
  86. 102bf03 xwayland: Split selection code into its own file by Kristian Høgsberg · 13 years ago
  87. a921901 Move xwayland integration into xwayland subdirectory by Kristian Høgsberg · 13 years ago
  88. 9540ea6 shell: Fix broken indentation in shell_get_shell_surface() by Kristian Høgsberg · 13 years ago
  89. 45ba869 shell: Make create_shell_surface() just return the shsurf by Kristian Høgsberg · 13 years ago
  90. e829a87 xwm: Add ewmh window type atoms by Kristian Høgsberg · 13 years ago
  91. 2459fd6 xwm: Don't leak render format reply by Kristian Høgsberg · 13 years ago
  92. a416fa1 xwm: Switch alpha, brightness and saturation to GLfloat by Kristian Høgsberg · 13 years ago
  93. 579f293 shell: Remove fading animation from animation list when surface destroyed by Rob Bradford · 13 years ago
  94. 168288b xwm: Account for shadow and frame size when positioning transient windows by Kristian Høgsberg · 13 years ago
  95. b4ad4cb xwm: Improve debug logging a bit by Kristian Høgsberg · 13 years ago
  96. 1ad4c42 xserver: map transient windows into shell surface by Tiago Vignatti · 13 years ago
  97. de7d66f xwm: Dont queue repaints unless we have a frame window by Kristian Høgsberg · 13 years ago
  98. 21a6891 xwm: Keep cairo surface around and just resize it by Kristian Høgsberg · 13 years ago
  99. 5ea11b6 xwm: Look up render format up front by Kristian Høgsberg · 13 years ago
  100. 491bac1 shell: Expose set_transient in shell interface by Tiago Vignatti · 13 years ago