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
2012-05-11
Optimize wl_fixed_t to/from double conversion functions
fixed-optimization
Kristian Høgsberg
4
-12
/
+118
2012-05-11
TODO: Strike the last xkbcommon issues
Kristian Høgsberg
1
-7
/
+0
2012-05-10
protocol: Specify that the fullscreen framerate parameter is also mHz
Kristian Høgsberg
1
-1
/
+2
2012-05-10
protocol: Back out accidentally committed wl_seat changes
Kristian Høgsberg
1
-62
/
+38
2012-05-10
protocol: Add documentation for wl_output
Kristian Høgsberg
1
-13
/
+31
2012-05-09
TODO: More updates
Kristian Høgsberg
2
-54
/
+66
2012-05-08
Update TODO
Kristian Høgsberg
1
-8
/
+0
2012-05-08
Input: Convert pointer co-ordinates to signed_24_8
Daniel Stone
4
-28
/
+35
2012-05-08
Add support for signed 24.8 decimal numbers
Daniel Stone
6
-3
/
+81
2012-05-08
event-loop: Delete fd from epoll when removing event source
Kristian Høgsberg
1
-2
/
+6
2012-05-08
tests: prefix event loop tests with event_loop_
Kristian Høgsberg
1
-2
/
+2
2012-05-08
tests: assert that mask is zero is post_dispatch callback
Kristian Høgsberg
1
-0
/
+1
2012-05-08
tests: Add timerfd test
Kristian Høgsberg
1
-1
/
+31
2012-05-08
tests: Add signal test case
Kristian Høgsberg
1
-0
/
+28
2012-05-08
event-loop: Consolidate code for setting up new sources
Kristian Høgsberg
1
-98
/
+44
2012-05-08
event-loop: fix conditional checking
Tiago Vignatti
1
-1
/
+1
2012-05-07
TODO: drop scanner namespace item
Kristian Høgsberg
1
-3
/
+0
2012-05-07
scanner: Generalize desc_dump() to handle hanging indents
Kristian Høgsberg
1
-34
/
+65
2012-05-07
scanner: Fix desc_dump() to not extend beyond column 72
Kristian Høgsberg
1
-17
/
+11
2012-05-07
scanner: Use indent() function in desc_dump()
Kristian Høgsberg
1
-25
/
+19
2012-05-07
Use unsigned for key/button up/down state in grabs
Daniel Stone
3
-5
/
+5
2012-05-03
Use class_ instead of class in protocol
Kristian Høgsberg
1
-1
/
+1
2012-05-02
tests: Fix out-of-tree builds
Daniel Stone
1
-1
/
+1
2012-05-02
Add shell_surface set_title and set_class requests
Kristian Høgsberg
2
-9
/
+16
2012-05-02
server: Post new globals to current clients
Nicolas Pouillon
1
-0
/
+8
2012-05-01
protocol: Move ping event down to other events
Kristian Høgsberg
1
-8
/
+8
2012-04-27
Add wl_proxy_get_id()
Kristian Høgsberg
2
-0
/
+7
2012-04-27
Add wl_client_get_object()
Kristian Høgsberg
2
-0
/
+8
2012-04-27
Drop stale prototype
Kristian Høgsberg
1
-3
/
+0
2012-04-26
tests: Just list tests under the TESTS variable
Kristian Høgsberg
1
-4
/
+2
2012-04-25
Merge remote-tracking branch 'pq/for-krh'
Kristian Høgsberg
8
-29
/
+444
2012-04-25
Add COPYING
Kristian Høgsberg
1
-0
/
+22
2012-04-25
server: do not create wl_client if accept() failed
Pekka Paalanen
1
-2
/
+2
2012-04-25
os: wrap accept4(SOCK_CLOEXEC)
Pekka Paalanen
5
-8
/
+29
2012-04-25
os: wrap epoll_create
Pekka Paalanen
4
-1
/
+74
2012-04-25
os: wrap recvmsg(MSG_CMSG_CLOEXEC)
Pekka Paalanen
4
-1
/
+229
2012-04-25
tests: silence warnings from pipe()
Pekka Paalanen
1
-3
/
+5
2012-04-25
os: wrap F_DUPFD_CLOEXEC
Pekka Paalanen
4
-4
/
+91
2012-04-25
os: define SOCK_CLOEXEC on Linux
Pekka Paalanen
3
-9
/
+14
2012-04-25
os: remove unneeded errno assignment
Pekka Paalanen
1
-1
/
+0
2012-04-22
tests: Test invoking closures built with wl_closure_vmarshal()
Kristian Høgsberg
1
-0
/
+38
2012-04-22
connection: Make sure we can invoke closures built with wl_closure_vmarshal()
Kristian Høgsberg
1
-0
/
+7
2012-04-22
connection: Move closure object out of wl_connection
Kristian Høgsberg
6
-94
/
+96
2012-04-21
connection: Dont put fds in the connection until we send the closure
Kristian Høgsberg
1
-5
/
+30
2012-04-20
Update TODO
Kristian Høgsberg
1
-6
/
+0
2012-04-20
Add wl_surface.enter and wl_surface.leave events
Casey Dahlin
1
-0
/
+18
2012-04-20
tests: add .gitignore
Pekka Paalanen
1
-0
/
+10
2012-04-20
os: wrap socket(SOCK_CLOEXEC) calls
Pekka Paalanen
7
-3
/
+211
2012-04-20
tests: support testing fd inheritance over exec
Pekka Paalanen
5
-4
/
+124
2012-04-20
tests: plug fd leaks in free_source_with_data
Pekka Paalanen
1
-0
/
+5
[next]