Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
9c764df043a100d56e840f9ee2aaa35e9e413b33
/
xwayland
9c764df
xwayland: make the plugin usable by libweston compositors
by Giulio Camuffo
· 9 years ago
58f98c9
Move weston source to compositor/
by Pekka Paalanen
· 9 years ago
b4dae9b
Make config.h inclusion consistent
by Bryce Harrington
· 9 years ago
d52f3b7
compositor: remove the weston_config field in weston_compositor
by Giulio Camuffo
· 9 years ago
fba27fb
Move the functions launching clients to main.c
by Giulio Camuffo
· 9 years ago
f951f82
xwayland: fix spelling mistake
by Eric Engestrom
· 9 years ago
4e18448
xwm: Don't clear the selection if it has no text type available
by Derek Foreman
· 10 years ago
beb7a9f
xwayland: zalloc the x11_data_sources
by Carlos Garnacho
· 10 years ago
f05d18f
xwm: let the shells decide the position of X windows
by Giulio Camuffo
· 10 years ago
2ec5f2a
cosmetic: Remove use of C++ style comments
by Chris Michael
· 10 years ago
aa97478
xwm: use always a valid 'primary view' for an X window
by Giulio Camuffo
· 11 years ago
1a42ca1
weston_wm: Implement _NET_ACTIVE_WINDOW
by Benoit Gschwind
· 10 years ago
a1f3f3c
xwm: flush xcb connection only when we processed some event
by Marek Chalupa
· 10 years ago
74a635b
Coding style fixes
by Dawid Gajownik
· 10 years ago
b18f788
xwm: don't let X windows steal the focus
by Giulio Camuffo
· 10 years ago
e4d6c83
desktop-shell: Make resize and move functions take a pointer instead of a seat
by Derek Foreman
· 10 years ago
1281a36
input: Don't test keyboard/pointer/touch pointers
by Derek Foreman
· 10 years ago
8c7287f
Partially revert "xwayland: Always free reply from xcb_get_property_reply()"
by Emmanuel Gil Peyrot
· 10 years ago
da41b57
xwayland: Allow dump_property when selection fails
by Bryce Harrington
· 10 years ago
b2d79d5
xwayland: Check return of xcb_get_property_reply() before deref
by Bryce Harrington
· 10 years ago
d3553c7
xwayland: Always free reply from xcb_get_property_reply()
by Bryce Harrington
· 10 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
e00554b
xwayland: Fix a couple whitespace errors
by Bryce Harrington
· 10 years ago
0a007dd
xwayland: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
883ac02
Whitespace corrections
by Murray Calavera
· 10 years ago
b0f5a25
xwm: Fix the window decoration hints.
by Dima Ryazanov
· 10 years ago
84787ea
xwm: make X windows of type 'utility' inactive
by Giulio Camuffo
· 10 years ago
9a0b2b5
xwm: Fix a weston crash when a window surface is created after unmap
by Derek Foreman
· 10 years ago
4937214
xwm: Add and use helper function for looking up windows in the hash table
by Derek Foreman
· 10 years ago
b4deec6
xwm: fix extra break
by Derek Foreman
· 10 years ago
f30af4e
xwayland: Stack windows on top when activating them
by Jasper St. Pierre
· 10 years ago
a8e9b41
xwm: tell the shell the pid of the X clients
by Giulio Camuffo
· 11 years ago
d19e9b0
xwayland: Correct input for undecorated clients
by Jasper St. Pierre
· 10 years ago
f3744f5
xwayland: wm: fix an invalid read
by Ryo Munakata
· 10 years ago
f10e06c
xwm: remove the create surface listener in weston_wm_destroy
by Derek Foreman
· 10 years ago
6b4b241
xwm: support maximizing xwayland windows
by Giulio Camuffo
· 11 years ago
9e1aeb8
xwm: fix use after free
by Giulio Camuffo
· 11 years ago
e90ea44
xwm: set the _NET_WM_DESKTOP property of the windows
by Giulio Camuffo
· 11 years ago
836b9c7
xwm: don't set inactive surfaces as top level
by Giulio Camuffo
· 11 years ago
4c5a6f7
xwm: fix a crash in handle_state
by Andrew Engelbrecht
· 11 years ago
e9fe467
xwayland: fix fullscreening
by Marek Chalupa
· 11 years ago
0d7fe8d
toytoolkit: rename tile_mask to render_shadow
by Marek Chalupa
· 11 years ago
ad7305a
xwm: find a seat for all the surface's views
by Giulio Camuffo
· 11 years ago
50b6747
compositor: send error for surface role resets
by Pekka Paalanen
· 11 years ago
b9f863c
xwm: Do not activate override redirect windows
by Boyan Ding
· 11 years ago
3c6d20c
xwm: Check whether the seat is NULL when needed in weston_wm_handle_button
by Boyan Ding
· 11 years ago
8ffd38b
wm: Don't subtract the margins from the configured size
by Jasper St. Pierre
· 11 years ago
434cc23
xwayland: Clean up the WM properly if X server crashes
by Dima Ryazanov
· 11 years ago
c06a180
xwm: check whether the picked seat can be NULL
by Boyan Ding
· 11 years ago
0250a74
xwayland: Better handle a race with X
by Jason Ekstrand
· 11 years ago
4ff4d92
xwayland/window-manager: Rename a variable for clerity
by Jason Ekstrand
· 11 years ago
cf4c13a
xwayland: set surface_id to 0 when client resource is found
by Tyler Veness
· 11 years ago
ccf48fb
shell: Replace set_margin with set_window_geometry
by Jasper St. Pierre
· 11 years ago
7da71ee
Better error message when exec'ing Xwayland fails
by Arnout Engelen
· 11 years ago
ac985be
compositor: Remove the edges parameter from send_configure
by Jasper St. Pierre
· 11 years ago
8c3c738
xwayland: Handle race between multi-pointer motion and clicks
by Kristian Høgsberg
· 11 years ago
e5c1ae9
xwayland: Set decoration margin for xwayland windows
by Kristian Høgsberg
· 11 years ago
052ef4e
xwayland: Be smarter about picking seats for move/resize
by Kristian Høgsberg
· 11 years ago
a212cbb
xwayland: Check zalloc return for out of memory situation
by Bryce W. Harrington
· 11 years ago
4783739
xwayland/launcher: Use %m instead of manual strerror(errno)
by Jasper St. Pierre
· 11 years ago
ba83db2
xwayland: Clean up unpaired surfaces
by Kristian Høgsberg
· 11 years ago
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
088ba5e
Makefile.am: Fix protocol source files usage
by Quentin Glidic
· 12 years ago
5e647ca
xwayland: Fix typo in open flags for Xorg log file
by Kristian Høgsberg
· 12 years ago
058bd32
build: Move xwayland/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 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
cf389f5
Update .gitignore
by Jasper St. Pierre
· 12 years ago
2ba10df
Move xwayland up one directory level
by Kristian Høgsberg
· 12 years ago