summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Bump version to 1.4.921.4.92Kristian Høgsberg2014-05-011-1/+1
* Avoid printing to stderrKristian Høgsberg2014-04-302-15/+9
* Use non-blocking timerfd to prevent blocking when updating timer event sourcesAndrew Wedgbury2014-04-251-2/+3
* test: Add test showing blocking problem when updating timersAndrew Wedgbury2014-04-251-0/+74
* connection: fix a format string typo in error messageGiulio Camuffo2014-04-251-1/+1
* connection: Don't write past the end of the connection bufferAnder Conselvan de Oliveira2014-04-212-8/+54
* configure.ac: Bump version to 1.4.911.4.91Kristian Høgsberg2014-04-071-1/+1
* shm: Disallow shrinking shm poolsKristian Høgsberg2014-04-072-3/+10
* scanner: Only output each forward declaration onceKristian Høgsberg2014-04-031-8/+28
* Add WL_PRINTF attribute and annotate wl_log_func_tKristian Høgsberg2014-04-031-1/+8
* protocol: Document how clients are supposed to get the xkb keycodeRui Matos2014-04-011-1/+2
* Add error handling for wl_cursorsHardening2014-04-011-7/+13
* client: Delay EPIPE handling so we get a chance to handle error eventsKristian Høgsberg2014-03-261-2/+5
* server: Kill some unnecessary logsJasper St. Pierre2014-03-251-4/+0
* tests: Fix build of noinst fixed-benchmark testBryce W. Harrington2014-03-111-0/+1
* protocol: try to clarify frame callback semanticsPekka Paalanen2014-03-111-9/+20
* update .gitignorePekka Paalanen2014-03-102-17/+22
* build: hide doxygen commands with AM_V_GENPekka Paalanen2014-03-101-3/+3
* doc: do not rebuild man pages if they are up to datePekka Paalanen2014-03-101-2/+2
* build: depend on generated protocol headersPekka Paalanen2014-03-101-0/+2
* build: Include protocol/ so we pick up generated headersKristian Høgsberg2014-03-071-1/+5
* build: Generated protocol files live in protocol/ nowKristian Høgsberg2014-03-071-2/+2
* build: Consolidate scanner build rulesKristian Høgsberg2014-03-071-14/+5
* build: Move tests/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-03-073-63/+77
* build: Move src/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-03-074-82/+92
* build: Move cursor Makefile.am into toplevel Makefile.amKristian Høgsberg2014-03-063-24/+24
* build: Move protocol/ Makefile.am into toplevel Makefile.amKristian Høgsberg2014-02-183-4/+5
* build: Stop using xmllint to validate protocol filesKristian Høgsberg2014-02-182-16/+0
* connection: Use wl_log to report errorsJasper St. Pierre2014-02-181-18/+18
* scanner: Add GCC pragmas to disable -Wredundant-declsJasper St. Pierre2014-02-181-1/+3
* wayland-client: Set a proper errnoJasper St. Pierre2014-02-181-3/+3
* protocol: when buffer transform and scale changePekka Paalanen2014-02-091-0/+9
* client: Queue display events on private queue and always dispatchKristian Høgsberg2014-02-071-4/+21
* client: Rename display->queue to default_queueKristian Høgsberg2014-02-071-8/+9
* Make default log handler print to stderrKristian Høgsberg2014-02-071-2/+4
* Rename wl_debug to debug_server/clientJason Ekstrand2014-02-052-10/+10
* Don't deref the sample pointer in the wl_container_of macroNeil Roberts2014-02-053-19/+15
* protocol: Fix build1.4Jasper St. Pierre2014-01-311-3/+4
* protocol: Fix documentation for the parameter of wl_callbackJasper St. Pierre2014-01-311-1/+5
* protocol: Fix the name of the registry argumentJasper St. Pierre2014-01-311-1/+1
* configure.ac: Bump version to 1.41.4.0Kristian Høgsberg2014-01-231-2/+2
* resources-test: Don't send invalid eventKristian Høgsberg2014-01-201-3/+0
* protocol: Clarify semantics of wl_subsurface.set_positionJonas Ådahl2014-01-191-0/+4
* protocol: Clarify semantics of sub-surface placement requestsJonas Ådahl2014-01-191-2/+3
* configure.ac: Bump version to 1.3.931.3.93Kristian Høgsberg2014-01-191-1/+1
* Revert "xwayland: Add .gitignore"Kristian Høgsberg2014-01-191-4/+0
* client: Include poll.h instead of sys/poll.hJonas 'Sortie' Termansen2014-01-171-1/+1
* add_shm_format: check wl_array_add return value before derefU. Artie Eoff2014-01-152-5/+11
* xcursor: don't proceed if XcursorImageCreate failedU. Artie Eoff2014-01-151-0/+2
* cursor: check for memory allocation errorsU. Artie Eoff2014-01-151-1/+13