323 Commits (aa2ee8bdf6ad2709bfb4afadcb100a7d6361fb9a)

Author SHA1 Message Date
Kristian Høgsberg aa2ee8bdf6 shell: Create view for lock surface 12 years ago
Kristian Høgsberg 912e0a117a Fall back to ANIMATION_NONE if startup-animation is zoom 12 years ago
Jonas Ådahl 1ea343e1be Add cancel function to grab interfaces 12 years ago
Jonas Ådahl 1c6e63e880 shell: Don't leak weston_touch_move_grab structs 12 years ago
Kristian Høgsberg c85f1d4595 shell.c: Prevent moving a window from more than one source 12 years ago
Kristian Høgsberg 0d94f41b44 shell.c: Don't overwrite focus surface argument in activate_binding() 12 years ago
Kristian Høgsberg 7ab139ce16 shell: Don't cast weston_view to surface when we just need view->surface 12 years ago
Kristian Høgsberg 48588f8696 shell: Create a view for the grab_surface 12 years ago
Kristian Høgsberg a3a0e1867e shell: Add the right output object to the shell output_list 12 years ago
Xiong Zhang 6b48142f8a shell: register output->destroy_signal handler 12 years ago
Jason Ekstrand a7af70436b Split the geometry information from weston_surface out into weston_view 12 years ago
Kristian Høgsberg 724c8d9e7c shell: Add a new weston.ini to control the startup animation 12 years ago
Neil Roberts e14aa4f0a9 Don't remove the touch grab until the last touch point is removed 12 years ago
Neil Roberts aba0f25cb0 Add a touch move binding 12 years ago
Neil Roberts a28c69358c Add a touch binding to activate a surface 12 years ago
Neil Roberts 96d790e74b input: Emit events on all resources for a client 12 years ago
Hardening 57388e44e5 Notify clients on mode_switch() 12 years ago
Giulio Camuffo 62942ad3a6 xwm: set the shell_surface's title 12 years ago
Kristian Høgsberg 2e3c396ae3 shell: Use wl_resource_for_each() for sending out workspace status 12 years ago
Kristian Høgsberg e1b655df92 shell: Make sure we have seat->pointer and seat->touch before dereferencing 12 years ago
Rusty Lynch 1084da506e Add touch support for wl_shell_surface_move 12 years ago
Rob Bradford 880ebc7ed9 input: For serial generation get the display from the compositor 12 years ago
Peter Hutterer f3d62276d2 malloc + memset -> zalloc 12 years ago
Kristian Høgsberg 3c17933de8 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer 12 years ago
Kristian Høgsberg 9e5d7d17a7 shell: Remove redundant weston_pointer field from shell_grab 12 years ago
Rob Bradford bdeb5d224d shell: Respect output transformation for input panel surface 12 years ago
Kristian Høgsberg 919cddb0ab Convert to wl_global_create/destroy() 12 years ago
Kristian Høgsberg 6780073d78 shell: Always go through end_busy_cursor when ending the busy cursor grab 12 years ago
Kristian Høgsberg c9974a0796 shell: Dont set grab cursor if desktop-shell client died 12 years ago
Rob Bradford dfe310512b shell: Allow ending of popup grabs from within the starting of the grab 12 years ago
Louis-Francis Ratté-Boulianne 9a4f10f6bc shell: Fix calculation of center point in surface rotation 12 years ago
Jason Ekstrand a85118c1b8 Use wl_resource_create() for creating resources 12 years ago
Kristian Høgsberg f00460771e compositor: Fix remaining double free()s 12 years ago
Quentin Glidic 8418c298af shell: Free temporary strings 12 years ago
Kristian Høgsberg 1cfd406f9d shell: Tweak spring animation for zoom animation type 12 years ago
Kristian Høgsberg 8eb0f4f830 shell: Fix warning and indentation in shell_surface_configure() 12 years ago
Kristian Høgsberg 5281fb1500 spring: Tweak the window fade-in spring to not overshoot 12 years ago
Jason Ekstrand a0d2dde6cd output: Use wl_resource_get accessors for weston_output resources 12 years ago
Jason Ekstrand 44a3863a17 input: Use wl_resource_get accessor functions for resources 12 years ago
Jason Ekstrand 51e5b14952 input_panel_surface: Change resource to a wl_resource pointer 12 years ago
Jason Ekstrand 651f00e94a shell: Convert resources to pointers 12 years ago
Jason Ekstrand 0f2ef7ebd3 Use wl_resource_get_user_data for weston_surface resources 12 years ago
Tiago Vignatti fb2adba3da xwayland: Forward global position to X 12 years ago
Jason Ekstrand 26ed73cee8 Change weston_surface.resource to a wl_resource pointer. 12 years ago
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 12 years ago
Alexander Larsson 690f718834 shell: Position DRIVER fullscreen surfaces at origin 12 years ago
Alexander Larsson d622ed3fbf shell: Center window in fullscreen if needed 12 years ago
Alexander Larsson f82b6cac5e shell: Always go to original mode when focused window not fullscreen 12 years ago
Alexander Larsson 355748e3b5 shell: Use buffer_scale as output scale on fullscreen DRIVER 12 years ago
Kristian Høgsberg 14e438c8a2 compositor: Parse config file in main(), only keep weston config object 12 years ago