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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-30
wayland-client: reject socket paths longer than 108 bytes
Dylan Noblesmith
1
-1
/
+13
2012-06-30
wayland-server: reject socket paths longer than 108 bytes
Dylan Noblesmith
1
-1
/
+15
2012-06-30
wayland-server: add more logging of errors
Dylan Noblesmith
1
-0
/
+2
2012-06-30
wayland-server: fix socket ownership race condition
Dylan Noblesmith
1
-10
/
+10
2012-06-30
wayland-server: fix fd leak on error path
Dylan Noblesmith
1
-8
/
+16
2012-06-30
drop use of strerror()
Dylan Noblesmith
2
-2
/
+2
2012-06-30
wayland-server: reduce use of magic numbers
Dylan Noblesmith
1
-6
/
+15
2012-06-28
Allocate client proxy automatically for new objects
Kristian Høgsberg
4
-4
/
+57
2012-06-22
Send modifier event to pointer focus when it changes too
Kristian Høgsberg
1
-17
/
+31
2012-06-22
Send keyboard modifier event using the keyboard resource
Kristian Høgsberg
1
-1
/
+1
2012-06-22
Maintain keyboard modifier state in wayland-server
Daniel Stone
2
-1
/
+26
2012-06-18
data-device: Fix list corruption when the source goes away
Kristian Høgsberg
1
-1
/
+2
2012-06-13
connection: Set closure->start in demarshal too
malloc-closure
Kristian Høgsberg
1
-0
/
+1
2012-06-13
connection: Always malloc closure
Kristian Høgsberg
4
-65
/
+62
2012-06-12
wayland-server: Add destroy signal to wl_seat
Jonas Ådahl
2
-0
/
+5
2012-06-12
wayland-util: wl_list_insert_list() should accept empty lists
Jonas Ådahl
1
-0
/
+3
2012-06-06
server: require XDG_RUNTIME_DIR
Pekka Paalanen
1
-7
/
+10
2012-06-06
client: require XDG_RUNTIME_DIR
Pekka Paalanen
1
-8
/
+11
2012-06-05
Add a focus change signal for wl_pointer and wl_keyboard
Kristian Høgsberg
2
-0
/
+6
2012-06-03
data-device: Don't implement data source through data offer object
Kristian Høgsberg
2
-22
/
+39
2012-05-31
data-device: Handle setting a NULL selection source
Kristian Høgsberg
1
-5
/
+9
2012-05-31
data-device: Emit selection_signal also when we lose the selection
Kristian Høgsberg
1
-0
/
+2
2012-05-31
data-device: Only send out NULL selection if we have a resource
Kristian Høgsberg
1
-1
/
+2
2012-05-31
Add key_state and button_state enums
Daniel Stone
2
-6
/
+11
2012-05-31
wl_keyboard: Add modifier event
Daniel Stone
2
-1
/
+21
2012-05-31
Always reset keyboard and pointer focus
Daniel Stone
1
-10
/
+8
2012-05-31
Wayland: logging: replace printf by wl_log
Martin Minarik
1
-10
/
+7
2012-05-31
Wayland: logging
Martin Minarik
7
-0
/
+41
2012-05-29
build: add uninstalled pkg-config files
Pekka Paalanen
2
-0
/
+16
2012-05-29
data-device: implement drags with no data source for self-dnd
Ander Conselvan de Oliveira
2
-21
/
+38
2012-05-25
data-device: fix crash when a client dies during a drag with an icon
Ander Conselvan de Oliveira
1
-1
/
+1
2012-05-23
shm: use mremap on pool resize
Ander Conselvan de Oliveira
1
-7
/
+5
2012-05-22
shm: Zero busy count for allocated buffers
Rob Bradford
1
-0
/
+1
2012-05-22
server: Initialise serial number counter for wl_display
Rob Bradford
1
-0
/
+1
2012-05-22
shm: Add request for resizing pools
Ander Conselvan de Oliveira
1
-5
/
+30
2012-05-16
Convert wl_input_device to wl_seat (and friends)
Daniel Stone
3
-251
/
+394
2012-05-14
Optimize wl_fixed_t to/from double conversion functions
Kristian Høgsberg
2
-11
/
+25
2012-05-08
Input: Convert pointer co-ordinates to signed_24_8
Daniel Stone
3
-16
/
+23
2012-05-08
Add support for signed 24.8 decimal numbers
Daniel Stone
5
-3
/
+55
2012-05-08
event-loop: Delete fd from epoll when removing event source
Kristian Høgsberg
1
-2
/
+6
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
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-02
server: Post new globals to current clients
Nicolas Pouillon
1
-0
/
+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
[next]