Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
d3553c721c0fed07f85b70fea418ca65ed974fbb
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
883ac02
Whitespace corrections
by Murray Calavera
· 10 years ago
97b9b17
internal-screenshot-test: Fix endian problem
by Derek Foreman
· 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
c269b58
configure.ac: bump version to 1.8.90
by Bryce Harrington
· 10 years ago
2567c93
configure.ac: bump to version 1.8.0 for the official release
by Bryce Harrington
· 10 years ago
708d326
internal-screenshot-test: ignore output image
by Derek Foreman
· 10 years ago
9a4a47d
releasing: Convert tabs to spacing for better formatting
by Bryce Harrington
· 10 years ago
e534ae4
releasing: Document usage for the new public-doc script
by Bryce Harrington
· 10 years ago
bbdb2a9
releasing: Use version number variable
by Bryce Harrington
· 10 years ago
f89ca8c
releasing: Add mention of the new register_release helper script
by Bryce Harrington
· 10 years ago
5ab3eea
Revert "gitignore: Ignore generated header test files"
by Bryce Harrington
· 10 years ago
a212ba8
configure.ac: bump to version 1.7.93 for the RC2 release
by Bryce Harrington
· 10 years ago
4b48895
releasing: Add vars for release name and number
by Bryce Harrington
· 10 years ago
a291fcb
tests: Drop redundant debug output
by Bryce Harrington
· 10 years ago
1ce2ef5
internal-screenshot-test: Make distcheck pass
by Derek Foreman
· 10 years ago
8267056
gitignore: Ignore generated header test files
by Bryce Harrington
· 10 years ago
Next »