Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
b1a48e665bc7c5b47e9194c7b391c2ccdb1f57a6
/
libweston
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
28d240f
gl-renderer: Always setup gl-renderer
by Armin Krezović
· 9 years ago
d84deeb
compositor-headless: Support starting with zero outputs
by Armin Krezović
· 9 years ago
5c2f20e
compositor-x11: fix title overflow in x11_backend_create_output
by Benoit Gschwind
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src]
58f98c9
Move weston source to compositor/
by Pekka Paalanen
· 9 years ago
a1046ad
compositor-headless: do not create a seat
by Pekka Paalanen
· 9 years ago
f8da0c2
compositor-drm: support RGB565 with pixman renderer
by Tomi Valkeinen
· 9 years ago
c7d88fa
screen-share: Use wet_get_config()
by Daniel Stone
· 9 years ago
be112d4
main: report presentation clock resolution
by Pekka Paalanen
· 9 years ago
e77f8ad
compositor-fbdev: drop EGL support
by Pekka Paalanen
· 9 years ago
b4dae9b
Make config.h inclusion consistent
by Bryce Harrington
· 9 years ago
e51647f
compositor-wayland: Correct output base make name
by Yong Bakos
· 9 years ago
201769a
compositor: fix wp_viewport.set_source errors
by Pekka Paalanen
· 9 years ago
bb32ccc
compositor: check viewport dst size validity
by Pekka Paalanen
· 9 years ago
d9aae9c
compositor: check viewport source rect validity
by Pekka Paalanen
· 9 years ago
4826f87
compositor: fix wp_viewport use after free
by Pekka Paalanen
· 9 years ago
9c5a0d9
compositor: rename scaler to viewport(er)
by Pekka Paalanen
· 9 years ago
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
ba2ad0e
rdp: don't release the seat until it is safe v2
by David Fort
· 9 years ago
321ede7
main: remove unused argument from backend loaders
by Pekka Paalanen
· 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
808b006
main: remove load_backend_old()
by Pekka Paalanen
· 9 years ago
9e44598
Create a libweston-0.so
by Giulio Camuffo
· 9 years ago
179fcda
Split the modules and include files between weston and libweston
by Giulio Camuffo
· 9 years ago
be2b11a
allow compositors to define the logging behavior
by Giulio Camuffo
· 9 years ago
8aedf7b
libinput: don't use weston_config when configuring input devices
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
ca52b31
Remove Raspberry Pi backend and renderer
by Pekka Paalanen
· 9 years ago
e57056f
weston-launch: Handle invalid command line options
by Tom Hochstein
· 9 years ago
8a12069
compositor: use generated constant instead of hardcoded value
by FORT David
· 9 years ago
2d4aa83
rdp: Fix the ContextNew callback with recent FreeRDP versions
by FORT David
· 9 years ago
58b63ab
rdp: allow to compile against FreeRDP 2.0
by FORT David
· 9 years ago
b8347e3
compositor-drm: Prevent a crash in the pixman renderer
by Emmanuel Gil Peyrot
· 9 years ago
a62138b
compositor-drm: Write a name in the mode generated from a modeline
by Emmanuel Gil Peyrot
· 9 years ago
373c108
compositor-drm: Remove unused output reference in drm_fb
by Emmanuel Gil Peyrot
· 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
5375384
main: let load_wayland_backend() clean up on error
by Benoit Gschwind
· 9 years ago
44e302b
main: rename new_config arg of weston_wayland_backend_config_add_new_output
by Benoit Gschwind
· 9 years ago
e48ab5f
main: rename new_config arg of weston_wayland_backend_config_release
by Benoit Gschwind
· 9 years ago
68d6a6c
main: rename wayland_backend_config_release function
by Benoit Gschwind
· 9 years ago
390af6d
main: rename wayland_backend_config_add_new_output function
by Benoit Gschwind
· 9 years ago
55a2288
main: replace and remove new_config in load_wayland_backend_config
by Benoit Gschwind
· 9 years ago
6c1cd2f
main: rename load_wayland_backend_config arg "config" to wc
by Benoit Gschwind
· 9 years ago
3ff10da
compositor-wayland: move configuration parsing to weston main.c
by Benoit Gschwind
· 9 years ago
e091b45
compositor-wayland: add versionning to config structure
by Benoit Gschwind
· 9 years ago
5dfce19
compositor-wayland: rename misleading output arg of weston_wayland_output_config_init
by Benoit Gschwind
· 9 years ago
37c6a1f
compositor-wayland: rename wayland_output_init_from_config
by Benoit Gschwind
· 9 years ago
676841d
compositor-wayland: fix spacing and lines wraping
by Benoit Gschwind
· 9 years ago
1c0e40d
drm: port the drm backend to the new init api
by Giulio Camuffo
· 9 years ago
59987fa
compositor: refactor into convert_size_by_transform_scale()
by Pekka Paalanen
· 9 years ago
04baea5
compositor: constify weston_surface_build_buffer_matrix()
by Pekka Paalanen
· 9 years ago
639322a
compositor-wayland: put configuration structure in separate header
by Benoit Gschwind
· 9 years ago
cd63b3e
compositor-wayland: split backend_init
by Benoit Gschwind
· 9 years ago
830b788
compositor-wayland: split wayland_output_create_for_config
by Benoit Gschwind
· 9 years ago
244ff79
compositor-wayland: move config parsing in create_cursor
by Benoit Gschwind
· 9 years ago
3a49b51
compositor-wayland: use new config struture to create backend
by Benoit Gschwind
· 9 years ago
079b626
compositor-wayland: fix memory leak of display_name
by Benoit Gschwind
· 9 years ago
37a6807
compositor-wayland: create a basic config structure to use in new init API
by Benoit Gschwind
· 9 years ago
d62004e
libinput: Remove unused static values
by Daniel Stone
· 9 years ago
63225cf
weston.pc: Properly specify Requires.private
by Quentin Glidic
· 9 years ago
5c20195
compositor.h: Add shell_interface.get_output_work_area
by Quentin Glidic
· 9 years ago
aa25898
x11: Fix incorrect output counting logic
by Bryce Harrington
· 9 years ago
e16acab
x11: port the x11 backend to the new init api
by Benoit Gschwind
· 9 years ago
2da6d0c
headless-backend: fix leak of transform configuration
by Benoit Gschwind
· 9 years ago
4c72e29
compositor: Hyphenate compound adjective surface-local
by Yong Bakos
· 9 years ago
934e89a
fbdev-backend: refactor configuration API
by Benoit Gschwind
· 9 years ago
e5b5659
compositor-fbdev: make copy of the device string
by Pekka Paalanen
· 9 years ago
c06389a
linux-dmabuf: Keep checking planes even if the first doesn't support lseek
by Derek Foreman
· 9 years ago
bd57310
compositor-rdp: refactor configuration API
by Benoit Gschwind
· 9 years ago
ed6014a
input: Don't try to send axis_source when there are no resources
by Jonas Ådahl
· 9 years ago
8b6c9fc
data-device: Update current action even if source version is old
by Jonas Ådahl
· 9 years ago
3c53094
headless: port the headless backend to the new init api
by Benoit Gschwind
· 9 years ago
98ab08b
main: document load_backend_new()
by Bryce Harrington
· 9 years ago
6ca25b3
Revert 'main: Remove unused function load_backend_new()'
by Bryce Harrington
· 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
b993998
drm: Spelling fix in comment
by Bryce Harrington
· 9 years ago
265aeb3
systemd: take over sockets created by systemd
by Friedrich, Eugen (ADITG/SW1)
· 9 years ago
87953b7
compositor: remove input_loop
by Pekka Paalanen
· 9 years ago
157109b
compositor-x11: stop using 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
fcf4b6c
compositor-drm: Renaming of gbm fields
by Miguel A. Vico
· 9 years ago
cc3a192
gl-renderer: Implement & use check_extension
by Miguel A. Vico
· 9 years ago
aab1d36
input: Implement wl_seat.release
by Quentin Glidic
· 9 years ago
7a5c562
compositor-drm: fix memcmp using a bad pointer in drm_outout_choose_initial_mode
by comic fans
· 9 years ago
b00c79b
protocol: migrate to stable presentation-time.xml
by Pekka Paalanen
· 9 years ago
7e7f793
libinput-device: Remove unnecessary function call
by Chris Michael
· 9 years ago
e1719c7
libinput-device: Remove unnecessary function call
by Christopher Michael
· 9 years ago
Next »