summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-09-26buildsystem: adjust uninstalled -client/server pkg-config infrauninstalledReynaldo H. Verdejo Pinochet2-2/+4
2016-09-26util: Document wl_list methodsYong Bakos1-40/+184
2016-09-13server: Document display parameterYong Bakos1-0/+1
2016-08-12server: Add doxygen comment for wl_client_for_eachYong Bakos1-0/+1
2016-08-12Add API to install protocol loggers on the server wl_displayGiulio Camuffo2-6/+120
2016-08-12Add API to retrieve and iterate over the resources list of a clientGiulio Camuffo5-7/+85
2016-08-12Add a resource creation signalGiulio Camuffo2-0/+37
2016-08-11Add API to get the list of connected clientsGiulio Camuffo2-0/+68
2016-08-11Add API to retrieve the interface name of a wl_resourceGiulio Camuffo2-0/+14
2016-08-11server: add listener API for new clientsSungjae Park2-0/+29
2016-08-11scanner: Generate all SINCE_VERSION macros for everyoneQuentin Glidic1-0/+2
2016-07-25(multiple): Include stdint.hYong Bakos6-0/+6
2016-07-18scanner: Use uint32_t instead of uintKhem Raj1-1/+1
2016-07-11scanner: Improve documentation for strtouint()Bryce Harrington1-2/+11
2016-06-07scanner: Move PROGRAM_NAME defineYong Bakos1-2/+2
2016-06-07server-core, event-loop: Fix parameter alignment.Yong Bakos2-7/+7
2016-06-07scanner: Replace #define tab with spaceYong Bakos1-2/+2
2016-06-07server, server-core: Minimize fwd decs, use macro, and formatYong Bakos2-23/+30
2016-06-07client-core: Add missing line breaksYong Bakos1-0/+2
2016-06-07event-loop: Include wayland-util.hYong Bakos1-0/+1
2016-06-07wayland-shm: Include wayland-util.hYong Bakos1-0/+1
2016-06-07scanner: Fix reported executable name to 'wayland-scanner'Bryce Harrington1-6/+8
2016-06-01wayland-server: Clarify included header dependenciesYong Bakos1-1/+1
2016-06-01event-loop: Make transitive include explicitYong Bakos1-1/+1
2016-06-01doc: Unpublish global_zombie_object and wl_interface_equalYong Bakos1-15/+15
2016-06-01doc: Unpublish wl_log* and wl_abortYong Bakos1-2/+2
2016-06-01doc: Unpublish wl_display_get_additional_shm_formatsYong Bakos1-0/+2
2016-05-20scanner: Remove unused forward decs from client protocolYong Bakos1-4/+4
2016-05-11private: Remove unnecessary forward declarationsYong Bakos1-4/+0
2016-05-11connection: Move wl_interface_equal to utilYong Bakos3-17/+17
2016-05-11doc: Formalize file comment in wayland-client.h, wayland-server.hYong Bakos2-5/+11
2016-05-06scanner: Add version argument to wayland-scannerArmin Krezović1-2/+24
2016-05-03protocol: add support for cross-interface enum attributesAuke Booij1-16/+53
2016-05-02util: fix typoEric Engestrom1-1/+1
2016-05-02server: fix typoEric Engestrom1-1/+1
2016-05-02client: fix typoEric Engestrom1-4/+4
2016-04-29client: Fix wl_display_roundtrip_queue() race conditionJonas Ådahl1-2/+11
2016-04-29client: Introduce proxy wrappersJonas Ådahl2-1/+115
2016-04-28client: Make proxy_destroy a static functionJonas Ådahl1-4/+1
2016-04-23connection: remove redundant assignmentMarek Chalupa1-1/+0
2016-04-19utils: move include directives before extern "C" wrapperEmil Velikov1-4/+4
2016-04-19server: move include directives before extern "C" wrapperEmil Velikov1-4/+4
2016-04-19scanner: move include directives before extern "C" wrapperEmil Velikov1-3/+3
2016-04-05wayland-client: fix spelling mistakeEric Engestrom1-2/+2
2016-04-01scanner: Fix spacing of @paramYong Bakos1-1/+1
2016-03-10ignore: Add *.dtd.embedYong Bakos1-0/+1
2016-03-08shm: Log a warning if a shm buffer address is requested when it may be invalidDerek Foreman1-0/+5
2016-03-08shm: Defer wl_shm_pool_resize if a pool has external referencesDerek Foreman1-12/+35
2016-03-08shm: Split pool reference counting into external and internal referencesDerek Foreman1-12/+19
2016-03-08server: Fix shm_create_pool size fail path fd leakSergi Granell1-10/+10