summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-16configure.ac: bump to version 1.10.0 for the official release1.10.01.10Bryce Harrington1-2/+2
2016-02-11connection: Don't add uninitialized memory as 4 byte alignment paddingJonas Ådahl1-1/+1
2016-02-09configure.ac: bump to version 1.9.93 for the RC1 release1.9.93Bryce Harrington1-1/+1
2016-02-04cosmetic: add an space after ifSergi Granell1-1/+1
2016-02-04cosmetic: use tabs instead of spacesSergi Granell1-1/+1
2016-02-04scanner: Fix oddities in copyright printingDerek Foreman1-6/+10
2016-02-02configure.ac: bump to version 1.9.92 for the beta release1.9.92Bryce Harrington1-1/+1
2016-02-01scanner: Print filename on DTD validation errorJonas Ådahl1-5/+10
2016-02-01server: Fail to bind object when requested version is 0Derek Foreman1-0/+5
2016-02-01cosmetic: return NULL instead of 0Marek Chalupa1-1/+1
2016-02-01protocol: Add note about per version requirements to wl_data_device_managerJonas Ådahl1-0/+5
2016-02-01server: Fix possible wl_display_add_socket_fd memleakSergi Granell1-4/+5
2016-01-19configure.ac: re-bump to version 1.9.91 for the alpha release1.9.91Bryce Harrington1-2/+2
2016-01-19server: Add an API to get the file descriptor for a clientSung-Jin Park4-0/+47
2016-01-19configure.ac: bump to version 1.9.91 for the alpha releaseBryce Harrington1-1/+1
2016-01-19tests: Test proxy versionsDerek Foreman1-9/+116
2016-01-19Track protocol object versions inside wl_proxy.Jason Ekstrand3-15/+173
2016-01-16tests: Test that one can fetch the protocol error after EPIPEJonas Ådahl1-9/+169
2016-01-16tests: Pass argument to client mainJonas Ådahl6-37/+45
2016-01-16tests: Synchronize client termination in idle callbackJonas Ådahl1-6/+21
2016-01-16client: Fully flush during blocking dispatchJonas Ådahl1-10/+29
2016-01-16client: Use read preparation API in wl_display_dispatch_queue()Jonas Ådahl1-35/+10
2016-01-16client: Don't make EPIPE fatal if triggered when flushingJonas Ådahl1-5/+9
2016-01-16client: Remove misplaced documentation about main loop intergrationJonas Ådahl1-22/+0
2016-01-16client: Correct documentation regarding thread safenessJonas Ådahl1-102/+61
2016-01-16protocol: Add DnD actionsCarlos Garnacho1-1/+204
2016-01-16protocol: Improve data source notification around DnD progressCarlos Garnacho1-6/+81
2016-01-14server: Test for illegally low interface versions in wl_global_create()Derek Foreman1-0/+7
2016-01-14server: improve failure log message for wl_global_create()Derek Foreman1-3/+4
2016-01-14protocol: add wl_pointer.frame, axis_source, axis_stop, and axis_discretePeter Hutterer1-3/+147
2016-01-13socket-test: Refactor if check into the assertBryce Harrington1-2/+1
2016-01-13socket-test: Fix some comment typosBryce Harrington1-5/+7
2016-01-13server: don't send an error to NULL display_resourceMarek Chalupa1-1/+2
2016-01-13client: Add missing arg in a wl_log invocationVictor Berger1-1/+1
2016-01-12server: Calculate remaining data size after a closure is processedJaeyoon Jung3-2/+12
2016-01-12doc: Fix incorrect parameter nameJonas Ådahl1-1/+1
2016-01-12doc: Fix function membershipJonas Ådahl2-7/+7
2016-01-12Use zalloc instead of malloc + memsetJonas Ådahl5-18/+15
2016-01-12scanner: Fail if 'since' is higher than the interface versionJonas Ådahl1-1/+5
2016-01-12scanner: Add missing bracketsJonas Ådahl1-1/+2
2015-12-18server: Add a socket with an existing fdBryce Harrington2-0/+46
2015-12-07protocol: specify behavior of get_pointer when capabilities changePeter Hutterer1-3/+30
2015-12-03protocol: Add wl_surface.damage_bufferDerek Foreman1-2/+48
2015-11-27server: remove redundant includeMarek Chalupa1-1/+0
2015-11-23protocol: fix a couple of whitespace issuesPeter Hutterer1-11/+11
2015-11-20protocol: Remove incorrect statement that attach must precede damageDerek Foreman1-4/+2
2015-11-19scanner: drop altmacro from dtddata.SPekka Paalanen1-9/+8
2015-11-19Makefile: use automake rule for compiling .SPekka Paalanen1-3/+0
2015-11-17Validate the protocol xml during scanningPeter Hutterer4-3/+132
2015-11-17protocol: add the new bitfields to the dtdPeter Hutterer1-0/+2