summaryrefslogtreecommitdiff
path: root/clients/cliptest.c
Commit message (Expand)AuthorAgeFilesLines
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-0/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* cliptest: sync calculate_edges with master copyPekka Paalanen2014-08-201-45/+47
* Remove duplicated code from cliptest.cOndřej Majerech2014-08-201-290/+3
* cliptest: Avoid use of uninitialized memory when regions don't intersectDerek Foreman2014-08-191-5/+7
* weston-cliptest --help works. You must use -b to run benchmarkBill Spitzak2014-08-191-2/+6
* Clients: Fix memleak issues in various clients of westonvivek2014-06-241-3/+10
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-1/+1
* malloc + memset -> zallocPeter Hutterer2013-08-081-3/+1
* cliptest: Use xmalloc in cliptestKristian Høgsberg2013-07-251-3/+1
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-1/+1
* compositor: new intersection algorithmPekka Paalanen2012-09-121-252/+326
* clients: add cliptest programPekka Paalanen2012-09-121-0/+833