Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
be2f6b0f75a6fb6ac1278d2cd935a36419a09d0f
/
libweston
/
compositor.h
9ffb250
libweston: introduce weston_output_from_resource()
by Pekka Paalanen
· 8 years ago
0079a94
libweston: make weston_output::connection_internal a bool
by Pekka Paalanen
· 8 years ago
7f340ff
libweston: specify weston_output::enabled
by Pekka Paalanen
· 8 years ago
d72bad2
libweston: unexport weston_output_update_matrix()
by Pekka Paalanen
· 8 years ago
f9681b5
libweston: unexport weston_compositor_add_output()
by Pekka Paalanen
· 8 years ago
185d158
input: Remove --disable-xkbcommon
by Derek Foreman
· 8 years ago
0775cd1
gl-renderer: support format and modifier queries
by Varad Gautam
· 9 years ago
b1f166d
Allow backends to group repaint flushes
by Daniel Stone
· 8 years ago
6847b85
Switch to global output repaint timer
by Daniel Stone
· 8 years ago
05df8c1
Change boolean repaint_scheduled to quad-state enum
by Daniel Stone
· 8 years ago
09a97e2
Change repaint_needed to bool
by Daniel Stone
· 8 years ago
4f3cad7
compositor: damage pending subsurfaces when committing them
by Emilio Pozuelo Monfort
· 8 years ago
3d7ca3b
libweston: Properly namespace modules entrypoint
by Quentin Glidic
· 9 years ago
23e1d6f
libweston: Properly namespace backends entrypoint
by Quentin Glidic
· 9 years ago
8268157
libweston: Position layers in an absolute way
by Quentin Glidic
· 9 years ago
04bd040
Don't include version.h from compositor.h
by Daniel Stone
· 9 years ago
24d306c
libweston: Add move (without scale) animation
by Quentin Glidic
· 9 years ago
46dc9b4
libweston: Move text_backend_* to weston.h
by Quentin Glidic
· 9 years ago
08f09e2
libweston: remove unused function declaration of weston_compositor_top
by Ryo Munakata
· 9 years ago
75b7197
Add configuration option for no input device.
by Daniel Díaz
· 9 years ago
5fe00cb
libweston: Remove weston_backend_output_config structure
by Armin Krezović
· 9 years ago
4008740
weston: Rename weston_output_init_pending() to weston_output_init()
by Armin Krezović
· 9 years ago
a01ab6d
libweston: Add more functionality for handling weston_output objects
by Armin Krezović
· 9 years ago
08976ac
Revert "compositor: Add internal support to track idle inhibition requests"
by Bryce Harrington
· 9 years ago
873a3f8
Revert "compositor: Add public interface support for client-requested idle inhibition"
by Bryce Harrington
· 9 years ago
c700143
Revert "libweston: Add a signal to fire when the idle inhibitor is dropped"
by Bryce Harrington
· 9 years ago
ca5b624
libweston: Add a signal to fire when the idle inhibitor is dropped
by Bryce Harrington
· 9 years ago
689fece
compositor: Add public interface support for client-requested idle inhibition
by Bryce Harrington
· 9 years ago
f8300c8
compositor: Add internal support to track idle inhibition requests
by Bryce Harrington
· 9 years ago
fff3981
libweston: Drop shell_interface
by Quentin Glidic
· 9 years ago
9c5dd7e
libweston-desktop: Implement xdg_shell_v6
by Quentin Glidic
· 9 years ago
8f9d90a
desktop-shell: Port to libweston-desktop
by Quentin Glidic
· 9 years ago
955cec0
xwayland: Introduce a private struct for XWayland interface
by Quentin Glidic
· 9 years ago
248dd10
Introduce libweston-desktop
by Quentin Glidic
· 9 years ago
2edc3d5
libweston: Rename weston_surface::configure to ::committed
by Quentin Glidic
· 9 years ago
cde1345
input: Add helpers for all keyboard/pointer/touch events
by Quentin Glidic
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
d3414f2
Implement pointer locking and confinement
by Jonas Ådahl
· 9 years ago
3eb4ddd
weston-pointer: Add destroy signal
by Jonas Ådahl
· 9 years ago
f7deb6a
compositor: Pass both surface and seat in activation signal
by Jonas Ådahl
· 9 years ago
5d9ca27
compositor: Add surface commit signal
by Jonas Ådahl
· 9 years ago
30d61d8
Implement the relative pointer protocol
by Jonas Ådahl
· 11 years ago
de1ed2e
input: Provide microsecond timestamps in motion events
by Jonas Ådahl
· 10 years ago
3845b32
libinput: Expose unaccelerated motion deltas in motion event struct
by Jonas Ådahl
· 11 years ago
94e2e2d
compositor: Keep track of what views were activated by clicking
by Jonas Ådahl
· 11 years ago
4361b4e
desktop-shell: Pass a flag bitmask instead of bool to activate()
by Jonas Ådahl
· 11 years ago
f8486c3
compositor: Untangle surface/view is_mapped from output assignments
by Armin Krezović
· 9 years ago
9c764df
xwayland: make the plugin usable by libweston compositors
by Giulio Camuffo
· 9 years ago
827b5d2
compositor: add plugin-registry
by Pekka Paalanen
· 9 years ago
24f917e
input: Move weston_seat_set_keyboard_focus and document
by Bryce Harrington
· 9 years ago
260c2ff
input: Rename weston_surface_activate to weston_seat_set_keyboard_focus
by Bryce Harrington
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/compositor.h]
e95ad5c
compositor: migrate to stable viewporter.xml
by Pekka Paalanen
· 9 years ago
0de859e
compositor: recompute output position on mode switch
by David Fort
· 9 years ago
50dbf38
libweston: use enum to choose the backend
by Pekka Paalanen
· 9 years ago
a256c5e
libweston: remove unused backend_init() arguments
by Pekka Paalanen
· 9 years ago
dd18673
compositor,main: use weston_compositor_load_backend()
by Pekka Paalanen
· 9 years ago
be2b11a
allow compositors to define the logging behavior
by Giulio Camuffo
· 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
26f62d4
Move part of screenshooter.c to weston-screenshooter.c
by Giulio Camuffo
· 9 years ago
0358af4
Rename weston_compositor_xkb_init to weston_compositor_set_xkb_rule_names
by Giulio Camuffo
· 9 years ago
130ae6e
compositor: surface and view output comment fixes
by Pekka Paalanen
· 9 years ago
20c7e55
compositor: fix comments about weston_compositor::surface_list
by Pekka Paalanen
· 9 years ago
5c20195
compositor.h: Add shell_interface.get_output_work_area
by Quentin Glidic
· 9 years ago
20b66c3
compositor: Version the backend configuration structures
by Bryce Harrington
· 9 years ago
e9b8a2b
compositor: Drop unneeded create_output callback
by Bryce Harrington
· 9 years ago
87953b7
compositor: remove input_loop
by Pekka Paalanen
· 9 years ago
90a6fc6
input: use doubles in the interfaces to notify of input events
by Giulio Camuffo
· 9 years ago
b00c79b
protocol: migrate to stable presentation-time.xml
by Pekka Paalanen
· 9 years ago
b288988
data-device: Implement compositor-chosen actions
by Carlos Garnacho
· 9 years ago
9c93179
data-device: Implement DnD actions
by Carlos Garnacho
· 9 years ago
78d4bf9
data-device: Implement DnD progress notification
by Carlos Garnacho
· 9 years ago
87743e9
Support axis source, axis discrete, frame and axis stop events
by Peter Hutterer
· 9 years ago
89b6a49
Add a weston_pointer_axis_event
by Peter Hutterer
· 9 years ago
91880f1
compositor-{drm, fbdev, rpi}: Make VT switching configurable
by Bob Ham
· 9 years ago
c2be857
compositor: Fix a couple comment typos
by Bryce Harrington
· 10 years ago
f05d18f
xwm: let the shells decide the position of X windows
by Giulio Camuffo
· 10 years ago
3cc004a
input: Add notify_touch_cancel()
by Derek Foreman
· 10 years ago
152254b
compositor: Add damage_buffer
by Derek Foreman
· 10 years ago
6207b6a
compositor: Remove unused weston_surface_to_buffer function
by Chris Michael
· 10 years ago
6172c38
compositor.h: Remove unused variable from weston_seat structure
by Chris Michael
· 10 years ago
bc9a61c
compositor: Move weston_matrix_transform_region to compositor.c and export it
by Derek Foreman
· 10 years ago
060cf11
compositor: Change "touched" to bool
by Derek Foreman
· 10 years ago
2cbf293
input: Keep per client pointer resources in their own structs
by Jonas Ådahl
· 10 years ago
d251010
input: Make pointer grab motion callbacks take an event struct
by Jonas Ådahl
· 11 years ago
0336ca0
input: Pass axis events through pointer grab interfaces
by Jonas Ådahl
· 11 years ago
32c3211
compositor: Disallow negative geometries in backend output configs
by Bryce Harrington
· 10 years ago
93daabb
compositor: pass the backend config struct to the backends init function
by Giulio Camuffo
· 10 years ago
e3c0d8a
compositor: introduce structs to handle backends configuration
by Giulio Camuffo
· 10 years ago
6850e7b
zoom: Remove unneeded usage of wl_fixed_ts in favour of doubles
by Giulio Camuffo
· 10 years ago
230f3b1
dmabuf: implement linux_dmabuf extension
by Pekka Paalanen
· 11 years ago
f9318d1
input: add a weston_pointer_clear_focus() helper function
by Derek Foreman
· 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
22276a5
zoom: Store the seat that initiated a zoom
by Derek Foreman
· 10 years ago
a36eb50
zoom: Change zoom->active to a bool
by Derek Foreman
· 10 years ago
99a6a2d
bindings: Make run binding functions take apropriate device instead of a seat
by Derek Foreman
· 10 years ago
8ae2db5
input: Pass the appropriate pointer type to bindings instead of a seat
by Derek Foreman
· 10 years ago
459137b
compositor: add API to manage compositor instances
by Giulio Camuffo
· 11 years ago
Next »