1. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  2. a8d987d systemd: Also force base-10 for the strtol() call by Bryce Harrington · 9 years ago
  3. 375759e Require base-10 for strtol() calls by Bryce Harrington · 9 years ago
  4. 1dbdc0b Include space in 'if (' by Bryce Harrington · 9 years ago
  5. cff0b1d xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> by Bryce Harrington · 9 years ago
  6. 9335ca5 xwayland: Include missing config.h by Bryce Harrington · 9 years ago
  7. 9c764df xwayland: make the plugin usable by libweston compositors by Giulio Camuffo · 9 years ago
  8. d84deeb compositor-headless: Support starting with zero outputs by Armin Krezović · 9 years ago
  9. 20436e2 main: log the command line by Pekka Paalanen · 9 years ago
  10. 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago
  11. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago
  12. 4c61747 x11: Clear X11 selection when we can't bridge the data type by Kristian Høgsberg · 14 years ago
  13. f258a31 Fix WL_EVENT_WRITEABLE typo by Kristian Høgsberg · 14 years ago
  14. 33f8670 x11: Bridge Wayland selections to X11 CLIPBOARD selection by Kristian Høgsberg · 14 years ago
  15. 0050fd7 x11: Handle BadWindow errors by Kristian Høgsberg · 14 years ago
  16. facb558 x11: Remove destroy listener when X11 window is destroyed by Kristian Høgsberg · 14 years ago
  17. a42c128 x11: Store interesting window properties, dump a few more things by Kristian Høgsberg · 14 years ago
  18. 94110f7 x11: Improvide debugging output a bit by Kristian Høgsberg · 14 years ago
  19. 8b316f0 x11: Remove a couple of done TODOs by Kristian Høgsberg · 14 years ago
  20. 11d0512 compositor: Pull in hash table from protocol by Kristian Høgsberg · 14 years ago
  21. e7aaec3 x11: Bridge X11 CLIPBOARD selection to Wayland clients by Kristian Høgsberg · 14 years ago
  22. 09e2692 compositor-x11: Use ARRAY_LENGTH macro from wayland-util.h by Kristian Høgsberg · 14 years ago
  23. 03cb5cf compositor: Handle disappearing surfaces and input devices for touch by Kristian Høgsberg · 14 years ago
  24. 558949b clients: Add simple-touch client for testing touch events. by Kristian Høgsberg · 14 years ago
  25. 3937354 evdev: Store positions for all touch points in the evdev device by Kristian Høgsberg · 14 years ago
  26. 3543ff4 compositor: Send touch_up before clearing touch focus by Kristian Høgsberg · 14 years ago
  27. 1f221ff compositor: Send out touch events accordingly by Tiago Vignatti · 14 years ago
  28. 22c6bce evdev: Add ABS_MT_* support for direct touch devices by Tiago Vignatti · 14 years ago
  29. 773d13b compositor: Make surface picking not depend on an input device by Kristian Høgsberg · 14 years ago
  30. 3429a72 compositor: fix uniform handling for fade_output() by Pekka Paalanen · 14 years ago
  31. 2a25cd4 compositor: Remove shell->activate callback by Kristian Høgsberg · 14 years ago
  32. e1a850e compositor: Move click-to-focus and ctrl-alt-bs bindings to shell.c by Kristian Høgsberg · 14 years ago
  33. f47d8fe compositor: Move binding code to util.c by Kristian Høgsberg · 14 years ago
  34. 2bd5b63 compositor: Consolidate code for finding and running bindings by Kristian Høgsberg · 14 years ago
  35. 5a5f007 compositor: Make click to activate behavior a binding by Kristian Høgsberg · 14 years ago
  36. 42e40ae x11: Ignore FocusOut with mode = NotifyUngrab by Kristian Høgsberg · 14 years ago
  37. ce03ec3 evdev: new header file for the driver by Tiago Vignatti · 14 years ago
  38. 6e2d5f1 compositor-drm: remove/add evdev devices when vt switches by Tiago Vignatti · 14 years ago
  39. 9e2be08 compositor: first destroy backend routines and then display by Tiago Vignatti · 14 years ago
  40. c349e1d compositor-drm: destroy evdev driver properly when finishing compositor by Tiago Vignatti · 14 years ago
  41. 0db1d5f evdev: use a separate function for adding devices by Tiago Vignatti · 14 years ago
  42. b303a1d compositor: use wl_list_for_each_safe when destroying output by Tiago Vignatti · 14 years ago
  43. 7bb92f0 Activate toplevel fullscreen and menu surfaces by Juan Zhao · 14 years ago
  44. ef45824 desktop-shell: Animate surface opacity in zoom animation as well by Kristian Høgsberg · 14 years ago
  45. 541e555 compositor: Implement surface global alpha by Kristian Høgsberg · 14 years ago
  46. cd9ac1d compositor: Remove server side cursors by Kristian Høgsberg · 14 years ago
  47. 7296e79 compositor: let shell override idle time by Pekka Paalanen · 14 years ago
  48. e955f1e shell: use desktop-shell ini file for screensaver path by Pekka Paalanen · 14 years ago
  49. 18027e5 shell: automatic exec and kill of wscreensaver by Pekka Paalanen · 14 years ago
  50. bce2d3f compositor: add IDLE state by Pekka Paalanen · 14 years ago
  51. af0e34c shell: center the unlock dialog by Pekka Paalanen · 14 years ago
  52. 2e097ee compositor: fix re-fading by Pekka Paalanen · 14 years ago
  53. baeb6a1 shell: let screensaver wake up the compositor by Pekka Paalanen · 14 years ago
  54. 77346a6 shell: implement screensaver surface type by Pekka Paalanen · 14 years ago
  55. 9826223 shell: handle surface type reassignment by Pekka Paalanen · 14 years ago
  56. 6e16811 protocol: add screensaver interface by Pekka Paalanen · 14 years ago
  57. 12c05b7 evdev: run flush_motion only when needed by Tiago Vignatti · 14 years ago
  58. 1c2bcb1 evdev: send old valuator inside event frame when the other is missing by Tiago Vignatti · 14 years ago
  59. d7c4551 compositor-drm: Catch errors in create_output_for_connector by David Herrmann · 14 years ago
  60. 0f0d54e compositor-drm: Free output on error in create_output_for_connector by David Herrmann · 14 years ago
  61. eb8bed5 compositor-drm: Fix memory leak in create_output_for_connector by David Herrmann · 14 years ago
  62. 7551cff compositor-drm: Fix memory leak in update_outputs by David Herrmann · 14 years ago
  63. a3a7162 compositor-x11: convert (some) of X11 buttons to linux input by Tiago Vignatti · 14 years ago
  64. 01e7b00 shell: fix set_transient by Pekka Paalanen · 14 years ago
  65. bde5e9f Remove stale comment by Kristian Høgsberg · 14 years ago
  66. d42b0c9 compositor: Use dup instead of fcntl to get a non-CLOEXEC fd by Kristian Høgsberg · 14 years ago
  67. 9b32ed3 Update .gitignores by Pekka Paalanen · 14 years ago
  68. c47ddfd compositor: reset signal mask for children by Pekka Paalanen · 14 years ago
  69. 409ef0a compositor: refactor client forking code by Pekka Paalanen · 14 years ago
  70. 7172d9e compositor-tty: Fix ioctl error handling by David Herrmann · 14 years ago
  71. 4bfb82a compositor: Move a few more utils to util.c by Kristian Høgsberg · 14 years ago
  72. 2f88a40 desktop-shell: Animate surface mapping by Kristian Høgsberg · 14 years ago
  73. 698c058 compositor: Split the animation code out of tablet-shell by Kristian Høgsberg · 14 years ago
  74. f32f1fc shell: forbid multiple wl_shell_surface objects by Pekka Paalanen · 14 years ago
  75. 4622967 shell: rename shell_create_shell_surface by Pekka Paalanen · 14 years ago
  76. 92a0dc4 shell: check for missing wl_shell_surface by Pekka Paalanen · 14 years ago
  77. ec2b32f compositor: eliminate wlsc_surface::shell_priv by Pekka Paalanen · 14 years ago
  78. 068ae94 desktop-shell: update protocol and client to wl_shell_surface by Pekka Paalanen · 14 years ago
  79. 9d1613e wl_shell_surface adaptation by Pekka Paalanen · 14 years ago
  80. 865f9b8 evdev: Silence warning by Kristian Høgsberg · 14 years ago
  81. fe34083 shell: fix resume_desktop for zero clients by Pekka Paalanen · 14 years ago
  82. 65c74cb compositor: add a comment about wlsc_surface::output by Pekka Paalanen · 14 years ago
  83. 6336e46 tablet-shell: Add a stub tablet-shell client by Kristian Høgsberg · 14 years ago
  84. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago
  85. f02bb64 shell: Unmap old backgrounds/panels when setting new ones by Benjamin Franzke · 14 years ago
  86. d0f79ab desktop-shell: Make panel and background output dependent by Benjamin Franzke · 14 years ago
  87. d2abb83 compositor: Move more shell.c state into the new shell_surface by Kristian Høgsberg · 14 years ago
  88. f6def54 Merge remote-tracking branch 'pq/shell-priv' by Kristian Høgsberg · 14 years ago
  89. a887312 compositor: The compositor is now jiust a regular global object by Kristian Høgsberg · 14 years ago
  90. 6b5fc3b compositor: Remove a couple of unused #defines by Kristian Høgsberg · 14 years ago
  91. 558350a compositor: Remove unused resource field from wlsc_output by Kristian Høgsberg · 14 years ago
  92. 57da4a8 shell: introduce shell_surface_purpose by Pekka Paalanen · 14 years ago
  93. 56cdea9 shell: add private surface struct by Pekka Paalanen · 14 years ago
  94. 2584cb5 compositor: Set output for cursor surface so damage_below works by Kristian Høgsberg · 14 years ago
  95. db0fa54 Simplify evdev_flush_motion() a tiny bit by Kristian Høgsberg · 14 years ago
  96. f127715 Merge remote-tracking branch 'vignatti/evdev' by Kristian Høgsberg · 14 years ago
  97. c5241f5 Never include wayland-util.h directly by Kristian Høgsberg · 14 years ago
  98. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  99. f547bd3 evdev: fetch absolute coordinates inside flush_motion only by Tiago Vignatti · 14 years ago
  100. 5c900ce evdev: remove useless field from device structure by Tiago Vignatti · 14 years ago