summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-20configure.ac: bump to version 1.11.1 for the point release1.11.11.11Bryce Harrington1-1/+1
2016-09-15scanner: Fix reported executable name to 'wayland-scanner'Bryce Harrington1-6/+8
2016-09-15scanner: Move PROGRAM_NAME defineYong Bakos1-0/+2
2016-09-15doc: Correct docbook titleYong Bakos1-1/+1
2016-05-31configure.ac: bump to version 1.11.0 for the official release1.11.0Bryce Harrington1-2/+2
2016-05-24configure.ac: bump to version 1.10.93 for the RC1 release1.10.93Bryce Harrington1-1/+1
2016-05-20scanner: Remove unused forward decs from client protocolYong Bakos1-4/+4
2016-05-19display-test: move a misplaced commentMarek Chalupa1-2/+2
2016-05-19tests: Check for client/server-core.h inclusionYong Bakos1-0/+7
2016-05-17configure.ac: bump to version 1.10.92 for the beta release1.10.92Bryce Harrington1-1/+1
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-10protocol: Remove double line breakYong Bakos1-1/+0
2016-05-06scanner: Add version argument to wayland-scannerArmin Krezović1-2/+24
2016-05-03configure.ac: bump to version 1.10.91 for the alpha release1.10.91Bryce Harrington1-1/+1
2016-05-03protocol: add support for cross-interface enum attributesAuke Booij3-21/+71
2016-05-02protocol: Add summaries to event parametersYong Bakos1-63/+65
2016-05-02tests: fix typoEric Engestrom1-1/+1
2016-05-02doc: fix typosEric Engestrom2-6/+6
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-29protocol: Hyphenate compound adjective surface-localYong Bakos1-25/+25
2016-04-29doc: Hyphenate compound adjectives window-local, surface-localYong Bakos2-3/+3
2016-04-29client: Fix wl_display_roundtrip_queue() race conditionJonas Ådahl1-2/+11
2016-04-29tests/queue-test: Add tests for proxy wrappersJonas Ådahl1-0/+122
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-21protocol: Correct grammar and spellingYong Bakos1-92/+89
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-05protocol: fix spelling mistakeEric Engestrom1-1/+1
2016-04-01scanner: Fix spacing of @paramYong Bakos1-1/+1
2016-03-10ignore: Add *.dtd.embedYong Bakos1-0/+1
2016-03-10doc: Ignore html subdirectory.Yong 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
2016-03-07doc: Note strong recommendation to use S-o-b in contributionsBryce Harrington1-0/+9
2016-03-07doc: link between client and server doc and to the wayland bookPeter Hutterer2-0/+10
2016-03-07doc: generate doxygen html output from the scannerPeter Hutterer4-77/+187
2016-03-02scanner: avoid executable stackPekka Paalanen1-0/+8
2016-02-29build: fix ./configure --disable-dtd-validationPekka Paalanen3-6/+10
2016-02-26tests: add test for receiving an error on destroyed objectMarek Chalupa1-0/+50
2016-02-26client: Don't segfault when receiving error on destroyed objectJonas Ådahl1-8/+24