Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
8ae2db5b0cc5673e442938aa176cb44ada3e20ca
/
src
8ae2db5
input: Pass the appropriate pointer type to bindings instead of a seat
by Derek Foreman
· 10 years ago
0720ea3
compositor-drm: Simplify logic in setup_output_seat_constraint
by Derek Foreman
· 10 years ago
2e6485c
bindings: Stop exporting internal functions
by Derek Foreman
· 10 years ago
ddc2c97
text-backend: Replace focus_listener_initialized with a bool
by Derek Foreman
· 10 years ago
d0ead48
compositor-drm: Refactor code into cursor_bo_update()
by Pekka Paalanen
· 11 years ago
70d337d
compositor-drm: Fix cursor view size check
by Daniel Stone
· 10 years ago
36609c7
compositor-drm: Record current DPMS level
by Daniel Stone
· 10 years ago
eee580b
compositor-drm: Refactor getting current mode into a new function
by Pekka Paalanen
· 11 years ago
3ce6362
compositor-drm: Refactor connector name into new function
by Pekka Paalanen
· 11 years ago
7b36b42
compositor-drm: Refactor initial mode out of create_output
by Pekka Paalanen
· 11 years ago
b7df04e
compositor: Respect repaint-window when restarting repaint loop.
by Mario Kleiner
· 10 years ago
f507ec3
compositor-drm: Allow instant start of repaint loop. (v4)
by Mario Kleiner
· 10 years ago
d7894d0
compositor,shared: add millihz_to_nsec()
by Pekka Paalanen
· 10 years ago
aa21f62
shared: introduce timespec-util.h
by Pekka Paalanen
· 10 years ago
29f09fe
screen-share: Use the correct list pointer when freeing shm buffers
by Bryce Harrington
· 10 years ago
2f2a70c
compositor: make sure to reset views' pointers to destroyed output
by Giulio Camuffo
· 10 years ago
f53beb8
compositor-wayland: Use the correct list pointer when freeing shm buffers
by Derek Foreman
· 10 years ago
bab996e
compositor: move the main() to a new main.c file
by Giulio Camuffo
· 11 years ago
459137b
compositor: add API to manage compositor instances
by Giulio Camuffo
· 11 years ago
430aee1
weston-launch: Drop redundant exit()
by Bryce Harrington
· 10 years ago
954f183
compositor: introduce struct weston_backend
by Giulio Camuffo
· 11 years ago
c8a1ff0
compositor-drm: fix drm_waitvblank_pipe() decl style
by Pekka Paalanen
· 10 years ago
ada4f07
compositor-drm: Add comment for newly added drm_waitvblank_pipe()
by Bryce Harrington
· 10 years ago
2ab4f4e
compositor-drm: Handle more than two output crtcs per card
by Mario Kleiner
· 10 years ago
8081704
compositor-drm: Allow weston_output_mode_switch_to_native() to work.
by Mario Kleiner
· 10 years ago
872797c
compositor-drm: Fix refresh rate selection in drm_output_switch_mode
by Mario Kleiner
· 10 years ago
aa9536a
text_backend: make destructor call explicit
by Pekka Paalanen
· 10 years ago
e28ee34
compositor: add missing help text
by JoonCheol Park
· 10 years ago
4fa7b7f
compositor: Add missing help text
by Derek Foreman
· 10 years ago
665b025
compositor-x11: More verbose logging
by Bryce Harrington
· 10 years ago
972d1af
text: cleanup text backend style
by Murray Calavera
· 10 years ago
066ca0c
gl-renderer: Don't print GL error for EGLGetDisplay()
by Derek Foreman
· 10 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
d618f68
Moved the MIN() macro to the helper include.
by Jon Cruz
· 10 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
4678bab
Remove redundant #include path component.
by Jon Cruz
· 10 years ago
73ad676
vaapi-recorder: Drop redundant license
by Bryce Harrington
· 10 years ago
7e45add
weston-egl-ext.h: Reformat license text
by Bryce Harrington
· 10 years ago
2dc0673
libbacklight: Add missing boilerplate to header
by Bryce Harrington
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
83285fc
compositor: remove the authenticate vfunc
by Giulio Camuffo
· 10 years ago
f65f89b
don't attempt to start input method if path is empty
by Murray Calavera
· 10 years ago
9a51cd7
move text_backend initialization into the shell plugin
by Murray Calavera
· 10 years ago
2588124
text: handle existing seats on init
by Murray Calavera
· 10 years ago
883ac02
Whitespace corrections
by Murray Calavera
· 10 years ago
2a746a5
screenshooter: clean up recorder_binding a little
by Derek Foreman
· 10 years ago
bc91e54
input: clean up update_keymap a little
by Derek Foreman
· 10 years ago
1b786ee
input: minor clean up in weston_seat_repick()
by Derek Foreman
· 10 years ago
244e99e
input: clean up notify_modifiers a little
by Derek Foreman
· 10 years ago
345c9f3
input: clean up seat_get_keyboard a little
by Derek Foreman
· 10 years ago
a7e1991
gl-renderer: Make the error logging a little nicer
by Derek Foreman
· 10 years ago
f556ebe
compositor-drm: Clean trailing whitespace
by Daniel Stone
· 10 years ago
ab3298a
RDP compositor: enforce certificate and key
by David FORT
· 10 years ago
b7e70af
compositor-wayland: Code cleanup
by Dima Ryazanov
· 10 years ago
01d5c02
compositor-wayland: Handle window close events more gracefully
by Dima Ryazanov
· 10 years ago
c056a98
compositor-drm: minor sp. fix
by Bryce Harrington
· 10 years ago
6858383
compositor-drm: disable hardware cursors
by Pekka Paalanen
· 10 years ago
c4cfe85
compositor-drm: pass ARGB fallback to gl create functions for XRGB formats
by Derek Foreman
· 10 years ago
e76f185
gl-renderer: Take a list of acceptable formats in create functions
by Derek Foreman
· 10 years ago
2663c68
launcher-util: Force all weston_launcher_open()s to use O_CLOEXEC
by Derek Foreman
· 10 years ago
8f5acc2
logind: actually close fd in weston_launcher_close()
by Derek Foreman
· 10 years ago
0c944b0
RDP compositor: fixes for multiple connections, mstsc and FreeRDP master compilation
by Hardening
· 10 years ago
0f29923
text-input: Replace model with input
by Derek Foreman
· 10 years ago
516d603
text: Fix text-input for multi-seat
by Derek Foreman
· 10 years ago
b114715
compositor: send the output_created signal after inserting it in the list
by Giulio Camuffo
· 10 years ago
d46bb01
data-device: send the selection to all the wl_data_device resources of a client
by Giulio Camuffo
· 10 years ago
dddf9e6
data-device: add a function to send the selection to a client
by Giulio Camuffo
· 10 years ago
6a94a99
clipboard: don't crash if the source client does not send a mime type
by Giulio Camuffo
· 10 years ago
4c93c08
touch: Make weston_touch_set_focus() take a touch instead of a seat
by Derek Foreman
· 10 years ago
ca79076
compositor: change weston_surface::destroy_signal argument
by Pekka Paalanen
· 10 years ago
08d3fb7
compositor: inert wl_surface objects do not exist
by Pekka Paalanen
· 10 years ago
8b69d03
gl-renderer: fix configless_context check
by Pekka Paalanen
· 10 years ago
f282454
gl-renderer: check EGL_EXT_platform_base in supports()
by Pekka Paalanen
· 10 years ago
2992d71
gl-renderer: fix EGL initialization steps
by Manuel Bachmann
· 10 years ago
06c4274
compositor: Help text for --config
by Bryce Harrington
· 10 years ago
04f8a9b
compositor-wayland: ignore frame callback's time
by Pekka Paalanen
· 10 years ago
a8e9b41
xwm: tell the shell the pid of the X clients
by Giulio Camuffo
· 11 years ago
8a0e0ba
compositor: add option to specify a weston.ini
by Pekka Paalanen
· 10 years ago
6c71aae
Pass config file from compositor to everything
by Pekka Paalanen
· 10 years ago
dc940ca
compositor: move code into load_configuration()
by Pekka Paalanen
· 10 years ago
17a1a96
compositor: postpone unhandled option check
by Pekka Paalanen
· 10 years ago
a5855ad
pixman-renderer: use pre-computed inverse output matrix
by Derek Foreman
· 10 years ago
7cb916e
zoom: fix zoom
by Derek Foreman
· 10 years ago
67a18b9
compositor: fix weston_output_transform_coordinate
by Derek Foreman
· 10 years ago
c002321
compositor: Create the inverse of the output matrix
by Derek Foreman
· 10 years ago
4e53c53
input: Don't recreate the cursor sprite when only the hotspot changes
by Derek Foreman
· 10 years ago
f1ec506
gl-renderer: provide platform_base fallbacks and remove ifdefs
by Jonny Lamb
· 10 years ago
74eed31
gl-renderer: call supports() automatically in create()
by Jonny Lamb
· 10 years ago
ace6920
compositor-{drm, wayland, x11}: remove useless tests for ->supports
by Jonny Lamb
· 10 years ago
a3e6a4a
gl-renderer: move all EGL_PLATFORM_* defines here
by Jonny Lamb
· 10 years ago
445fb69
gl-renderer: fix build with --disable-egl
by Jonny Lamb
· 10 years ago
62185f4
compositor-{drm, x11, wayland}: stop including EGL headers here
by Jonny Lamb
· 10 years ago
671148f
gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces
by Jonny Lamb
· 10 years ago
70eba3f
gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay
by Jonny Lamb
· 10 years ago
111c6f9
compositor: fix return code from main()
by Pekka Paalanen
· 10 years ago
8fd4de4
compositor: warn about insane repaint delay
by Pekka Paalanen
· 10 years ago
0513a95
compositor: add repaint delay timer
by Pekka Paalanen
· 11 years ago
662f384
compositor, backends: weston_compositor_read_presentation_clock
by Pekka Paalanen
· 10 years ago
b407024
input: Make setting the same pointer cursor state again a no-op
by Jonas Ådahl
· 10 years ago
a86c3ee
Spellcheck fixes
by Bryce Harrington
· 10 years ago
Next »