libui/common
Pietro Gagliardi 83129eeef5 Normalized uiprivInternalError() calls to always try to fail gracefully, and make sure errors don't call abort() so we can resume when debugging (and because this isn't really our decision to make...). (The debugger breaks will be removed from release builds when we get to that point.) Finally, refined some TODOs and removed some stale ones (in this case, that were related to the first few things). 2020-02-09 13:37:45 -05:00
..
alloc.c More compile fixes. sharedbits is starting to get really messy. 2019-06-08 18:39:59 -04:00
controls.c Re-added uiControlSetParent() to allow finishing testing uiControlFree() errors. That will come next, alongside its own errors. 2019-06-16 19:52:09 -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 Normalized uiprivInternalError() calls to always try to fail gracefully, and make sure errors don't call abort() so we can resume when debugging (and because this isn't really our decision to make...). (The debugger breaks will be removed from release builds when we get to that point.) Finally, refined some TODOs and removed some stale ones (in this case, that were related to the first few things). 2020-02-09 13:37:45 -05:00
meson.build Oops, forgot to add controls.c to the build. 2019-06-08 18:09:37 -04:00
programmererrors.h Re-added uiControlSetParent() to allow finishing testing uiControlFree() errors. That will come next, alongside its own errors. 2019-06-16 19:52:09 -04:00
testhooks.h And strengthened the uiControlType() test a bit. 2019-06-16 17:32:47 -04:00
uipriv.h And fixed const issues and other build errors. 2019-06-15 20:48:20 -04:00