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
*
scanner: don't emit the extern declarations for external types
Giulio Camuffo
2015-06-01
1
-7
/
+3
*
remove trailing whitespaces
Michael Vetter
2015-05-15
1
-1
/
+1
*
scanner: simplify the getopt logic
Pekka Paalanen
2015-05-08
1
-30
/
+14
*
scanner: add a new --include-core-only option
Giulio Camuffo
2015-04-30
1
-59
/
+149
*
wayland-egl: add a core header
Giulio Camuffo
2015-04-30
2
-28
/
+57
*
introduce new headers wayland-client-core.h and wayland-server-core.h
Giulio Camuffo
2015-04-30
4
-526
/
+603
*
scanner: Fail on empty enumerations
Jonas Ådahl
2015-04-08
1
-0
/
+4
*
Add support for direct file reading and writing in wayland-scanner.
Jussi Pakkanen
2015-03-27
1
-5
/
+21
*
Spelling fixes (cosmetic)
Bryce Harrington
2015-03-19
2
-3
/
+3
*
server: give more precise error message
Marek Chalupa
2015-03-19
1
-5
/
+6
*
client: Fix typo
Bryce Harrington
2015-03-18
1
-1
/
+1
*
event-loop: Dispatch idle callbacks twice
Derek Foreman
2015-01-28
1
-1
/
+3
*
client: unref or destroy proxy when releasing queue
Marek Chalupa
2015-01-28
1
-43
/
+60
*
client: release display queue in wl_display_disconnect()
Marek Chalupa
2015-01-28
1
-0
/
+1
*
scanner: Fix header generation for server protocols
Mariusz Ceier
2015-01-27
1
-1
/
+1
*
cosmetic: Cleanup trailing whitespace
Bryce Harrington
2015-01-26
1
-15
/
+15
*
cosmetic: Move the deprecated functions back to the end of the file
Derek Foreman
2015-01-26
1
-50
/
+55
*
doc: made functions taking wl_event_queue arg belong to wl_event_queue
Bill Spitzak
2015-01-23
1
-4
/
+19
*
doc: Remove wl_map from documentation
Bill Spitzak
2015-01-23
1
-0
/
+4
*
doc: Remove deprecated functions from documentation
Bill Spitzak
2015-01-23
1
-1
/
+3
*
doc: add missing \memberof to wl_display_get_protocol_error
Bill Spitzak
2015-01-23
1
-4
/
+3
*
server: Use existing id variable when inserting created object
Jonas Ådahl
2015-01-23
1
-3
/
+2
*
client: update documentation about threading
Marek Chalupa
2014-12-09
1
-36
/
+116
*
client: update obsolete comments
Marek Chalupa
2014-12-09
2
-46
/
+62
*
scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))
Seedo Eldho Paul
2014-11-28
1
-1
/
+1
*
doc: fixed grammar and a typo
Derek Foreman
2014-11-27
1
-2
/
+2
*
doc: Removed extra indentation from wl_list code sample
Bill Spitzak
2014-11-26
1
-4
/
+4
*
doc: Removed \ref when it refers to the subject the text is attached to
Bill Spitzak
2014-11-25
2
-6
/
+6
*
doc: fixed a typo
Bill Spitzak
2014-11-25
1
-1
/
+1
*
v4 doc: fixed reference to non-existent function
Bill Spitzak
2014-11-25
1
-3
/
+0
*
doc: Added \code tags around sample code in doxygen comments
Bill Spitzak
2014-11-25
3
-31
/
+32
*
server: increase listen queue to 128
Imran Zaman
2014-11-24
1
-1
/
+1
*
client: read_events should return -1 after an error
Marek Chalupa
2014-11-21
1
-0
/
+5
*
gitignore: adpat to scanner and protocol path changes
Olivier Blin
2014-11-19
1
-4
/
+0
*
connection: abort if a listener function is NULL
Ryo Munakata
2014-11-12
1
-0
/
+5
*
Remove useless semicolon.
Carlos Olmedo Escobar
2014-11-12
1
-1
/
+1
*
doc: Added API documentation for wl_display_destroy and wl_display_add_socket...
Srivardhan Hebbar
2014-11-11
1
-0
/
+38
*
Don't document an absent parameter.
Bryce Harrington
2014-11-11
1
-1
/
+0
*
scanner, client: Added more error checks when strtol function is used
Imran Zaman
2014-11-10
2
-2
/
+7
*
wayland-server: Abort if a read from a client gives 0 length
Philip Withnall
2014-11-05
1
-1
/
+1
*
event-loop.c: Use correct OS abstraction function for dupfd()
Philip Withnall
2014-11-05
1
-1
/
+1
*
connection: Fix sendmsg() on FreeBSD
Philip Withnall
2014-11-05
1
-1
/
+1
*
cosmetic: convert some function returns from int to bool
Derek Foreman
2014-11-04
2
-7
/
+9
*
connection: Leave fd open in wl_connection_destroy
Benjamin Herr
2014-11-04
3
-4
/
+7
*
doc: Mark up some code examples
Benjamin Herr
2014-11-03
1
-14
/
+18
*
scanner: Remove stray newline
Jonas Ådahl
2014-09-23
1
-1
/
+0
*
scanner: Improve XML parse error reporting
Jonas Ådahl
2014-09-23
1
-2
/
+8
*
shm: fix error in comment
Derek Foreman
2014-09-11
1
-1
/
+1
*
client: cancel read in wl_display_read_events() when last_error is set
Marek Chalupa
2014-09-11
1
-3
/
+10
*
client: wake-up threads on all return paths from read_events
Marek Chalupa
2014-09-11
1
-1
/
+6
[next]