.. |
allcalls.h
|
Okay new plan: we're going to start with the Windows implementation instead, since that's the one that's going to have to be more complicated. I'll then decide if we should copy this strategy on the other platforms or not.
|
2022-07-27 21:43:15 -04:00 |
allcalls_darwin.h
|
And added (in a somewhat dirty for now way) the noinitwrongthread.c case for uiDarwinControlHandle().
|
2020-05-25 22:42:44 -04:00 |
allcalls_haiku.hpp
|
Set up a new system for designated static const struct initializers on C++. Also added the missing noinitwrongthread tests on Haiku.
|
2020-06-02 22:40:54 -04:00 |
allcalls_unix.h
|
Added the missing noinitwrongthread Unix tests.
|
2020-06-02 22:52:56 -04:00 |
allcalls_windows.h
|
Filled in some allcalls. I'll make the edits to controls.c its own commit.
|
2022-07-30 17:39:37 -04:00 |
controls.c
|
Restructured the controls tests to allow for more flexibility and implemented that on Windows. Now I can start building ad-hoc controls in tests.
|
2022-07-30 18:40:10 -04:00 |
controls_darwin.m
|
And applied the test changes to the other platforms. Back to focusing on Windows now.
|
2022-07-30 18:52:04 -04:00 |
controls_haiku.cpp
|
And applied the test changes to the other platforms. Back to focusing on Windows now.
|
2022-07-30 18:52:04 -04:00 |
controls_unix.c
|
And applied the test changes to the other platforms. Back to focusing on Windows now.
|
2022-07-30 18:52:04 -04:00 |
controls_windows.c
|
Restructured the controls tests to allow for more flexibility and implemented that on Windows. Now I can start building ad-hoc controls in tests.
|
2022-07-30 18:40:10 -04:00 |
errors.c
|
Included testhooks.h from uipriv.h and test.h, to make things easier to write (we won't have to keep remembering to include it in every file) and to clean up (ditto, but for removal).
|
2020-05-22 16:32:04 -04:00 |
initmain.c
|
Included testhooks.h from uipriv.h and test.h, to make things easier to write (we won't have to keep remembering to include it in every file) and to clean up (ditto, but for removal).
|
2020-05-22 16:32:04 -04:00 |
main.c
|
Fixed the build. It works so far!
|
2020-02-18 01:08:38 -05:00 |
meson.build
|
And updated the tests on Windows. It works!
|
2020-06-07 14:36:56 -04:00 |
noinitwrongthread.c
|
Deduplicated noinitwrongthread.c and its OS-specific files.
|
2020-05-30 21:24:58 -04:00 |
noinitwrongthread_darwin.m
|
Deduplicated noinitwrongthread.c and its OS-specific files.
|
2020-05-30 21:24:58 -04:00 |
noinitwrongthread_haiku.cpp
|
Set up a new system for designated static const struct initializers on C++. Also added the missing noinitwrongthread tests on Haiku.
|
2020-06-02 22:40:54 -04:00 |
noinitwrongthread_unix.c
|
Added the missing noinitwrongthread Unix tests.
|
2020-06-02 22:52:56 -04:00 |
noinitwrongthread_windows.c
|
And updated the tests on Windows. It works!
|
2020-06-07 14:36:56 -04:00 |
noinitwrongthreadimpl.h
|
Deduplicated noinitwrongthread.c and its OS-specific files.
|
2020-05-30 21:24:58 -04:00 |
resources_shared.rc
|
Got Windows working again.
|
2020-01-28 21:29:45 -05:00 |
resources_static.rc
|
Got Windows working again.
|
2020-01-28 21:29:45 -05:00 |
test.h
|
Restructured the controls tests to allow for more flexibility and implemented that on Windows. Now I can start building ad-hoc controls in tests.
|
2022-07-30 18:40:10 -04:00 |
test_darwin.h
|
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 |
test_haiku.hpp
|
And implemented uiWindow stuff on Haiku.
|
2020-05-31 19:00:03 -04:00 |
test_shared.manifest
|
Got Windows working again.
|
2020-01-28 21:29:45 -05:00 |
test_static.manifest
|
Got Windows working again.
|
2020-01-28 21:29:45 -05:00 |
test_unix.h
|
Did all the uiWindow stuff on GTK+.
|
2020-05-31 13:37:56 -04:00 |
test_windows.h
|
And updated the tests on Windows. It works!
|
2020-06-07 14:36:56 -04:00 |
testlist.py
|
Finished reintegrating test/noinitwrongthread.c. That was easy!
|
2020-05-10 14:57:03 -04:00 |
thread.h
|
Reintegrated timerSleep() (now threadSleep() because I'm not bloating things further). initmain.c fully restored!
|
2020-01-21 15:13:24 -05:00 |
thread_notwindows.c
|
Reintegrated timerSleep() (now threadSleep() because I'm not bloating things further). initmain.c fully restored!
|
2020-01-21 15:13:24 -05:00 |
thread_windows.c
|
Got Windows working again.
|
2020-01-28 21:29:45 -05:00 |
utf8.c
|
Reintegrated UTF-16 stuff we need immediately and prepared the test suite for it.
|
2020-06-06 22:30:50 -04:00 |
utf8_windows.c
|
And updated the tests on Windows. It works!
|
2020-06-07 14:36:56 -04:00 |
window.c
|
Rounded out uiWindow and uiDarwinControl error conditions and error condition documentation.
|
2020-05-30 21:17:17 -04:00 |
window_darwin.m
|
Did all the uiWindow stuff on GTK+.
|
2020-05-31 13:37:56 -04:00 |
window_haiku.cpp
|
And implemented uiWindow stuff on Haiku.
|
2020-05-31 19:00:03 -04:00 |
window_unix.c
|
Did all the uiWindow stuff on GTK+.
|
2020-05-31 13:37:56 -04:00 |
window_windows.c
|
Fixed the build and implemented some of the missing functions I just added. Not too happy with how these tests are structured so far; I might hack on that before continuing...
|
2022-07-30 12:13:36 -04:00 |