1. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  2. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  3. e00554b xwayland: Fix a couple whitespace errors by Bryce Harrington · 10 years ago
  4. 0a007dd xwayland: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  5. 883ac02 Whitespace corrections by Murray Calavera · 10 years ago
  6. b0f5a25 xwm: Fix the window decoration hints. by Dima Ryazanov · 10 years ago
  7. 84787ea xwm: make X windows of type 'utility' inactive by Giulio Camuffo · 10 years ago
  8. 9a0b2b5 xwm: Fix a weston crash when a window surface is created after unmap by Derek Foreman · 10 years ago
  9. 4937214 xwm: Add and use helper function for looking up windows in the hash table by Derek Foreman · 10 years ago
  10. b4deec6 xwm: fix extra break by Derek Foreman · 10 years ago
  11. f30af4e xwayland: Stack windows on top when activating them by Jasper St. Pierre · 10 years ago
  12. a8e9b41 xwm: tell the shell the pid of the X clients by Giulio Camuffo · 11 years ago
  13. d19e9b0 xwayland: Correct input for undecorated clients by Jasper St. Pierre · 10 years ago
  14. f3744f5 xwayland: wm: fix an invalid read by Ryo Munakata · 10 years ago
  15. f10e06c xwm: remove the create surface listener in weston_wm_destroy by Derek Foreman · 10 years ago
  16. 6b4b241 xwm: support maximizing xwayland windows by Giulio Camuffo · 11 years ago
  17. e90ea44 xwm: set the _NET_WM_DESKTOP property of the windows by Giulio Camuffo · 11 years ago
  18. 836b9c7 xwm: don't set inactive surfaces as top level by Giulio Camuffo · 11 years ago
  19. 4c5a6f7 xwm: fix a crash in handle_state by Andrew Engelbrecht · 11 years ago
  20. e9fe467 xwayland: fix fullscreening by Marek Chalupa · 11 years ago
  21. 0d7fe8d toytoolkit: rename tile_mask to render_shadow by Marek Chalupa · 11 years ago
  22. ad7305a xwm: find a seat for all the surface's views by Giulio Camuffo · 11 years ago
  23. 50b6747 compositor: send error for surface role resets by Pekka Paalanen · 11 years ago
  24. b9f863c xwm: Do not activate override redirect windows by Boyan Ding · 11 years ago
  25. 3c6d20c xwm: Check whether the seat is NULL when needed in weston_wm_handle_button by Boyan Ding · 11 years ago
  26. 8ffd38b wm: Don't subtract the margins from the configured size by Jasper St. Pierre · 11 years ago
  27. c06a180 xwm: check whether the picked seat can be NULL by Boyan Ding · 11 years ago
  28. 0250a74 xwayland: Better handle a race with X by Jason Ekstrand · 11 years ago
  29. 4ff4d92 xwayland/window-manager: Rename a variable for clerity by Jason Ekstrand · 11 years ago
  30. cf4c13a xwayland: set surface_id to 0 when client resource is found by Tyler Veness · 11 years ago
  31. ccf48fb shell: Replace set_margin with set_window_geometry by Jasper St. Pierre · 11 years ago
  32. ac985be compositor: Remove the edges parameter from send_configure by Jasper St. Pierre · 11 years ago
  33. 8c3c738 xwayland: Handle race between multi-pointer motion and clicks by Kristian Høgsberg · 11 years ago
  34. e5c1ae9 xwayland: Set decoration margin for xwayland windows by Kristian Høgsberg · 11 years ago
  35. 052ef4e xwayland: Be smarter about picking seats for move/resize by Kristian Høgsberg · 11 years ago
  36. ba83db2 xwayland: Clean up unpaired surfaces by Kristian Høgsberg · 11 years ago
  37. d7fb309 Don't include xserver-server-protocol.h by Mariusz Ceier · 11 years ago
  38. 757d8af xwayland: Use new Xwayland DDX by Kristian Høgsberg · 11 years ago
  39. e4450f9 Fix XWayland crashes when opening popups by Axel Davy · 12 years ago
  40. fa506b6 Fix XWayland transient window location. by Axel Davy · 12 years ago
  41. 9f7e331 xwm: Handle WM_TRANSIENT_FOR by Kristian Høgsberg · 12 years ago
  42. 2ba10df Move xwayland up one directory level by Kristian Høgsberg · 12 years ago[Renamed (99%) from src/xwayland/window-manager.c]
  43. cae1f0f Check if the frame exists before reading its size by Dima Ryazanov · 12 years ago
  44. b03b87f Check for frame being NULL before setting/unsetting flags by Dima Ryazanov · 12 years ago
  45. e5a3208 Set the view to NULL when unmapping an X11 window by Dima Ryazanov · 12 years ago
  46. 1d75c7d xwm: Set input region for fullscreen surfaces correctly by Kristian Høgsberg · 12 years ago
  47. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  48. 2cd6da1 xwm: Fall back to xcb_kill_client() if window does support WM_DELETE_WINDOW by Kristian Høgsberg · 12 years ago
  49. d14c4ca xwayland: Use decoration frame from cairo-util by Jason Ekstrand · 12 years ago
  50. bcfd07b xwm: Redirect root window subwindows by Kristian Høgsberg · 12 years ago
  51. 08921b8 xwayland: Remove unused call weston_wm_handle_configure_notify. by Stefan Schmidt · 12 years ago
  52. 1cf329b xwm: remove the destroy listener from the old surface signal by Giulio Camuffo · 12 years ago
  53. a2df51c xwm: set the right cursor when hovering on the decoration borders by Giulio Camuffo · 12 years ago
  54. 85739ea xwm: set the window's shsurf pointer to NULL on unmap handling by Giulio Camuffo · 12 years ago
  55. 62942ad xwm: set the shell_surface's title by Giulio Camuffo · 12 years ago
  56. ca43f09 xwm: place transient windows at the right position by Giulio Camuffo · 12 years ago
  57. f9cb3b1 xwm: Add support for bridging Xdnd to wayaland DnD by Kristian Høgsberg · 12 years ago
  58. ab6d667 xwm: Unmap frame window when client window is unmapped by Kristian Høgsberg · 12 years ago
  59. 318ea37 xwm: Split creation of frame window out into its own function by Kristian Høgsberg · 12 years ago
  60. 81cadc7 xwm: Set window->surface to NULL when surface goes away by Kristian Høgsberg · 12 years ago
  61. 1a7a57f xwm: Detect WM_NORMAL_HINTS fullscreen attempts by Kristian Høgsberg · 12 years ago
  62. 59f44c1 xwm: Detect legacy fullscreen modes by Kristian Høgsberg · 12 years ago
  63. 1b6fed4 xwm: Update size when override redirect windows change size by Kristian Høgsberg · 12 years ago
  64. 146f5ba xwm: Use window->x/y for override redirect surfaces by Kristian Høgsberg · 12 years ago
  65. e89a8b6 xwm: Fix transform listener by Kristian Høgsberg · 12 years ago
  66. 122877d xwm: Fix configure notify handler by Kristian Høgsberg · 12 years ago
  67. 69981d9 xwm: Set _NET_WM_CM_S0 instead of relying on the xwayland module to do it by Kristian Høgsberg · 12 years ago
  68. 9f42e50 xwm: do not crash when activating a NULL surface by Giulio Camuffo · 12 years ago
  69. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  70. dce3dac xwayland: Remove transform listener when destroying the wm by Louis-Francis Ratté-Boulianne · 12 years ago
  71. fa514b4 xwayland: Don't allow resizing to 0x0 or less by Kristian Høgsberg · 12 years ago
  72. 00db2ee xwayland: Don't crash when we get configure notify for destroyed frame windows by Kristian Høgsberg · 12 years ago
  73. 384a11a xwm: Use empty opaque region for windows with alpha by MoD · 12 years ago
  74. 082d58c xwayland: Silence X wm debug logging by Kristian Høgsberg · 12 years ago
  75. fb2adba xwayland: Forward global position to X by Tiago Vignatti · 12 years ago
  76. 55375b9 xwm: Check result of xcb_get_atom_name_reply by MoD · 12 years ago
  77. 3170012 xwm: Define SEND_EVENT_MASK and EVENT_TYPE macros to clarify xcb event type checks by MoD · 12 years ago
  78. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  79. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  80. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  81. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  82. f918719 xwm: Reparent client windows into ARGB windows by Kristian Høgsberg · 12 years ago
  83. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  84. 762b166 xwm: Only call set_fullscreen if the window is mapped by Kristian Høgsberg · 12 years ago
  85. 81585e9 xwm: Don't leak pending.input region by Kristian Høgsberg · 12 years ago
  86. 25bb696 xwm: Fix silly region math by Kristian Høgsberg · 12 years ago
  87. d8b617d xwm: Fix input region regression from commit changes by Kristian Høgsberg · 12 years ago
  88. b810eb5 xwm: Support _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  89. aa521bd xwayland/window-manager: Avoid doing work for unknown window by Rob Bradford · 13 years ago
  90. 2d129f1 xwayland: Staticize weston_wm_set_selection and read_and_dump_property by Tiago Vignatti · 13 years ago
  91. 9c4ff83 xwm: Rename get_resources function by Tiago Vignatti · 13 years ago
  92. 76d8fc8 xwm: Fix xwm opaque region by Scott Moreau · 13 years ago
  93. ac78bb1 xwm: Fail safely if cursor is not found by Tiago Vignatti · 13 years ago
  94. c6a7e4b toytoolkit: Don't draw shadows for maximized windows. by Scott Moreau · 13 years ago
  95. 0d20d7c xwm: Plug kill signal for killing X apps by Tiago Vignatti · 13 years ago
  96. 4f9c07b xwayland: replace opaque_rect, fix an alpha problem by Pekka Paalanen · 13 years ago
  97. 5ba3189 xwm: Use a simple heuristic for mapping X input events to a weston seat by Kristian Høgsberg · 13 years ago
  98. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  99. c4063f3 xwm: Make override-redirect windows opaque by Kristian Høgsberg · 13 years ago
  100. ce1baa8 xwm: use last focused window for guessing transient parent by Tiago Vignatti · 13 years ago