This website requires JavaScript.
Explore
Help
Sign In
interesting
/
libui
Watch
1
Star
0
Fork
You've already forked libui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7486ff6b25
libui
/
common
History
Pietro Gagliardi
a2b9145931
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
..
alloc.c
More compile fixes. sharedbits is starting to get really messy.
2019-06-08 18:39:59 -04:00
controls.c
Renamed the uiControl programmer errors to more clearly indicate they are uiControl programmer errors, and reworded their messages to put the function name first.
2019-06-09 13:32:31 -04:00
errors.c
Changed uiprivProgrammerError() to use format strings directly, so errors can be more easily caught. We'll make things even more robust when I change the programmer error macros to be functions.
2019-06-02 02:23:12 -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 the hook for checking programmer error responses, and made sure it works. Now to simplify it.
2019-05-26 15:41:22 -04:00
uipriv.h
More compile fixes. sharedbits is starting to get really messy.
2019-06-08 18:39:59 -04:00