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-04-12
Introduce wl_signal
testing
Kristian Høgsberg
3
-55
/
+75
2012-04-11
Switch protocol to using serial numbers for ordering events and requests
Kristian Høgsberg
6
-93
/
+130
2012-04-11
remove superfluous functions
Jørgen Lind
1
-7
/
+0
2012-04-06
wayland-util.h: Include stddef.h for size_t
Benjamin Franzke
1
-0
/
+1
2012-04-03
shm: Allocate shm buffers through new wl_shm_pool interface
Kristian Høgsberg
2
-54
/
+147
2012-04-02
wayland-utils: add wl_list_for_each_reverse_safe macro.
Alex Wu
1
-0
/
+8
2012-03-30
Fix remaining signedness errors
Kristian Høgsberg
2
-4
/
+4
2012-03-30
wayland-util: Fix wl_array signedness warnings
Kristian Høgsberg
2
-5
/
+5
2012-03-30
connection.c: Fix signedness warnings
Kristian Høgsberg
1
-3
/
+3
2012-03-30
Move DIV_ROUNDUP out of public header, remove unused ALIGN
Kristian Høgsberg
2
-2
/
+2
2012-03-30
shm: Fix stride signedness in protocol
Kristian Høgsberg
2
-2
/
+2
2012-03-30
server: fix button signedness in wl_grab_interface
Pekka Paalanen
3
-3
/
+3
2012-03-30
scanner: fix a signedness warning
Pekka Paalanen
1
-1
/
+1
2012-03-30
shm: fix cosmetic gcc warnings
Pekka Paalanen
1
-2
/
+2
2012-03-30
server: fix signedness in wl_client_connection_data
Pekka Paalanen
1
-1
/
+2
2012-03-30
configure: add -Wextra -Wno-unused-parameter
Pekka Paalanen
1
-1
/
+1
2012-03-29
docs: Touch ouput dir Wayland to update timestamp
Kristian Høgsberg
1
-0
/
+1
2012-03-29
Remove unused bits from wayland-server.h
Kristian Høgsberg
1
-17
/
+0
2012-03-28
Update TODO
Kristian Høgsberg
1
-2
/
+0
2012-03-28
doc: consistently indent the xml files by 2 spaces
Peter Hutterer
5
-383
/
+383
2012-03-28
doc: rename Procotol to ProtocolSpec and WaylandProtocol to Protocol
Peter Hutterer
4
-30
/
+30
2012-03-28
doc: remove unused example files
Peter Hutterer
5
-80
/
+0
2012-03-28
doc: move documentation from the tex file to docbook
Peter Hutterer
6
-661
/
+947
2012-03-27
Fix formatting warning
Kristian Høgsberg
1
-1
/
+2
2012-03-27
data-device: notify the compositor about new drag icons
Ander Conselvan de Oliveira
3
-0
/
+8
2012-03-26
Remove wl_buffer.damage and simplify shm implementation
Kristian Høgsberg
4
-73
/
+10
2012-03-24
Add simple memory leak check to all tests.
U. Artie Eoff
5
-1
/
+37
2012-03-24
connection-test: Add test case to stress connection buffers
Kristian Høgsberg
1
-0
/
+22
2012-03-24
connection-test: Test fd transport
Kristian Høgsberg
1
-0
/
+24
2012-03-23
connection-test: Add more test cases
Kristian Høgsberg
1
-0
/
+8
2012-03-23
connection-test: Store expected result in struct marshal_data
Kristian Høgsberg
1
-23
/
+25
2012-03-23
tests: Add marshal+demarshal connection test
Kristian Høgsberg
1
-0
/
+51
2012-03-23
tests: Use different connections for read and write tests
Kristian Høgsberg
1
-16
/
+42
2012-03-23
connection: Just look at buffer size and remove redundant n_fds_out
Kristian Høgsberg
1
-5
/
+7
2012-03-23
connection: Set n_fds_out to 0 when we send out the fds
Kristian Høgsberg
1
-1
/
+1
2012-03-22
Add protocol for axis events
Scott Moreau
1
-0
/
+16
2012-03-21
tests: Remove debug printf
Kristian Høgsberg
1
-1
/
+0
2012-03-21
event-loop: Use two-step destruction of event loop sources.
Jonas Ådahl
1
-50
/
+49
2012-03-21
tests: Add test case for freeing source with pending data
Kristian Høgsberg
1
-0
/
+70
2012-03-20
Check arguments to wl_resource_post_error in gcc
Bill Spitzak
1
-1
/
+2
2012-03-20
configure: Add option to disable building documentation.
Üstün Ergenoğlu
1
-1
/
+9
2012-03-20
test: add a unit test for the event loop post dispatch check
Ander Conselvan de Oliveira
2
-2
/
+58
2012-03-20
event-loop: always do the post-dispatch check
Ander Conselvan de Oliveira
1
-1
/
+2
2012-03-20
TODO: Pull in updated TODO list from 1.0 roadmap email
Kristian Høgsberg
1
-38
/
+166
2012-03-16
doc: Don't list directories in list of files to install
Kristian Høgsberg
1
-1
/
+1
2012-03-10
Flush the connection if we have to many marshaled fds
Ander Conselvan de Oliveira
1
-4
/
+26
2012-03-05
test-runner.c: Consolidate test running code
Kristian Høgsberg
1
-16
/
+23
2012-03-05
tests: Add demarshal tests
Kristian Høgsberg
1
-0
/
+77
2012-03-05
tests: Add more marshal tests
Kristian Høgsberg
1
-0
/
+22
2012-03-05
tests: Simplify connection tests a bit
Kristian Høgsberg
1
-9
/
+6
[next]