summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* client: Add wl_object_is_zombie() helper functionDerek Foreman2017-12-283-3/+14
* util: Pass flags to map iteratorsDerek Foreman2017-12-273-8/+8
* connection: Make wl_closure_destroy() close fds of undispatched closuresDerek Foreman2017-12-271-0/+21
* connection: Clear fds we shouldn't close to -1Derek Foreman2017-12-271-0/+24
* connection: Refactor out closure allocationDerek Foreman2017-12-271-29/+42
* server: Log closure before sending itDerek Foreman2017-12-271-2/+2
* connection: Don't declare a local variable just to takes its sizeDerek Foreman2017-12-271-2/+3
* doc: start documenting XwaylandPekka Paalanen2017-12-184-1/+175
* client: Allow absolute paths in WAYLAND_DISPLAYMatt Hoosier2017-12-114-16/+177
* protocol: make get_subsurface double-bufferedPekka Paalanen2017-12-051-1/+9
* scanner: Add --strict flagJonas Ådahl2017-12-041-2/+13
* connection: Use wl_buffer_size() for all buffer size calculationsDerek Foreman2017-12-041-2/+2
* client: Simplify some logic in queue_eventDerek Foreman2017-12-041-4/+1
* connection: close_fds() should only remove fds it closed from the bufferDerek Foreman2017-12-041-0/+1
* Do not create man page links with doxygenArmin Krezović2017-12-041-1/+1
* eventloop: clarify post_dispatch_check()Christopher James Halse Rogers2017-12-041-10/+16
* protocol: Add deprecation note about wl_shellJonas Ådahl2017-12-041-0/+3
* cursor: add forward declaration for struct wl_bufferEmil Velikov2017-12-041-2/+2
* tests: Mark tests used so they don’t get removed at link timeEmmanuel Gil Peyrot2017-12-011-2/+2
* tests: Add one more indentation level to some macrosEmmanuel Gil Peyrot2017-12-011-16/+16
* cursor: Fix heap overflows when parsing malicious files.Tobias Stoeckmann2017-11-291-1/+7
* wayland-server: document WL_HIDE_DEPRECATEDEmil Velikov2017-10-131-0/+10
* protocol: Suggest get_registry not be called frequentlyDerek Foreman2017-10-021-0/+6
* build: remove wayland-version.h.in from EXTRA_DISTEmil Velikov2017-09-181-2/+1
* server: document wl_event_loop and wl_event_sourcePekka Paalanen2017-08-253-1/+321
* Pass input/output files as arguments to wayland-scannerJonas Ådahl2017-08-182-6/+6
* scanner: use tabs for indentation.Emil Velikov2017-08-181-3/+3
* scanner: remove unused scanner.mkEmil Velikov2017-08-181-8/+0
* Reopen master for regular developmentBryce Harrington2017-08-081-1/+1
* configure.ac: bump to version 1.14.0 for the official release1.14.01.14Bryce Harrington2017-08-081-2/+2
* configure.ac: bump to version 1.13.93 for the RC1 release1.13.93Bryce Harrington2017-08-011-1/+1
* Switch graphviz files to use HTML-style labelsOwen W. Taylor2017-07-272-17/+13
* configure.ac: bump to version 1.13.92 for the beta release1.13.92Bryce Harrington2017-07-251-1/+1
* configure.ac: bump to version 1.13.91 for the alpha release1.13.91Bryce Harrington2017-07-111-1/+1
* docs: Reference Contributor CovenantDaniel Stone2017-04-071-0/+13
* scanner: Reword fallthrough comment to quiet GCCDaniel Stone2017-03-171-3/+1
* connection-test: fix assertEric Engestrom2017-03-161-2/+2
* wayland-util: do not export the wl_map_* APIEmil Velikov2017-03-141-9/+9
* wayland-server: Remove unused members from struct wl_clientSergi Granell2017-02-281-2/+0
* tests: Fix "new ID" type handling in argument_from_va_list testCarlos Garnacho2017-02-231-3/+3
* configure.ac: bump version to 1.13.90 for open developmentBryce Harrington2017-02-211-1/+1
* configure.ac: bump to version 1.13.0 for the official release1.13.01.13Bryce Harrington2017-02-211-2/+2
* configure.ac: bump to version 1.12.93 for the RC1 release1.12.93Bryce Harrington2017-02-141-1/+1
* configure.ac: bump to version 1.12.92 for the beta release1.12.92Bryce Harrington2017-02-071-1/+1
* wayland-server: hide wl_priv_signal from doxygenPekka Paalanen2017-01-271-0/+4
* tests: Test wl_argument_from_va_listYong Bakos2017-01-261-0/+35
* dtddata: Use standard permission noticeYong Bakos2017-01-261-16/+19
* wayland-server: log an error for events with wrong client objectsDerek Foreman2017-01-251-0/+35
* server: Disallow sending events to clients after posting an errorDerek Foreman2017-01-251-3/+5
* server: Refactor array send functionsDerek Foreman2017-01-251-21/+13