Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
d7fb309dd0a4b0d718c577738926516fc768428e
/
xwayland
/
window-manager.c
d7fb309
Don't include xserver-server-protocol.h
by Mariusz Ceier
· 11 years ago
757d8af
xwayland: Use new Xwayland DDX
by Kristian Høgsberg
· 11 years ago
e4450f9
Fix XWayland crashes when opening popups
by Axel Davy
· 12 years ago
fa506b6
Fix XWayland transient window location.
by Axel Davy
· 12 years ago
9f7e331
xwm: Handle WM_TRANSIENT_FOR
by Kristian Høgsberg
· 12 years ago
2ba10df
Move xwayland up one directory level
by Kristian Høgsberg
· 12 years ago
[Renamed (99%) from src/xwayland/window-manager.c]
cae1f0f
Check if the frame exists before reading its size
by Dima Ryazanov
· 12 years ago
b03b87f
Check for frame being NULL before setting/unsetting flags
by Dima Ryazanov
· 12 years ago
e5a3208
Set the view to NULL when unmapping an X11 window
by Dima Ryazanov
· 12 years ago
1d75c7d
xwm: Set input region for fullscreen surfaces correctly
by Kristian Høgsberg
· 12 years ago
a7af704
Split the geometry information from weston_surface out into weston_view
by Jason Ekstrand
· 12 years ago
2cd6da1
xwm: Fall back to xcb_kill_client() if window does support WM_DELETE_WINDOW
by Kristian Høgsberg
· 12 years ago
d14c4ca
xwayland: Use decoration frame from cairo-util
by Jason Ekstrand
· 12 years ago
bcfd07b
xwm: Redirect root window subwindows
by Kristian Høgsberg
· 12 years ago
08921b8
xwayland: Remove unused call weston_wm_handle_configure_notify.
by Stefan Schmidt
· 12 years ago
1cf329b
xwm: remove the destroy listener from the old surface signal
by Giulio Camuffo
· 12 years ago
a2df51c
xwm: set the right cursor when hovering on the decoration borders
by Giulio Camuffo
· 12 years ago
85739ea
xwm: set the window's shsurf pointer to NULL on unmap handling
by Giulio Camuffo
· 12 years ago
62942ad
xwm: set the shell_surface's title
by Giulio Camuffo
· 12 years ago
ca43f09
xwm: place transient windows at the right position
by Giulio Camuffo
· 12 years ago
f9cb3b1
xwm: Add support for bridging Xdnd to wayaland DnD
by Kristian Høgsberg
· 12 years ago
ab6d667
xwm: Unmap frame window when client window is unmapped
by Kristian Høgsberg
· 12 years ago
318ea37
xwm: Split creation of frame window out into its own function
by Kristian Høgsberg
· 12 years ago
81cadc7
xwm: Set window->surface to NULL when surface goes away
by Kristian Høgsberg
· 12 years ago
1a7a57f
xwm: Detect WM_NORMAL_HINTS fullscreen attempts
by Kristian Høgsberg
· 12 years ago
59f44c1
xwm: Detect legacy fullscreen modes
by Kristian Høgsberg
· 12 years ago
1b6fed4
xwm: Update size when override redirect windows change size
by Kristian Høgsberg
· 12 years ago
146f5ba
xwm: Use window->x/y for override redirect surfaces
by Kristian Høgsberg
· 12 years ago
e89a8b6
xwm: Fix transform listener
by Kristian Høgsberg
· 12 years ago
122877d
xwm: Fix configure notify handler
by Kristian Høgsberg
· 12 years ago
69981d9
xwm: Set _NET_WM_CM_S0 instead of relying on the xwayland module to do it
by Kristian Høgsberg
· 12 years ago
9f42e50
xwm: do not crash when activating a NULL surface
by Giulio Camuffo
· 12 years ago
f3d6227
malloc + memset -> zalloc
by Peter Hutterer
· 12 years ago
dce3dac
xwayland: Remove transform listener when destroying the wm
by Louis-Francis Ratté-Boulianne
· 12 years ago
fa514b4
xwayland: Don't allow resizing to 0x0 or less
by Kristian Høgsberg
· 12 years ago
00db2ee
xwayland: Don't crash when we get configure notify for destroyed frame windows
by Kristian Høgsberg
· 12 years ago
384a11a
xwm: Use empty opaque region for windows with alpha
by MoD
· 12 years ago
082d58c
xwayland: Silence X wm debug logging
by Kristian Høgsberg
· 12 years ago
fb2adba
xwayland: Forward global position to X
by Tiago Vignatti
· 12 years ago
55375b9
xwm: Check result of xcb_get_atom_name_reply
by MoD
· 12 years ago
3170012
xwm: Define SEND_EVENT_MASK and EVENT_TYPE macros to clarify xcb event type checks
by MoD
· 12 years ago
26ed73c
Change weston_surface.resource to a wl_resource pointer.
by Jason Ekstrand
· 12 years ago
c228e23
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
by Daniel Stone
· 12 years ago
fe7aa90
compositor: Adapt to wl_surface going away
by Kristian Høgsberg
· 12 years ago
e314875
input: Merge wl_seat into weston_seat
by Kristian Høgsberg
· 12 years ago
f918719
xwm: Reparent client windows into ARGB windows
by Kristian Høgsberg
· 12 years ago
c3ce738
compositor: introduce weston_surface_geometry_dirty()
by Pekka Paalanen
· 12 years ago
762b166
xwm: Only call set_fullscreen if the window is mapped
by Kristian Høgsberg
· 12 years ago
81585e9
xwm: Don't leak pending.input region
by Kristian Høgsberg
· 12 years ago
25bb696
xwm: Fix silly region math
by Kristian Høgsberg
· 12 years ago
d8b617d
xwm: Fix input region regression from commit changes
by Kristian Høgsberg
· 12 years ago
b810eb5
xwm: Support _NET_WM_STATE_FULLSCREEN
by Kristian Høgsberg
· 12 years ago
aa521bd
xwayland/window-manager: Avoid doing work for unknown window
by Rob Bradford
· 13 years ago
2d129f1
xwayland: Staticize weston_wm_set_selection and read_and_dump_property
by Tiago Vignatti
· 13 years ago
9c4ff83
xwm: Rename get_resources function
by Tiago Vignatti
· 13 years ago
76d8fc8
xwm: Fix xwm opaque region
by Scott Moreau
· 13 years ago
ac78bb1
xwm: Fail safely if cursor is not found
by Tiago Vignatti
· 13 years ago
c6a7e4b
toytoolkit: Don't draw shadows for maximized windows.
by Scott Moreau
· 13 years ago
0d20d7c
xwm: Plug kill signal for killing X apps
by Tiago Vignatti
· 13 years ago
4f9c07b
xwayland: replace opaque_rect, fix an alpha problem
by Pekka Paalanen
· 13 years ago
5ba3189
xwm: Use a simple heuristic for mapping X input events to a weston seat
by Kristian Høgsberg
· 13 years ago
64eca89
compositor: Fold the log prototypes into compositor.h and drop log.h
by Kristian Høgsberg
· 13 years ago
c4063f3
xwm: Make override-redirect windows opaque
by Kristian Høgsberg
· 13 years ago
ce1baa8
xwm: use last focused window for guessing transient parent
by Tiago Vignatti
· 13 years ago
e66fcee
xwm: Fix transient positioning
by Tiago Vignatti
· 13 years ago
2ea74d9
xwm: Initialize window decoration always as !override
by Tiago Vignatti
· 13 years ago
9134b77
xwm: Don't try to change frame cursor when there's no decoration
by Tiago Vignatti
· 13 years ago
c190323
xwm: set the root window pointer to left_ptr
by Tiago Vignatti
· 13 years ago
236b48d
xwm: set appropriate cursors for the frame window
by Tiago Vignatti
· 13 years ago
90fada4
xwayland: add simple xcb-cursor hook based on libXcursor
by Tiago Vignatti
· 13 years ago
e89cef3
xwayland: Look up 32 depth rgba render format as well
by Kristian Høgsberg
· 13 years ago
e6d8d2f
xwayland: Use the right length for iterating through the formats array
by Kristian Høgsberg
· 13 years ago
8150b19
shell: Take a wl_surface as parent for transient and popup windows
by Kristian Høgsberg
· 13 years ago
cd80f10
xwm: Fix crash when we don't have a transient_for window
by Kristian Høgsberg
· 13 years ago
bf1e866
xwm: fix typo on windows hints
by Tiago Vignatti
· 13 years ago
6d11836
Replace fprintf() by weston_log()
by Martin Minarik
· 13 years ago
771241e
xwm: use override_redirect for determining or not top-level windows
by Tiago Vignatti
· 13 years ago
be375b3
xwm: Only destroy window frame in unmap_notify if we have one
by Kristian Høgsberg
· 13 years ago
670b5d3
xwm: Take WM_S0 manager selection
by Kristian Høgsberg
· 13 years ago
cba022a
xwm: Claim the CLIPBOARD_MANAGER selection
by Kristian Høgsberg
· 13 years ago
4dec011
xwm: Move selection proxy setup to selection.c
by Kristian Høgsberg
· 13 years ago
8056673
xwayland: Handle selection source going away without crashing
by Kristian Høgsberg
· 13 years ago
d64bdf4
xwm: Just ignore the synthetic unmap_notify
by Kristian Høgsberg
· 13 years ago
a6d9a5e
xwm: Set WM_STATE window property
by Kristian Høgsberg
· 13 years ago
f197e9f
xwm: Bring back synthetic events and handle synthetic unmap notify as per ICCCM
by Kristian Høgsberg
· 13 years ago
e244cb0
xwm: Don't try to read deleted properties
by Kristian Høgsberg
· 13 years ago
029539b
xwm: Handle reparenting windows
by Kristian Høgsberg
· 13 years ago
44c2013
xwm: Don't select for XCB_EXPOSE
by Kristian Høgsberg
· 13 years ago
8d1aa7d
xwm: Don't dispatch for events coming from XSendEvent
by Kristian Høgsberg
· 13 years ago
194ea54
xwm: Destroy frame resources and reparent back to root in unmap_notify
by Kristian Høgsberg
· 13 years ago
d96fe1f
xwm: Remove pointless change set request
by Kristian Høgsberg
· 13 years ago
f94a031
xwm: Don't select for STRUCTURE_NOTIFY or RESIZE_REDIRECT
by Kristian Høgsberg
· 13 years ago
bc6e162
xwm: Ignore map request for already mapped window
by Kristian Høgsberg
· 13 years ago
0273b57
xwm: Reduce window property debug output
by Kristian Høgsberg
· 13 years ago
c9571fb
xwm: Reset wm->focus_window when the focused window is destroyed
by Kristian Høgsberg
· 13 years ago
e68fd10
xwm: Handle resize cases of _NET_WM_MOVERESIZE
by Kristian Høgsberg
· 13 years ago
c1693f2
xwm: Implement resizing by frame borders
by Kristian Høgsberg
· 13 years ago
f96e6c0
Share code to to classify pointer location in frame
by Kristian Høgsberg
· 13 years ago
a61ca06
xwm: Add window resize support
by Kristian Høgsberg
· 13 years ago
85ecac0
xwm: Fold weston_wm_activate into weston_wm_window_activate
by Scott Moreau
· 13 years ago
Next »