aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* event-loop: Include wayland-util.hYong Bakos2016-06-071-0/+1
* wayland-shm: Include wayland-util.hYong Bakos2016-06-071-0/+1
* scanner: Fix reported executable name to 'wayland-scanner'Bryce Harrington2016-06-071-6/+8
* wayland-server: Clarify included header dependenciesYong Bakos2016-06-011-1/+1
* event-loop: Make transitive include explicitYong Bakos2016-06-011-1/+1
* doc: Unpublish global_zombie_object and wl_interface_equalYong Bakos2016-06-011-15/+15
* doc: Unpublish wl_log* and wl_abortYong Bakos2016-06-011-2/+2
* doc: Unpublish wl_display_get_additional_shm_formatsYong Bakos2016-06-011-0/+2
* scanner: Remove unused forward decs from client protocolYong Bakos2016-05-201-4/+4
* private: Remove unnecessary forward declarationsYong Bakos2016-05-111-4/+0
* connection: Move wl_interface_equal to utilYong Bakos2016-05-113-17/+17
* doc: Formalize file comment in wayland-client.h, wayland-server.hYong Bakos2016-05-112-5/+11
* scanner: Add version argument to wayland-scannerArmin Krezović2016-05-061-2/+24
* protocol: add support for cross-interface enum attributesAuke Booij2016-05-031-16/+53
* util: fix typoEric Engestrom2016-05-021-1/+1
* server: fix typoEric Engestrom2016-05-021-1/+1
* client: fix typoEric Engestrom2016-05-021-4/+4
* client: Fix wl_display_roundtrip_queue() race conditionJonas Ådahl2016-04-291-2/+11
* client: Introduce proxy wrappersJonas Ådahl2016-04-292-1/+115
* client: Make proxy_destroy a static functionJonas Ådahl2016-04-281-4/+1
* connection: remove redundant assignmentMarek Chalupa2016-04-231-1/+0
* utils: move include directives before extern "C" wrapperEmil Velikov2016-04-191-4/+4
* server: move include directives before extern "C" wrapperEmil Velikov2016-04-191-4/+4
* scanner: move include directives before extern "C" wrapperEmil Velikov2016-04-191-3/+3
* wayland-client: fix spelling mistakeEric Engestrom2016-04-051-2/+2
* scanner: Fix spacing of @paramYong Bakos2016-04-011-1/+1
* ignore: Add *.dtd.embedYong Bakos2016-03-101-0/+1
* shm: Log a warning if a shm buffer address is requested when it may be invalidDerek Foreman2016-03-081-0/+5
* shm: Defer wl_shm_pool_resize if a pool has external referencesDerek Foreman2016-03-081-12/+35
* shm: Split pool reference counting into external and internal referencesDerek Foreman2016-03-081-12/+19
* server: Fix shm_create_pool size fail path fd leakSergi Granell2016-03-081-10/+10
* doc: generate doxygen html output from the scannerPeter Hutterer2016-03-071-75/+143
* scanner: avoid executable stackPekka Paalanen2016-03-021-0/+8
* build: fix ./configure --disable-dtd-validationPekka Paalanen2016-02-291-3/+3
* client: Don't segfault when receiving error on destroyed objectJonas Ådahl2016-02-261-8/+24
* Revert "server: validate resource versions at creation time"Derek Foreman2016-02-181-7/+0
* server: validate resource versions at creation timeDerek Foreman2016-02-161-0/+7
* connection: Don't add uninitialized memory as 4 byte alignment paddingJonas Ådahl2016-02-111-1/+1
* cosmetic: add an space after ifSergi Granell2016-02-041-1/+1
* cosmetic: use tabs instead of spacesSergi Granell2016-02-041-1/+1
* scanner: Fix oddities in copyright printingDerek Foreman2016-02-041-6/+10
* scanner: Print filename on DTD validation errorJonas Ådahl2016-02-011-5/+10
* server: Fail to bind object when requested version is 0Derek Foreman2016-02-011-0/+5
* cosmetic: return NULL instead of 0Marek Chalupa2016-02-011-1/+1
* server: Fix possible wl_display_add_socket_fd memleakSergi Granell2016-02-011-4/+5
* server: Add an API to get the file descriptor for a clientSung-Jin Park2016-01-194-0/+47
* Track protocol object versions inside wl_proxy.Jason Ekstrand2016-01-193-15/+173
* client: Fully flush during blocking dispatchJonas Ådahl2016-01-161-10/+29
* client: Use read preparation API in wl_display_dispatch_queue()Jonas Ådahl2016-01-161-35/+10
* client: Don't make EPIPE fatal if triggered when flushingJonas Ådahl2016-01-161-5/+9