Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
8cbd8f33903d22e4e05aea9bacf3a76fd2de7006
/
src
8cbd8f3
compositor-wayland: free output before returning
by U. Artie Eoff
· 11 years ago
6c3b01f
Apply the zoom transformation before the output transformation
by Neil Roberts
· 11 years ago
2ef1cd1
compositor-drm: Don't use vaapi recorder with unsupported formats
by Ander Conselvan de Oliveira
· 11 years ago
f37f82c
drm: Don't use the cursor overlay if the scale doesn't match
by Neil Roberts
· 11 years ago
eb5a200
Take into account the zoom when applying the output transform
by Neil Roberts
· 11 years ago
ac985be
compositor: Remove the edges parameter from send_configure
by Jasper St. Pierre
· 11 years ago
d67b52a
compositor: Fix the documentation for surface->configure
by Jasper St. Pierre
· 11 years ago
bc51ad6
screen-share: Don't unset server environment variables
by Andrew Wedgbury
· 11 years ago
e5c1ae9
xwayland: Set decoration margin for xwayland windows
by Kristian Høgsberg
· 11 years ago
9a14b8f
launcher-util: Initialize kb_mode also when weston-launch sets up tty
by Kristian Høgsberg
· 11 years ago
1e40a7e
Simply the matrix calculation for zooming
by Neil Roberts
· 11 years ago
a7caef9
input: Fix errors due to initializing input before creating outputs
by Ander Conselvan de Oliveira
· 11 years ago
ae826ce
evdev: Fix assertion error for unplugged output with paired touchscreen
by Ander Conselvan de Oliveira
· 11 years ago
6c975fa
evdev: Discard events from a touchscreen paired with an unplugged output
by Ander Conselvan de Oliveira
· 11 years ago
f957dfb
libinput: Don't process touch events for devices without a valid output
by Ander Conselvan de Oliveira
· 11 years ago
4283370
pixman-renderer: Use width/height_from_buffer for buffer transforms
by Jason Ekstrand
· 11 years ago
d0cebc3
Use the correct width/height when transforming surfaces with viewports.
by Jason Ekstrand
· 11 years ago
bfd74f4
Check zalloc return for out of memory situation
by Bryce W. Harrington
· 11 years ago
1679f23
libinput: Forward frame events to clients
by Jonas Ådahl
· 11 years ago
e57d1f2
Check malloc result
by Hardening
· 11 years ago
791324c
gl-renderer: Remove gl_renderer_interface from gl-renderer.h
by John Kåre Alsaker
· 11 years ago
f4ad19a
seat: don't break in notify_output_create
by U. Artie Eoff
· 11 years ago
161c6c5
input: fix input device map to output if it doesn't exist.
by U. Artie Eoff
· 11 years ago
cd9e545
libinput-device: break after LIBINPUT_EVENT_TOUCH_UP
by U. Artie Eoff
· 11 years ago
c81c424
libinput-seat: allow setting libinput log priority in weston
by U. Artie Eoff
· 11 years ago
71db0fd
libinput-seat: redirect libinput log to weston log
by U. Artie Eoff
· 11 years ago
4ade0e4
compositor-drm: Fix crash when setting up seat constrained by an output
by Ander Conselvan de Oliveira
· 11 years ago
a4a6f16
animation: Fix input panel slide animation
by Ander Conselvan de Oliveira
· 11 years ago
f5cc2b5
animation: Split spring setup out of weston_view_animation_run()
by Ander Conselvan de Oliveira
· 11 years ago
a61b949
compositor-drm: Pass the right stride to the vaapi recorder
by Ander Conselvan de Oliveira
· 11 years ago
c107306
gl-renderer: Fix a typo in the output_set_border description
by Jason Ekstrand
· 11 years ago
9cd661e
Make sure config.h is included before any system headers
by Andrew Wedgbury
· 11 years ago
9c4ab66
Fix on-the-fly transparency changes in pixman-renderer
by Manuel Bachmann
· 11 years ago
4d085e7
gl-renderer: Keep track of the GL format used for SHM buffers
by Neil Roberts
· 11 years ago
b1fff41
Support on-the-fly transparency changes in pixman renderer
by Manuel Bachmann
· 11 years ago
fdc3e4c
compositor-rdp: Remove unneeded client->Close call
by Jason Ekstrand
· 11 years ago
39a443f
Always use glTexImage2D instead of glTexSubImage2D for first upload
by Neil Roberts
· 11 years ago
e931721
compositor: wl_viewport destination 1x1 min
by Pekka Paalanen
· 11 years ago
2c8b5f5
protocol: unify wl_viewport src and dst size rules
by Pekka Paalanen
· 11 years ago
27efc06
screen-share: re-enable planes when finished
by Jason Ekstrand
· 11 years ago
f03a04a
compositor: Add create_surface_signal
by Kristian Høgsberg
· 11 years ago
47928d8
Add a screen sharing plugin
by Jason Ekstrand
· 11 years ago
f34cd2c
compositor-rdp: Add an option to disable client initiated resizes
by Hardening
· 11 years ago
701f636
gl-renderer: Fix read_pixels in the case where we have output borders
by Jason Ekstrand
· 11 years ago
923bfe6
Add support for running with a primary client
by Jason Ekstrand
· 11 years ago
b7d9f2e
compositor-wayland: Properly handle running inside a compositor that does not provide keymaps
by Jason Ekstrand
· 11 years ago
cf40a13
Automatically select the wayland backend if WAYLAND_SOCKET is set
by Jason Ekstrand
· 11 years ago
e4ca8b0
compositor-wayland: Add a --sprawl option
by Jason Ekstrand
· 11 years ago
53ee0dc
compositor-wayland: Add support for running on top of wl_fullscreen_shell
by Jason Ekstrand
· 11 years ago
9fc7151
Add possible capabilities CURSOR_PLANE and ARBITRARY_MODE
by Jason Ekstrand
· 11 years ago
a4ab542
Add a signal for when a seat updates its capabilities
by Jason Ekstrand
· 11 years ago
c6ab3d5
compositor: let the shells create the screenshooter
by Giulio Camuffo
· 12 years ago
e9022e7
compositor: add an exported function to take a screenshot of an output
by Giulio Camuffo
· 12 years ago
e058cd1
compositor: export weston_buffer_from_resource()
by Giulio Camuffo
· 12 years ago
a093502
compositor: Use weston_log rather than perror for error messages
by Bryce W. Harrington
· 11 years ago
fb24eaa
Make RDP backend supports arbitrary modes
by Hardening
· 11 years ago
842a36a
Check return value of wl_cursor functions
by Hardening
· 11 years ago
0b4c535
protocol,compositor: split wl_viewport setters
by Pekka Paalanen
· 11 years ago
f0cad48
compositor: replace weston_buffer_viewport::viewport_set
by Pekka Paalanen
· 11 years ago
952b6c8
compositor: reorganize struct weston_buffer_viewport
by Pekka Paalanen
· 11 years ago
7ed251c
compositor: use surface_set_size() in one more case
by Pekka Paalanen
· 11 years ago
3c9b802
compositor: refactor code into weston_surface_reset_pending_buffer()
by Pekka Paalanen
· 11 years ago
260ba38
compositor: buffer can be non-NULL only if newly_attached
by Pekka Paalanen
· 11 years ago
bb2f3f2
compositor: refactor more into weston_surface_attach
by Pekka Paalanen
· 11 years ago
b2c8636
weston: Send done event with version 2 of wl_output
by Quanxian Wang
· 11 years ago
3a86901
animation: Fix the fade animation to work in both directions
by Kristian Høgsberg
· 11 years ago
8404acb
compsitor-x11: Report more accurate dimension of outputs
by Kristian Høgsberg
· 11 years ago
e0de3c2
Add libinput based input device backend
by Jonas Ådahl
· 11 years ago
0feb32e
udev-seat: Make udev_input own its own udev object reference
by Jonas Ådahl
· 11 years ago
58e1586
udev-seat: Make udev_seat_get_named take struct udev_input pointer
by Jonas Ådahl
· 11 years ago
77c1a5b
Add support for having different GBM formats for different outputs
by Neil Roberts
· 11 years ago
b7f8533
Split gl_renderer_setup into two functions
by Neil Roberts
· 11 years ago
3c2e66b
x11-backend: Override scale from weston.ini if --scale is passed
by Kristian Høgsberg
· 11 years ago
d89a094
x11-backend: Add a --scale option
by Jason Ekstrand
· 11 years ago
50fba97
Fix the pixman renderer with respect to output transforms
by Jason Ekstrand
· 11 years ago
2a67902
noop-renderer: Read the shm buffer contents on attach
by Emilio Pozuelo Monfort
· 11 years ago
2c87d94
noop-renderer: Set the buffer size on attach requests
by Emilio Pozuelo Monfort
· 11 years ago
dd9f6bc
compositor-headless: create input devices
by Emilio Pozuelo Monfort
· 11 years ago
db1fccb
input: Send leave and enter pair when the surface moves under the cursor
by Kristian Høgsberg
· 11 years ago
e11ef64
compositor: Drop core ping_handler callout
by Kristian Høgsberg
· 11 years ago
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
Next »