Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
529a81a89829daf71f4d33b3f02a90001b3dfe5f
/
src
/
shell.c
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
0f2ef7e
Use wl_resource_get_user_data for weston_surface resources
by Jason Ekstrand
· 12 years ago
fb2adba
xwayland: Forward global position to X
by Tiago Vignatti
· 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
690f718
shell: Position DRIVER fullscreen surfaces at origin
by Alexander Larsson
· 12 years ago
d622ed3
shell: Center window in fullscreen if needed
by Alexander Larsson
· 12 years ago
f82b6ca
shell: Always go to original mode when focused window not fullscreen
by Alexander Larsson
· 12 years ago
355748e
shell: Use buffer_scale as output scale on fullscreen DRIVER
by Alexander Larsson
· 12 years ago
14e438c
compositor: Parse config file in main(), only keep weston config object
by Kristian Høgsberg
· 12 years ago
fc10cc0
shell: Remove input panel debug fprintf
by Kristian Høgsberg
· 12 years ago
673a889
shell: Use new config parser
by Kristian Høgsberg
· 12 years ago
79346ab
shell: wait for desktop-shell init before fade in
by Pekka Paalanen
· 12 years ago
7bb6510
compositor: add capability flag for arbitrary surface rotation
by Pekka Paalanen
· 12 years ago
2f8d9aa
shell: End grab if the grabbed shell surface has been destroyed
by Rob Bradford
· 12 years ago
eb1e130
Fix surface_pong when a seat doesn't have a pointer
by Hardening
· 12 years ago
b9f1c52
lock-surface: Set geometry width and height before centering
by Kristian Høgsberg
· 12 years ago
a50e6e4
config-parser: Honor XDG_CONFIG_DIRS
by Ossama Othman
· 12 years ago
b836664
shell: account for the subsurfaces when going fullscreen or maximizing
by Giulio Camuffo
· 12 years ago
61da3fc
shell: enable moving and resizing of a surface when clicking on a subsurface
by Giulio Camuffo
· 12 years ago
01388e2
shell: keyboard focus and restacking fixes for sub-surfaces
by Pekka Paalanen
· 12 years ago
6848c25
input: Move surface picking into the pointer grab focus callback
by Kristian Høgsberg
· 12 years ago
be6403e
input: Get rid of grab focus concept
by Kristian Høgsberg
· 12 years ago
e122b7b
input: Remove 'current' and related fields from weston_pointer
by Kristian Høgsberg
· 12 years ago
fe7aa90
compositor: Adapt to wl_surface going away
by Kristian Høgsberg
· 12 years ago
2bf8762
input: Eliminate weston_seat::has_pointer/keyboard/touch
by Kristian Høgsberg
· 12 years ago
8799d41
compositor: Move fan_debug to gl-renderer
by Kristian Høgsberg
· 12 years ago
e314875
input: Merge wl_seat into weston_seat
by Kristian Høgsberg
· 12 years ago
4912454
input: Remove wl_seat destroy signal
by Kristian Høgsberg
· 12 years ago
02bbabb
input: Rename wl_pointer to weston_pointer
by Kristian Høgsberg
· 12 years ago
29139d4
fold wl_keyboard into weston_keyboard
by Kristian Høgsberg
· 12 years ago
cc75ec1
text: Rename input_method to wl_input_method
by Jan Arne Petersen
· 12 years ago
70d942b
text: Rename ::set_panel to ::set_overlay_panel
by Jan Arne Petersen
· 12 years ago
7cd29e1
text: Add output argument to set_toplevel
by Jan Arne Petersen
· 12 years ago
14da96b
text: Add support for panels following the cursor
by Jan Arne Petersen
· 12 years ago
63e7be6
shell: clear popup grab interface on remove_popup_grab and popup_grab_end
by Philipp Brüschweiler
· 12 years ago
7fe01b1
sdk: be C++ friendly
by Giulio Camuffo
· 12 years ago
1b4b61a
shell: set the popup grab button as pressed only if it actually is
by Giulio Camuffo
· 12 years ago
5085a75
shell: handle multiple popups
by Giulio Camuffo
· 12 years ago
fffdcdd
shell: reset rotation for maximized surface
by Rafal Mielniczuk
· 12 years ago
23c6759
shell: block move, rotate, resize in maximized state
by Rafal Mielniczuk
· 12 years ago
483243f
compositor, shell: surface transform inheritance
by Pekka Paalanen
· 12 years ago
c3ce738
compositor: introduce weston_surface_geometry_dirty()
by Pekka Paalanen
· 12 years ago
976a050
Fix memory leaks
by Scott Moreau
· 12 years ago
184df50
compositor: call configure on surfaces with a null buffer too
by Giulio Camuffo
· 12 years ago
dda9d78
shell: Go straight to sleep if the sceensaver isn't configured
by Ander Conselvan de Oliveira
· 12 years ago
b17537e
shell: Use weston_compositor_sleep() instead of setting DPMS state
by Ander Conselvan de Oliveira
· 12 years ago
a457563
compositor: Rename lock and unlock signals to idle and wake
by Ander Conselvan de Oliveira
· 12 years ago
87524b6
compositor: Move state tracking complexity into shell
by Ander Conselvan de Oliveira
· 12 years ago
859e885
shell: Use its own timer for the screensaver timeout
by Ander Conselvan de Oliveira
· 12 years ago
19d10ef
compositor: Move fade animation out of core Weston into shell
by Ander Conselvan de Oliveira
· 12 years ago
ee41605
animation: Make fade more controllable
by Ander Conselvan de Oliveira
· 12 years ago
cb4685b
Pass argc and argv to modules
by Kristian Høgsberg
· 12 years ago
8aa1617
shell: Do not hang when mapping a popup twice
by Giulio Camuffo
· 12 years ago
6138197
text: Add show/hide_input_panel requests
by Jan Arne Petersen
· 13 years ago
ffbb20f
text: Move input_panel interface to input-method
by Jan Arne Petersen
· 13 years ago
23ccfb3
shell: Do not hang after setting input_panel twice
by Jan Arne Petersen
· 13 years ago
af7b6c9
shell: Do not crash when hiding input_panel
by Jan Arne Petersen
· 13 years ago
a75a789
text: fix weston key bindings with input methods
by Jan Arne Petersen
· 13 years ago
18639f8
shell: Set the DPMS state if the screensaver fails to launch or dies
by Ander Conselvan de Oliveira
· 12 years ago
451a971
shell: Fix bug when input panel is shown twice
by Jan Arne Petersen
· 12 years ago
Next »