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
2012-01-04
popup wip
popup
Kristian Høgsberg
5
-26
/
+176
2012-01-04
Move wl_data_device implementation to wayalnd-server
Kristian Høgsberg
5
-531
/
+16
2012-01-04
Move default grab implementation to wayland-server
Kristian Høgsberg
1
-56
/
+0
2012-01-04
Use new grab api
Kristian Høgsberg
4
-162
/
+153
2012-01-03
compositor-x11: Just a few more weston renames
Kristian Høgsberg
1
-3
/
+3
2012-01-03
x11: Dont claim the X11 selection when we set the proxy Wayland selection
Kristian Høgsberg
1
-2
/
+4
2012-01-03
data-device: Use a listener list to decouple the x11 selection bridge
Kristian Høgsberg
4
-8
/
+27
2012-01-03
x11: Initialize wm->incr when converting the TARGETS target
Kristian Høgsberg
1
-0
/
+1
2012-01-03
x11: Handle non-existing properties correctly
Kristian Høgsberg
1
-0
/
+5
2012-01-03
data-device: Fix a few bugs in the commit to drop ref-counting
Kristian Høgsberg
2
-3
/
+7
2012-01-03
More weston rename fixes
Kristian Høgsberg
7
-20
/
+20
2012-01-03
data-device: Handle source going away instead of ref-counting it
Kristian Høgsberg
3
-83
/
+52
2012-01-03
Fix a few missing wlsc->weston renames
Kristian Høgsberg
2
-29
/
+30
2012-01-03
Merge remote-tracking branch 'pq/compositor-dtors-v1'
Kristian Høgsberg
7
-24
/
+166
2012-01-03
Fix distcheck
Kristian Høgsberg
5
-4
/
+12
2012-01-03
Rename wayland-compositor to weston
Kristian Høgsberg
26
-1269
/
+1273
2012-01-03
compositor-x11: improve x11_destroy()
Pekka Paalanen
1
-1
/
+31
2012-01-03
compositor-x11: implement x11_output_destroy()
Pekka Paalanen
1
-1
/
+14
2012-01-03
compositor: fix use after free in wlsc_zoom_frame
Pekka Paalanen
1
-1
/
+3
2012-01-03
compositor: add screenshooter destructor
Pekka Paalanen
3
-7
/
+28
2012-01-03
compositor: remove unused member from wlsc_input_device
Pekka Paalanen
1
-1
/
+0
2012-01-03
compositor: free region members on surface destroy
Pekka Paalanen
1
-0
/
+3
2012-01-03
compositor: add wlsc_input_device_fini()
Pekka Paalanen
2
-0
/
+15
2012-01-03
compositor: more cleanup on shutdown
Pekka Paalanen
1
-0
/
+7
2012-01-03
compositor: clean up signal event sources on exit
Pekka Paalanen
1
-4
/
+13
2012-01-03
compositor: avoid scheduling rendering on shutdown
Pekka Paalanen
1
-0
/
+3
2012-01-02
shell: destroy desktop_shell client on exit
Pekka Paalanen
1
-3
/
+3
2012-01-02
compositor: destroy all input binding objects on shutdown
Pekka Paalanen
3
-0
/
+14
2012-01-02
compositor: free regions in wlsc_output_repaint()
Pekka Paalanen
1
-1
/
+4
2012-01-02
compositor: add destructors to shell plugins
Pekka Paalanen
4
-2
/
+25
2011-12-29
x11: Clear X11 selection when we can't bridge the data type
Kristian Høgsberg
1
-0
/
+5
2011-12-28
Fix WL_EVENT_WRITEABLE typo
Kristian Høgsberg
2
-3
/
+3
2011-12-28
x11: Bridge Wayland selections to X11 CLIPBOARD selection
Kristian Høgsberg
3
-6
/
+327
2011-12-28
terminal: Don't close fd twice
Kristian Høgsberg
1
-1
/
+0
2011-12-27
x11: Handle BadWindow errors
Kristian Høgsberg
1
-0
/
+7
2011-12-27
x11: Remove destroy listener when X11 window is destroyed
Kristian Høgsberg
1
-0
/
+3
2011-12-27
x11: Store interesting window properties, dump a few more things
Kristian Høgsberg
1
-43
/
+127
2011-12-27
x11: Improvide debugging output a bit
Kristian Høgsberg
1
-26
/
+35
2011-12-27
x11: Remove a couple of done TODOs
Kristian Høgsberg
1
-9
/
+0
2011-12-27
compositor: Pull in hash table from protocol
Kristian Høgsberg
4
-11
/
+370
2011-12-27
x11: Bridge X11 CLIPBOARD selection to Wayland clients
Kristian Høgsberg
7
-82
/
+530
2011-12-23
compositor-x11: Use ARRAY_LENGTH macro from wayland-util.h
Kristian Høgsberg
1
-6
/
+4
2011-12-22
compositor: Handle disappearing surfaces and input devices for touch
Kristian Høgsberg
2
-14
/
+58
2011-12-22
clients: Add simple-touch client for testing touch events.
Kristian Høgsberg
3
-4
/
+316
2011-12-22
evdev: Store positions for all touch points in the evdev device
Kristian Høgsberg
1
-76
/
+91
2011-12-22
compositor: Send touch_up before clearing touch focus
Kristian Høgsberg
1
-4
/
+5
2011-12-22
window.c: Add touch event stubs
Kristian Høgsberg
1
-0
/
+39
2011-12-22
window.c: Rename input handlers to input_handle_*
Kristian Høgsberg
1
-28
/
+28
2011-12-22
compositor: Send out touch events accordingly
Tiago Vignatti
2
-0
/
+91
2011-12-22
evdev: Add ABS_MT_* support for direct touch devices
Tiago Vignatti
3
-38
/
+126
[next]