Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
04633b69324ef1df086f1f2a2686441937575ccf
04633b6
Fix compilation with FreeRdp 1.1 and master v2
by Hardening
· 11 years ago
ac9f35a
rpi: call eglTerminate if we're bailing
by U. Artie Eoff
· 11 years ago
5e854bc
rpi-backend: ensure pixels is destroyed in resource_update
by U. Artie Eoff
· 11 years ago
a62e0e0
animation: don't NULL deref if _run() returns NULL
by U. Artie Eoff
· 11 years ago
6d71c3c
shared/frame: NULL check before attempting to deref
by U. Artie Eoff
· 11 years ago
e067b30
rpi: free renderer if we bail early during create
by U. Artie Eoff
· 11 years ago
2e2384a
compositor: free memory from str config sections after done using it
by U. Artie Eoff
· 11 years ago
ff75500
compositor-wayland: free 'theme' config option value
by U. Artie Eoff
· 11 years ago
1a08d11
compositor-wayland: don't free unallocated memory
by U. Artie Eoff
· 11 years ago
107de96
shared/frame: fix potential memory leak in frame_create
by U. Artie Eoff
· 11 years ago
cf5737a
shell: assert get_shell_surface() != NULL as appropriate
by U. Artie Eoff
· 11 years ago
0b23b2b
shell: validate create_focus_surface results
by U. Artie Eoff
· 11 years ago
b571910
shell: validate get_animation_type parameter
by U. Artie Eoff
· 11 years ago
c4c7a4f
input-panel: validate return value of get_default_view
by U. Artie Eoff
· 11 years ago
6d6d190
exposay: remove redundant NULL check in highlight_surface
by U. Artie Eoff
· 11 years ago
bae79ca
clients/window: fail if NULL returned from frame_create
by U. Artie Eoff
· 11 years ago
86c68b3
weston-info: free allocated memory and check OOM conditions
by U. Artie Eoff
· 11 years ago
09827e2
terminal: use xstrdup instead to handle OOM
by U. Artie Eoff
· 11 years ago
5cda4e3
use xzalloc wrapper instead
by U. Artie Eoff
· 11 years ago
3c94677
clients/desktop-shell: check OOM conditions
by U. Artie Eoff
· 11 years ago
13708a4
screenshooter: check for NULL malloc and fix memleaks
by U. Artie Eoff
· 11 years ago
f05645b
wcap-decode: remove dead code
by U. Artie Eoff
· 11 years ago
1db0072
log: print dummy timestamp if localtime call fails
by U. Artie Eoff
· 11 years ago
981fa33
backlight: fix backlight_path memory leak
by U. Artie Eoff
· 11 years ago
87d3b61
shell: Don't start a fade animation if we don't have an output
by Kristian Høgsberg
· 11 years ago
8fe412d
Revert part of 17bccaed428ac1f6ec9f8e667175ad81e90508ff
by Kristian Høgsberg
· 11 years ago
27d5fa8
shell: Cancel popups when triggering screensaver
by Kristian Høgsberg
· 11 years ago
6f394d5
resizor: Don't resize if maximized
by Kristian Høgsberg
· 11 years ago
8e80a31
shell: Stop moving surfae after touch point 0 goes up
by Kristian Høgsberg
· 11 years ago
1be87e3
compositor-drm: Make composite bypass work on secondary outputs
by Kristian Høgsberg
· 11 years ago
e61d2f4
shell: Don't assign keyboard focus for seats without keyboard
by Kristian Høgsberg
· 11 years ago
e4450f9
Fix XWayland crashes when opening popups
by Axel Davy
· 11 years ago
d716754
gitignore: Generated files text-client-protocol.h, text-protocol.c
by Bryce W. Harrington
· 11 years ago
991f271
Cleanup stray newline in a return statement
by Bryce W. Harrington
· 11 years ago
3abdafd
terminal: Only set title if asprintf succeeded
by Bryce W. Harrington
· 11 years ago
ad0704a
weston.ini.man: Fix some grammar
by Wieland Hoffmann
· 11 years ago
17bccae
input: Handle unplugging the output for a touchscreen device
by Kristian Høgsberg
· 11 years ago
d56ab4e
shell: Disable exposay by default
by Kristian Høgsberg
· 11 years ago
5cbc763
shell.c: Not all seats have pointers
by Kristian Høgsberg
· 11 years ago
fa506b6
Fix XWayland transient window location.
by Axel Davy
· 11 years ago
81038fb
Only update the surface size if a new buffer is attached
by Jason Ekstrand
· 11 years ago
c180977
text: Set context->model to NULL when we deactivate text input
by Kristian Høgsberg
· 11 years ago
211b517
shell: Move maximize and fullscreen bindings to mod + SHIFT
by Kristian Høgsberg
· 11 years ago
b637a40
window: Properly destroy tooltip windows when parent window is destroyed
by Kristian Høgsberg
· 11 years ago
9046d24
shell: Orphan child windows when a shell surface is destroyed
by Kristian Høgsberg
· 11 years ago
d6d3b37
keyboard: Make debug output less verbose
by Kristian Høgsberg
· 11 years ago
700d6ad
keyboard: Don't strcat() into a strdup()ed string
by Kristian Høgsberg
· 11 years ago
a548b4b
keyboard: Fix insert_text() string utility
by Kristian Høgsberg
· 11 years ago
b0fb25d
compositor: Init output listeners in weston_view if it's not on any output
by Kristian Høgsberg
· 11 years ago
8ca9544
input: Re-pair touch screen when monitor is plugged in
by Kristian Høgsberg
· 11 years ago
70f2901
shell: Make sure we still have touch or pointer focus when moving/resizing
by Kristian Høgsberg
· 11 years ago
97b747c
westoy: Add an option to explicitly disable cairo on a widget
by Neil Roberts
· 12 years ago
a30e29a
input: Ignore touch up events if num_tp is 0
by Kristian Høgsberg
· 11 years ago
b2917a2
shell: run surface bindings only when focus surface is not NULL
by Rafal Mielniczuk
· 11 years ago
4b25587
compositor-drm: consider the best mode of the mode_list as an option
by Fabien DESSENNE
· 12 years ago
73d9395
input: Don't leak the initial keymap
by Rui Matos
· 12 years ago
b0420ae
protocol: rename wl_surface_scaler to wl_viewport
by Pekka Paalanen
· 11 years ago
73e9f86
tests: fix build on rpi with EGL
by Pekka Paalanen
· 11 years ago
2d91ee1
screenshooter: silence a warning
by Pekka Paalanen
· 11 years ago
ca6bd74
tests: Only run buffer-count test on Mesa >= 10.1
by Pekka Paalanen
· 11 years ago
2fce480
input: Remap touch point IDs from multiple touch screens to not overlap
by Kristian Høgsberg
· 11 years ago
1a26f1b
exposay: set an alpha on fullscreen surfaces
by Emilio Pozuelo Monfort
· 11 years ago
e6bbe5a
exposay: fix infinite loop with fullscreen surfaces
by Emilio Pozuelo Monfort
· 11 years ago
ef9c8eb
keyboard: Handle touch up event
by Kristian Høgsberg
· 11 years ago
966e3ed
editor: Add missing touch-to-activate for the entries
by Kristian Høgsberg
· 11 years ago
917711b
clients: Fix libexec clients install
by Armin K
· 12 years ago
0ed6750
shell: Only assign focus on touch if there is a touch focus surface
by Kristian Høgsberg
· 12 years ago
9f7e331
xwm: Handle WM_TRANSIENT_FOR
by Kristian Høgsberg
· 12 years ago
14613ba
build: fix commit that changed option for installing client
by Ricardo Vieira
· 12 years ago
8b37687
Properly free drm plane during creation of sprites
by Chris Michael
· 12 years ago
0e45e87
shell: Start the input panel slide slightly on the output
by Kristian Høgsberg
· 12 years ago
2eebcd3
shell: Test for surface->width == 0 to see if input-panel was unmapped
by Kristian Høgsberg
· 12 years ago
c30c8a3
shell: Always set input-panel position on initial configure
by Kristian Høgsberg
· 12 years ago
7885890
editor: Add keyboard_focus handler to schedule repaint
by Kristian Høgsberg
· 12 years ago
8bc525c
shell.c: Set state_changed for xwayland surfaces as well
by Kristian Høgsberg
· 12 years ago
42284f5
tests: Only run buffer-count test if we have at least mesa 10
by Kristian Høgsberg
· 12 years ago
4598f96
desktop-shell: Remove debug code from previous commit
by Kristian Høgsberg
· 12 years ago
7c4f6cc
shell: Only assign focus on click if there is a pointer focus surface
by Kristian Høgsberg
· 12 years ago
8662349
shell.c: Back out alt-tab functionality
by Kristian Høgsberg
· 12 years ago
6228ee2
Fix the size of surfaces created in create_black_surface
by Jason Ekstrand
· 12 years ago
f3fa832
build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional
by Kristian Høgsberg
· 12 years ago
96e1c0b
build: Don't try to build weston-info if client build is disabled
by Kristian Høgsberg
· 12 years ago
ea520d5
build: Rename option and conditional for installing demo clients
by Kristian Høgsberg
· 12 years ago
ead5242
shell: Fix up previous broken commit
by Kristian Høgsberg
· 12 years ago
d55db69
Revert "shell: Change stacking order calculation for popup surfaces"
by Kristian Høgsberg
· 12 years ago
c152ee1
window.c: Don't put buttons on frames for custom windows
by Kristian Høgsberg
· 12 years ago
a1df7ac
shell: Set state_changed when we make a surface transient
by Kristian Høgsberg
· 12 years ago
fb8546e
Release pointer and keyboard with the seat
by Hardening
· 12 years ago
312ea4c
shell: Handle the desktop shell client destroy signal
by Ander Conselvan de Oliveira
· 12 years ago
1853676
compositor: Destroy renderer in weston_compositor_shutdown()
by Ander Conselvan de Oliveira
· 12 years ago
ddc2b1e
pixman: Destroy pixman images when underlying buffer is destroyed
by Lubomir Rintel
· 12 years ago
24dff2b
compositor: Clean up view output move and destroy listeners
by Ander Conselvan de Oliveira
· 12 years ago
d4ea71e
compositor-x11: Set the name field on weston_outputs
by Ander Conselvan de Oliveira
· 12 years ago
41b829c
screenshooter: Choose output to record from based on keyboard focus
by Ander Conselvan de Oliveira
· 12 years ago
df42a80
compositor: Initialize output listener links
by Kristian Høgsberg
· 12 years ago
e22f3bb
screenshooter: Record one extra frame when recording stops
by Ander Conselvan de Oliveira
· 12 years ago
c2010b3
nested: Add EGL_WL_create_wayland_buffer_from_image compat defines
by Kristian Høgsberg
· 12 years ago
fccb57d
configure.ac: Bump version to 1.3.91 for alpha release
by Kristian Høgsberg
· 12 years ago
9846374
Makefile.am: Clean generated weston.ini on make clean
by Kristian Høgsberg
· 12 years ago
92d90f2
clients: add scaler test app
by Jonny Lamb
· 12 years ago
Next »