libui/test
Pietro Gagliardi d0edd9e738 Started a new Haiku port. 2020-01-12 22:48:28 -05:00
..
lib Started a new Haiku port. 2020-01-12 22:48:28 -05:00
allcalls.h Added uiControlSetParent() to allcalls.h. 2019-06-16 21:28:16 -04:00
controls.c Oh wait, we leave that to the individual containers. Never mind! Let's write this on other platforms!! 2019-06-18 11:02:39 -04:00
controls_darwin.m Turned testVtable into a function that returned the pointer to use, made the OSVtable equivalent likewise, and renamed darwin/control.m to darwin/controls.m. 2019-06-15 21:33:53 -04:00
controls_darwin_errors.m Workaround for now. I should have specified in the bug that I overlooked it because my version of clang seems to use C99 for Objective-C by default, but not for Objective-C++. I'll do that when I'm next online. Anyway, now to write uiControl functionality tests. 2019-06-16 21:26:05 -04:00
controls_errors.cpp Started writing the macOS control errors file. We have a meson problem now... it's not respecting cpp_std for Objective-C++. 2019-06-16 20:35:36 -04:00
controls_unix.c BIG OOPS 2019-06-18 20:36:17 -04:00
controls_unix_errors.cpp BIG OOPS 2019-06-18 20:36:17 -04:00
controls_windows.c And added uiControlOSVtable on Windows. We're now back to building everywhere! :D 2019-06-18 20:31:28 -04:00
controls_windows_errors.cpp And added uiControlOSVtable on Windows. We're now back to building everywhere! :D 2019-06-18 20:31:28 -04:00
errors.c Adapted everything to life with C++ and to the new error checking model. 2019-06-15 19:53:50 -04:00
events.c Started writing the uiControl functionality tests. Also more TODOs. Let's fix build errors next. 2019-06-16 21:44:49 -04:00
events_errors.cpp And also FINALLY added the internal uiEvents to the uiEventFree() test. 2019-06-15 21:45:35 -04:00
initmain.c Started writing the uiControl functionality tests. Also more TODOs. Let's fix build errors next. 2019-06-16 21:44:49 -04:00
main.c More filling in of the uiControl errors tests. 2019-06-16 13:06:28 -04:00
meson.build Started a new Haiku port. 2020-01-12 22:48:28 -05:00
noinitwrongthread.cpp Migrated noinitwrongthread.c. 2019-06-15 20:17:45 -04:00
resources_shared.rc Split the shared and static resources on the Windows tester, for the same reason. 2019-06-01 10:29:48 -04:00
resources_static.rc Split the shared and static resources on the Windows tester, for the same reason. 2019-06-01 10:29:48 -04:00
test.h Started writing the macOS control errors file. We have a meson problem now... it's not respecting cpp_std for Objective-C++. 2019-06-16 20:35:36 -04:00
test_darwin.h Started writing the controls Darwin-specific code and all-platforms tests for real. 2019-06-10 23:09:48 -04:00
test_shared.manifest Split the shared and static resources on the Windows tester, for the same reason. 2019-06-01 10:29:48 -04:00
test_static.manifest Split the shared and static resources on the Windows tester, for the same reason. 2019-06-01 10:29:48 -04:00
test_unix.h And implemented the bare bones of uiControlOSVtable on GTK+. 2019-06-18 20:19:32 -04:00
test_windows.h And added uiControlOSVtable on Windows. We're now back to building everywhere! :D 2019-06-18 20:31:28 -04:00