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
2013-03-06
resizor: Lock pointer on click
pointer-lock
Kristian Høgsberg
1
-0
/
+75
2013-03-06
compositor: Implement pointer_lock
Kristian Høgsberg
2
-1
/
+198
2013-03-06
compositor: Implement release request for input interfaces
Kristian Høgsberg
1
-4
/
+32
2013-03-05
compositor: Only send release event in response to wl_surface.attach
Kristian Høgsberg
2
-5
/
+4
2013-03-04
compositor: Fold weston_buffer_post_release into weston_buffer_reference
Kristian Høgsberg
2
-14
/
+6
2013-03-04
compositor-drm: Determine opaqueness of a surface correctly
Kristian Høgsberg
1
-3
/
+4
2013-03-04
tests: attach the surface's buffer when moving it
Giulio Camuffo
1
-1
/
+4
2013-02-28
compositor: Change notify_motion to take relative motion events
Kristian Høgsberg
5
-12
/
+24
2013-02-28
compositor: Split pointer motion code into its own function
Kristian Høgsberg
1
-9
/
+20
2013-02-28
compositor: Make sure surface->transform.inverse is a complete matrix
Kristian Høgsberg
1
-1
/
+1
2013-02-28
configure.ac: Use automake color-tests
Kristian Høgsberg
1
-1
/
+1
2013-02-27
compositor: Make sure surface->transform.matrix,inverse are always valid
Kristian Høgsberg
1
-0
/
+11
2013-02-27
compositor: call configure on surfaces with a null buffer too
Giulio Camuffo
5
-43
/
+59
2013-02-27
evdev: Wait for SYN event before sending events over to the client
Satyeshwar Singh
3
-2
/
+7
2013-02-26
update .gitignores for src/ and man/
Pekka Paalanen
2
-0
/
+2
2013-02-26
compositor-drm: Fix a crash with a fullscreen surface with driver mode
Ander Conselvan de Oliveira
1
-0
/
+10
2013-02-25
compositor-drm: Use __func__ instead of hardcoded string
Scott Moreau
1
-1
/
+1
2013-02-25
Makefile.am: Distribute weston.ini sample
Kristian Høgsberg
1
-0
/
+2
2013-02-22
Makefile.am: SUBDIRS is automagic
Quentin Glidic
1
-3
/
+0
2013-02-22
tests: Use&Fix parallel tests
Quentin Glidic
3
-2
/
+8
2013-02-22
shell: Go straight to sleep if the sceensaver isn't configured
Ander Conselvan de Oliveira
1
-1
/
+3
2013-02-22
shell: Use weston_compositor_sleep() instead of setting DPMS state
Ander Conselvan de Oliveira
1
-4
/
+1
2013-02-21
compositor: Rename lock and unlock signals to idle and wake
Ander Conselvan de Oliveira
5
-21
/
+21
2013-02-21
compositor: Move state tracking complexity into shell
Ander Conselvan de Oliveira
3
-33
/
+33
2013-02-21
shell: Use its own timer for the screensaver timeout
Ander Conselvan de Oliveira
1
-4
/
+20
2013-02-21
compositor: Move fade animation out of core Weston into shell
Ander Conselvan de Oliveira
3
-89
/
+105
2013-02-21
animation: Schedule a repaint only on the outputs the surface is in
Ander Conselvan de Oliveira
1
-1
/
+1
2013-02-21
animation: When fading, round the surface alpha when close to 0 or 1
Ander Conselvan de Oliveira
1
-2
/
+2
2013-02-21
animation: Make fade more controllable
Ander Conselvan de Oliveira
3
-2
/
+22
2013-02-21
compositor: Split util.c into binding.c and animation.c
Ander Conselvan de Oliveira
5
-638
/
+664
2013-02-21
compositor: Don't free config_file before we done using it
Kristian Høgsberg
1
-2
/
+2
2013-02-21
xwm: Only call set_fullscreen if the window is mapped
Kristian Høgsberg
1
-3
/
+5
2013-02-20
Pass argc and argv to modules
Kristian Høgsberg
8
-25
/
+31
2013-02-20
Pass argc pointer to parse_options()
Kristian Høgsberg
30
-54
/
+53
2013-02-20
tests: Fix text-test
Jan Arne Petersen
1
-28
/
+40
2013-02-20
Add missing builddir includes for version.h
Kristian Høgsberg
2
-0
/
+2
2013-02-20
window: fix display_acquire_window_surface()
Pekka Paalanen
1
-0
/
+1
2013-02-19
compositor-x11: Only try to fullscreen if WM has _NET_WM_STATE_FULLSCREEN
Kristian Høgsberg
1
-7
/
+39
2013-02-18
weston.ini: Use 'modeline' key for modeline example
Kristian Høgsberg
1
-1
/
+1
2013-02-18
shell: Do not hang when mapping a popup twice
Giulio Camuffo
1
-0
/
+9
2013-02-18
compositor: set data_device keyboard focus in seat_get_keyboard
Rafal Mielniczuk
1
-0
/
+1
2013-02-18
udev-seat: Simplfy enable/disable interface a bit
Kristian Høgsberg
4
-44
/
+36
2013-02-18
compositor-fbdev: Use udev_seat
Kristian Høgsberg
2
-270
/
+17
2013-02-18
compositor-drm: Move udev_seat to its own file
Kristian Høgsberg
4
-272
/
+346
2013-02-18
compositor-drm: Rename a few evdev_* functions to udev_seat_*
Kristian Høgsberg
1
-48
/
+41
2013-02-18
configure.ac: Make xwayland tests depend on xwayland
Quentin Glidic
1
-6
/
+6
2013-02-18
xkb: Don't call exit on failure in weston_compositor_xkb_init()
Kristian Høgsberg
6
-41
/
+87
2013-02-18
compositor-x11: Fix pointer type warning
Kristian Høgsberg
1
-1
/
+1
2013-02-18
compositor-drm: Remember to drop master in drm error handling
Kristian Høgsberg
1
-0
/
+2
2013-02-18
src/Makefile.am: Use $(libdir) instead of @libdir@
Kristian Høgsberg
1
-1
/
+1
[next]