log

age author description
Mon, 24 May 2021 01:48:27 +0000 bsmith OS/2: HTIMER alread defined, just set HTIMER_TYPEDEFED.
Sun, 23 May 2021 21:48:25 +0000 bsmith iOS: Change "id" parameter to "timerid" so it doesn't conflict with the
Sun, 23 May 2021 21:39:25 +0000 bsmith Add HTIMER type and change dw_timer_() functions to use it.
Sun, 23 May 2021 09:43:04 +0000 bsmith iOS: Implement keyboard handling for iOS 13.4 and later.
Sun, 23 May 2021 07:30:52 +0000 bsmith Android: Implement dw_window_set_focus(), dw_window_default() and dw_window_get_font().
Sun, 23 May 2021 02:41:06 +0000 bsmith Android: MLE should have TOP/LEFT gravity.
Sun, 23 May 2021 02:27:12 +0000 bsmith Android: Implement dw_container_set_stripe() and center the images in the rows.
Sat, 22 May 2021 23:48:08 +0000 bsmith Android: Code cleanup, fix all warnings except for unused function/parameters.
Sat, 22 May 2021 21:53:41 +0000 bsmith Android: Implement dw_window_set_style() for static text widgets.
Sat, 22 May 2021 10:00:31 +0000 bsmith Android: Fix notebook page change event page always being 0.
Sat, 22 May 2021 00:19:46 +0000 bsmith Android: Fix drawArc() FULL option and refactor to reduce calculations.
Fri, 21 May 2021 20:28:43 +0000 bsmith Android: Improve the layout, if an item expands in the opposite direction of the box...
Fri, 21 May 2021 19:50:56 +0000 bsmith Android: Percent widget should be using horizontal ProgressBar.
Fri, 21 May 2021 00:56:10 +0000 bsmith Android: Make message boxes modal (not cancelable).
Fri, 21 May 2021 00:39:13 +0000 bsmith Android: New color handling system, save the color in the C API and pass
Thu, 20 May 2021 23:33:12 +0000 bsmith Android: Functional version of the event threading changes... this improves stability...
Thu, 20 May 2021 10:22:20 +0000 bsmith iOS: Slight refactoring to handle the possibility that the status bar
Thu, 20 May 2021 10:06:07 +0000 bsmith iOS: If DW_FCF_TITLEBAR is passed to dw_window_new() create a UINavigationBar
Wed, 19 May 2021 23:22:51 +0000 bsmith Android: Switch to using LinearLayout for Container row layout...
Wed, 19 May 2021 20:37:23 +0000 bsmith Android: Fix incorrect display of first container entry with the new layout code.
Wed, 19 May 2021 20:13:11 +0000 bsmith Android: Add experimental event threading code, currently disabled.
Wed, 19 May 2021 09:41:17 +0000 bsmith Android: Attempt to rewrite container layout code in a more generic manner.
Wed, 19 May 2021 08:13:13 +0000 bsmith Android: The *_from_file() functions now check the assets folder.
Wed, 19 May 2021 01:08:59 +0000 bsmith Android: Use ItemClick for the ITEM_SELECT event and the API 23
Tue, 18 May 2021 23:29:15 +0000 bsmith Android: After removing Address Sanitizer I got a type mismatch error.
Tue, 18 May 2021 22:48:33 +0000 bsmith Android: Attempt at implementing updating the container after insertion.
Tue, 18 May 2021 18:41:35 +0000 bsmith Android: Implement querying containers and ENTER and CONTEXT callbacks.
Tue, 18 May 2021 07:55:59 +0000 bsmith Android: Fix logic error in dw_container_setup() causing return from the
Tue, 18 May 2021 01:04:52 +0000 bsmith Android: Implement container row data and titles, required for the callbacks.
Mon, 17 May 2021 21:11:40 +0000 bsmith Android: Implement Java exception handling, make sure all return values from JNI are sane.