summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* event-loop: Dispatch idle callbacks twiceDerek Foreman2015-01-281-1/+3
* client: unref or destroy proxy when releasing queueMarek Chalupa2015-01-281-43/+60
* client: release display queue in wl_display_disconnect()Marek Chalupa2015-01-281-0/+1
* scanner: Fix header generation for server protocolsMariusz Ceier2015-01-271-1/+1
* cosmetic: Cleanup trailing whitespaceBryce Harrington2015-01-261-15/+15
* cosmetic: Move the deprecated functions back to the end of the fileDerek Foreman2015-01-261-50/+55
* doc: made functions taking wl_event_queue arg belong to wl_event_queueBill Spitzak2015-01-231-4/+19
* doc: Remove wl_map from documentationBill Spitzak2015-01-231-0/+4
* doc: Remove deprecated functions from documentationBill Spitzak2015-01-231-1/+3
* doc: add missing \memberof to wl_display_get_protocol_errorBill Spitzak2015-01-231-4/+3
* server: Use existing id variable when inserting created objectJonas Ådahl2015-01-231-3/+2
* client: update documentation about threadingMarek Chalupa2014-12-091-36/+116
* client: update obsolete commentsMarek Chalupa2014-12-092-46/+62
* scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))Seedo Eldho Paul2014-11-281-1/+1
* doc: fixed grammar and a typoDerek Foreman2014-11-271-2/+2
* doc: Removed extra indentation from wl_list code sampleBill Spitzak2014-11-261-4/+4
* doc: Removed \ref when it refers to the subject the text is attached toBill Spitzak2014-11-252-6/+6
* doc: fixed a typoBill Spitzak2014-11-251-1/+1
* v4 doc: fixed reference to non-existent functionBill Spitzak2014-11-251-3/+0
* doc: Added \code tags around sample code in doxygen commentsBill Spitzak2014-11-253-31/+32
* server: increase listen queue to 128Imran Zaman2014-11-241-1/+1
* client: read_events should return -1 after an errorMarek Chalupa2014-11-211-0/+5
* gitignore: adpat to scanner and protocol path changesOlivier Blin2014-11-191-4/+0
* connection: abort if a listener function is NULLRyo Munakata2014-11-121-0/+5
* Remove useless semicolon.Carlos Olmedo Escobar2014-11-121-1/+1
* doc: Added API documentation for wl_display_destroy and wl_display_add_socket...Srivardhan Hebbar2014-11-111-0/+38
* Don't document an absent parameter.Bryce Harrington2014-11-111-1/+0
* scanner, client: Added more error checks when strtol function is usedImran Zaman2014-11-102-2/+7
* wayland-server: Abort if a read from a client gives 0 lengthPhilip Withnall2014-11-051-1/+1
* event-loop.c: Use correct OS abstraction function for dupfd()Philip Withnall2014-11-051-1/+1
* connection: Fix sendmsg() on FreeBSDPhilip Withnall2014-11-051-1/+1
* cosmetic: convert some function returns from int to boolDerek Foreman2014-11-042-7/+9
* connection: Leave fd open in wl_connection_destroyBenjamin Herr2014-11-043-4/+7
* doc: Mark up some code examplesBenjamin Herr2014-11-031-14/+18
* scanner: Remove stray newlineJonas Ådahl2014-09-231-1/+0
* scanner: Improve XML parse error reportingJonas Ådahl2014-09-231-2/+8
* shm: fix error in commentDerek Foreman2014-09-111-1/+1
* client: cancel read in wl_display_read_events() when last_error is setMarek Chalupa2014-09-111-3/+10
* client: wake-up threads on all return paths from read_eventsMarek Chalupa2014-09-111-1/+6
* client: add display_wakeup_threads functionMarek Chalupa2014-09-041-12/+25
* wayland-client: Initialize newly created wl_proxys to zeroNils Chr. Brause2014-09-041-6/+4
* client: check for error in wl_display_read_eventsMarek Chalupa2014-08-221-0/+7
* client: broadcast the right pthread_cond variableMarek Chalupa2014-08-221-0/+16
* client: drop unused event queue cond and list variablesOlivier Blin2014-08-221-22/+0
* client: remove unused variableMarek Chalupa2014-08-211-1/+0
* server: Don't expose wl_display as a globalJasper St. Pierre2014-08-211-20/+8
* client: add a public function to make a roundtrip on a custom queueGiulio Camuffo2014-08-212-3/+23
* event-loop: make signalfd non-blockingMarek Chalupa2014-08-181-2/+2
* scanner: Make emit_structs more explicitJasper St. Pierre2014-08-181-13/+12
* scanner: Use an enum to determine the type of thing we're writing outJasper St. Pierre2014-08-181-6/+11