index
:
~sardemff7/wayland
master
wip/shm_open
My Wayland WIP stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-24
Add client side demarshalling for events.
Kristian Høgsberg
7
-312
/
+322
2008-12-22
Track objects client side using a hash too.
Kristian Høgsberg
5
-52
/
+79
2008-12-22
Add a proxy for the server side output object.
Kristian Høgsberg
4
-18
/
+45
2008-12-22
Add a fullscreen mode to the terminal.
Kristian Høgsberg
3
-77
/
+168
2008-12-21
Add hook to allow globals to send cold-plug events to new clients.
Kristian Høgsberg
7
-22
/
+124
2008-12-21
Also check for interface version wl_display_get_object_id().
Kristian Høgsberg
3
-6
/
+8
2008-12-21
Send client id range as an event.
Kristian Høgsberg
4
-32
/
+68
2008-12-21
Represent event and method metadata with struct wl_message.
Kristian Høgsberg
4
-16
/
+11
2008-12-21
Move protocol metadata to wayland-protocol.[ch].
Kristian Høgsberg
9
-216
/
+263
2008-12-21
Advertise globals using a new display event.
Kristian Høgsberg
3
-61
/
+62
2008-12-21
Consolidate tty setup and fix a few spacing issues.
Kristian Høgsberg
1
-50
/
+31
2008-12-21
Oops, fix compilation.
Kristian Høgsberg
1
-4
/
+4
2008-12-21
Move coordinate transformation to pick_surface().
Kristian Høgsberg
1
-11
/
+8
2008-12-20
Only forward events to compositor if on active VT
Ray Strode
1
-0
/
+17
2008-12-19
Handle more control characters in terminal.
Kristian Høgsberg
1
-14
/
+14
2008-12-19
Ignore tty input
Ray Strode
1
-3
/
+75
2008-12-19
Drop the silly overlay hack.
Kristian Høgsberg
1
-162
/
+4
2008-12-19
Rename egl-compositor to wayland-system-compositor.
Kristian Høgsberg
5
-69
/
+81
2008-12-19
Use the new eagle config chooser for picking the config.
Kristian Høgsberg
1
-56
/
+13
2008-12-19
Remove visual debug prints.
Kristian Høgsberg
1
-4
/
+0
2008-12-19
Cache modesetting data and just do drmModeSetCrtc on vt enter.
Kristian Høgsberg
1
-68
/
+25
2008-12-19
Do vt ioctl on the right fd.
Kristian Høgsberg
1
-2
/
+3
2008-12-19
Restore framebuffer when switching back to VT
Ray Strode
1
-5
/
+98
2008-12-19
Add new event loop api for watching signals
Ray Strode
2
-0
/
+90
2008-12-18
Force pointer to stay on screen.
Ray Strode
1
-0
/
+10
2008-12-18
Scale background pixbuf when loading.
Kristian Høgsberg
1
-5
/
+4
2008-12-18
Fix rgb byte order for GdkPixbuf backgrounds.
Ray Strode
1
-1
/
+9
2008-12-18
Remember to handle rgb_visual case in surface_attach.
Kristian Høgsberg
1
-0
/
+2
2008-12-18
Add preliminary visual support.
Kristian Høgsberg
7
-29
/
+148
2008-12-18
Set terminal type to vt100.
Kristian Høgsberg
1
-0
/
+1
2008-12-18
Don't pin front buffer, kernel modesetting takes care of that now.
Kristian Høgsberg
1
-8
/
+0
2008-12-18
Fall back to solid color background if not image is found.
Kristian Høgsberg
1
-1
/
+5
2008-12-15
Redesign the compositor / server interface.
Kristian Høgsberg
9
-342
/
+286
2008-12-14
Use gdk-pixbuf for saving the screenshot.
Kristian Høgsberg
1
-119
/
+7
2008-12-14
Initialize count to 0 in wl_list_length().
Kristian Høgsberg
1
-0
/
+1
2008-12-12
Fix default input device path.
Kristian Høgsberg
1
-1
/
+2
2008-12-12
Handle per-device keyboard focus.
Kristian Høgsberg
1
-9
/
+8
2008-12-12
Don't close uninitialized fd, check forkpty error.
Kristian Høgsberg
1
-3
/
+6
2008-12-12
Make multi-pointer work.
Kristian Høgsberg
3
-47
/
+80
2008-12-12
Add option parsing using GOption.
Kristian Høgsberg
1
-5
/
+18
2008-12-12
Make sure we initialize object hash.
Kristian Høgsberg
3
-11
/
+42
2008-12-12
Use the screen size for sizing the background.
Kristian Høgsberg
1
-1
/
+1
2008-12-12
Pass -fPIC when compiling shared libraries.
Kristian Høgsberg
1
-0
/
+1
2008-12-12
Forgot to add egl-compositor.h.
Kristian Høgsberg
1
-0
/
+15
2008-12-11
Implement passive grabs on button clicks.
Kristian Høgsberg
1
-6
/
+20
2008-12-11
Rewrite input event delivery path.
Kristian Høgsberg
6
-181
/
+141
2008-12-10
Fix signature for pointer motion event.
Kristian Høgsberg
1
-1
/
+1
2008-12-10
Drop glx-compositor for now.
Kristian Høgsberg
2
-385
/
+1
2008-12-10
Install libraries plus headers and add pkg-config files.
Kristian Høgsberg
5
-2
/
+32
2008-12-10
Only send key events to toplevel surface.
Kristian Høgsberg
2
-23
/
+10
[next]