summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixup doc: Make it easier to add a new doxygen pageBill Spitzak2014-12-181-1/+1
* doc: Make it easier to add a new doxygen pageBill Spitzak2014-12-184-41/+25
* doc: fix for parallel makeBill Spitzak2014-12-181-3/+4
* doc: Split libwayland-client and -server into different pagesBill Spitzak2014-12-164-35/+24
* doc: fix doxygen->man command lineBill Spitzak2014-12-161-2/+7
* doc: Minor makefile cleanup.Jon A. Cruz2014-12-161-7/+13
* doc: General makefile cleanup.Jon A. Cruz2014-12-161-31/+46
* client: update documentation about threadingMarek Chalupa2014-12-091-36/+116
* client: update obsolete commentsMarek Chalupa2014-12-092-46/+62
* doc: Add config check for doxygen 1.6.0+.Jon A. Cruz2014-12-081-0/+8
* doc: Remove duplicated descriptions of wayland objectsBill Spitzak2014-12-051-11/+5
* doc: removed redundant dependencyBill Spitzak2014-12-051-2/+2
* doc: Invoke doxygen via the defined make variable.Jon A. Cruz2014-12-051-3/+3
* doc: Removed redundant xslt output elements.Jon A. Cruz2014-12-012-2/+0
* tests: fix memory leakMarek Chalupa2014-12-012-10/+14
* tests: split queue-test testcasesMarek Chalupa2014-12-011-1/+19
* tests: detect if debugger is attachedMarek Chalupa2014-12-011-3/+41
* tests: use color when printing on terminalMarek Chalupa2014-11-281-7/+45
* test-runner: print separator line after each test-caseMarek Chalupa2014-11-281-0/+3
* tests: rename env vars for testsMarek Chalupa2014-11-281-3/+6
* 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
* doc: removed some unnecessary nested listing from doxygen outputBill Spitzak2014-11-251-20/+8
* doc: Don't print dash if doxygen brief description missingBill Spitzak2014-11-251-3/+5
* doc: preserve links produced by DoxygenBill Spitzak2014-11-252-15/+9
* doc: Preserve spacesBill Spitzak2014-11-251-0/+4
* doc: make rebuilds doxygen output on code changesBill Spitzak2014-11-251-1/+1
* server: increase listen queue to 128Imran Zaman2014-11-241-1/+1
* client: read_events should return -1 after an errorMarek Chalupa2014-11-212-2/+7
* gitignore: adpat to scanner and protocol path changesOlivier Blin2014-11-192-5/+1
* tests: don't print '\0' characterMarek Chalupa2014-11-191-2/+2
* queue-test: put back timeoutMarek Chalupa2014-11-171-0/+2
* tests: use test_set_timeout in display-testMarek Chalupa2014-11-171-4/+4
* tests: add timeout testsMarek Chalupa2014-11-171-0/+67
* tests: add test_usleep and test_sleep functionsMarek Chalupa2014-11-173-15/+44
* tests: add timeoutMarek Chalupa2014-11-172-0/+54
* 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
* tests: use our own XDG_RUNTIME_DIR for testsMarek Chalupa2014-11-101-0/+52
* queue-test: Add another assertionPhilip Withnall2014-11-051-1/+1
* 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