Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
c647ed79decf2cdb081dcb3dc3deadbcbcf797f1
/
src
c647ed7
compositor: add surface-shooting API
by Pekka Paalanen
· 10 years ago
25c0ca5
compositor: turn weston_view boundingbox into masked
by Pekka Paalanen
· 10 years ago
8844bf2
compositor: turn weston_view::transform.opaque into masked
by Pekka Paalanen
· 10 years ago
2d6e551
compositor: add a doc note for weston_view::parent_view
by Pekka Paalanen
· 10 years ago
8291979
compositor: refactor to weston_output_schedule_repaint_reset()
by Pekka Paalanen
· 11 years ago
1879f21
headless: fix the output refresh rate
by Pekka Paalanen
· 11 years ago
51723d5
compositor: document weston_view_damage_below()
by Pekka Paalanen
· 10 years ago
ad1218f
weston-egl-ext: Define EGL tokens harder for old Mesa
by Daniel Stone
· 10 years ago
b6ddf6c
input: store the grab serial of the keyboard
by Giulio Camuffo
· 10 years ago
d540f4b
compositor-x11: Move the x11 window close to an idle handler
by Derek Foreman
· 11 years ago
3e4d4bd
Fix "Back", "Forward", and other special mouse buttons in the X11 compositor.
by Dima Ryazanov
· 10 years ago
90d1ac8
libinput: Only forward first and last press and release for a key
by Jonas Ådahl
· 11 years ago
e90b9e9
libinput: Only forward first and last press and release for a button
by Jonas Ådahl
· 11 years ago
6b4b241
xwm: support maximizing xwayland windows
by Giulio Camuffo
· 11 years ago
aff7c33
screenshooter: remove useless cast
by Derek Foreman
· 11 years ago
3bebe64
Revert "compositor-x11: Move the x11 event handler to the display loop"
by Bryce Harrington
· 11 years ago
6deb09e
compositor-x11: Move the x11 event handler to the display loop
by Derek Foreman
· 11 years ago
2e710e5
Fix mutex hang in colord on output removal
by Olivier Fourdan
· 11 years ago
4f4b47a
build: install a login manager session entry
by Lubomir Rintel
· 11 years ago
1a873aa
zoom: Check the value of level before using it.
by Carlos Olmedo Escobar
· 11 years ago
bf0e031
compositor, drm: set per-surface Presentation feedback flags
by Pekka Paalanen
· 11 years ago
363aa7b
compositor: set presentation.presented flags
by Pekka Paalanen
· 11 years ago
050c1ba
compositor-drm: use drm_output in drm_output_*() func args
by Pekka Paalanen
· 11 years ago
5dbc79f
logind: fix PropertiesChanged parser
by David Herrmann
· 11 years ago
2ecb84a
logind: forward Active=true changes for non-DRM backends
by David Herrmann
· 11 years ago
541b604
launcher: use SIGRTMIN to not conflict with xwayland
by David Herrmann
· 11 years ago
cd6e477
logind: use SIGRTMIN to not conflict with xwayland
by David Herrmann
· 11 years ago
5dddd41
libinput-device: use the discrete axis value for wheel events
by Peter Hutterer
· 11 years ago
c54f23d
libinput-device: use the new merged scroll events
by Peter Hutterer
· 11 years ago
fd5ca51
input: Add comment explaining why pointer isn't freed when device is removed
by Derek Foreman
· 11 years ago
99bfa64
compositor-x11: Fix some shutdown crashes
by Derek Foreman
· 11 years ago
f0aaa41
text: Don't crash if a seat has no keyboard
by Derek Foreman
· 11 years ago
943b46e
input: swallow the key press event when running a compositor key binding
by Giulio Camuffo
· 11 years ago
d09dbb3
text: Use bool for input_panel_visible
by Derek Foreman
· 11 years ago
b1c32f6
text: Remove unused linked list from input_method_context
by Derek Foreman
· 11 years ago
cb5fcea
text: Fix coding style
by Derek Foreman
· 11 years ago
01e98b6
compositor: Propagate errors from module_init
by Ondřej Majerech
· 11 years ago
389a10d
clipboard: set fd member of clipboard_source
by Marek Chalupa
· 11 years ago
ab9285b
screenshooter: fix various memory handling
by Marek Chalupa
· 11 years ago
b502654
compositor: Implement JSON-timeline logging
by Pekka Paalanen
· 11 years ago
8274d90
compositor: add weston_surface_set_label_func()
by Pekka Paalanen
· 11 years ago
3894670
fbdev: Remove unnecessary semicolon
by nerdopolis
· 11 years ago
a20ca81
input: send focus events to the focused client when running a key binding
by Giulio Camuffo
· 11 years ago
d5e2187
rpi-renderer: don't pass a box to pixman_region32_contains_point()
by Derek Foreman
· 11 years ago
de16d89
Use zalloc instead of calloc(1, ...)
by Bryce Harrington
· 11 years ago
bff3472
Setting members to 0/NULL after a zalloc or calloc is redundant
by Bryce Harrington
· 11 years ago
de44761
Use zalloc rather than malloc and manually setting members to 0
by Bryce Harrington
· 11 years ago
d621df2
input: Use slightly less obscure logic in evdev_notify_keyboard_focus()
by Derek Foreman
· 11 years ago
823ad33
compositor: Drop legacy backends in favor of libinput
by Peter Hutterer
· 11 years ago
fde9490
input: don't run the key bindings on focus in
by Giulio Camuffo
· 11 years ago
3e3b59e
compositor: Document options for headless compositor
by Bryce Harrington
· 11 years ago
4703d68
compositor-headless: add support for transforms set on command line
by Derek Foreman
· 11 years ago
a04e913
compositor-headless: allow rendering with pixman
by Derek Foreman
· 11 years ago
4a84c83
compositor: Add idle timeout option to weston.ini
by Frederic Plourde
· 11 years ago
f818098
gl-renderer: compress pixman bands to simplify geometry
by Derek Foreman
· 11 years ago
64a3df0
backends: refactor transform string parsing
by Derek Foreman
· 11 years ago
86b5396
Revert "input: don't send to clients key events eaten by bindings"
by Pekka Paalanen
· 11 years ago
f5ef88f
compositor: do not overwrite error exit code
by Pekka Paalanen
· 11 years ago
c336f06
compositor: Return a user-defined exit code
by Frederic Plourde
· 11 years ago
c557ff7
input: use tmp var in pointer_unmap_sprite
by Pekka Paalanen
· 11 years ago
5c11fc6
input: don't send to clients key events eaten by bindings
by Giulio Camuffo
· 11 years ago
86b70e1
compositor: add missing newline to help text
by Pekka Paalanen
· 11 years ago
32297c9
compositor: List only available backends in help text
by Bryce Harrington
· 11 years ago
8eb95c4
compositor: Display option help text only for enabled backends
by Bryce Harrington
· 11 years ago
b8b25bd
compositor: Fix typos in help text
by Bryce Harrington
· 11 years ago
f5b34ae
compositor: Fix tabbing of help output
by Bryce Harrington
· 11 years ago
59fe423
compositor: (Whitespace-only) Indent with tabs
by Bryce Harrington
· 11 years ago
de77e32
input: fix access to invalid resource
by Giulio Camuffo
· 11 years ago
0fd6d4e
compositor: make keep_buffer a bool
by Derek Foreman
· 11 years ago
dd4cd33
compositor: stop sending spurious events on mode switch
by Derek Foreman
· 11 years ago
41bdc27
compositor: check version before calling wl_output_send_scale()
by Derek Foreman
· 11 years ago
24b98d0
input: allow to destroy bindings in their handler
by Giulio Camuffo
· 11 years ago
6ae7bc9
compositor: Refactor weston_output_mode_switch()
by Derek Foreman
· 11 years ago
61a9bf5
compositor: Fix weston_subsurface_is_synchronized() return value.
by Carlos Olmedo Escobar
· 11 years ago
3a510d8
data_device : change version while initializing data_device_manager interface and data_device interface
by kabeer khan
· 11 years ago
280e7dd
cosmetic: replace boolean function return values with bool
by Derek Foreman
· 11 years ago
4c58266
gl-renderer: don't move memory in output_rotate_damage
by Derek Foreman
· 11 years ago
50b6747
compositor: send error for surface role resets
by Pekka Paalanen
· 11 years ago
641307c
compositor-drm: deliver frame seq for feedback
by Pekka Paalanen
· 11 years ago
133e439
compositor: implement presentation_feedback
by Pekka Paalanen
· 11 years ago
b5eedad
compositor: set and use the presentation clock everywhere
by Pekka Paalanen
· 11 years ago
31f7d78
compositor: add stub implementation of presentation interface
by Pekka Paalanen
· 11 years ago
d1be312
cosmetic: Move WL_EXPORT out of header files
by Derek Foreman
· 11 years ago
8f7d30a
cosmetic: Remove prototype for nonexistent function
by Derek Foreman
· 11 years ago
22e16b6
compositor-x11: Rename the output make to "weston-X11"
by Jason Ekstrand
· 11 years ago
eb4fd35
libinput: default to INFO log level
by Pekka Paalanen
· 11 years ago
c996f1d
libinput-device: Don't get initial key states
by Jonas Ådahl
· 11 years ago
3fbba49
libinput: normalize WL_CALIBRATION before passing it to libinput
by Peter Hutterer
· 11 years ago
03db71c
compositor: Don't free an uninitialised pointer.
by Ondřej Majerech
· 11 years ago
4b1a0a1
cosmetic: update comments that refer to weston_surface_update_transform()
by Derek Foreman
· 11 years ago
16fe4dc
input: Schedule pointer sprite repaint when cursor is set
by Jonas Ådahl
· 11 years ago
00535ce
compositor: fix memory corruption when removing an output
by Giulio Camuffo
· 11 years ago
03faed2
main: don't leak option strings
by Ryo Munakata
· 11 years ago
d8deff6
compositor: extract choose_default_backend and create_listening_socket
by Ryo Munakata
· 11 years ago
041a981
compositor: remove unused signal
by Giulio Camuffo
· 11 years ago
f83a0d4
Fix a copy-paste error in weston_surface_commit_state
by Jason Ekstrand
· 11 years ago
974c094
fix asprintf warnings
by Pekka Paalanen
· 11 years ago
362656b
touch-input: Don't dereference NULL pointer during full screen fade
by Derek Foreman
· 11 years ago
389d205
pixman-renderer: copy_to_hw_buffer: don't leak output_region
by Ryo Munakata
· 11 years ago
66951b7
pixman-renderer: fail to zoom more gracefully
by Derek Foreman
· 11 years ago
Next »