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-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
2013-12-16
compositor-headless, compositor-rdp: Don't call weston_output_move()
Ander Conselvan de Oliveira
2
-4
/
+0
2013-12-16
compositor: Move the logic of moving outputs into the core
Zhang, Xiong Y
3
-25
/
+26
2013-12-16
compositor: Remove output from list in weston_output_destroy()
Ander Conselvan de Oliveira
5
-4
/
+2
2013-12-16
compositor-x11: Only destroy one output when the close button is pressed
Ander Conselvan de Oliveira
1
-1
/
+31
2013-12-16
evdev: Drop joystick rejection heurstics
Kristian Høgsberg
1
-9
/
+0
2013-12-16
evdev: Reject absolute motion if we're not a pointer or a touch device
Kristian Høgsberg
1
-1
/
+1
2013-12-16
evdev: Drop obsolete accelerometer reject rule
Kristian Høgsberg
1
-13
/
+1
2013-12-16
evdev: Remove EVDEV_TOUCH and with it evdev_device->caps
Kristian Høgsberg
2
-16
/
+8
2013-12-16
evdev: Use a has_keyboard flag instead of EVDEV_KEYBOARD bit
Kristian Høgsberg
2
-9
/
+8
2013-12-16
evdev: Replace EVDEV_BUTTON with local has_button flag
Kristian Høgsberg
2
-6
/
+6
2013-12-16
evdev: Replace EVDEV_MOTION_ABS with local has_abs flag
Kristian Høgsberg
2
-7
/
+3
2013-12-16
evdev: Use has_abs only for ABS_X and ABS_Y, introduce has_mt for MT events
Kristian Høgsberg
1
-4
/
+6
2013-12-16
evdev: Drop EVDEV_MOTION_REL flag
Kristian Høgsberg
2
-6
/
+6
2013-12-16
evdev: Combine evdev_handle_device() and evdev_configure_device()
Kristian Høgsberg
1
-11
/
+7
2013-12-09
sdk: make C++11 plugins build again
Giulio Camuffo
2
-4
/
+4
2013-12-09
Update .gitignore
Jasper St. Pierre
1
-0
/
+1
2013-12-09
Update .gitignore
Jasper St. Pierre
3
-8
/
+6
2013-12-09
shell: Fix set_transient_for with a NULL parent
Jasper St. Pierre
1
-2
/
+6
2013-12-08
shell: Make sure the shell implementation and protocol versions match
Kristian Høgsberg
2
-0
/
+7
2013-12-07
simple-egl: Add option to allow not syncing to compositor repaint cycle
Kristian Høgsberg
1
-19
/
+27
2013-12-07
simple-egl: Print fps for the spinning triangle
Kristian Høgsberg
1
-5
/
+17
2013-12-07
tests: Test whether a simple EGL main loop uses too many buffers
Neil Roberts
7
-2
/
+223
2013-12-06
input: make sure the devices get the resource destruction signal
Giulio Camuffo
1
-12
/
+14
2013-12-05
desktop-shell: Drop next_type from shell_surface
Kristian Høgsberg
1
-29
/
+13
2013-12-05
shell: Put xwayland surface at the top of the fullscreen layer
Kristian Høgsberg
1
-0
/
+2
2013-12-05
desktop-shell: Make set_toplevel() clear surface states
Kristian Høgsberg
1
-3
/
+2
2013-12-05
desktop-shell: Set fullscreen flags in common code path
Kristian Høgsberg
1
-6
/
+3
2013-12-05
desktop-shell: Set maximized flags in common code path
Kristian Høgsberg
1
-6
/
+3
2013-12-05
stacking: Set a keyboard focus handler so we can repaint the frame
Kristian Høgsberg
1
-0
/
+11
2013-12-05
shell: Don't try to switch to a NULL shell surface.
Rafael Antognolli
1
-10
/
+3
2013-12-05
shell: Set a surface as TOPLEVEL instead of the old surface types.
Rafael Antognolli
1
-2
/
+3
2013-12-05
compositor-x11: Damage output when we receive expose events for the window
Kristian Høgsberg
1
-0
/
+1
2013-12-05
shell: Add missing break to a case statement inside set_surface_type.
Rafael Antognolli
1
-0
/
+1
2013-12-04
nested: Add an option to disable subsurfaces
Neil Roberts
1
-0
/
+12
2013-12-04
nested: Add a renderer using subsurfaces
Neil Roberts
1
-5
/
+209
2013-12-04
clients: Add a widget_get_wl_subsurface
Neil Roberts
2
-0
/
+9
2013-12-04
nested: Add a ‘renderer’ mechanism with a vtable
Neil Roberts
1
-71
/
+147
2013-12-04
nested: Move the frame callback list to the surface
Neil Roberts
1
-11
/
+27
2013-12-04
nested: Add damage tracking to the nested compositor example
Neil Roberts
1
-0
/
+21
2013-12-04
nested: Add double-buffered state semantics to the nested example
Neil Roberts
1
-27
/
+103
2013-12-04
nested: Add the buffer reference semantics from Weston
Neil Roberts
1
-4
/
+95
2013-12-04
nested: Remove the surface from the surface list when destroyed
Neil Roberts
1
-0
/
+2
[next]