Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
312ea4ca42f87be5b03cbba4b48447bd9dc24097
/
desktop-shell
/
shell.c
312ea4c
shell: Handle the desktop shell client destroy signal
by Ander Conselvan de Oliveira
· 12 years ago
5c11a33
Add a weston_surface_set_size function
by Jason Ekstrand
· 12 years ago
fc63fdd
shell: Reset fullscreen and maximized state on output unplug
by Ander Conselvan de Oliveira
· 12 years ago
3123693
desktop-shell: Invalidate saved position when output is destroyed
by Zhang, Xiong Y
· 12 years ago
1aaf3e4
sdk: make C++11 plugins build again
by Giulio Camuffo
· 12 years ago
8f180d4
shell: Fix set_transient_for with a NULL parent
by Jasper St. Pierre
· 12 years ago
8d344a0
shell: Make sure the shell implementation and protocol versions match
by Kristian Høgsberg
· 12 years ago
c8f8dd8
desktop-shell: Drop next_type from shell_surface
by Kristian Høgsberg
· 12 years ago
4804a30
shell: Put xwayland surface at the top of the fullscreen layer
by Kristian Høgsberg
· 12 years ago
41fbf6f
desktop-shell: Make set_toplevel() clear surface states
by Kristian Høgsberg
· 12 years ago
e960b3f
desktop-shell: Set fullscreen flags in common code path
by Kristian Høgsberg
· 12 years ago
c2745b1
desktop-shell: Set maximized flags in common code path
by Kristian Høgsberg
· 12 years ago
5031cbe
shell: Don't try to switch to a NULL shell surface.
by Rafael Antognolli
· 12 years ago
db59f9a
shell: Set a surface as TOPLEVEL instead of the old surface types.
by Rafael Antognolli
· 12 years ago
44a3162
shell: Add missing break to a case statement inside set_surface_type.
by Rafael Antognolli
· 12 years ago
ba5d2d7
shell: Fix activate logic on surface map.
by Rafael Antognolli
· 12 years ago
677a5f5
desktop-shell: Split out input-panel code
by Kristian Høgsberg
· 12 years ago
1ef2313
desktop-shell: Split out exposay immplementation
by Kristian Høgsberg
· 12 years ago
19d1e6b
desktop-shell: Move to new desktop-shell subdirectory
by Kristian Høgsberg
· 12 years ago
[Renamed from src/shell.c]
ea997ac
xdg-shell: Add key bindings for setting maximized and fullscreen.
by Rafael Antognolli
· 12 years ago
65f98d8
xdg-shell: xdg_surface_set_output should only affect fullscreen.
by Rafael Antognolli
· 12 years ago
3c4e3f7
xdg-shell: Add surface size to configure.
by Rafael Antognolli
· 12 years ago
e2a3455
xdg-shell: Implement xdg-shell interface.
by Rafael Antognolli
· 12 years ago
4b99a40
shell: Move shell_surface_set_parent to wl_shell calls.
by Rafael Antognolli
· 12 years ago
ed207b4
shell: Remove SHELL_SURFACE_TRANSIENT.
by Rafael Antognolli
· 12 years ago
03b1659
shell: Remove SHELL_SURFACE_FULLSCREEN and SHELL_SURFACE_MAXIMIZED.
by Rafael Antognolli
· 12 years ago
918f2dd
Remove the weston_view.geometry.width/height fields
by Jason Ekstrand
· 12 years ago
8a81b83
Make the default desktop shell client configurable
by Emilio Pozuelo Monfort
· 12 years ago
9484b69
input: Keep track of number of touch points inside touch struct
by Jonas Ådahl
· 12 years ago
da704d9
shell: Change stacking order calculation for popup surfaces
by Philip Withnall
· 12 years ago
2c3849b
shell: Fix a potential NULL pointer dereference
by Philip Withnall
· 12 years ago
648a4dd
shell: Store parent–child links between shsurfs for window stacking
by Philip Withnall
· 12 years ago
ed8f1a9
shell: Factor out common code to create fullscreen black surfaces
by Philip Withnall
· 12 years ago
83ffd9d
shell: Remove weston_view_restack()
by Philip Withnall
· 12 years ago
e1d75ae
shell: Update a shsurf’s layer when its surface type changes
by Philip Withnall
· 12 years ago
07926d9
shell: Factor out code to set the layer for a shsurf
by Philip Withnall
· 12 years ago
b995e1d
shell: Don’t change popups’ window types until the next configure event
by Philip Withnall
· 12 years ago
dc4332f
shell: Factor out code to set a shsurf’s parent
by Philip Withnall
· 12 years ago
f85fe84
shell: Tidy up unset_fullscreen()
by Philip Withnall
· 12 years ago
659163d
shell: Refactor workspace code to operate on shsurfs rather than views
by Philip Withnall
· 12 years ago
352e7ed
shell: Factor out common code to set a shsurf’s output
by Philip Withnall
· 12 years ago
4a86a0a
shell: Add missing cases to switch statements for animations and fading
by Philip Withnall
· 12 years ago
0f640e2
shell: Add missing cases to switch statements for surface types
by Philip Withnall
· 12 years ago
becb77e
shell: Reorganise set/unset methods for fullscreen/maximize/popup/transient
by Philip Withnall
· 12 years ago
becf5a3
src/shell.c: set black_surface->width and height
by Xiong Zhang
· 12 years ago
1fd9c0f
compositor: gather buffer_transform and _scale into a struct
by Pekka Paalanen
· 12 years ago
eed9344
exposay: properly go away when the modifier is pressed
by Emilio Pozuelo Monfort
· 12 years ago
234c524
exposay: provide a cancel func to the ptr grab iface
by Emilio Pozuelo Monfort
· 12 years ago
3d0fc76
shell: don't crash if a pointer's focus is null
by Emilio Pozuelo Monfort
· 12 years ago
46ce798
shell: add a client config entry
by Emilio Pozuelo Monfort
· 12 years ago
17467d6
exposay: move the pointer in our motion handler
by Emilio Pozuelo Monfort
· 12 years ago
da64426
shell: Set output on the focus_surfaces' view
by Emilio Pozuelo Monfort
· 12 years ago
5c22ce6
exposay: Activate a surface when hovering it
by Emilio Pozuelo Monfort
· 12 years ago
8224309
exposay: add cancel impl to the kbd grab iface
by Emilio Pozuelo Monfort
· 12 years ago
03251b6
shell: Implement alt-tab switcher
by Emilio Pozuelo Monfort
· 12 years ago
df8133b
Add Exposay
by Daniel Stone
· 12 years ago
b482dbd
animation, shell: add kbd focus change animation
by Louis-Francis Ratté-Boulianne
· 12 years ago
1959ab8
input: let the pointer motion handlers move the pointer
by Giulio Camuffo
· 12 years ago
412b024
zoom: use the new pointer motion signal to move the zoom frame.
by Giulio Camuffo
· 12 years ago
aa2ee8b
shell: Create view for lock surface
by Kristian Høgsberg
· 12 years ago
912e0a1
Fall back to ANIMATION_NONE if startup-animation is zoom
by Kristian Høgsberg
· 12 years ago
1ea343e
Add cancel function to grab interfaces
by Jonas Ådahl
· 12 years ago
1c6e63e
shell: Don't leak weston_touch_move_grab structs
by Jonas Ådahl
· 12 years ago
c85f1d4
shell.c: Prevent moving a window from more than one source
by Kristian Høgsberg
· 12 years ago
0d94f41
shell.c: Don't overwrite focus surface argument in activate_binding()
by Kristian Høgsberg
· 12 years ago
7ab139c
shell: Don't cast weston_view to surface when we just need view->surface
by Kristian Høgsberg
· 12 years ago
48588f8
shell: Create a view for the grab_surface
by Kristian Høgsberg
· 12 years ago
a3a0e18
shell: Add the right output object to the shell output_list
by Kristian Høgsberg
· 12 years ago
6b48142
shell: register output->destroy_signal handler
by Xiong Zhang
· 12 years ago
a7af704
Split the geometry information from weston_surface out into weston_view
by Jason Ekstrand
· 12 years ago
724c8d9
shell: Add a new weston.ini to control the startup animation
by Kristian Høgsberg
· 12 years ago
e14aa4f
Don't remove the touch grab until the last touch point is removed
by Neil Roberts
· 12 years ago
aba0f25
Add a touch move binding
by Neil Roberts
· 12 years ago
a28c693
Add a touch binding to activate a surface
by Neil Roberts
· 12 years ago
96d790e
input: Emit events on all resources for a client
by Neil Roberts
· 12 years ago
57388e4
Notify clients on mode_switch()
by Hardening
· 12 years ago
62942ad
xwm: set the shell_surface's title
by Giulio Camuffo
· 12 years ago
2e3c396
shell: Use wl_resource_for_each() for sending out workspace status
by Kristian Høgsberg
· 12 years ago
e1b655d
shell: Make sure we have seat->pointer and seat->touch before dereferencing
by Kristian Høgsberg
· 12 years ago
1084da5
Add touch support for wl_shell_surface_move
by Rusty Lynch
· 12 years ago
880ebc7
input: For serial generation get the display from the compositor
by Rob Bradford
· 12 years ago
f3d6227
malloc + memset -> zalloc
by Peter Hutterer
· 12 years ago
3c17933
Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer
by Kristian Høgsberg
· 12 years ago
9e5d7d1
shell: Remove redundant weston_pointer field from shell_grab
by Kristian Høgsberg
· 12 years ago
bdeb5d2
shell: Respect output transformation for input panel surface
by Rob Bradford
· 12 years ago
919cddb
Convert to wl_global_create/destroy()
by Kristian Høgsberg
· 12 years ago
6780073
shell: Always go through end_busy_cursor when ending the busy cursor grab
by Kristian Høgsberg
· 12 years ago
c9974a0
shell: Dont set grab cursor if desktop-shell client died
by Kristian Høgsberg
· 12 years ago
dfe3105
shell: Allow ending of popup grabs from within the starting of the grab
by Rob Bradford
· 12 years ago
9a4f10f
shell: Fix calculation of center point in surface rotation
by Louis-Francis Ratté-Boulianne
· 12 years ago
a85118c
Use wl_resource_create() for creating resources
by Jason Ekstrand
· 12 years ago
f004607
compositor: Fix remaining double free()s
by Kristian Høgsberg
· 12 years ago
8418c29
shell: Free temporary strings
by Quentin Glidic
· 12 years ago
1cfd406
shell: Tweak spring animation for zoom animation type
by Kristian Høgsberg
· 12 years ago
8eb0f4f
shell: Fix warning and indentation in shell_surface_configure()
by Kristian Høgsberg
· 12 years ago
5281fb1
spring: Tweak the window fade-in spring to not overshoot
by Kristian Høgsberg
· 12 years ago
a0d2dde
output: Use wl_resource_get accessors for weston_output resources
by Jason Ekstrand
· 12 years ago
44a3863
input: Use wl_resource_get accessor functions for resources
by Jason Ekstrand
· 12 years ago
51e5b14
input_panel_surface: Change resource to a wl_resource pointer
by Jason Ekstrand
· 12 years ago
651f00e
shell: Convert resources to pointers
by Jason Ekstrand
· 12 years ago
Next »