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-07-03
Move pixel buffer formats to wl_buffer
video
Kristian Høgsberg
4
-23
/
+14
2012-07-02
protocol: Add a couple of missing allow-null annotations
Kristian Høgsberg
1
-2
/
+2
2012-07-02
protocol: Explicitly mark requests which allow null arguments
Christopher James Halse Rogers
1
-9
/
+9
2012-07-02
protocol: Add explicit nullable types
Christopher James Halse Rogers
3
-12
/
+188
2012-06-30
tests: test that path names longer than 108 bytes are rejected
Dylan Noblesmith
2
-1
/
+86
2012-06-30
tests: fix make check for out-of-tree builds
Dylan Noblesmith
11
-12
/
+13
2012-06-30
tests: sort list of tests
Dylan Noblesmith
1
-9
/
+9
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-28
protocol: Change wording of pointer.set_cursor()
Ander Conselvan de Oliveira
1
-2
/
+3
2012-06-27
wl_shell: Don't require that parent surfaces are wl_shell_surfaces
Kristian Høgsberg
1
-2
/
+2
2012-06-25
configure.ac: Bump version to 0.94.90
0.94.90
Kristian Høgsberg
1
-2
/
+2
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-19
wayland-cursor: Plug leak of filename on load_all_cursors_from_dir()
Ander Conselvan de Oliveira
1
-1
/
+4
2012-06-18
Xcursor: Don't ignore unknown file types
Daniel Stone
1
-1
/
+2
2012-06-18
data-device: Fix list corruption when the source goes away
Kristian Høgsberg
1
-1
/
+2
2012-06-15
tests: Update test cases to new closure allocate convention
Kristian Høgsberg
2
-38
/
+36
2012-06-15
TODO: Remove cursor-as-regular-surface item
Kristian Høgsberg
1
-5
/
+0
2012-06-15
cursor: Add function for calculating current frame in cursor animation
Ander Conselvan de Oliveira
2
-7
/
+45
2012-06-15
protocol: replace pointer.attach with pointer.set_cursor
Ander Conselvan de Oliveira
1
-6
/
+21
2012-06-13
TODO: Update to account for changes from Daniel
Kristian Høgsberg
1
-14
/
+0
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-08
wayland-cursor: add an option that changes the cursor theme directory
Ander Conselvan de Oliveira
2
-1
/
+10
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
TODO: Drop clipboard manager item
Kristian Høgsberg
1
-12
/
+0
2012-06-03
data-device: Don't implement data source through data offer object
Kristian Høgsberg
2
-22
/
+39
2012-06-01
Add wl_keyboard::keymap event
Daniel Stone
1
-0
/
+18
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
Convert wl_pointer::axis to fixed
Daniel Stone
1
-1
/
+1
2012-05-31
Add key_state and button_state enums
Daniel Stone
3
-6
/
+30
2012-05-31
wl_keyboard: Add modifier event
Daniel Stone
3
-1
/
+34
2012-05-31
Always reset keyboard and pointer focus
Daniel Stone
1
-10
/
+8
2012-05-31
cursor: Fix warning with objdir != srcdir build
Daniel Stone
1
-1
/
+1
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
[next]