Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
e5c1ae9368821379e0028cd8dc0fa7e039f84c21
e5c1ae9
xwayland: Set decoration margin for xwayland windows
by Kristian Høgsberg
· 11 years ago
052ef4e
xwayland: Be smarter about picking seats for move/resize
by Kristian Høgsberg
· 11 years ago
a4b620e
desktop-shell: Further consolidate move/resize grab checks
by Kristian Høgsberg
· 11 years ago
e0b9d5b
xwayland: Make resizing work again
by Kristian Høgsberg
· 11 years ago
62899f5
shell.c: Set dirty for visible views on destroyed output
by Xiong Zhang
· 11 years ago
9a14b8f
launcher-util: Initialize kb_mode also when weston-launch sets up tty
by Kristian Høgsberg
· 11 years ago
ef6a7e4
shell: Don't map surfaces of type SHELL_SURFACE_NONE
by Ander Conselvan de Oliveira
· 11 years ago
024177c
desktop-shell: Properly handle seat hotplugging
by Jason Ekstrand
· 11 years ago
3434b33
desktop-shell: Remove unused variables
by Kristian Høgsberg
· 11 years ago
9e7c759
desktop-shell: Properly handle lowered fullscreen surfaces
by Emilio Pozuelo Monfort
· 12 years ago
ae356ae
desktop-shell: Keep windows on screen when moving
by Kristian Høgsberg
· 11 years ago
6110d07
desktop-shell: Raise new windows over fullscreen apps
by Kristian Høgsberg
· 11 years ago
74071e0
desktop-shell: End popup when starting a touch shell grab
by Kristian Høgsberg
· 11 years ago
7b83ae4
desktop-shell: Reject resize if we're already grabbed
by Kristian Høgsberg
· 11 years ago
d0b40ed
desktop-shell: Reject window move in common_surface_move()
by Kristian Høgsberg
· 11 years ago
9c60933
window.c: Dismiss menu on touch up events
by Kristian Høgsberg
· 11 years ago
1f67117
window.c: Also grab touch events when grabbing input
by Kristian Høgsberg
· 11 years ago
c31f624
window.c: Prevent key event delivery while a grab is active
by Kristian Høgsberg
· 11 years ago
41f7ebc
window.c: Update pointer focus when taking a grab
by Kristian Høgsberg
· 11 years ago
9c376b5
shell: Fix crash when a client is destroyed during the resize grab
by Ander Conselvan de Oliveira
· 11 years ago
15f9a26
shell: Fix memory leaks caused by the window close animation
by Ander Conselvan de Oliveira
· 11 years ago
66cd2c1
terminal: Convert all *alloc's to x*alloc's.
by Bryce W. Harrington
· 11 years ago
1e40a7e
Simply the matrix calculation for zooming
by Neil Roberts
· 11 years ago
a69dc01
clients/window: Don't remove the touch listener on a frame event
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
a212cbb
xwayland: Check zalloc return for out of memory situation
by Bryce W. Harrington
· 11 years ago
bfd74f4
Check zalloc return for out of memory situation
by Bryce W. Harrington
· 11 years ago
4c3661f
desktop-shell: Only use default background if no background color is set
by Kristian Høgsberg
· 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
cb0e357
weston-info: fix log message typo
by U. Artie Eoff
· 11 years ago
6375ea0
editor: Remove unused variables
by Kristian Høgsberg
· 11 years ago
8986c18
editor: react on Enter, Tab, and Up-Down arrow keys
by Manuel Bachmann
· 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
5082ad6
shell: display the input panel on the active output
by Manuel Bachmann
· 11 years ago
4ade0e4
compositor-drm: Fix crash when setting up seat constrained by an output
by Ander Conselvan de Oliveira
· 11 years ago
301f06b
keyboard: add the missing symbols layout, fix arabic layout
by Manuel Bachmann
· 11 years ago
75c373c
shell: Destroy a previous input panel animation when showing it again
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
06f2fa1
tests: fix bad-buffer-test
by Marek Chalupa
· 11 years ago
9e9512f
desktop-shell: Get rid of get_shell_client
by Jason Ekstrand
· 11 years ago
a61b949
compositor-drm: Pass the right stride to the vaapi recorder
by Ander Conselvan de Oliveira
· 11 years ago
304996d
shell: Fix view repositioning logic for output move and destroy
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
4783739
xwayland/launcher: Use %m instead of manual strerror(errno)
by Jasper St. Pierre
· 11 years ago
13600c0
protocol: Correct typo 'suppot'
by Bryce W. Harrington
· 11 years ago
641796c
shell: Keep shsurf->fullscreen_output set after unset_fullscreen()
by Ander Conselvan de Oliveira
· 11 years ago
facc0cc
shell: Damage below child surfaces on move to different workspace
by Ander Conselvan de Oliveira
· 11 years ago
4e20e9b
shell: Disarm the screensaver timeout timer on terminate_screensaver()
by Ander Conselvan de Oliveira
· 11 years ago
b4a9170
Reset the keyboard focus on all seats when the compositor is locked
by Neil Roberts
· 11 years ago
4237f50
Reset focus on unknown seats when restoring focus state
by Neil Roberts
· 11 years ago
e5a1aee
shell: Allow unresponsive surfaces to be moved again
by Ander Conselvan de Oliveira
· 11 years ago
56d8a7a
terminal: Don't try to render RLE used as a placeholder
by Daiki Ueno
· 11 years ago
79d5a6e
configure.ac: Bump version to 1.4.91
by Kristian Høgsberg
· 11 years ago
f0ce581
desktop-shell: Activate surface on right click too
by Kristian Høgsberg
· 11 years ago
cdbbae2
window.c: Create xdg_surface up front
by Kristian Høgsberg
· 11 years ago
9cd661e
Make sure config.h is included before any system headers
by Andrew Wedgbury
· 11 years ago
ba83db2
xwayland: Clean up unpaired surfaces
by Kristian Høgsberg
· 11 years ago
d7fb309
Don't include xserver-server-protocol.h
by Mariusz Ceier
· 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
40d0228
nested: Disable cairo on the subsurfaces
by Neil Roberts
· 11 years ago
b1fff41
Support on-the-fly transparency changes in pixman renderer
by Manuel Bachmann
· 11 years ago
a46b946
shell: Fix segfault from trying to access a destroyed popup shell surface
by Bryan Cain
· 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
cd186fb
toytoolkit: match parent surface type when adding a subsurface
by Manuel Bachmann
· 11 years ago
27efc06
screen-share: re-enable planes when finished
by Jason Ekstrand
· 11 years ago
757d8af
xwayland: Use new Xwayland DDX
by Kristian Høgsberg
· 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
7a17d42
weston-fullscreen: Add cursor drawing support and properly handle WL_FULLSCREEN_SHELL_CAPABILITY_CURSOR_PLANE
by Jason Ekstrand
· 11 years ago
2bb72fe
weston-fullscreen: Add wl_fullscreen_shell support
by Jason Ekstrand
· 11 years ago
a669bd5
toytoolkit: Don't crash if wl_data_device_manager is not present
by Jason Ekstrand
· 11 years ago
738715d
toytoolkit: Expose output make and model
by Jason Ekstrand
· 11 years ago
ce97a6b
toytoolkit: Only require xdg_shell if the window is not custom
by Jason Ekstrand
· 11 years ago
428c24e
simple-shm: Add wl_fullscreen_shell support
by Jason Ekstrand
· 11 years ago
946a948
Add a wl_fullscreen_shell implementation
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
Next »