summaryrefslogtreecommitdiff
path: root/clients/multi-resource.c
Commit message (Expand)AuthorAgeFilesLines
* log: remove "%m" from format strings by using strerror(errno)Antonio Borneo2019-05-021-2/+2
* clients: close unused keymap fdAntonio Borneo2019-04-291-0/+2
* Rename zalloc.h to libweston/zalloc.hPekka Paalanen2019-04-181-1/+1
* Fix incorrect includeLuca Weiss2019-04-141-1/+1
* include stdint.h for int32_t/uint32_tJussi Kukkonen2016-07-261-0/+1
* multi-resource: Check for no digits in time descriptionBryce Harrington2016-07-081-3/+4
* Make config.h inclusion consistentBryce Harrington2016-06-161-1/+1
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-14/+1
* clients: Use zallocBryce Harrington2016-03-091-1/+2
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* multi-resource: remove an unnecessary call of wl_display_get_fd()Ryo Munakata2014-08-281-2/+0
* multi-resource: Don't include non-existing xmalloc.hKristian Høgsberg2013-10-101-1/+14
* multi-resource: Use xzmalloc() instead of malloc+memset and callocKristian Høgsberg2013-10-101-14/+4
* clients: Include and link against math lib for new multi-resourceStefan Schmidt2013-09-231-0/+1
* Add a test client to test multiple pointer/keyboard resourcesNeil Roberts2013-09-211-0/+596