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
a6c1e1ed17
libui
/
common
History
Pietro Gagliardi
a6c1e1ed17
Fixed build errors. Now to fix runtime errors.
2019-05-27 11:02:23 -04:00
..
alloc.c
Fixed build errors. Now to fix runtime errors.
2019-05-27 11:02:23 -04:00
errors.c
Fixed build errors. Now to fix runtime errors.
2019-05-27 11:02:23 -04:00
events.c
Fixed build errors. Now to fix runtime errors.
2019-05-27 11:02:23 -04:00
init.c
Rearranged things so that uiInit() itself is in common/init.c and the OS-specific initialization code is its own standalone internal function. This'll make testing a bit easier, especially after the next few commits, and will allow me to test pre-initialization and cross-thread stuff a bit more easily.
2019-05-09 12:07:28 -04:00
meson.build
Added uiprivAlloc() and friends and implemented uiNewEvent().
2019-05-16 23:02:03 -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
Fixed build errors. Now to fix runtime errors.
2019-05-27 11:02:23 -04:00