Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
3d7ca3b9ea78f59d3d66228d28347c58355bc0e5
3d7ca3b
libweston: Properly namespace modules entrypoint
by Quentin Glidic
· 9 years ago
23e1d6f
libweston: Properly namespace backends entrypoint
by Quentin Glidic
· 9 years ago
b2f32ab
Makefile.am: Link modules to libweston.la
by Quentin Glidic
· 9 years ago
2d66a7d
compositor-drm: allow mode frequency selection
by Fabien Dessenne
· 8 years ago
8268157
libweston: Position layers in an absolute way
by Quentin Glidic
· 9 years ago
39d7e99
xwm: delete dead flags from weston_wm_window_draw_decorations()
by Pekka Paalanen
· 9 years ago
474dbca
xwm: postpone geometry dirtying from pending.opaque
by Pekka Paalanen
· 9 years ago
8cc153b
xwm: debug print deleted property name
by Pekka Paalanen
· 9 years ago
73428a8
xwm: debug changes to override-redirect flag
by Pekka Paalanen
· 9 years ago
c9ca2c0
xwm: move set_title and set_pid
by Pekka Paalanen
· 9 years ago
9a330e1
xwm: move frame_set_title() into draw_decoration()
by Pekka Paalanen
· 9 years ago
20111d5
xwm: clarify props[] in weston_wm_window_read_properties()
by Pekka Paalanen
· 9 years ago
505237e
xwm: detect legacy fullscreen on MapRequest
by Pekka Paalanen
· 9 years ago
0adb6a7
libweston-desktop/xwayland: debug commits
by Pekka Paalanen
· 9 years ago
a04eacc
xwayland: WM debug prints
by Pekka Paalanen
· 9 years ago
b08e1a5
compositor-wayland: Support building without EGL
by Armin Krezović
· 9 years ago
3b7c207
window: Check for NULL surface in keyboard_handle_enter
by Dima Ryazanov
· 9 years ago
db776db
editor: Drop g_type_init() call
by Quentin Glidic
· 9 years ago
46ffea6
man/weston.ini: Fix panel-position
by Quentin Glidic
· 8 years ago
08cf24b
desktop-shell: Support panel-position 'none'
by Daniel Stone
· 8 years ago
8de9149
desktop-shell: Initialise panel surface listener
by Daniel Stone
· 8 years ago
9cbe1c6
desktop-shell: Stop asking for a RGB565 background
by Emmanuel Gil Peyrot
· 8 years ago
f86e67d
compositor-x11: Remove support for ancient XCB
by Daniel Stone
· 9 years ago
b51e6ed
configure: search for lib with clock_getres()
by Yann E. MORIN
· 9 years ago
226408d
autoconf: Fix AC_MSG_RESULT message when disabling features
by Emmanuel Gil Peyrot
· 9 years ago
b8b150b
xwayland: fix three minor typos
by Abdur Rehman
· 9 years ago
1580e70
wcap: fix a typo in README
by Abdur Rehman
· 9 years ago
3caed39
zunitc: fix a typo in a comment
by Abdur Rehman
· 9 years ago
6f7f946
zunitc: fix a couple of typos
by Abdur Rehman
· 9 years ago
b5f838d
shared: fix a typo in a comment
by Abdur Rehman
· 9 years ago
5735eed
shared/helpers.h: fix a typo in a comment
by Abdur Rehman
· 9 years ago
eedf49f
releasing: fix a typo
by Abdur Rehman
· 9 years ago
b7ccfe5
protocol: fix grammar
by Abdur Rehman
· 9 years ago
9b5126c
notes: fix a typo
by Abdur Rehman
· 9 years ago
999bc4e
man: fix grammar
by Abdur Rehman
· 9 years ago
bc46292
compositor: fix a minor typo
by Abdur Rehman
· 9 years ago
4dca0e1
compositor-drm: fix a couple of typos
by Abdur Rehman
· 9 years ago
b833d74
ivi-shell: fix minor typos
by Abdur Rehman
· 9 years ago
7f1da1f
desktop-shell: fix a typo
by Abdur Rehman
· 9 years ago
7631f38
configure.ac: correct text
by Abdur Rehman
· 9 years ago
6c1c0dd
clients: fix a couple of trivial typos
by Abdur Rehman
· 9 years ago
fb4869d
compositor: Assign new views to the primary plane
by Daniel Stone
· 9 years ago
296d7a9
compositor-drm: Reshuffle and comment plane conditions
by Daniel Stone
· 9 years ago
893b936
Remove DPMS-on when going offscreen
by Daniel Stone
· 9 years ago
f33e104
compositor-drm: Remove open-coded weston_compositor_wake
by Daniel Stone
· 9 years ago
47224cc
compositor-drm: Delete drm_backend_set_modes
by Daniel Stone
· 9 years ago
c8c917c
compositor-drm: Store width and height inside drm_fb
by Daniel Stone
· 9 years ago
f214fdc
compositor-drm: Use signed int for width/height
by Daniel Stone
· 9 years ago
4e5eceb
compositor-drm: Use fb->fd consistently
by Daniel Stone
· 10 years ago
3e661f7
compositor-drm: Extract EGL destroy to helper
by Daniel Stone
· 9 years ago
a3ae476
compositor-drm: Simplify drm_sprite_crtc_supported
by Daniel Stone
· 10 years ago
1733923
compositor-drm: Comment struct members
by Daniel Stone
· 10 years ago
f15320f
libweston-desktop: don't crash when getting the pid for X clients
by Giulio Camuffo
· 9 years ago
2295a62
tests: Skip Xwayland test if binary isn't available
by Daniel Stone
· 9 years ago
beb97e5
libweston: Make module loading safe against long paths
by Daniel Stone
· 9 years ago
698f9bf
compositor-wayland: Destroy cursor images earlier
by Daniel Stone
· 9 years ago
7dbb0e1
Don't prepend protocol/ to include paths
by Daniel Stone
· 9 years ago
411ffab
editor: Load a file if specified on command line
by Bryce Harrington
· 9 years ago
3d90da2
editor: Use parse_options() from shared for command line options
by Bryce Harrington
· 9 years ago
21fac60
compositor-wayland: Set frame callback for Pixman
by Daniel Stone
· 9 years ago
6a38ad7
gl-renderer: Fix an invalid write when closing a Weston window
by Dima Ryazanov
· 9 years ago
89c2f63
compositor-wayland: Fix a use after free
by Dima Ryazanov
· 9 years ago
e3a582f
libweston-desktop/xwayland: add is_mapped handling for XWAYLAND
by Pekka Paalanen
· 9 years ago
bbc749a
libweston-desktop/xwayland: XWAYLAND surfaces are never 'added'
by Pekka Paalanen
· 9 years ago
3326820
libweston-desktop/xwayland: clarify 'added' logic
by Pekka Paalanen
· 9 years ago
a838b78
libweston-desktop/xwayland: window type XWAYLAND cannot have a parent
by Pekka Paalanen
· 9 years ago
44660c3
XWM: debug position and size on map request
by Pekka Paalanen
· 9 years ago
7db6c43
XWM: debug position on create_notify
by Pekka Paalanen
· 9 years ago
e6dec90
compositor-x11: fix segfault when use_pixman is true
by Ryo Munakata
· 9 years ago
04bd040
Don't include version.h from compositor.h
by Daniel Stone
· 9 years ago
9983400
tests: Extend subsurface place_{above,below} hierarchy
by Daniel Stone
· 9 years ago
9f3d95e
build: fix wayland-backend distcheck
by Pekka Paalanen
· 9 years ago
2b685d9
weston-terminal: Fix crash on first keystroke
by Derek Foreman
· 9 years ago
b8c16c9
compositor: allow using nested parent as a subsurface sibling
by Arnaud Vrac
· 9 years ago
11f8fcb
xwayland: Create the drag-and-drop window in weston_wm_dnd_init
by Carlos Garnacho
· 9 years ago
24d306c
libweston: Add move (without scale) animation
by Quentin Glidic
· 9 years ago
e7ed60f
desktop-shell/client: Add left/right panel position (basic) support
by Quentin Glidic
· 9 years ago
51c2c37
desktop-shell/client: Introduce helper variables
by Quentin Glidic
· 9 years ago
3e37b34
desktop-shell/client: Parse the clock format once
by Quentin Glidic
· 9 years ago
f9574f2
desktop-shell/client: Use a proper enum for clock format
by Quentin Glidic
· 9 years ago
e8bf959
desktop-shell: Properly position the panel surface
by Quentin Glidic
· 9 years ago
581df06
desktop-shell: Compute panel size without using output
by Quentin Glidic
· 9 years ago
55d5701
desktop-shell/client: Add bottom panel support
by Quentin Glidic
· 9 years ago
fe0410b
gl: Don't declare variables in for loop
by Bryce Harrington
· 9 years ago
3447619
compositor-wayland: Port to xdg-shell-v6
by Armin Krezović
· 9 years ago
e5732c7
gl-renderer: add support of WL_SHM_FORMAT_YUYV
by Vincent ABRIOU
· 9 years ago
225bf9d
compositor-x11: Move vfunc setting from set_size to enable
by Armin Krezović
· 9 years ago
2e66252
compositor-wayland: Destroy shm buffers on output disable
by Armin Krezović
· 9 years ago
78895c5
compositor-wayland: Properly clean up on backend destroy
by Armin Krezović
· 9 years ago
f054d35
compositor-wayland: Simplify fullscreen output surface handling
by Armin Krezović
· 9 years ago
f16de17
compositor-wayland: Move vfunc setting from set_size to enable
by Armin Krezović
· 9 years ago
e31d95f
weston-editor: Free preferred_language in text_entry_destroy
by Silvan Jegen
· 9 years ago
5e60408
clients/nested-client: call eglTerminate/eglReleaseThread at exit
by Emil Velikov
· 9 years ago
a69b870
tests/buffer-count-test: teardown after the test
by Emil Velikov
· 9 years ago
0263955
gl-renderer: use weston_platform_destroy_egl_surface wrapper
by Emil Velikov
· 9 years ago
050e5d0
clients/window: use weston_platform_destroy_egl_surface wrapper
by Emil Velikov
· 9 years ago
0050536
clients/subsurfaces: use weston_platform_destroy_egl_surface wrapper
by Emil Velikov
· 9 years ago
903cb57
clients/simple-egl: use weston_platform_destroy_egl_surface wrapper
by Emil Velikov
· 9 years ago
915ee13
clients/nested-client: destroy the EGL surface during teardown
by Emil Velikov
· 9 years ago
3612be2
shared/platform.h: introduce weston_platform_destroy_egl_surface()
by Emil Velikov
· 9 years ago
Next »