1. bcfd07b xwm: Redirect root window subwindows by Kristian Høgsberg · 12 years ago
  2. 08921b8 xwayland: Remove unused call weston_wm_handle_configure_notify. by Stefan Schmidt · 12 years ago
  3. 1cf329b xwm: remove the destroy listener from the old surface signal by Giulio Camuffo · 12 years ago
  4. a2df51c xwm: set the right cursor when hovering on the decoration borders by Giulio Camuffo · 12 years ago
  5. 85739ea xwm: set the window's shsurf pointer to NULL on unmap handling by Giulio Camuffo · 12 years ago
  6. 62942ad xwm: set the shell_surface's title by Giulio Camuffo · 12 years ago
  7. ca43f09 xwm: place transient windows at the right position by Giulio Camuffo · 12 years ago
  8. 73bdc0c xwm: Fix fd leak in weston_wm_send_data() by Kristian Høgsberg · 12 years ago
  9. 3f7fcf8 xwm: Try a non-blocking write before setting up an fd watch for property data by Kristian Høgsberg · 12 years ago
  10. f9cb3b1 xwm: Add support for bridging Xdnd to wayaland DnD by Kristian Høgsberg · 12 years ago
  11. 9466e50 xwm: Only handle selection notify events for CLIPBOARD in selection code by Kristian Høgsberg · 12 years ago
  12. 668fc0d xwm: Fix fd leak in selection code by Kristian Høgsberg · 12 years ago
  13. ab6d667 xwm: Unmap frame window when client window is unmapped by Kristian Høgsberg · 12 years ago
  14. 318ea37 xwm: Split creation of frame window out into its own function by Kristian Høgsberg · 12 years ago
  15. 81cadc7 xwm: Set window->surface to NULL when surface goes away by Kristian Høgsberg · 12 years ago
  16. 1a7a57f xwm: Detect WM_NORMAL_HINTS fullscreen attempts by Kristian Høgsberg · 12 years ago
  17. 59f44c1 xwm: Detect legacy fullscreen modes by Kristian Høgsberg · 12 years ago
  18. 1b6fed4 xwm: Update size when override redirect windows change size by Kristian Høgsberg · 12 years ago
  19. c7d2c4c Add more missing config.h #includes by Kristian Høgsberg · 12 years ago
  20. 146f5ba xwm: Use window->x/y for override redirect surfaces by Kristian Høgsberg · 12 years ago
  21. e89a8b6 xwm: Fix transform listener by Kristian Høgsberg · 12 years ago
  22. 122877d xwm: Fix configure notify handler by Kristian Høgsberg · 12 years ago
  23. 69981d9 xwm: Set _NET_WM_CM_S0 instead of relying on the xwayland module to do it by Kristian Høgsberg · 12 years ago
  24. 3e9df07 autotools: Don't use wayland-scanner.m4 by Daiki Ueno · 12 years ago
  25. 92de144 add [xwayland] path weston.ini option by Maksim Melnikau · 12 years ago
  26. 9f42e50 xwm: do not crash when activating a NULL surface by Giulio Camuffo · 12 years ago
  27. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  28. dce3dac xwayland: Remove transform listener when destroying the wm by Louis-Francis Ratté-Boulianne · 12 years ago
  29. 7ff3bdb Rename wl_data_source to weston_data_source by Kristian Høgsberg · 12 years ago
  30. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  31. fa514b4 xwayland: Don't allow resizing to 0x0 or less by Kristian Høgsberg · 12 years ago
  32. 00db2ee xwayland: Don't crash when we get configure notify for destroyed frame windows by Kristian Høgsberg · 12 years ago
  33. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  34. 384a11a xwm: Use empty opaque region for windows with alpha by MoD · 12 years ago
  35. 4451aa5 xwayland: modify Makefile.am to clean up BUILD_SOURCES by Alex Wu · 12 years ago
  36. 8a4a9eb data-device: Change resources in wl_data_offer and wl_data_source to pointers. by Jason Ekstrand · 12 years ago
  37. a58290b xwayland: Use _exit() when exec() fails by Kristian Høgsberg · 12 years ago
  38. 082d58c xwayland: Silence X wm debug logging by Kristian Høgsberg · 12 years ago
  39. fb2adba xwayland: Forward global position to X by Tiago Vignatti · 12 years ago
  40. 55375b9 xwm: Check result of xcb_get_atom_name_reply by MoD · 12 years ago
  41. 3170012 xwm: Define SEND_EVENT_MASK and EVENT_TYPE macros to clarify xcb event type checks by MoD · 12 years ago
  42. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  43. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  44. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  45. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  46. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  47. f918719 xwm: Reparent client windows into ARGB windows by Kristian Høgsberg · 12 years ago
  48. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  49. 762b166 xwm: Only call set_fullscreen if the window is mapped by Kristian Høgsberg · 12 years ago
  50. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  51. a1377cf Add missing builddir includes for version.h by Kristian Høgsberg · 12 years ago
  52. af4f2aa Install header files and pkg-config file for external modules by Kristian Høgsberg · 12 years ago
  53. 81585e9 xwm: Don't leak pending.input region by Kristian Høgsberg · 12 years ago
  54. 25bb696 xwm: Fix silly region math by Kristian Høgsberg · 12 years ago
  55. d8b617d xwm: Fix input region regression from commit changes by Kristian Høgsberg · 12 years ago
  56. b810eb5 xwm: Support _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  57. aa521bd xwayland/window-manager: Avoid doing work for unknown window by Rob Bradford · 13 years ago
  58. ef94085 xwayland: Close fd opened for lockfile on error path by Rob Bradford · 13 years ago
  59. 2d129f1 xwayland: Staticize weston_wm_set_selection and read_and_dump_property by Tiago Vignatti · 13 years ago
  60. 3df3f22 xwayland: Remove useless structure by Tiago Vignatti · 13 years ago
  61. 9c4ff83 xwm: Rename get_resources function by Tiago Vignatti · 13 years ago
  62. f268446 xwayland: Standardize 'wxs' for weston_xserver variables by Tiago Vignatti · 13 years ago
  63. 4fbb653 Fix build warnings from image_loader by Pekka Paalanen · 13 years ago
  64. 6006ecb configure.ac: Don't link weston to cairo or image libraries by Kristian Høgsberg · 13 years ago
  65. 76d8fc8 xwm: Fix xwm opaque region by Scott Moreau · 13 years ago
  66. ac78bb1 xwm: Fail safely if cursor is not found by Tiago Vignatti · 13 years ago
  67. c6a7e4b toytoolkit: Don't draw shadows for maximized windows. by Scott Moreau · 13 years ago
  68. 0d20d7c xwm: Plug kill signal for killing X apps by Tiago Vignatti · 13 years ago
  69. b00a9d3 compositor: Make all non-backend modules use module_init() as entry point by Kristian Høgsberg · 13 years ago
  70. 4f9c07b xwayland: replace opaque_rect, fix an alpha problem by Pekka Paalanen · 13 years ago
  71. 5ba3189 xwm: Use a simple heuristic for mapping X input events to a weston seat by Kristian Høgsberg · 13 years ago
  72. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  73. c4063f3 xwm: Make override-redirect windows opaque by Kristian Høgsberg · 13 years ago
  74. ce1baa8 xwm: use last focused window for guessing transient parent by Tiago Vignatti · 13 years ago
  75. e66fcee xwm: Fix transient positioning by Tiago Vignatti · 13 years ago
  76. 2ea74d9 xwm: Initialize window decoration always as !override by Tiago Vignatti · 13 years ago
  77. 9134b77 xwm: Don't try to change frame cursor when there's no decoration by Tiago Vignatti · 13 years ago
  78. c190323 xwm: set the root window pointer to left_ptr by Tiago Vignatti · 13 years ago
  79. 236b48d xwm: set appropriate cursors for the frame window by Tiago Vignatti · 13 years ago
  80. 90fada4 xwayland: add simple xcb-cursor hook based on libXcursor by Tiago Vignatti · 13 years ago
  81. e89cef3 xwayland: Look up 32 depth rgba render format as well by Kristian Høgsberg · 13 years ago
  82. e6d8d2f xwayland: Use the right length for iterating through the formats array by Kristian Høgsberg · 13 years ago
  83. 1972141 xwayland: Don't leak fd while reading lock file in src/xwayland/launcher.c by Martin Olsson · 13 years ago
  84. 8150b19 shell: Take a wl_surface as parent for transient and popup windows by Kristian Høgsberg · 13 years ago
  85. 529b00e xwm: Add xwayland.h to Makefile.am by Kristian Høgsberg · 13 years ago
  86. cd80f10 xwm: Fix crash when we don't have a transient_for window by Kristian Høgsberg · 13 years ago
  87. bf1e866 xwm: fix typo on windows hints by Tiago Vignatti · 13 years ago
  88. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  89. 771241e xwm: use override_redirect for determining or not top-level windows by Tiago Vignatti · 13 years ago
  90. 7157454 xwayland: fix typo on configure libs by Tiago Vignatti · 13 years ago
  91. be375b3 xwm: Only destroy window frame in unmap_notify if we have one by Kristian Høgsberg · 13 years ago
  92. 670b5d3 xwm: Take WM_S0 manager selection by Kristian Høgsberg · 13 years ago
  93. cba022a xwm: Claim the CLIPBOARD_MANAGER selection by Kristian Høgsberg · 13 years ago
  94. e220327 xwm: Initialize X selection on X server startup by Kristian Høgsberg · 13 years ago
  95. 4dec011 xwm: Move selection proxy setup to selection.c by Kristian Høgsberg · 13 years ago
  96. c65d56a xwm: Follow wl_data_source changes by Kristian Høgsberg · 13 years ago
  97. 8056673 xwayland: Handle selection source going away without crashing by Kristian Høgsberg · 13 years ago
  98. d64bdf4 xwm: Just ignore the synthetic unmap_notify by Kristian Høgsberg · 13 years ago
  99. a6d9a5e xwm: Set WM_STATE window property by Kristian Høgsberg · 13 years ago
  100. f197e9f xwm: Bring back synthetic events and handle synthetic unmap notify as per ICCCM by Kristian Høgsberg · 13 years ago