log

age author description
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.
Sun, 16 May 2021 22:41:50 +0000 bsmith Android: Initial container implementation... getting a NullPointerException crash in dwtest...
Sun, 16 May 2021 19:39:34 +0000 bsmith Android: Initial implementations of DWContainerModel and DWContainerAdapter.
Sat, 15 May 2021 21:16:06 +0000 bsmith Android: Need to set isSingleLine for entryfields.
Sat, 15 May 2021 20:46:17 +0000 bsmith Android: Fix issue with specifying static sizes... still some issues.
Sat, 15 May 2021 19:11:53 +0000 bsmith Android: Refactor boxPack() to try to fix non-expandable items expanding.
Sat, 15 May 2021 00:44:24 +0000 bsmith Android: Implement DW_CLR_DEFAULT and some basic dark mode support.
Fri, 14 May 2021 19:12:39 +0000 bsmith Android: For the moment disable swiping to change notebook pages.
Fri, 14 May 2021 12:13:29 +0000 bsmith Android: Get dwcompat building on Android. Had to disable the filesystem functions for now.
Fri, 14 May 2021 11:41:31 +0000 bsmith Android: Minor fixes to that last commit... missed dw.h changes and remove test code.
Fri, 14 May 2021 11:29:00 +0000 bsmith Android: Implement most of the font functions and control/widget color.
Thu, 13 May 2021 22:52:11 +0000 bsmith Android: Implement disabled menu items.
Thu, 13 May 2021 22:03:48 +0000 bsmith Android: Implement dw_menu_item_set_state/check() dw_menu_item_delete() and dw_menu_destroy().
Thu, 13 May 2021 20:46:07 +0000 bsmith Android: Clean up the menus... add separator, remove tildes and implement callbacks.
Thu, 13 May 2021 19:54:15 +0000 bsmith Android: Initial menu support, incomplete but basics functional.
Thu, 13 May 2021 07:43:31 +0000 bsmith Android: Implement dw_screen_* and dw_environment_query().
Wed, 12 May 2021 23:28:59 +0000 bsmith iOS: Changes to handle autosizing vertical sliders/scrollbars.
Wed, 12 May 2021 09:19:41 +0000 bsmith iOS: Implement scrollbars as sliders... implement vertical with a transform.
Wed, 12 May 2021 06:17:22 +0000 bsmith Android: Fix memory corruption issue due to incorrectly allocating HPIXMAP.
Tue, 11 May 2021 22:53:29 +0000 bsmith Android: Move the text to below the point, not above it.
Tue, 11 May 2021 22:44:45 +0000 bsmith Android: Reimplement drawPolygon() using drawPath() instead of drawLines/Points().
Tue, 11 May 2021 22:19:28 +0000 bsmith Android: Implement DW_DRAW_FULL flag for dw_draw_arc().
Tue, 11 May 2021 09:03:30 +0000 bsmith Android: Implement most of the rest of drawing except for fonts...
Tue, 11 May 2021 06:38:09 +0000 bsmith Android: Fix the safety check in the dw_draw_*() functions.
Tue, 11 May 2021 05:14:56 +0000 bsmith Android: Pass the cached window handle to the callback so the handles...
Tue, 11 May 2021 05:00:07 +0000 bsmith Added dw_window_compare() to check if two window handles refer to the same object.
Tue, 11 May 2021 00:51:20 +0000 bsmith Android: First attempts at implementing drawing functions
Mon, 10 May 2021 22:34:52 +0000 bsmith Android: Implement View based render widget and icon support with Drawable.
Mon, 10 May 2021 20:06:50 +0000 bsmith Android: Initial pixmap implmentation using Android Bitmap.
Mon, 10 May 2021 09:29:51 +0000 bsmith Android: Implement dw_bitmap_new(), dw_dwindow_set_bitmap() and dw_window_set_bitmap_from_data().
Mon, 10 May 2021 02:24:52 +0000 bsmith Android: Use toLongOrNull() whenever converting from string to long...
Mon, 10 May 2021 02:01:28 +0000 bsmith Android: Initial dw_file_browse() implementation, still needs some work.
Sun, 09 May 2021 22:39:13 +0000 bsmith Android: Implement dw_mle_delete() so that the tested output is correct.
Sun, 09 May 2021 21:51:31 +0000 bsmith Android: Calendar fixes, need to be in milliseconds not seconds... also...
Sun, 09 May 2021 21:17:32 +0000 bsmith Android: Implement the calendar widget using CalendarView.
Sun, 09 May 2021 19:27:23 +0000 bsmith Android: Implement notifications, images on notifications incomplete.
Sun, 09 May 2021 09:31:14 +0000 bsmith Android: Implement bitmap buttons, implement dw_listbox_selected_multi().
Sat, 08 May 2021 23:22:52 +0000 bsmith Android: Implement spinbuttons and callbacks.
Sat, 08 May 2021 21:34:55 +0000 bsmith Android: Implement ListBox with ListView and fill in the missing listbox functions.
Sat, 08 May 2021 08:43:47 +0000 bsmith Android: Fix not actually passing the data in dw_window_set_data().
Sat, 08 May 2021 08:11:51 +0000 bsmith Android: Implement most of the dw_listbox_*() functions for ComboBoxes.
Sat, 08 May 2021 01:54:52 +0000 bsmith Android: Fix the down arrow on the comboboxes, found a system resource that works.
Sat, 08 May 2021 01:15:54 +0000 bsmith Android: Initial attempt at our own ComboBox class, EditText with PopupList.
Fri, 07 May 2021 19:54:05 +0000 bsmith Android: Implement dw_main_sleep() and dw_main_iteration().
Fri, 07 May 2021 11:11:10 +0000 bsmith Android: Second try at that new fix... move it into _dw_main_launch()
Fri, 07 May 2021 10:49:50 +0000 bsmith Update the readme with info on Android and DW_FEATURE_WINDOW_PLACEMENT.