Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
aa21f6249f746e9d83c59161abd175dd10253221
aa21f62
shared: introduce timespec-util.h
by Pekka Paalanen
· 10 years ago
c1809b2
presentation-shm: Allow setting of delay before surface.commit
by Mario Kleiner
· 10 years ago
2abe445
README: introduce libweston
by Pekka Paalanen
· 10 years ago
21deb28
ivi-shell: transform refactoring to improve it to more readable code
by Nobuhiko Tanibata
· 10 years ago
1e6fd66
ivi-shell: transform refactoring, remove transform part of ivi_layout_surface and ivi_layout_layer once
by Nobuhiko Tanibata
· 10 years ago
4c1dbf7
ivi-shell: remove one indent level from update_prop()
by Nobuhiko Tanibata
· 10 years ago
8c7287f
Partially revert "xwayland: Always free reply from xcb_get_property_reply()"
by Emmanuel Gil Peyrot
· 10 years ago
a820b4d
Documentation for the prepare_lock_surface event description, is incorrect
by Christopher Michael
· 10 years ago
35e7b10
zunitc: Fix minor typo
by Bryce Harrington
· 10 years ago
966cc4b
zunitc: Fix some minor grammatical errors in dox
by Bryce Harrington
· 10 years ago
66f2a38
zunitc: wrap dox to 80 columns
by Bryce Harrington
· 10 years ago
504c4c5
Documentation for the prepare_lock_surface event description, is incorrect
by Christopher Michael
· 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
da41b57
xwayland: Allow dump_property when selection fails
by Bryce Harrington
· 10 years ago
b2d79d5
xwayland: Check return of xcb_get_property_reply() before deref
by Bryce Harrington
· 10 years ago
cf7d95a
desktop-shell: make client_initiated a bool
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
d3553c7
xwayland: Always free reply from xcb_get_property_reply()
by Bryce Harrington
· 10 years ago
da9d8fa
clients: Simplify memory allocation with xzalloc()
by Bryce Harrington
· 10 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
5a75a41
Added simple unit/integration test framework and corresponding test program.
by Jon A. Cruz
· 10 years ago
492c12f
desktop-shell: Allow fullscreen windows to mode-switch their output.
by Mario Kleiner
· 10 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
9f4d655
desktop-shell: Allow multiple active fullscreen windows on multi-display setup.
by Mario Kleiner
· 10 years ago
3559f89
xdg-shell: Further clarify xdg_surface.resize semantics
by Jonas Ådahl
· 10 years ago
b317beb
xdg-shell: Further clarify xdg_surface.move semantics
by Jonas Ådahl
· 10 years ago
aa9536a
text_backend: make destructor call explicit
by Pekka Paalanen
· 10 years ago
ffcc452
tests: test set for ivi-shell notification with bad condition in server side
by Nobuhiko Tanibata
· 10 years ago
0af22d4
tests: test set for ivi-shell notification in bad condition with helper client
by Nobuhiko Tanibata
· 10 years ago
495c6ef
tests: test set for ivi-shell notification normal use case in server side
by Nobuhiko Tanibata
· 10 years ago
915303a
tests: test set for ivi-shell notification normal use case with helper client
by Nobuhiko Tanibata
· 10 years ago
a10352e
tests: make the test context persistent
by Nobuhiko Tanibata
· 10 years ago
83c20bc
tests: test set for ivi-screen with bad condition in server side
by Nobuhiko Tanibata
· 10 years ago
e78a7af
tests: test set for ivi-screen normal use case in server side
by Nobuhiko Tanibata
· 10 years ago
17d4494
tests: test set for ivi-layer with bad condition in server side
by Nobuhiko Tanibata
· 10 years ago
0671b4d
tests: test set for ivi-layer bad condition with helper-client
by Nobuhiko Tanibata
· 10 years ago
9e992d9
tests: test set for ivi-layer normal use case in server side
by Nobuhiko Tanibata
· 10 years ago
d364393
tests: test set for ivi-layer normal use case with helper client
by Nobuhiko Tanibata
· 10 years ago
16ed543
tests: test set for ivi-surface with bad condition in server side
by Nobuhiko Tanibata
· 10 years ago
c74bafa
tests: test set for ivi-surface bad condition with helper client
by Nobuhiko Tanibata
· 10 years ago
23d9582
tests: test set for ivi-surface normal use case with helper client
by Nobuhiko Tanibata
· 10 years ago
3aa8aed
ivi-shell: rename to ivi_layout_layer_destroy()
by Nobuhiko Tanibata
· 10 years ago
5d4a323
ivi-shell: bugfix, update event_mask when new propertiy is not same as before.
by Nobuhiko Tanibata
· 10 years ago
6ce3ef8
ivi-shell: bugfix, send notification when properties are changed according to event mask.
by Nobuhiko Tanibata
· 10 years ago
4d0116e
ivi-shell: add interface to get screen ID
by Nobuhiko Tanibata
· 10 years ago
db8efd1
ivi-shell: add new method to remove a callback to get notificaiton of ivi_layer property changes.
by Nobuhiko Tanibata
· 10 years ago
8205170
ivi-shell: add new method to remove a callback to get notification of ivi_surface property changes.
by Nobuhiko Tanibata
· 10 years ago
4b601e1
ivi-shell: bugfix, add ref_count to ivi_layout_layer
by Nobuhiko Tanibata
· 10 years ago
6809842
ivi-shell: fix ivi_shell_surface lifetime
by Nobuhiko Tanibata
· 10 years ago
6f6c938
ivi-shell: make ivi_layout_surface destruction explicit
by Nobuhiko Tanibata
· 10 years ago
0c217cb
ivi-shell: bugfix, SEVG by adding NULL check in ivi_layout_get_screen_resolution
by Nobuhiko Tanibata
· 10 years ago
e2b8214
ivi-shell: Fix wrong link of wl_list_for_each() of ivilayer
by Nobuhiko Tanibata
· 10 years ago
7bbacc6
ivi-shell: bugfix, check limitation of ivi_layout_layer opacity
by Nobuhiko Tanibata
· 10 years ago
a86226c
ivi-shell: bugfix, check limitation of ivi_layout_surface opacity
by Nobuhiko Tanibata
· 10 years ago
4ff3874
build: Use AM_CFLAGS instead of GCC_CFLAGS
by Derek Foreman
· 10 years ago
b37ac40
desktop-shell: remove screensaver support
by Pekka Paalanen
· 10 years ago
0a9d348
Remove weston-screensaver
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
360cfb0
Do not install the new helpers macro header file.
by Jon A. Cruz
· 10 years ago
b09da24
Added new include file to all SOURCES variables with files that use it.
by Jon A. Cruz
· 10 years ago
bbdd9bc
ivi: Use build dir instead of libexec dir in generated test ini file
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
b7e0784
protocol/text: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
c03fe21
COPYING: Specify origin of the library
by Bryce Harrington
· 10 years ago
e00554b
xwayland: Fix a couple whitespace errors
by Bryce Harrington
· 10 years ago
0a007dd
xwayland: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
4d25363
wcap: Prefer quote form of include for config.h
by Bryce Harrington
· 10 years ago
212018e
wcap: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
2cc9297
tests: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 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
6c6164c
shared: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
a49caf9
protocol: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
a419d41
protocol: whitespace cleanup
by Bryce Harrington
· 10 years ago
af637c2
*-shell: Update boilerplate from MIT X11 license to MIT Expat licenses
by Bryce Harrington
· 10 years ago
1f6b0d1
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
by Bryce Harrington
· 10 years ago
77ede00
data: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
266d10b
COPYING: Drop special license callout for libbacklight.c
by Bryce Harrington
· 10 years ago
f27a48e
COPYING: Update to MIT Expat License rather than MIT X 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
Next »