libui/common
Pietro Gagliardi c28adcbd01 Added test hook for checking a malformed uiControl whose type field is invalid. 2019-06-16 17:26:03 -04:00
..
alloc.c More compile fixes. sharedbits is starting to get really messy. 2019-06-08 18:39:59 -04:00
controls.c Added test hook for checking a malformed uiControl whose type field is invalid. 2019-06-16 17:26:03 -04:00
errors.c Refactored the programmer error test hook to not needlessly pass in the prefix, suffix, or internal flag, and to allow passing in arbitrary data so we can get rid of the global state in the tests. This will make the tests a LOT easier. 2019-06-09 13:49:53 -04:00
events.c Made all programmer error functions take the function name as an argument. 2019-06-09 13:18:18 -04:00
main.c Split programmer errors into their own header file for readability and turned the names from string constants into full-fledged uiprivProgrammerError() calls to increase safety. 2019-06-02 08:35:40 -04:00
meson.build Oops, forgot to add controls.c to the build. 2019-06-08 18:09:37 -04:00
programmererrors.h Did the same rewording to most of the other programmer errors. Only the first two are left, because I can't think of a good rewording... 2019-06-09 13:39:14 -04:00
testhooks.h Added test hook for checking a malformed uiControl whose type field is invalid. 2019-06-16 17:26:03 -04:00
uipriv.h And fixed const issues and other build errors. 2019-06-15 20:48:20 -04:00