index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Send modifier event to pointer focus when it changes too
Kristian Høgsberg
2012-06-22
1
-17
/
+31
*
Send keyboard modifier event using the keyboard resource
Kristian Høgsberg
2012-06-22
1
-1
/
+1
*
Maintain keyboard modifier state in wayland-server
Daniel Stone
2012-06-22
2
-1
/
+26
*
data-device: Fix list corruption when the source goes away
Kristian Høgsberg
2012-06-18
1
-1
/
+2
*
connection: Set closure->start in demarshal too
Kristian Høgsberg
2012-06-13
1
-0
/
+1
*
connection: Always malloc closure
Kristian Høgsberg
2012-06-13
4
-65
/
+62
*
wayland-server: Add destroy signal to wl_seat
Jonas Ådahl
2012-06-12
2
-0
/
+5
*
wayland-util: wl_list_insert_list() should accept empty lists
Jonas Ådahl
2012-06-12
1
-0
/
+3
*
server: require XDG_RUNTIME_DIR
Pekka Paalanen
2012-06-06
1
-7
/
+10
*
client: require XDG_RUNTIME_DIR
Pekka Paalanen
2012-06-06
1
-8
/
+11
*
Add a focus change signal for wl_pointer and wl_keyboard
Kristian Høgsberg
2012-06-05
2
-0
/
+6
*
data-device: Don't implement data source through data offer object
Kristian Høgsberg
2012-06-03
2
-22
/
+39
*
data-device: Handle setting a NULL selection source
Kristian Høgsberg
2012-05-31
1
-5
/
+9
*
data-device: Emit selection_signal also when we lose the selection
Kristian Høgsberg
2012-05-31
1
-0
/
+2
*
data-device: Only send out NULL selection if we have a resource
Kristian Høgsberg
2012-05-31
1
-1
/
+2
*
Add key_state and button_state enums
Daniel Stone
2012-05-31
2
-6
/
+11
*
wl_keyboard: Add modifier event
Daniel Stone
2012-05-31
2
-1
/
+21
*
Always reset keyboard and pointer focus
Daniel Stone
2012-05-31
1
-10
/
+8
*
Wayland: logging: replace printf by wl_log
Martin Minarik
2012-05-31
1
-10
/
+7
*
Wayland: logging
Martin Minarik
2012-05-31
7
-0
/
+41
*
build: add uninstalled pkg-config files
Pekka Paalanen
2012-05-29
2
-0
/
+16
*
data-device: implement drags with no data source for self-dnd
Ander Conselvan de Oliveira
2012-05-29
2
-21
/
+38
*
data-device: fix crash when a client dies during a drag with an icon
Ander Conselvan de Oliveira
2012-05-25
1
-1
/
+1
*
shm: use mremap on pool resize
Ander Conselvan de Oliveira
2012-05-23
1
-7
/
+5
*
shm: Zero busy count for allocated buffers
Rob Bradford
2012-05-22
1
-0
/
+1
*
server: Initialise serial number counter for wl_display
Rob Bradford
2012-05-22
1
-0
/
+1
*
shm: Add request for resizing pools
Ander Conselvan de Oliveira
2012-05-22
1
-5
/
+30
*
Convert wl_input_device to wl_seat (and friends)
Daniel Stone
2012-05-16
3
-247
/
+390
*
Optimize wl_fixed_t to/from double conversion functions
Kristian Høgsberg
2012-05-14
2
-11
/
+25
*
Input: Convert pointer co-ordinates to signed_24_8
Daniel Stone
2012-05-08
3
-16
/
+23
*
Add support for signed 24.8 decimal numbers
Daniel Stone
2012-05-08
5
-3
/
+55
*
event-loop: Delete fd from epoll when removing event source
Kristian Høgsberg
2012-05-08
1
-2
/
+6
*
event-loop: Consolidate code for setting up new sources
Kristian Høgsberg
2012-05-08
1
-98
/
+44
*
event-loop: fix conditional checking
Tiago Vignatti
2012-05-08
1
-1
/
+1
*
scanner: Generalize desc_dump() to handle hanging indents
Kristian Høgsberg
2012-05-07
1
-34
/
+65
*
scanner: Fix desc_dump() to not extend beyond column 72
Kristian Høgsberg
2012-05-07
1
-17
/
+11
*
scanner: Use indent() function in desc_dump()
Kristian Høgsberg
2012-05-07
1
-25
/
+19
*
Use unsigned for key/button up/down state in grabs
Daniel Stone
2012-05-07
3
-5
/
+5
*
server: Post new globals to current clients
Nicolas Pouillon
2012-05-02
1
-0
/
+8
*
Add wl_proxy_get_id()
Kristian Høgsberg
2012-04-27
2
-0
/
+7
*
Add wl_client_get_object()
Kristian Høgsberg
2012-04-27
2
-0
/
+8
*
Drop stale prototype
Kristian Høgsberg
2012-04-27
1
-3
/
+0
*
server: do not create wl_client if accept() failed
Pekka Paalanen
2012-04-25
1
-2
/
+2
*
os: wrap accept4(SOCK_CLOEXEC)
Pekka Paalanen
2012-04-25
3
-8
/
+25
*
os: wrap epoll_create
Pekka Paalanen
2012-04-25
3
-1
/
+23
*
os: wrap recvmsg(MSG_CMSG_CLOEXEC)
Pekka Paalanen
2012-04-25
3
-1
/
+54
*
os: wrap F_DUPFD_CLOEXEC
Pekka Paalanen
2012-04-25
3
-1
/
+24
*
os: define SOCK_CLOEXEC on Linux
Pekka Paalanen
2012-04-25
2
-2
/
+13
*
os: remove unneeded errno assignment
Pekka Paalanen
2012-04-25
1
-1
/
+0
*
connection: Make sure we can invoke closures built with wl_closure_vmarshal()
Kristian Høgsberg
2012-04-22
1
-0
/
+7
[next]