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
1dd0372593
libui
/
darwin
History
Pietro Gagliardi
de3598df80
Added tests for the uiWindow methods being called after init/on the right thread. To actually implement those, wrote OS-independent wrappers for the uiWindow functions. This will likely become a pattern throughout libui...
2020-05-25 22:35:25 -04:00
..
controls.m
Added uiDarwinControlHandle(), and added it to uiWindow, and added uiWindow handle tests (including underlying string tests) to the test suite. Oof. Also I just remembered we're missing tests of these new functions in noinitwrongthread.c.
2020-05-25 22:13:48 -04:00
main.m
Modified common and the macOS port to exhibit the new init/main behavior. Now to adjust the tests.
2020-05-09 01:24:40 -04:00
meson.build
Finished our initial implementation of uiWindow on macOS to our previous spec. Now to write tests.
2020-05-24 17:23:52 -04:00
uipriv_darwin.h
Cleaned #include directives so C standard library headers are sorted and so each source file only includes one header file. This makes things clenaer, and alos allows us to more properly strip unneeded headers later.
2019-06-01 09:27:17 -04:00
window.m
Added tests for the uiWindow methods being called after init/on the right thread. To actually implement those, wrote OS-independent wrappers for the uiWindow functions. This will likely become a pattern throughout libui...
2020-05-25 22:35:25 -04:00