index
:
~krh/wayland
1.1
1.2
1.3
acquire-fd
better-array
fd-changes
fd-lock
fixed-optimization
input
malloc-closure
master
menu
next
opaque-resource
pointer-lock
pointer-lock-2
popup
prepare-read
protocol-changes
proxy-race
read-events
remote
session-manager
subscribe
testing
thread-safety
threads
video
yuv
personal wayland repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-20
Pass version number to global bind function
subscribe
Kristian Høgsberg
2
-7
/
+12
2011-04-20
scanner: Don't hardcode the wl_ prefix in the code generator
Kristian Høgsberg
3
-67
/
+67
2011-04-18
Use wl_client_post_global() for connect events
Kristian Høgsberg
1
-5
/
+1
2011-04-18
Introduce display.bind to request events from a global
Kristian Høgsberg
6
-24
/
+65
2011-04-13
Print line numbers in scanner errors
Kristian Høgsberg
1
-38
/
+33
2011-04-13
Move proxy prototype to wayland-client.h
Kristian Høgsberg
3
-32
/
+18
2011-04-13
Add lockfile to the socket
Jørgen Lind
1
-0
/
+54
2011-04-11
Merge remote-tracking branch 'bnf/surface-frame-event'
Kristian Høgsberg
5
-6
/
+21
2011-04-11
Make all fds close-on-exec
Kristian Høgsberg
3
-6
/
+11
2011-04-11
Make wl_client_create() public
Kristian Høgsberg
2
-1
/
+2
2011-04-11
Support passing the Wayland fd in the environment
Kristian Høgsberg
1
-17
/
+38
2011-04-06
Fix usage help text in wayland-scanner
Harald Fernengel
1
-1
/
+1
2011-03-16
Extent frame event to be surface dependent
Benjamin Franzke
5
-6
/
+21
2011-03-14
Close signal file descriptor in event loop on remove and failure.
Iskren Chernev
1
-5
/
+3
2011-03-14
Close timer file descriptors in event loop on remove and failure.
Iskren Chernev
1
-5
/
+3
2011-03-14
Stored signal_number in event_source structure.
Iskren Chernev
1
-0
/
+1
2011-03-14
Fix event loop timer update.
Iskren Chernev
1
-2
/
+2
2011-03-12
Fix double remove from surface destroy_listener_list
Kristian Høgsberg
1
-11
/
+13
2011-03-12
Server socket creation error handling.
Iskren Chernev
1
-12
/
+29
2011-03-12
Added wl_connection_create failure checks.
Iskren Chernev
3
-1
/
+12
2011-03-12
Better handling of creation errors in display.
Iskren Chernev
2
-1
/
+7
2011-03-12
Better cleanup on display creation failure.
Iskren Chernev
1
-0
/
+2
2011-03-01
Merge branch 'setup_display' of git://anongit.freedesktop.org/~bnf/wayland
Kristian Høgsberg
1
-36
/
+0
2011-02-28
protocol/wayland: Drop drm interface (move into mesa)
Benjamin Franzke
1
-36
/
+0
2011-02-25
Add wayland-scanner.mk to EXTRA_DIST for make distcheck
Rico Tzschichholz
1
-1
/
+3
2011-02-18
Only allow one listener per proxy
Kristian Høgsberg
1
-30
/
+13
2011-02-18
Several typo fixes in specs/main.tex
Liu, Xinyun
1
-5
/
+5
2011-02-14
Split into a core repository that only holds the core Wayland libraries
Kristian Høgsberg
61
-13320
/
+44
2011-02-14
compositor: Clip repaint to the damage region
Kristian Høgsberg
2
-37
/
+62
2011-02-14
compositor-drm: Flush before pageflipping
Benjamin Franzke
1
-0
/
+1
2011-02-13
compositor: Switch away from using VBOs and just stream the vertex data
Kristian Høgsberg
2
-42
/
+30
2011-02-13
Use pixman regions to reduce repainting
Kristian Høgsberg
4
-14
/
+82
2011-02-11
fix typo in window.c
Tim Wiederhake
1
-1
/
+1
2011-02-10
wayland-client: Support WAYLAND_DEBUG client side as well
Kristian Høgsberg
1
-0
/
+16
2011-02-10
configure: remove libdrm dependency for clients
Tiago Vignatti
1
-2
/
+2
2011-02-09
window.c: Use eglGetProcAddress to look up extension functions
Kristian Høgsberg
1
-7
/
+15
2011-02-09
window.c: Include wayland-egl.h before EGL headers so we get the right platform
Kristian Høgsberg
2
-5
/
+5
2011-02-09
wayland-egl: Define WL_EGL_PLATFORM in wayland-egl.h
Kristian Høgsberg
1
-0
/
+2
2011-02-08
compositor-x11: Don't send enter/leave notify if we have an implicit grab
Kristian Høgsberg
1
-0
/
+4
2011-02-07
Add struct wl_egl_display argument to wl_egl_window_create
Kristian Høgsberg
2
-2
/
+4
2011-02-07
Print object interface name when printing message arguments in debug mode
Kristian Høgsberg
1
-2
/
+6
2011-02-07
Follow wayland-egl renames
Kristian Høgsberg
2
-14
/
+13
2011-02-07
compositor: Implement super-tab window switching
Kristian Høgsberg
2
-10
/
+99
2011-02-07
compositor: Set repaint_on_timeout when we schedule a timeout repaint
Kristian Høgsberg
1
-0
/
+1
2011-02-07
simple-client: Port to wayland-egl and use eglSwapBuffers()
Kristian Høgsberg
2
-121
/
+56
2011-02-07
gears: Remove unused drm_fd field
Kristian Høgsberg
1
-1
/
+0
2011-02-07
Port window.c to use wayland-egl
Kristian Høgsberg
5
-96
/
+60
2011-02-07
Add wayland-egl.h
Benjamin Franzke
2
-1
/
+81
2011-02-01
Update compositor initiated resize to use a 3x3 grid
Kristian Høgsberg
1
-2
/
+10
2011-02-01
compositor: Calculate resizing direction
Benjamin Franzke
1
-3
/
+15
[next]