summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-18build: Stop using xmllint to validate protocol filesKristian Høgsberg2-16/+0
2014-02-18connection: Use wl_log to report errorsJasper St. Pierre1-18/+18
2014-02-18scanner: Add GCC pragmas to disable -Wredundant-declsJasper St. Pierre1-1/+3
2014-02-18wayland-client: Set a proper errnoJasper St. Pierre1-3/+3
2014-02-09protocol: when buffer transform and scale changePekka Paalanen1-0/+9
2014-02-07client: Queue display events on private queue and always dispatchKristian Høgsberg1-4/+21
2014-02-07client: Rename display->queue to default_queueKristian Høgsberg1-8/+9
2014-02-07Make default log handler print to stderrKristian Høgsberg1-2/+4
2014-02-05Rename wl_debug to debug_server/clientJason Ekstrand2-10/+10
2014-02-05Don't deref the sample pointer in the wl_container_of macroNeil Roberts3-19/+15
2014-01-31protocol: Fix buildJasper St. Pierre1-3/+4
2014-01-31protocol: Fix documentation for the parameter of wl_callbackJasper St. Pierre1-1/+5
2014-01-31protocol: Fix the name of the registry argumentJasper St. Pierre1-1/+1
2014-01-23configure.ac: Bump version to 1.4Kristian Høgsberg1-2/+2
2014-01-20resources-test: Don't send invalid eventKristian Høgsberg1-3/+0
2014-01-19protocol: Clarify semantics of wl_subsurface.set_positionJonas Ådahl1-0/+4
2014-01-19protocol: Clarify semantics of sub-surface placement requestsJonas Ådahl1-2/+3
2014-01-19configure.ac: Bump version to 1.3.93Kristian Høgsberg1-1/+1
2014-01-19Revert "xwayland: Add .gitignore"Kristian Høgsberg1-4/+0
2014-01-17client: Include poll.h instead of sys/poll.hJonas 'Sortie' Termansen1-1/+1
2014-01-15add_shm_format: check wl_array_add return value before derefU. Artie Eoff2-5/+11
2014-01-15xcursor: don't proceed if XcursorImageCreate failedU. Artie Eoff1-0/+2
2014-01-15cursor: check for memory allocation errorsU. Artie Eoff1-1/+13
2014-01-15cursor: free theme->name tooU. Artie Eoff1-0/+1
2014-01-15resources-test: assert non-NULL return valuesU. Artie Eoff1-0/+1
2014-01-15queue-test: assert non-NULL return valuesU. Artie Eoff1-0/+3
2014-01-15os-wrappers-test: assert closure is not NULL before invoking itU. Artie Eoff1-0/+1
2014-01-15event-loop-test: assert non-NULL resultsU. Artie Eoff1-0/+5
2014-01-15connection-test: assert closure is not NULL before invoking itU. Artie Eoff1-0/+1
2014-01-15array-test: assert wl_array_add result is not NULLU. Artie Eoff1-0/+3
2014-01-15shm: assert sigbus_data is not NULL before member accessU. Artie Eoff1-1/+1
2014-01-10xwayland: Add .gitignoreJasper St. Pierre1-0/+4
2014-01-09Fix buffer overflow when serializing a closure objectchi ding1-8/+83
2013-12-17scanner: set errno=0 before strtolAdrian Negreanu1-0/+1
2013-12-16configure.ac: Bump version to 1.3.91 for the alpha releaseKristian Høgsberg1-1/+1
2013-12-09client: Handle EINTR in wl_display_dispatch_queue()Kristian Høgsberg1-1/+5
2013-12-09doc: Fix spelling of parametersJonas Ådahl1-2/+2
2013-12-09doc: Remove incorrect docmentationJonas Ådahl1-11/+0
2013-12-04client: Make wl_proxy_set_queue() with NULL revert to default queueNeil Roberts1-1/+4
2013-12-02cursor: handle running out of buffer spacePekka Paalanen1-16/+51
2013-12-02os: use posix_fallocate in creating sharable buffersPekka Paalanen2-2/+19
2013-11-23Add -pthread to AM_CFLAGS to do the right thing when using threadsKristian Høgsberg1-1/+1
2013-11-21connection: Error out if file descriptor was not receivedLubomir Rintel1-0/+9
2013-11-19wayland-server: Improve error messages for bad globalsJasper St. Pierre1-3/+7
2013-11-19Update .gitignore for protocol/Jasper St. Pierre1-0/+1
2013-11-15client: Introduce functions to allocate and marshal proxies atomicallyKristian Høgsberg4-75/+189
2013-11-15protocol: add sub-surfaces to the corePekka Paalanen1-0/+217
2013-11-15shm: Avoid file descriptor leak upon unsuccessful mmapLubomir Rintel1-1/+1
2013-11-15Add documentation for wl_shm_buffer_begin/end_accessNeil Roberts2-1/+66
2013-11-15scanner: Add location to elements so we can give better errors/warningsKristian Høgsberg1-7/+25