Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
cbb915816249a68c34e8a290ca89c8aae669c461
/
src
cbb9158
Don't crash when eglCreateContext fails
by Mariusz Ceier
· 11 years ago
9679cf9
Update .gitignore
by Jasper St. Pierre
· 11 years ago
c94d622
compositor: Move view repositioning logic into shell
by Ander Conselvan de Oliveira
· 12 years ago
a8a9baf
compositor: Remove weston_output::move_signal
by Ander Conselvan de Oliveira
· 12 years ago
bf539e3
compositor-rpi: Fix input initialization
by Emilio Pozuelo Monfort
· 11 years ago
8e96f9e
gl-renderer: Use eglSwapBuffersWithDamageEXT when available
by Jason Ekstrand
· 11 years ago
e5512d4
gl-renderer: Track border damage and only repaint borders on an as-needed basis
by Jason Ekstrand
· 11 years ago
c896401
input: Run touch binding before calling touch grab
by Kristian Høgsberg
· 11 years ago
c988362
input: Transform to surface coordinates outside resource for loop
by Kristian Høgsberg
· 11 years ago
088ba5e
Makefile.am: Fix protocol source files usage
by Quentin Glidic
· 12 years ago
f84327a
input: Remove exported function weston_pointer_verify()
by Ander Conselvan de Oliveira
· 12 years ago
32b793c
compositor: Clarify XDG_RUNTIME_DIR misconfiguration message
by Guillem Jover
· 12 years ago
4d363cf
input: Fix weston_seat_init_keyboard() error path
by Ander Conselvan de Oliveira
· 12 years ago
23900f7
input: Empty the current input region when configuring pointer surfaces
by Ander Conselvan de Oliveira
· 12 years ago
b7e3ef4
build: Move src/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
36d5fac
compositor: Fix a couple of #includes to use "" instead of <>
by Kristian Høgsberg
· 12 years ago
1afb238
input: Unlink saved kbd focus listener when releasing seat
by Jonas Ådahl
· 12 years ago
5f1ea4e
Document WESTON_VERSION_AT_LEAST() macro behavior
by Kristian Høgsberg
· 12 years ago
b3955b0
compositor-drm: Set cursor surface to NULL when pageflip fails
by Kristian Høgsberg
· 12 years ago
8259728
evdev: Remove output destroy notifier on device destroy
by Kristian Høgsberg
· 12 years ago
d3ed6cb
drm: prepend stamp space to output mode logging
by U. Artie Eoff
· 12 years ago
04633b6
Fix compilation with FreeRdp 1.1 and master v2
by Hardening
· 12 years ago
ac9f35a
rpi: call eglTerminate if we're bailing
by U. Artie Eoff
· 12 years ago
5e854bc
rpi-backend: ensure pixels is destroyed in resource_update
by U. Artie Eoff
· 12 years ago
a62e0e0
animation: don't NULL deref if _run() returns NULL
by U. Artie Eoff
· 12 years ago
e067b30
rpi: free renderer if we bail early during create
by U. Artie Eoff
· 12 years ago
2e2384a
compositor: free memory from str config sections after done using it
by U. Artie Eoff
· 12 years ago
ff75500
compositor-wayland: free 'theme' config option value
by U. Artie Eoff
· 12 years ago
1a08d11
compositor-wayland: don't free unallocated memory
by U. Artie Eoff
· 12 years ago
13708a4
screenshooter: check for NULL malloc and fix memleaks
by U. Artie Eoff
· 12 years ago
1db0072
log: print dummy timestamp if localtime call fails
by U. Artie Eoff
· 12 years ago
981fa33
backlight: fix backlight_path memory leak
by U. Artie Eoff
· 12 years ago
1be87e3
compositor-drm: Make composite bypass work on secondary outputs
by Kristian Høgsberg
· 12 years ago
991f271
Cleanup stray newline in a return statement
by Bryce W. Harrington
· 12 years ago
17bccae
input: Handle unplugging the output for a touchscreen device
by Kristian Høgsberg
· 12 years ago
81038fb
Only update the surface size if a new buffer is attached
by Jason Ekstrand
· 12 years ago
c180977
text: Set context->model to NULL when we deactivate text input
by Kristian Høgsberg
· 12 years ago
b0fb25d
compositor: Init output listeners in weston_view if it's not on any output
by Kristian Høgsberg
· 12 years ago
8ca9544
input: Re-pair touch screen when monitor is plugged in
by Kristian Høgsberg
· 12 years ago
a30e29a
input: Ignore touch up events if num_tp is 0
by Kristian Høgsberg
· 12 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
· 12 years ago
2d91ee1
screenshooter: silence a warning
by Pekka Paalanen
· 12 years ago
2fce480
input: Remap touch point IDs from multiple touch screens to not overlap
by Kristian Høgsberg
· 12 years ago
8b37687
Properly free drm plane during creation of sprites
by Chris Michael
· 12 years ago
fb8546e
Release pointer and keyboard with the seat
by Hardening
· 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
fa1b305
pixman-renderer: implement surface scaling and cropping
by Jonny Lamb
· 12 years ago
7413076
compositor: transform surface coordinates if a surface scaler is used
by Jonny Lamb
· 12 years ago
8ae3590
compositor: add stub scaler resources
by Jonny Lamb
· 12 years ago
5c11a33
Add a weston_surface_set_size function
by Jason Ekstrand
· 12 years ago
3123693
desktop-shell: Invalidate saved position when output is destroyed
by Zhang, Xiong Y
· 12 years ago
54e90c7
compositor: Make pointers visible when an output is unplugged
by Ander Conselvan de Oliveira
· 12 years ago
e1e2352
compositor: Don't repaint outputs being destroyed
by Ander Conselvan de Oliveira
· 12 years ago
010d0b1
compositor: Ensure views are visible if their output was unplugged
by Zhang, Xiong Y
· 12 years ago
f301241
compositor: Move views when outputs are moved
by Zhang, Xiong Y
· 12 years ago
62a9075
compositor-headless, compositor-rdp: Don't call weston_output_move()
by Ander Conselvan de Oliveira
· 12 years ago
a4b54c0
compositor: Move the logic of moving outputs into the core
by Zhang, Xiong Y
· 12 years ago
f749fc3
compositor: Remove output from list in weston_output_destroy()
by Ander Conselvan de Oliveira
· 12 years ago
f54fa4d
compositor-x11: Only destroy one output when the close button is pressed
by Ander Conselvan de Oliveira
· 12 years ago
d0cb10a
evdev: Drop joystick rejection heurstics
by Kristian Høgsberg
· 12 years ago
cd2f46f
evdev: Reject absolute motion if we're not a pointer or a touch device
by Kristian Høgsberg
· 12 years ago
c67fd1c
evdev: Drop obsolete accelerometer reject rule
by Kristian Høgsberg
· 12 years ago
de5f82c
evdev: Remove EVDEV_TOUCH and with it evdev_device->caps
by Kristian Høgsberg
· 12 years ago
3d793c9
evdev: Use a has_keyboard flag instead of EVDEV_KEYBOARD bit
by Kristian Høgsberg
· 12 years ago
77b0d23
evdev: Replace EVDEV_BUTTON with local has_button flag
by Kristian Høgsberg
· 12 years ago
b7c58de
evdev: Replace EVDEV_MOTION_ABS with local has_abs flag
by Kristian Høgsberg
· 12 years ago
8d31a3a
evdev: Use has_abs only for ABS_X and ABS_Y, introduce has_mt for MT events
by Kristian Høgsberg
· 12 years ago
015e73d
evdev: Drop EVDEV_MOTION_REL flag
by Kristian Høgsberg
· 12 years ago
d24a64e
evdev: Combine evdev_handle_device() and evdev_configure_device()
by Kristian Høgsberg
· 12 years ago
1aaf3e4
sdk: make C++11 plugins build again
by Giulio Camuffo
· 12 years ago
cf389f5
Update .gitignore
by Jasper St. Pierre
· 12 years ago
8d344a0
shell: Make sure the shell implementation and protocol versions match
by Kristian Høgsberg
· 12 years ago
65a07f8
input: make sure the devices get the resource destruction signal
by Giulio Camuffo
· 12 years ago
a98c2e1
compositor-x11: Damage output when we receive expose events for the window
by Kristian Høgsberg
· 12 years ago
4773332
rpi: launcher must init before udev-seat
by Pekka Paalanen
· 12 years ago
53b41c7
rpi: seat quick fix
by Pekka Paalanen
· 12 years ago
bc91e51
rpi: compile in the common udev code
by Pekka Paalanen
· 12 years ago
e47d0d9
gl: fix fallback definition of EGL_DEFAULT_DISPLAY
by Pekka Paalanen
· 12 years ago
19d1e6b
desktop-shell: Move to new desktop-shell subdirectory
by Kristian Høgsberg
· 12 years ago
2ba10df
Move xwayland up one directory level
by Kristian Høgsberg
· 12 years ago
873b515
tablet-shell: Remove
by Kristian Høgsberg
· 12 years ago
cae1f0f
Check if the frame exists before reading its size
by Dima Ryazanov
· 12 years ago
b03b87f
Check for frame being NULL before setting/unsetting flags
by Dima Ryazanov
· 12 years ago
e5a3208
Set the view to NULL when unmapping an X11 window
by Dima Ryazanov
· 12 years ago
767d891
data-device: Fix surface configure function type
by Jonas Ådahl
· 12 years ago
aedc773
logind: delay wakeup until DRM-device is resumed
by David Herrmann
· 12 years ago
ea997ac
xdg-shell: Add key bindings for setting maximized and fullscreen.
by Rafael Antognolli
· 12 years ago
65f98d8
xdg-shell: xdg_surface_set_output should only affect fullscreen.
by Rafael Antognolli
· 12 years ago
3c4e3f7
xdg-shell: Add surface size to configure.
by Rafael Antognolli
· 12 years ago
e2a3455
xdg-shell: Implement xdg-shell interface.
by Rafael Antognolli
· 12 years ago
4b99a40
shell: Move shell_surface_set_parent to wl_shell calls.
by Rafael Antognolli
· 12 years ago
ed207b4
shell: Remove SHELL_SURFACE_TRANSIENT.
by Rafael Antognolli
· 12 years ago
Next »