Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
a7af70436b7dccfacd736626d6719b3e751fd985
/
src
/
compositor.h
a7af704
Split the geometry information from weston_surface out into weston_view
by Jason Ekstrand
· 12 years ago
10ddd97
compositor: Remove redundant and not well-defined focus field
by Kristian Høgsberg
· 12 years ago
1edf44c
compositor: finish frame if redraw fails
by David Herrmann
· 12 years ago
d6e1c34
evdev: Reference count input device's seat capabilities
by Jonas Ådahl
· 12 years ago
97f2952
gl-renderer: Build as a loadable module
by Ander Conselvan de Oliveira
· 12 years ago
306fe08
Only update the touch grab position for the first finger
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
ff39efa
Rename current, origin, scale, origin_scale
by Hardening
· 12 years ago
61741a2
compositor: Generalize VT switching as a session_signal
by Kristian Høgsberg
· 12 years ago
05ad1e4
launcher: Collect launcher state in new struct weston_launcher
by Kristian Høgsberg
· 12 years ago
62942ad
xwm: set the shell_surface's title
by Giulio Camuffo
· 12 years ago
bfbb8e5
gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation
by Stanislav Vorobiov
· 12 years ago
9a6f02a
Copying xkb_info when creating a seat causes problems
by Andrew Wedgbury
· 12 years ago
85de9c2
compositor: Split dnd setup up into weston_seat_start_drag()
by Kristian Høgsberg
· 12 years ago
403ea92
compositor.h: Don't include config.h
by Pier Luigi Fiorini
· 12 years ago
8e7a8bd
Add more missing config.h includes
by Daniel Stone
· 12 years ago
13b85bd
compositor: ref-count weston_surface instances
by Giulio Camuffo
· 12 years ago
b1bc4a6
Add zalloc(size_t) allocator function
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
a2bb791
Reset touch focus in unmap
by Michael Fu
· 12 years ago
5e76a49
Rename wl_data_offer to weston_data_offer
by Kristian Høgsberg
· 12 years ago
7ff3bdb
Rename wl_data_source to weston_data_source
by Kristian Høgsberg
· 12 years ago
98c774f
compositor: Move device coordinate transform helper to compositor.c
by Kristian Høgsberg
· 12 years ago
aaadc77
input: Remove wl_seat global when a seat is destroyed
by Kristian Høgsberg
· 12 years ago
a85118c
Use wl_resource_create() for creating resources
by Jason Ekstrand
· 12 years ago
f568fd5
Add a MIN macro
by Jason Ekstrand
· 12 years ago
01a9273
input: Add support for making libxkbcommon optional
by Matt Roper
· 12 years ago
66bd9f5
compositor-drm: Enable seat constraining when configured in weston.ini
by Rob Bradford
· 12 years ago
806d8c0
input: Add weston_pointer_clamp function to ensure pointer visible
by Rob Bradford
· 12 years ago
6bd6294
Add a weston_buffer structure to replace wl_buffer
by Jason Ekstrand
· 12 years ago
8a4a9eb
data-device: Change resources in wl_data_offer and wl_data_source to pointers.
by Jason Ekstrand
· 12 years ago
082d58c
xwayland: Silence X wm debug logging
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
091b096
spring: Make min/max part of spring parameters
by Kristian Høgsberg
· 12 years ago
7eec9b3
spring: Make clip behavior configurable
by Kristian Høgsberg
· 12 years ago
8895efc
region: Change resource to a wl_resource pointer
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
9af5f9e
input: Add a seat name parameter to weston_seat_init
by Rob Bradford
· 12 years ago
355748e
shell: Use buffer_scale as output scale on fullscreen DRIVER
by Alexander Larsson
· 12 years ago
e32c376
compositor: Store original output scale
by Alexander Larsson
· 12 years ago
edddbd1
Convert all scales to int32_t
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
7327471
Add new config parser
by Kristian Høgsberg
· 12 years ago
7c60912
compositor: Make backlight_current int32_t to avoid unsigned overflow
by Kristian Høgsberg
· 12 years ago
4fc5dd0
compositor: add capability CAPTURE_YFLIP
by Pekka Paalanen
· 12 years ago
7bb6510
compositor: add capability flag for arbitrary surface rotation
by Pekka Paalanen
· 12 years ago
4ea9552
compositor: Support output/buffer scaling
by Alexander Larsson
· 12 years ago
a50e6e4
config-parser: Honor XDG_CONFIG_DIRS
by Ossama Othman
· 12 years ago
ec08f33
move subsurface-server-protocol.h include out of compositor.h
by U. Artie Eoff
· 12 years ago
01388e2
shell: keyboard focus and restacking fixes for sub-surfaces
by Pekka Paalanen
· 12 years ago
e67858b
compositor: introduce sub-surfaces
by Pekka Paalanen
· 12 years ago
2396aec
protocol: add sub-surfaces
by Pekka Paalanen
· 12 years ago
b24e48e
Add initial color management framework code
by Richard Hughes
· 12 years ago
7b9195f
compositor: Move gl-renderer vertex arrays into gl-renderer.c
by Kristian Høgsberg
· 12 years ago
659f2ad
compositor: Remove stale prototype
by Kristian Høgsberg
· 12 years ago
df54a60
input: Remove unused focus and key fields from keyboard and focus grabs
by Kristian Høgsberg
· 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
054c50a
data-device: Move all drag-related fields out of weston_seat
by Kristian Høgsberg
· 12 years ago
195b869
input: Move sprite fields into weston_pointer from weston_seat
by Kristian Høgsberg
· 12 years ago
fe7aa90
compositor: Adapt to wl_surface going away
by Kristian Høgsberg
· 12 years ago
a4036bb
input: Allocate pointer/keyboard/touch structs
by Kristian Høgsberg
· 12 years ago
2bf8762
input: Eliminate weston_seat::has_pointer/keyboard/touch
by Kristian Høgsberg
· 12 years ago
aad8099
data-device: Update drag icon position from configure and motion handlers
by Kristian Høgsberg
· 12 years ago
5f95557
data-device: Setup and release drag surface and beginning and end of drag
by Kristian Høgsberg
· 12 years ago
624d8f2
data-device: Don't emit a signal for drag icon changes
by Kristian Høgsberg
· 12 years ago
7848bb6
input: Move drag handling to data-device.c
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
4a2a274
input: Fold wl_seat init/release into weston_seat init/release
by Kristian Høgsberg
· 12 years ago
e329f36
input: Rename wl_touch to weston_touch
by Kristian Høgsberg
· 12 years ago
02bbabb
input: Rename wl_pointer to weston_pointer
by Kristian Høgsberg
· 12 years ago
a71e8b2
input: Rename weston_device_repick() to weston_seat_repick()
by Kristian Høgsberg
· 12 years ago
b5e2610
move input code from compositor.c into input.c
by Kristian Høgsberg
· 12 years ago
29139d4
fold wl_keyboard into weston_keyboard
by Kristian Høgsberg
· 12 years ago
2158a88
Import input structs and helper functions from wayland
by Kristian Høgsberg
· 12 years ago
14da96b
text: Add support for panels following the cursor
by Jan Arne Petersen
· 12 years ago
afe690c
Move the optional output name property from drm_output to weston_output
by Richard Hughes
· 12 years ago
e729996
Add a set_gamma vfunc on weston_output
by Richard Hughes
· 12 years ago
59d5da7
Add a output_created_signal on weston_compositor
by Richard Hughes
· 12 years ago
64ddde1
Add a destroy_signal on weston_output
by Richard Hughes
· 12 years ago
2b2092a
Extract and parse the EDID when outputs are added
by Richard Hughes
· 12 years ago
e5a1225
Make backends always specify output repaint time
by Jonas Ådahl
· 12 years ago
57edf7f
compositor: add WESTON_COMPOSITOR_OFFSCREEN state
by Philipp Brüschweiler
· 12 years ago
7fe01b1
sdk: be C++ friendly
by Giulio Camuffo
· 12 years ago
c088e2c
compositor: Support notifying with absolute position too
by Rob Bradford
· 12 years ago
5085a75
shell: handle multiple popups
by Giulio Camuffo
· 12 years ago
4b409c3
compositor: remove unused field option_idle_time
by Philipp Brüschweiler
· 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
14b2fe7
Eat scroll event if a key binding function is executed because of it.
by Rune K. Svendsen
· 12 years ago
e1bd5a0
compositor: Don't rely on surface->clip to cull overlay obscured damage
by Ander Conselvan de Oliveira
· 12 years ago
8ad1982
compositor: Keep a z-ordered list of planes
by Ander Conselvan de Oliveira
· 12 years ago
2034780
compositor: Fold weston_buffer_post_release into weston_buffer_reference
by Kristian Høgsberg
· 12 years ago
184df50
compositor: call configure on surfaces with a null buffer too
by Giulio Camuffo
· 12 years ago
Next »