summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump to version 1.10.0 for the official release1.10.01.10Bryce Harrington2016-02-161-2/+2
* connection: Don't add uninitialized memory as 4 byte alignment paddingJonas Ådahl2016-02-111-1/+1
* configure.ac: bump to version 1.9.93 for the RC1 release1.9.93Bryce Harrington2016-02-091-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
* configure.ac: bump to version 1.9.92 for the beta release1.9.92Bryce Harrington2016-02-021-1/+1
* 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
* protocol: Add note about per version requirements to wl_data_device_managerJonas Ådahl2016-02-011-0/+5
* server: Fix possible wl_display_add_socket_fd memleakSergi Granell2016-02-011-4/+5
* configure.ac: re-bump to version 1.9.91 for the alpha release1.9.91Bryce Harrington2016-01-191-2/+2
* server: Add an API to get the file descriptor for a clientSung-Jin Park2016-01-194-0/+47
* configure.ac: bump to version 1.9.91 for the alpha releaseBryce Harrington2016-01-191-1/+1
* tests: Test proxy versionsDerek Foreman2016-01-191-9/+116
* Track protocol object versions inside wl_proxy.Jason Ekstrand2016-01-193-15/+173
* tests: Test that one can fetch the protocol error after EPIPEJonas Ådahl2016-01-161-9/+169
* tests: Pass argument to client mainJonas Ådahl2016-01-166-37/+45
* tests: Synchronize client termination in idle callbackJonas Ådahl2016-01-161-6/+21
* 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
* client: Remove misplaced documentation about main loop intergrationJonas Ådahl2016-01-161-22/+0
* client: Correct documentation regarding thread safenessJonas Ådahl2016-01-161-102/+61
* protocol: Add DnD actionsCarlos Garnacho2016-01-161-1/+204
* protocol: Improve data source notification around DnD progressCarlos Garnacho2016-01-161-6/+81
* server: Test for illegally low interface versions in wl_global_create()Derek Foreman2016-01-141-0/+7
* server: improve failure log message for wl_global_create()Derek Foreman2016-01-141-3/+4
* protocol: add wl_pointer.frame, axis_source, axis_stop, and axis_discretePeter Hutterer2016-01-141-3/+147
* socket-test: Refactor if check into the assertBryce Harrington2016-01-131-2/+1
* socket-test: Fix some comment typosBryce Harrington2016-01-131-5/+7
* server: don't send an error to NULL display_resourceMarek Chalupa2016-01-131-1/+2
* client: Add missing arg in a wl_log invocationVictor Berger2016-01-131-1/+1
* server: Calculate remaining data size after a closure is processedJaeyoon Jung2016-01-123-2/+12
* doc: Fix incorrect parameter nameJonas Ådahl2016-01-121-1/+1
* doc: Fix function membershipJonas Ådahl2016-01-122-7/+7
* Use zalloc instead of malloc + memsetJonas Ådahl2016-01-125-18/+15
* scanner: Fail if 'since' is higher than the interface versionJonas Ådahl2016-01-121-1/+5
* scanner: Add missing bracketsJonas Ådahl2016-01-121-1/+2
* server: Add a socket with an existing fdBryce Harrington2015-12-182-0/+46
* protocol: specify behavior of get_pointer when capabilities changePeter Hutterer2015-12-071-3/+30
* protocol: Add wl_surface.damage_bufferDerek Foreman2015-12-031-2/+48
* server: remove redundant includeMarek Chalupa2015-11-271-1/+0
* protocol: fix a couple of whitespace issuesPeter Hutterer2015-11-231-11/+11
* protocol: Remove incorrect statement that attach must precede damageDerek Foreman2015-11-201-4/+2
* scanner: drop altmacro from dtddata.SPekka Paalanen2015-11-191-9/+8
* Makefile: use automake rule for compiling .SPekka Paalanen2015-11-191-3/+0
* Validate the protocol xml during scanningPeter Hutterer2015-11-174-3/+132
* protocol: add the new bitfields to the dtdPeter Hutterer2015-11-171-0/+2