summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "client: require WAYLAND_DISPLAY to be set"Pekka Paalanen2015-08-241-6/+4
* client: require WAYLAND_DISPLAY to be setDima Ryazanov2015-08-141-4/+6
* wayland-client : Fix queue_release not to call proxy_destroyElvis Lee2015-08-061-4/+6
* scanner: check sanity of versionMarek Chalupa2015-07-301-9/+30
* scanner: use zxallocMarek Chalupa2015-07-301-43/+40
* scanner: get rid of leaksMarek Chalupa2015-07-301-4/+102
* scanner: refactor creating objectsMarek Chalupa2015-07-301-53/+111
* cosmetic: gratuitous whitespace changes in event-loop.cDerek Foreman2015-06-231-1/+1
* wayland-server: Fix style on multi-line commentBryce Harrington2015-06-121-2/+3
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-1218-288/+342
* scanner: don't emit the extern declarations for external typesGiulio Camuffo2015-06-011-7/+3
* remove trailing whitespacesMichael Vetter2015-05-151-1/+1
* scanner: simplify the getopt logicPekka Paalanen2015-05-081-30/+14
* scanner: add a new --include-core-only optionGiulio Camuffo2015-04-301-59/+149
* wayland-egl: add a core headerGiulio Camuffo2015-04-302-28/+57
* introduce new headers wayland-client-core.h and wayland-server-core.hGiulio Camuffo2015-04-304-526/+603
* scanner: Fail on empty enumerationsJonas Ådahl2015-04-081-0/+4
* Add support for direct file reading and writing in wayland-scanner.Jussi Pakkanen2015-03-271-5/+21
* Spelling fixes (cosmetic)Bryce Harrington2015-03-192-3/+3
* server: give more precise error messageMarek Chalupa2015-03-191-5/+6
* client: Fix typoBryce Harrington2015-03-181-1/+1
* 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