Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
974c0940603c1ee9487124ea96f94767d965910d
/
desktop-shell
974c094
fix asprintf warnings
by Pekka Paalanen
· 11 years ago
052917a
xdg-shell: handle clients launched in fullscreen
by Marek Chalupa
· 11 years ago
362656b
touch-input: Don't dereference NULL pointer during full screen fade
by Derek Foreman
· 11 years ago
76cf1fe
desktop-shell: implement touch popup grabs
by Jonny Lamb
· 11 years ago
2e62e4a
shell: quit weston, if weston-desktop-shell dies early
by Pekka Paalanen
· 11 years ago
826dc14
shell: fix race on desktop-shell exit
by Pekka Paalanen
· 11 years ago
4263119
desktop-shell: fix invalid memory access when shell execution fails
by Arnaud Vrac
· 11 years ago
ae9c4fc
desktop-shell: Replace magic constants with named ones
by Ondřej Majerech
· 11 years ago
c721043
tests: allow running make check without make install
by Derek Foreman
· 11 years ago
71182ae
xdg-shell: bump experimental protocol version
by Pekka Paalanen
· 11 years ago
d73c694
desktop-shell: use panel location to calculate correct sizes and ranges
by Jonny Lamb
· 11 years ago
765760d
desktop-shell: add set_panel_position to help place views onscreen
by Jonny Lamb
· 11 years ago
61917c8
shell: Update focused surface pointer coordinates in popup grab
by Jonas Ådahl
· 11 years ago
f322f8e
desktop-shell: add close-animation config option for destroying surfaces
by Jonny Lamb
· 11 years ago
666bc92
desktop-shell: Add a missing return; in an error path
by Jasper St. Pierre
· 11 years ago
c91408f
Don't bother destroying resources after sending an error
by Jasper St. Pierre
· 11 years ago
e84ab4e
desktop-shell: don't assume there's a pointer when mapping a popup
by Jonny Lamb
· 11 years ago
412e6a5
compositor: keep track of the weston_layer a weston_view is in
by Giulio Camuffo
· 11 years ago
ccf48fb
shell: Replace set_margin with set_window_geometry
by Jasper St. Pierre
· 11 years ago
bd65e50
Interpret the size in the configure event as window geometry
by Jasper St. Pierre
· 11 years ago
32abdbb
shell: fix segfault in fullscreen binding
by Boyan Ding
· 11 years ago
5872b68
desktop-shell: Don't assume there is a pointer when resizing
by Emilio Pozuelo Monfort
· 11 years ago
7e7d485
desktop-shell: make background applications less dark
by Jonny Lamb
· 11 years ago
5905ebc
exposay: fix crash when navigating with the keyboard
by Emilio Pozuelo Monfort
· 11 years ago
81ff075
xdg-shell: Add show_window_menu request
by Jasper St. Pierre
· 11 years ago
851799e
shell: Make margin double-buffered state that's applied on commit
by Jasper St. Pierre
· 11 years ago
9aa8ce6
shell: Don't use the helper methods in xdg_shell implementations
by Jasper St. Pierre
· 11 years ago
6458ec3
shell: Centralize management of sending configure requests
by Jasper St. Pierre
· 11 years ago
973d787
xdg-shell: Turn "activated" into a state
by Jasper St. Pierre
· 11 years ago
5befdda
xdg-shell: Turn the resizing heuristics into an explicit state
by Jasper St. Pierre
· 11 years ago
ab2c108
xdg-shell: Rework the state system
by Jasper St. Pierre
· 11 years ago
c815d62
xdg-shell: Rename set_transient_for to set_parent
by Jasper St. Pierre
· 11 years ago
c991513
desktop-shell: Damage the black view when we remove it
by Kristian Høgsberg
· 11 years ago
6d43f04
shell: Don't allow maximized surfaces to be moved with touch
by Ander Conselvan de Oliveira
· 11 years ago
6e56ab4
shell: Fix crash when restoring focus state during workspace change
by Ander Conselvan de Oliveira
· 11 years ago
9c6217e
shell: Fix artifacts caused by workspace change animation
by Ander Conselvan de Oliveira
· 11 years ago
4779241
xwayland: Fix fullscreen mode
by Kristian Høgsberg
· 11 years ago
ac985be
compositor: Remove the edges parameter from send_configure
by Jasper St. Pierre
· 11 years ago
6d50b0f
desktop-shell: Remove output_move listener on shutdown
by Kristian Høgsberg
· 11 years ago
e5c1ae9
xwayland: Set decoration margin for xwayland windows
by Kristian Høgsberg
· 11 years ago
a4b620e
desktop-shell: Further consolidate move/resize grab checks
by Kristian Høgsberg
· 11 years ago
e0b9d5b
xwayland: Make resizing work again
by Kristian Høgsberg
· 11 years ago
62899f5
shell.c: Set dirty for visible views on destroyed output
by Xiong Zhang
· 11 years ago
ef6a7e4
shell: Don't map surfaces of type SHELL_SURFACE_NONE
by Ander Conselvan de Oliveira
· 11 years ago
024177c
desktop-shell: Properly handle seat hotplugging
by Jason Ekstrand
· 11 years ago
3434b33
desktop-shell: Remove unused variables
by Kristian Høgsberg
· 11 years ago
9e7c759
desktop-shell: Properly handle lowered fullscreen surfaces
by Emilio Pozuelo Monfort
· 12 years ago
ae356ae
desktop-shell: Keep windows on screen when moving
by Kristian Høgsberg
· 11 years ago
6110d07
desktop-shell: Raise new windows over fullscreen apps
by Kristian Høgsberg
· 11 years ago
74071e0
desktop-shell: End popup when starting a touch shell grab
by Kristian Høgsberg
· 11 years ago
7b83ae4
desktop-shell: Reject resize if we're already grabbed
by Kristian Høgsberg
· 11 years ago
d0b40ed
desktop-shell: Reject window move in common_surface_move()
by Kristian Høgsberg
· 11 years ago
9c376b5
shell: Fix crash when a client is destroyed during the resize grab
by Ander Conselvan de Oliveira
· 11 years ago
15f9a26
shell: Fix memory leaks caused by the window close animation
by Ander Conselvan de Oliveira
· 11 years ago
1679f23
libinput: Forward frame events to clients
by Jonas Ådahl
· 11 years ago
5082ad6
shell: display the input panel on the active output
by Manuel Bachmann
· 11 years ago
75c373c
shell: Destroy a previous input panel animation when showing it again
by Ander Conselvan de Oliveira
· 11 years ago
9e9512f
desktop-shell: Get rid of get_shell_client
by Jason Ekstrand
· 11 years ago
304996d
shell: Fix view repositioning logic for output move and destroy
by Ander Conselvan de Oliveira
· 11 years ago
641796c
shell: Keep shsurf->fullscreen_output set after unset_fullscreen()
by Ander Conselvan de Oliveira
· 11 years ago
facc0cc
shell: Damage below child surfaces on move to different workspace
by Ander Conselvan de Oliveira
· 11 years ago
4e20e9b
shell: Disarm the screensaver timeout timer on terminate_screensaver()
by Ander Conselvan de Oliveira
· 11 years ago
b4a9170
Reset the keyboard focus on all seats when the compositor is locked
by Neil Roberts
· 11 years ago
4237f50
Reset focus on unknown seats when restoring focus state
by Neil Roberts
· 11 years ago
e5a1aee
shell: Allow unresponsive surfaces to be moved again
by Ander Conselvan de Oliveira
· 11 years ago
f0ce581
desktop-shell: Activate surface on right click too
by Kristian Høgsberg
· 11 years ago
a46b946
shell: Fix segfault from trying to access a destroyed popup shell surface
by Bryan Cain
· 11 years ago
c6ab3d5
compositor: let the shells create the screenshooter
by Giulio Camuffo
· 12 years ago
805d2f5
shell: position input panel layer above fullscreen layer
by Manuel Bachmann
· 11 years ago
c1ae2e8
compositor: use Mod-Tab to show/raise minimized surfaces
by Manuel Bachmann
· 11 years ago
50c87db
compositor: implement xdg_surface_set_minimized()
by Manuel Bachmann
· 11 years ago
952b6c8
compositor: reorganize struct weston_buffer_viewport
by Pekka Paalanen
· 11 years ago
fe9671e
shell: Correct error message when we already have an xdg surface
by Jasper St. Pierre
· 11 years ago
b033c5e
shell: Only animate window closing for mapped windows
by Kristian Høgsberg
· 11 years ago
160fe75
shell: Animate window closing
by Kristian Høgsberg
· 11 years ago
c7680b0
xdg-shell: Bump unstable version to 3
by Kristian Høgsberg
· 11 years ago
283bf37
shell: Consolidate state changes into xdg_surface_change_state
by Kristian Høgsberg
· 11 years ago
8c6aa45
xdg-shell: Replace the set_* atrocity with a new approach
by Jasper St. Pierre
· 11 years ago
b223a72
xdg-shell: Rename focused_set / focused_unset to activated / deactivated
by Jasper St. Pierre
· 11 years ago
63a9c33
Reorder the xdg_shell implementations to fit the spec'd order
by Jasper St. Pierre
· 12 years ago
a759201
exposay: avoid needlessly activating the active view
by Emilio Pozuelo Monfort
· 11 years ago
f942b73
exposay: don't crash if a view goes away
by Emilio Pozuelo Monfort
· 11 years ago
3b6e68e
exposay: arrange views per-output
by Emilio Pozuelo Monfort
· 11 years ago
dd62aba
shell: Use the per-client responsiveness tracking for wl_shell as well
by Kristian Høgsberg
· 11 years ago
e11ef64
compositor: Drop core ping_handler callout
by Kristian Høgsberg
· 11 years ago
239902b
client: Fix shell unstable version check
by Kristian Høgsberg
· 11 years ago
2bff94e
xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surface
by Kristian Høgsberg
· 11 years ago
7407345
xdg-shell: Add set_margin request
by Jasper St. Pierre
· 12 years ago
44cd196
xdg-shell: Drop edges arg from xdg_surface configure event
by Kristian Høgsberg
· 11 years ago
c94d622
compositor: Move view repositioning logic into shell
by Ander Conselvan de Oliveira
· 12 years ago
a8a9baf
compositor: Remove weston_output::move_signal
by Ander Conselvan de Oliveira
· 12 years ago
7908bff
dim-layer: fix dimming for unfocused surfaces
by Emilio Pozuelo Monfort
· 12 years ago
4c72f57
shell: Remove elaborate if-statement with empty body
by Kristian Høgsberg
· 11 years ago
0b7d995
shell: Handle wl_shell surfaces created by xwayland correctly
by Kristian Høgsberg
· 11 years ago
088ba5e
Makefile.am: Fix protocol source files usage
by Quentin Glidic
· 12 years ago
faf27a9
weston: Send xdg_surface_send_focused_[un]set when focusing surfaces
by Jasper St. Pierre
· 12 years ago
adaa20c
desktop-shell: initialize children link
by Emilio Pozuelo Monfort
· 12 years ago
38b58eb
desktop-shell: maximize the surface with the kbd focus
by Emilio Pozuelo Monfort
· 12 years ago
bc00dbe
build: Move desktop-shell/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
d500bf1
shell: Properly track the focus state surface
by Kristian Høgsberg
· 12 years ago
Next »