Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
748c695ef9ed191afd2b8726e474b7d4eb3917a3
748c695
compositor-wayland: Add touch support
by Derek Foreman
· 10 years ago
3cc004a
input: Add notify_touch_cancel()
by Derek Foreman
· 10 years ago
cfce7d0
compositor-wayland: Properly release input resources when caps change
by Derek Foreman
· 10 years ago
9690641
cairo-util: return theme location from frame_touch_down
by Derek Foreman
· 10 years ago
3375cca
configure.ac: add explicit enable/disable for lcms
by Jussi Kukkonen
· 10 years ago
2ec5f2a
cosmetic: Remove use of C++ style comments
by Chris Michael
· 10 years ago
9973967
compositor: Add doxygen for weston_surface_to_buffer_rect()
by Derek Foreman
· 10 years ago
fb1e126
simple-damage: Add --use-damage-buffer flag
by Derek Foreman
· 10 years ago
152254b
compositor: Add damage_buffer
by Derek Foreman
· 10 years ago
c399692
linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct
by Emmanuel Gil Peyrot
· 10 years ago
6207b6a
compositor: Remove unused weston_surface_to_buffer function
by Chris Michael
· 10 years ago
e2e15ac
compositor: change rounding in weston_surface_to_buffer_rect()
by Derek Foreman
· 10 years ago
5ffbfff
main: Remove unused function load_backend_new()
by Chris Michael
· 10 years ago
29b846e
simple-damage: Offset drawing co-ordinates not buffer start
by Derek Foreman
· 10 years ago
1909c10
compositor, input: Don't use MIN() macro for new resource versions
by Derek Foreman
· 10 years ago
7eaed40
compositor-drm: fix hw cursor positioning
by Pekka Paalanen
· 10 years ago
747c386
ivi-shell: remove a code which expects only a screen in the system.
by Nobuhiko Tanibata
· 10 years ago
fbfa8f2
ivi-shell: fix layout_layer.view_list is not initilized per a screen.
by Nobuhiko Tanibata
· 10 years ago
77b0ee1
ivi-shell: avoid inserting a ivi_layer to multiple screens.
by Nobuhiko Tanibata
· 10 years ago
3e710d1
ivi-shell: fix TODO which expects only one screen in the system.
by Nobuhiko Tanibata
· 10 years ago
7d967da
configure: don't control egl version
by Ucan, Emre (ADITG/SW1)
· 10 years ago
062edf2
compositor: Fix comment of subsurface_commit_to_cache function
by Chris Michael
· 10 years ago
57e92ed
compositor: ignore useless surface_damage
by Derek Foreman
· 10 years ago
35da52d
configure.ac: Bump wayland-protocols dependency to 1.0
by Jonas Ådahl
· 10 years ago
be428b3
compositor-drm: Use view transform in cursor plane setup
by Derek Foreman
· 10 years ago
cd9bb71
ivi-shell-user-interface: fix runtime error caused by missing header inclusion
by Yong-iL Joh
· 10 years ago
6172c38
compositor.h: Remove unused variable from weston_seat structure
by Chris Michael
· 10 years ago
b50ed17
clients: Adjust grammar of comment for toysurface->prepare function pointer
by Chris Michael
· 10 years ago
51baeb2
compositor: Remove extra blank line
by Chris Michael
· 10 years ago
f69bd1a
clients: Fix a few minor typos in comments
by Bryce Harrington
· 10 years ago
bc9a61c
compositor: Move weston_matrix_transform_region to compositor.c and export it
by Derek Foreman
· 10 years ago
52c476a
pixman-renderer: Use output->matrix for region transformations and enable output zoom
by Jason Ekstrand
· 10 years ago
9774679
gl-renderer: Make texture_used a bool instead of an int
by Derek Foreman
· 10 years ago
4c11fe7
gl-renderer: Use a bool for needs_full_upload
by Derek Foreman
· 10 years ago
060cf11
compositor: Change "touched" to bool
by Derek Foreman
· 10 years ago
118387e
toytoolkit: Remove window_damage()
by Derek Foreman
· 10 years ago
0aba785
smoke: Don't post extra damage
by Derek Foreman
· 10 years ago
2cbf293
input: Keep per client pointer resources in their own structs
by Jonas Ådahl
· 10 years ago
8283c34
input: Don't send wl_pointer.motion if position didn't change
by Jonas Ådahl
· 10 years ago
d251010
input: Make pointer grab motion callbacks take an event struct
by Jonas Ådahl
· 11 years ago
870fadc
protocol: fix DTD warning in weston-desktop-shell
by Pekka Paalanen
· 10 years ago
379ee65
releasing.txt: Add step about checking wayland-protocols dependency
by Jonas Ådahl
· 10 years ago
5b0b770
Remove workspaces protocol
by Jonas Ådahl
· 10 years ago
cf1efd2
Rename screenshooter protocol to weston_screenshooter
by Jonas Ådahl
· 10 years ago
6d6fb61
desktop-shell: Rename protocol weston_desktop_shell
by Jonas Ådahl
· 10 years ago
2a22933
Use xdg_shell protocol from wayland-protocols
by Jonas Ådahl
· 10 years ago
08ab0bc
Makefile.am: Make the external xml scanning rule version generic
by Jonas Ådahl
· 10 years ago
b57f472
Use input method protocol from wayland-protocols
by Jonas Ådahl
· 10 years ago
3bcba34
Use text input protocol from wayland-protocols
by Jonas Ådahl
· 10 years ago
57e48f0
Use linux-dmabuf protocol from wayland-protocols
by Jonas Ådahl
· 10 years ago
496adb3
Use fullscreen-shell.xml from wayland-protocols
by Jonas Ådahl
· 10 years ago
4bcc54d
compositor-wayland: Change focus to a bool instead of an int
by Derek Foreman
· 10 years ago
1118952
desktop-shell: use weston_pointer_send_axis
by Peter Hutterer
· 10 years ago
64d78bb
shared: work around EGL header idiosyncrasy
by Ahmet Acar
· 10 years ago
4a7ce1f
compositor-drm: pass NULL to mmap() instead of 0 as the address
by Chris Michael
· 10 years ago
6d55637
compositor-drm: fall back to EGL visual_id 0 if no others work
by Derek Foreman
· 10 years ago
0336ca0
input: Pass axis events through pointer grab interfaces
by Jonas Ådahl
· 11 years ago
22faea1
desktop-shell: Add surface_keyboard_focus_lost helper
by Jonas Ådahl
· 11 years ago
2071f1f
Provide damage region for screen recording on Raspberry Pi
by Shinya Saito
· 10 years ago
0c0e51e
ivi-shell: rename ivi_controller_interface
by Ucan, Emre \(ADITG/SW1\)
· 10 years ago
32c3211
compositor: Disallow negative geometries in backend output configs
by Bryce Harrington
· 10 years ago
cd0f1ac
desktop-shell: Make activate_binding take a view instead of surface
by Jonas Ådahl
· 10 years ago
43008c7
main: stub the functions to load the backends with the new config system
by Giulio Camuffo
· 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
ecf819b
zunitc: made name of test fixture parameter explicit.
by Jon Cruz
· 10 years ago
2ffb0af
zunitc: Clarify documentation on return behavior.
by Jon Cruz
· 10 years ago
46812b6
clients: don't discard motion if we have a grab
by Derek Foreman
· 10 years ago
5d13548
clients: try harder to discard motion after resize
by Derek Foreman
· 10 years ago
fa41eec
weston-launch: Remove unused event source
by Derek Foreman
· 10 years ago
1ab9ca7
clients: Correct drawing glitch in stacking demo
by Ben Hummon
· 10 years ago
32838c9
compositor/clients: Protect CLOCK_BOOTTIME with ifdefs
by Derek Foreman
· 10 years ago
e292694
build: Add -lrt for programs that use clock_gettime()
by Derek Foreman
· 10 years ago
33598ff
devices-test: Fix typo 'destroyes' in a comment
by Bryce Harrington
· 10 years ago
3a1580f
clients: track seat_version per seat, not per display
by Derek Foreman
· 10 years ago
49da7ae
libinput: remove unused #define
by Giulio Camuffo
· 10 years ago
c6e6dc7
configure: Up the libwayland version requirement
by Bryce Harrington
· 10 years ago
ae2541d
ivi-shell: install ivi-layout-export.h
by Ucan, Emre \(ADITG/SW1\)
· 10 years ago
c7ee760
Add commented-out option to weston.ini to set Xwayland path
by Bill Spitzak
· 10 years ago
8743047
compositor-drm: fix cursor size test in drm_assign_planes
by Derek Foreman
· 10 years ago
9054e4c
screenshooter: correct output ordering of screencast recording when Y-flip is off
by Tomohito Esaki
· 10 years ago
a6714fa
input: Split get_udev_seat() into its own function
by Derek Foreman
· 10 years ago
61b4d3e
compositor-x11: Fix Weston running on a secondary X screen
by Marko
· 10 years ago
6ce7899
shell: fix maximizing windows on a secondary output
by Marek Chalupa
· 10 years ago
f7bb935
weston: release keyboard/touch/pointer objects
by FORT David
· 10 years ago
d669714
input: add new client to resource_list instead of focus_resource_list
by Chokshi, Mitul
· 10 years ago
c5a011f
zoom: remove temporary variables
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
4845354
input-panel: Fix show_input_panel_surface crash when no surface has focus
by Nicolas Guyomard
· 10 years ago
a151975
doc: Correct absolute path in doxygen graphs.
by Jon Cruz
· 10 years ago
bdc8c72
cosmetic: Remove a few double semicolons
by Derek Foreman
· 10 years ago
bc5d849
desktop-shell: NULL check whether a popup parent is a shell surface
by Jonas Ådahl
· 10 years ago
3f607d3
weston-input: Reformat weston_log line to add missing space between words
by Chris Michael
· 10 years ago
445e44c
clients: Moving and rotating transient surfaces
by Ben Hummon
· 10 years ago
ed8dd4e
animation: Fix potential leak of memory pointed to by move
by Lucas Tanure
· 10 years ago
3c241b1
main: fix destroying the compositor on error while starting
by Giulio Camuffo
· 10 years ago
2d24e64
compositor: don't crash if destroying a compositor without a backend
by Giulio Camuffo
· 10 years ago
7e17fec
compositor-rdp: Add missing '\n' in weston_log usage
by Chris Michael
· 10 years ago
c262b4a
cms-colord: Add missing '\n' in weston_log usage
by Chris Michael
· 10 years ago
5169a57
screen-share: Add missing '\n' in weston_log usage
by Chris Michael
· 10 years ago
Next »