summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* server: Document display parameterYong Bakos2016-09-131-0/+1
* server: Add doxygen comment for wl_client_for_eachYong Bakos2016-08-121-0/+1
* Add API to install protocol loggers on the server wl_displayGiulio Camuffo2016-08-122-6/+120
* Add API to retrieve and iterate over the resources list of a clientGiulio Camuffo2016-08-125-7/+85
* Add a resource creation signalGiulio Camuffo2016-08-122-0/+37
* Add API to get the list of connected clientsGiulio Camuffo2016-08-112-0/+68
* Add API to retrieve the interface name of a wl_resourceGiulio Camuffo2016-08-112-0/+14
* server: add listener API for new clientsSungjae Park2016-08-112-0/+29
* scanner: Generate all SINCE_VERSION macros for everyoneQuentin Glidic2016-08-111-0/+2
* (multiple): Include stdint.hYong Bakos2016-07-256-0/+6
* scanner: Use uint32_t instead of uintKhem Raj2016-07-181-1/+1
* scanner: Improve documentation for strtouint()Bryce Harrington2016-07-111-2/+11
* scanner: Move PROGRAM_NAME defineYong Bakos2016-06-071-2/+2
* server-core, event-loop: Fix parameter alignment.Yong Bakos2016-06-072-7/+7
* scanner: Replace #define tab with spaceYong Bakos2016-06-071-2/+2
* server, server-core: Minimize fwd decs, use macro, and formatYong Bakos2016-06-072-23/+30
* client-core: Add missing line breaksYong Bakos2016-06-071-0/+2
* 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