index
:
~jjones/weston
nvidia_head
nvidia_head_rebase-2.0
nvidia_head_rebase-2016-11-04
nvidia_head_rebase-3.0
nvidia_head_rebase-4.0
nvidia_head_rebase_1.11
nvidia_head_rebase_1.12
nvidia_r364
NVIDIA development branches of the Weston Wayland Compositor
jjones
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-09
clients: Initialize label in keyboard handling code
Bryce W. Harrington
1
-1
/
+1
2014-05-06
compositor-wayland: avoid possible NULL deref in handle_keymap
U. Artie Eoff
1
-2
/
+4
2014-05-06
compositor-wayland: assign the correct mode
U. Artie Eoff
1
-1
/
+1
2014-05-06
compositor-wayland: free output before returning
U. Artie Eoff
1
-1
/
+4
2014-05-06
Apply the zoom transformation before the output transformation
Neil Roberts
2
-49
/
+2
2014-05-06
compositor-drm: Don't use vaapi recorder with unsupported formats
Ander Conselvan de Oliveira
1
-0
/
+6
2014-05-06
wcap: Check for mmap and malloc return value in wcap decode module
vivek
2
-0
/
+13
2014-05-04
xwayland: Fix fullscreen mode
Kristian Høgsberg
1
-1
/
+14
2014-05-01
configure.ac: Bump version to 1.4.92
Kristian Høgsberg
1
-1
/
+1
2014-05-01
drm: Don't use the cursor overlay if the scale doesn't match
Neil Roberts
1
-0
/
+3
2014-05-01
Take into account the zoom when applying the output transform
Neil Roberts
1
-2
/
+18
2014-04-30
window: Add a simple getenv to force SHM rendering
Jasper St. Pierre
1
-2
/
+2
2014-04-30
window: Clean up buffer type choosing
Jasper St. Pierre
1
-8
/
+12
2014-04-30
cairo-util: Don't show a resize cursor on edges when we're maximized
Jasper St. Pierre
1
-3
/
+8
2014-04-30
cairo-util: Kill a duplicate test
Jasper St. Pierre
1
-2
/
+2
2014-04-30
compositor: Remove the edges parameter from send_configure
Jasper St. Pierre
3
-15
/
+11
2014-04-30
compositor: Fix the documentation for surface->configure
Jasper St. Pierre
1
-3
/
+4
2014-04-30
desktop-shell: Remove output_move listener on shutdown
Kristian Høgsberg
1
-0
/
+1
2014-04-30
screen-share: Don't unset server environment variables
Andrew Wedgbury
1
-4
/
+0
2014-04-30
xwayland: Handle race between multi-pointer motion and clicks
Kristian Høgsberg
1
-0
/
+7
2014-04-30
xwayland: Set decoration margin for xwayland windows
Kristian Høgsberg
3
-6
/
+23
2014-04-30
xwayland: Be smarter about picking seats for move/resize
Kristian Høgsberg
1
-2
/
+24
2014-04-30
desktop-shell: Further consolidate move/resize grab checks
Kristian Høgsberg
1
-11
/
+4
2014-04-30
xwayland: Make resizing work again
Kristian Høgsberg
1
-4
/
+6
2014-04-30
shell.c: Set dirty for visible views on destroyed output
Xiong Zhang
1
-1
/
+4
2014-04-30
launcher-util: Initialize kb_mode also when weston-launch sets up tty
Kristian Høgsberg
1
-0
/
+5
2014-04-30
shell: Don't map surfaces of type SHELL_SURFACE_NONE
Ander Conselvan de Oliveira
1
-13
/
+14
2014-04-29
desktop-shell: Properly handle seat hotplugging
Jason Ekstrand
2
-32
/
+53
2014-04-29
desktop-shell: Remove unused variables
Kristian Høgsberg
1
-1
/
+1
2014-04-29
desktop-shell: Properly handle lowered fullscreen surfaces
Emilio Pozuelo Monfort
3
-28
/
+43
2014-04-29
desktop-shell: Keep windows on screen when moving
Kristian Høgsberg
1
-12
/
+58
2014-04-29
desktop-shell: Raise new windows over fullscreen apps
Kristian Høgsberg
1
-0
/
+2
2014-04-29
desktop-shell: End popup when starting a touch shell grab
Kristian Høgsberg
1
-0
/
+3
2014-04-29
desktop-shell: Reject resize if we're already grabbed
Kristian Høgsberg
1
-0
/
+3
2014-04-29
desktop-shell: Reject window move in common_surface_move()
Kristian Høgsberg
1
-4
/
+3
2014-04-29
window.c: Dismiss menu on touch up events
Kristian Høgsberg
1
-0
/
+15
2014-04-29
window.c: Also grab touch events when grabbing input
Kristian Høgsberg
1
-3
/
+6
2014-04-29
window.c: Prevent key event delivery while a grab is active
Kristian Høgsberg
1
-0
/
+8
2014-04-29
window.c: Update pointer focus when taking a grab
Kristian Høgsberg
1
-0
/
+2
2014-04-29
shell: Fix crash when a client is destroyed during the resize grab
Ander Conselvan de Oliveira
1
-1
/
+1
2014-04-29
shell: Fix memory leaks caused by the window close animation
Ander Conselvan de Oliveira
1
-5
/
+7
2014-04-29
terminal: Convert all *alloc's to x*alloc's.
Bryce W. Harrington
1
-3
/
+3
2014-04-25
Simply the matrix calculation for zooming
Neil Roberts
1
-9
/
+4
2014-04-25
clients/window: Don't remove the touch listener on a frame event
Neil Roberts
1
-3
/
+0
2014-04-25
input: Fix errors due to initializing input before creating outputs
Ander Conselvan de Oliveira
4
-6
/
+14
2014-04-25
evdev: Fix assertion error for unplugged output with paired touchscreen
Ander Conselvan de Oliveira
1
-10
/
+9
2014-04-25
evdev: Discard events from a touchscreen paired with an unplugged output
Ander Conselvan de Oliveira
4
-8
/
+4
2014-04-25
libinput: Don't process touch events for devices without a valid output
Ander Conselvan de Oliveira
1
-0
/
+3
2014-04-25
pixman-renderer: Use width/height_from_buffer for buffer transforms
Jason Ekstrand
1
-2
/
+2
2014-04-25
Use the correct width/height when transforming surfaces with viewports.
Jason Ekstrand
1
-2
/
+4
[next]