index
:
~halfline/wayland
dbus-attempt
ignore-tty
local-changes
master
newhash
vt-restore
Ray's clone of krh's wayland project
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wayland.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-05
Generate a random socket address and export on bus
Ray Strode
1
-0
/
+19
2008-12-22
Create loop in a main() and pass to ec constructor
Ray Strode
1
-6
/
+2
2008-12-18
Add preliminary visual support.
Kristian Høgsberg
1
-6
/
+2
2008-12-15
Redesign the compositor / server interface.
Kristian Høgsberg
1
-195
/
+93
2008-12-12
Make multi-pointer work.
Kristian Høgsberg
1
-1
/
+1
2008-12-12
Make sure we initialize object hash.
Kristian Høgsberg
1
-6
/
+12
2008-12-11
Rewrite input event delivery path.
Kristian Høgsberg
1
-48
/
+24
2008-12-10
Only send key events to toplevel surface.
Kristian Høgsberg
1
-23
/
+0
2008-12-10
Feed button events through compositor.
Kristian Høgsberg
1
-30
/
+20
2008-12-10
Feed motion events through compositor.
Kristian Høgsberg
1
-18
/
+23
2008-12-10
Drop surface iterator API, just track surfaces in the compositor.
Kristian Høgsberg
1
-51
/
+0
2008-12-10
Pass button clicks through to compositor.
Kristian Høgsberg
1
-0
/
+12
2008-12-07
Fix API to always include socket name length.
Kristian Høgsberg
1
-7
/
+8
2008-12-05
Make the wayland server a library used by the compositors.
Kristian Høgsberg
1
-63
/
+5
2008-12-05
Use type strings for method and event signatures.
Kristian Høgsberg
1
-121
/
+53
2008-12-02
Exit if load_compositor() fails.
Kristian Høgsberg
1
-1
/
+2
2008-12-02
Put Wayland under the MIT license.
Kristian Høgsberg
1
-0
/
+22
2008-11-28
Add wl_client_marshal() for sending events.
Kristian Høgsberg
1
-38
/
+87
2008-11-28
Generalize event loop a bit and pull in the timerfd stuff.
Kristian Høgsberg
1
-3
/
+2
2008-11-28
Finally implement the commit/ack/frame protocol and improve repaint loop.
Kristian Høgsberg
1
-10
/
+24
2008-11-26
Make ack event signal that the requests have been composited.
Kristian Høgsberg
1
-6
/
+28
2008-11-25
Add commit request + ack event to wayland core.
Kristian Høgsberg
1
-0
/
+23
2008-11-24
Add keyboard input, move input device creation to compositor.
Kristian Høgsberg
1
-30
/
+29
2008-11-24
Expose screenshooting as an interface, drop SIGUSR hack.
Kristian Høgsberg
1
-27
/
+18
2008-11-23
Generalize the object advertising mechanism.
Kristian Høgsberg
1
-1
/
+33
2008-11-21
Move pointer drawing into compositor.
Kristian Høgsberg
1
-0
/
+10
2008-11-08
Add prototypes warnings, use -fvisibility.
Kristian Høgsberg
1
-25
/
+15
2008-11-07
Add copy and damage surface requests.
Kristian Høgsberg
1
-5
/
+53
2008-11-06
dlopen the compositor, add a glx compositor.
Kristian Høgsberg
1
-9
/
+40
2008-11-06
Add README for the adventurous, allow evdev override from getenv().
Kristian Høgsberg
1
-1
/
+7
2008-11-06
Add crude input device support.
Kristian Høgsberg
1
-2
/
+95
2008-11-06
Track client objects and destroy them on disconnect.
Kristian Høgsberg
1
-6
/
+34
2008-11-06
Recomposite screen in idle handler.
Kristian Høgsberg
1
-0
/
+6
2008-11-06
Handle multiple clients better.
Kristian Høgsberg
1
-6
/
+90
2008-11-06
Split out connection io buffer logic.
Kristian Høgsberg
1
-195
/
+88
2008-11-06
Make in and out circular buffers actually work.
Kristian Høgsberg
1
-45
/
+150
2008-11-06
Add surface.map request.
Kristian Høgsberg
1
-9
/
+49
2008-10-07
Bunch of new stuff: simple compositor, cairo+gem use in client, events.
Kristian Høgsberg
1
-94
/
+145
2008-09-30
Initial commit.
Kristian Høgsberg
1
-0
/
+423