index
:
~krh/weston
assign-planes
gbm-surface
input
layers
libweston
master
meego-tablet-shell
menu
nested
next
non-recursive-build
non-recursive-make
output
pointer-lock
popup
protocol-changes
re-exec
remote
renderer
repaint-refactor
session-manager
surface-damage
testing
threads
video
xdg-more-states
xdg-shell-fixes
xwayland-ddx
personal wayland-demos repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-07
exposay: set an alpha on fullscreen surfaces
HEAD
master
Emilio Pozuelo Monfort
3
-0
/
+12
2014-01-07
exposay: fix infinite loop with fullscreen surfaces
Emilio Pozuelo Monfort
1
-2
/
+5
2014-01-07
keyboard: Handle touch up event
Kristian Høgsberg
3
-9
/
+46
2014-01-07
editor: Add missing touch-to-activate for the entries
Kristian Høgsberg
1
-0
/
+41
2014-01-03
clients: Fix libexec clients install
Armin K
1
-1
/
+1
2014-01-02
shell: Only assign focus on touch if there is a touch focus surface
Kristian Høgsberg
1
-0
/
+2
2014-01-02
xwm: Handle WM_TRANSIENT_FOR
Kristian Høgsberg
2
-7
/
+14
2014-01-02
build: fix commit that changed option for installing client
Ricardo Vieira
1
-3
/
+3
2014-01-02
Properly free drm plane during creation of sprites
Chris Michael
1
-1
/
+1
2014-01-02
shell: Start the input panel slide slightly on the output
Kristian Høgsberg
1
-2
/
+2
2014-01-02
shell: Test for surface->width == 0 to see if input-panel was unmapped
Kristian Høgsberg
1
-1
/
+1
2014-01-02
shell: Always set input-panel position on initial configure
Kristian Høgsberg
1
-9
/
+1
2014-01-01
editor: Add keyboard_focus handler to schedule repaint
Kristian Høgsberg
1
-0
/
+12
2014-01-01
shell.c: Set state_changed for xwayland surfaces as well
Kristian Høgsberg
1
-0
/
+1
2014-01-01
tests: Only run buffer-count test if we have at least mesa 10
Kristian Høgsberg
3
-0
/
+30
2014-01-01
desktop-shell: Remove debug code from previous commit
Kristian Høgsberg
1
-1
/
+1
2014-01-01
shell: Only assign focus on click if there is a pointer focus surface
Kristian Høgsberg
2
-1
/
+3
2014-01-01
shell.c: Back out alt-tab functionality
Kristian Høgsberg
1
-251
/
+0
2014-01-01
Fix the size of surfaces created in create_black_surface
Jason Ekstrand
1
-1
/
+1
2014-01-01
build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional
Kristian Høgsberg
3
-15
/
+12
2014-01-01
build: Don't try to build weston-info if client build is disabled
Kristian Høgsberg
1
-4
/
+2
2014-01-01
build: Rename option and conditional for installing demo clients
Kristian Høgsberg
2
-7
/
+7
2014-01-01
shell: Fix up previous broken commit
Kristian Høgsberg
1
-4
/
+3
2014-01-01
Revert "shell: Change stacking order calculation for popup surfaces"
Kristian Høgsberg
1
-29
/
+4
2013-12-31
window.c: Don't put buttons on frames for custom windows
Kristian Høgsberg
1
-1
/
+8
2013-12-31
shell: Set state_changed when we make a surface transient
Kristian Høgsberg
1
-0
/
+1
2013-12-22
Release pointer and keyboard with the seat
Hardening
1
-1
/
+4
2013-12-22
shell: Handle the desktop shell client destroy signal
Ander Conselvan de Oliveira
2
-0
/
+17
2013-12-22
compositor: Destroy renderer in weston_compositor_shutdown()
Ander Conselvan de Oliveira
8
-13
/
+3
2013-12-22
pixman: Destroy pixman images when underlying buffer is destroyed
Lubomir Rintel
1
-1
/
+31
2013-12-19
compositor: Clean up view output move and destroy listeners
Ander Conselvan de Oliveira
1
-0
/
+6
2013-12-19
compositor-x11: Set the name field on weston_outputs
Ander Conselvan de Oliveira
1
-0
/
+4
2013-12-19
screenshooter: Choose output to record from based on keyboard focus
Ander Conselvan de Oliveira
1
-67
/
+29
2013-12-17
compositor: Initialize output listener links
Kristian Høgsberg
1
-0
/
+2
2013-12-17
screenshooter: Record one extra frame when recording stops
Ander Conselvan de Oliveira
1
-2
/
+10
2013-12-17
nested: Add EGL_WL_create_wayland_buffer_from_image compat defines
Kristian Høgsberg
1
-0
/
+10
2013-12-16
configure.ac: Bump version to 1.3.91 for alpha release
Kristian Høgsberg
1
-1
/
+1
2013-12-16
Makefile.am: Clean generated weston.ini on make clean
Kristian Høgsberg
1
-0
/
+2
2013-12-16
clients: add scaler test app
Jonny Lamb
3
-0
/
+226
2013-12-16
pixman-renderer: implement surface scaling and cropping
Jonny Lamb
1
-6
/
+24
2013-12-16
compositor: transform surface coordinates if a surface scaler is used
Jonny Lamb
2
-8
/
+89
2013-12-16
compositor: add stub scaler resources
Jonny Lamb
3
-0
/
+109
2013-12-16
protocol: crop & scale RFC v3
Pekka Paalanen
2
-1
/
+158
2013-12-16
Add a weston_surface_set_size function
Jason Ekstrand
3
-10
/
+18
2013-12-16
shell: Reset fullscreen and maximized state on output unplug
Ander Conselvan de Oliveira
1
-0
/
+3
2013-12-16
desktop-shell: Invalidate saved position when output is destroyed
Zhang, Xiong Y
3
-5
/
+36
2013-12-16
compositor: Make pointers visible when an output is unplugged
Ander Conselvan de Oliveira
3
-12
/
+81
2013-12-16
compositor: Don't repaint outputs being destroyed
Ander Conselvan de Oliveira
2
-0
/
+6
2013-12-16
compositor: Ensure views are visible if their output was unplugged
Zhang, Xiong Y
2
-2
/
+58
2013-12-16
compositor: Move views when outputs are moved
Zhang, Xiong Y
2
-3
/
+75
[next]