summaryrefslogtreecommitdiff
path: root/clients/cliptest.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-0/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2014-08-20cliptest: sync calculate_edges with master copyPekka Paalanen1-45/+47
2014-08-20Remove duplicated code from cliptest.cOndřej Majerech1-290/+3
2014-08-19cliptest: Avoid use of uninitialized memory when regions don't intersectDerek Foreman1-5/+7
2014-08-19weston-cliptest --help works. You must use -b to run benchmarkBill Spitzak1-2/+6
2014-06-24Clients: Fix memleak issues in various clients of westonvivek1-3/+10
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-1/+1
2013-08-08malloc + memset -> zallocPeter Hutterer1-3/+1
2013-07-25cliptest: Use xmalloc in cliptestKristian Høgsberg1-3/+1
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2012-09-12compositor: new intersection algorithmPekka Paalanen1-252/+326
2012-09-12clients: add cliptest programPekka Paalanen1-0/+833