1. 3d7ca3b libweston: Properly namespace modules entrypoint by Quentin Glidic · 9 years ago
  2. 23e1d6f libweston: Properly namespace backends entrypoint by Quentin Glidic · 9 years ago
  3. b2f32ab Makefile.am: Link modules to libweston.la by Quentin Glidic · 9 years ago
  4. 2d66a7d compositor-drm: allow mode frequency selection by Fabien Dessenne · 8 years ago
  5. 8268157 libweston: Position layers in an absolute way by Quentin Glidic · 9 years ago
  6. 39d7e99 xwm: delete dead flags from weston_wm_window_draw_decorations() by Pekka Paalanen · 9 years ago
  7. 474dbca xwm: postpone geometry dirtying from pending.opaque by Pekka Paalanen · 9 years ago
  8. 8cc153b xwm: debug print deleted property name by Pekka Paalanen · 9 years ago
  9. 73428a8 xwm: debug changes to override-redirect flag by Pekka Paalanen · 9 years ago
  10. c9ca2c0 xwm: move set_title and set_pid by Pekka Paalanen · 9 years ago
  11. 9a330e1 xwm: move frame_set_title() into draw_decoration() by Pekka Paalanen · 9 years ago
  12. 20111d5 xwm: clarify props[] in weston_wm_window_read_properties() by Pekka Paalanen · 9 years ago
  13. 505237e xwm: detect legacy fullscreen on MapRequest by Pekka Paalanen · 9 years ago
  14. 0adb6a7 libweston-desktop/xwayland: debug commits by Pekka Paalanen · 9 years ago
  15. a04eacc xwayland: WM debug prints by Pekka Paalanen · 9 years ago
  16. b08e1a5 compositor-wayland: Support building without EGL by Armin Krezović · 9 years ago
  17. 3b7c207 window: Check for NULL surface in keyboard_handle_enter by Dima Ryazanov · 9 years ago
  18. db776db editor: Drop g_type_init() call by Quentin Glidic · 9 years ago
  19. 46ffea6 man/weston.ini: Fix panel-position by Quentin Glidic · 8 years ago
  20. 08cf24b desktop-shell: Support panel-position 'none' by Daniel Stone · 8 years ago
  21. 8de9149 desktop-shell: Initialise panel surface listener by Daniel Stone · 8 years ago
  22. 9cbe1c6 desktop-shell: Stop asking for a RGB565 background by Emmanuel Gil Peyrot · 8 years ago
  23. f86e67d compositor-x11: Remove support for ancient XCB by Daniel Stone · 9 years ago
  24. b51e6ed configure: search for lib with clock_getres() by Yann E. MORIN · 9 years ago
  25. 226408d autoconf: Fix AC_MSG_RESULT message when disabling features by Emmanuel Gil Peyrot · 9 years ago
  26. b8b150b xwayland: fix three minor typos by Abdur Rehman · 9 years ago
  27. 1580e70 wcap: fix a typo in README by Abdur Rehman · 9 years ago
  28. 3caed39 zunitc: fix a typo in a comment by Abdur Rehman · 9 years ago
  29. 6f7f946 zunitc: fix a couple of typos by Abdur Rehman · 9 years ago
  30. b5f838d shared: fix a typo in a comment by Abdur Rehman · 9 years ago
  31. 5735eed shared/helpers.h: fix a typo in a comment by Abdur Rehman · 9 years ago
  32. eedf49f releasing: fix a typo by Abdur Rehman · 9 years ago
  33. b7ccfe5 protocol: fix grammar by Abdur Rehman · 9 years ago
  34. 9b5126c notes: fix a typo by Abdur Rehman · 9 years ago
  35. 999bc4e man: fix grammar by Abdur Rehman · 9 years ago
  36. bc46292 compositor: fix a minor typo by Abdur Rehman · 9 years ago
  37. 4dca0e1 compositor-drm: fix a couple of typos by Abdur Rehman · 9 years ago
  38. b833d74 ivi-shell: fix minor typos by Abdur Rehman · 9 years ago
  39. 7f1da1f desktop-shell: fix a typo by Abdur Rehman · 9 years ago
  40. 7631f38 configure.ac: correct text by Abdur Rehman · 9 years ago
  41. 6c1c0dd clients: fix a couple of trivial typos by Abdur Rehman · 9 years ago
  42. fb4869d compositor: Assign new views to the primary plane by Daniel Stone · 9 years ago
  43. 296d7a9 compositor-drm: Reshuffle and comment plane conditions by Daniel Stone · 9 years ago
  44. 893b936 Remove DPMS-on when going offscreen by Daniel Stone · 9 years ago
  45. f33e104 compositor-drm: Remove open-coded weston_compositor_wake by Daniel Stone · 9 years ago
  46. 47224cc compositor-drm: Delete drm_backend_set_modes by Daniel Stone · 9 years ago
  47. c8c917c compositor-drm: Store width and height inside drm_fb by Daniel Stone · 9 years ago
  48. f214fdc compositor-drm: Use signed int for width/height by Daniel Stone · 9 years ago
  49. 4e5eceb compositor-drm: Use fb->fd consistently by Daniel Stone · 10 years ago
  50. 3e661f7 compositor-drm: Extract EGL destroy to helper by Daniel Stone · 9 years ago
  51. a3ae476 compositor-drm: Simplify drm_sprite_crtc_supported by Daniel Stone · 10 years ago
  52. 1733923 compositor-drm: Comment struct members by Daniel Stone · 10 years ago
  53. f15320f libweston-desktop: don't crash when getting the pid for X clients by Giulio Camuffo · 9 years ago
  54. 2295a62 tests: Skip Xwayland test if binary isn't available by Daniel Stone · 9 years ago
  55. beb97e5 libweston: Make module loading safe against long paths by Daniel Stone · 9 years ago
  56. 698f9bf compositor-wayland: Destroy cursor images earlier by Daniel Stone · 9 years ago
  57. 7dbb0e1 Don't prepend protocol/ to include paths by Daniel Stone · 9 years ago
  58. 411ffab editor: Load a file if specified on command line by Bryce Harrington · 9 years ago
  59. 3d90da2 editor: Use parse_options() from shared for command line options by Bryce Harrington · 9 years ago
  60. 21fac60 compositor-wayland: Set frame callback for Pixman by Daniel Stone · 9 years ago
  61. 6a38ad7 gl-renderer: Fix an invalid write when closing a Weston window by Dima Ryazanov · 9 years ago
  62. 89c2f63 compositor-wayland: Fix a use after free by Dima Ryazanov · 9 years ago
  63. e3a582f libweston-desktop/xwayland: add is_mapped handling for XWAYLAND by Pekka Paalanen · 9 years ago
  64. bbc749a libweston-desktop/xwayland: XWAYLAND surfaces are never 'added' by Pekka Paalanen · 9 years ago
  65. 3326820 libweston-desktop/xwayland: clarify 'added' logic by Pekka Paalanen · 9 years ago
  66. a838b78 libweston-desktop/xwayland: window type XWAYLAND cannot have a parent by Pekka Paalanen · 9 years ago
  67. 44660c3 XWM: debug position and size on map request by Pekka Paalanen · 9 years ago
  68. 7db6c43 XWM: debug position on create_notify by Pekka Paalanen · 9 years ago
  69. e6dec90 compositor-x11: fix segfault when use_pixman is true by Ryo Munakata · 9 years ago
  70. 04bd040 Don't include version.h from compositor.h by Daniel Stone · 9 years ago
  71. 9983400 tests: Extend subsurface place_{above,below} hierarchy by Daniel Stone · 9 years ago
  72. 9f3d95e build: fix wayland-backend distcheck by Pekka Paalanen · 9 years ago
  73. 2b685d9 weston-terminal: Fix crash on first keystroke by Derek Foreman · 9 years ago
  74. b8c16c9 compositor: allow using nested parent as a subsurface sibling by Arnaud Vrac · 9 years ago
  75. 11f8fcb xwayland: Create the drag-and-drop window in weston_wm_dnd_init by Carlos Garnacho · 9 years ago
  76. 24d306c libweston: Add move (without scale) animation by Quentin Glidic · 9 years ago
  77. e7ed60f desktop-shell/client: Add left/right panel position (basic) support by Quentin Glidic · 9 years ago
  78. 51c2c37 desktop-shell/client: Introduce helper variables by Quentin Glidic · 9 years ago
  79. 3e37b34 desktop-shell/client: Parse the clock format once by Quentin Glidic · 9 years ago
  80. f9574f2 desktop-shell/client: Use a proper enum for clock format by Quentin Glidic · 9 years ago
  81. e8bf959 desktop-shell: Properly position the panel surface by Quentin Glidic · 9 years ago
  82. 581df06 desktop-shell: Compute panel size without using output by Quentin Glidic · 9 years ago
  83. 55d5701 desktop-shell/client: Add bottom panel support by Quentin Glidic · 9 years ago
  84. fe0410b gl: Don't declare variables in for loop by Bryce Harrington · 9 years ago
  85. 3447619 compositor-wayland: Port to xdg-shell-v6 by Armin Krezović · 9 years ago
  86. e5732c7 gl-renderer: add support of WL_SHM_FORMAT_YUYV by Vincent ABRIOU · 9 years ago
  87. 225bf9d compositor-x11: Move vfunc setting from set_size to enable by Armin Krezović · 9 years ago
  88. 2e66252 compositor-wayland: Destroy shm buffers on output disable by Armin Krezović · 9 years ago
  89. 78895c5 compositor-wayland: Properly clean up on backend destroy by Armin Krezović · 9 years ago
  90. f054d35 compositor-wayland: Simplify fullscreen output surface handling by Armin Krezović · 9 years ago
  91. f16de17 compositor-wayland: Move vfunc setting from set_size to enable by Armin Krezović · 9 years ago
  92. e31d95f weston-editor: Free preferred_language in text_entry_destroy by Silvan Jegen · 9 years ago
  93. 5e60408 clients/nested-client: call eglTerminate/eglReleaseThread at exit by Emil Velikov · 9 years ago
  94. a69b870 tests/buffer-count-test: teardown after the test by Emil Velikov · 9 years ago
  95. 0263955 gl-renderer: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  96. 050e5d0 clients/window: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  97. 0050536 clients/subsurfaces: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  98. 903cb57 clients/simple-egl: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  99. 915ee13 clients/nested-client: destroy the EGL surface during teardown by Emil Velikov · 9 years ago
  100. 3612be2 shared/platform.h: introduce weston_platform_destroy_egl_surface() by Emil Velikov · 9 years ago