log

age author description
Tue, 19 Jul 2022 16:57:39 +0000 bsmith Android: Interface Builder passes index 65535 to make sure we are packing to
Tue, 19 Jul 2022 15:56:11 +0000 bsmith iOS: Implement dw_listbox_select() for comboboxes.
Tue, 19 Jul 2022 11:21:17 +0000 bsmith Android: Add support for DW_BS_NOBORDER on bitmap buttons.
Mon, 18 Jul 2022 19:36:08 +0000 bsmith Android: Report tree widget supported in feature tests in 3.3.
Sun, 17 Jul 2022 21:03:31 +0000 bsmith Android: Remove the _DW_EVENT_THREADING experiment.
Sun, 17 Jul 2022 10:17:10 +0000 bsmith Android: Add Android specific code to handle opening URIs in dwtest.
Sun, 17 Jul 2022 00:26:33 +0000 bsmith Android: Separate handling of expand/collapse when touched on the expandCollpaseView.
Sat, 16 Jul 2022 21:46:35 +0000 bsmith Android: Changes to highlight the selected node of the tree widget.
Sat, 16 Jul 2022 01:36:04 +0000 bsmith Android: Fix dw_tree_clear(), need to clear the roots too.
Fri, 15 Jul 2022 23:58:19 +0000 bsmith Android: Allow passing a menu window handle to dw_window_destroy().
Fri, 15 Jul 2022 11:50:09 +0000 bsmith Android: Change dw_file_browse() to return URIs or paths on Android.
Fri, 15 Jul 2022 08:15:11 +0000 bsmith iOS: Fix tree control handling clicks on the expand/collapse button.
Thu, 14 Jul 2022 06:22:19 +0000 bsmith iOS: Rewrite dw_window_redraw() so it actually works.
Thu, 14 Jul 2022 06:02:01 +0000 bsmith iOS: Implement dw_window_get_text() on top-level windows.
Thu, 14 Jul 2022 05:44:10 +0000 bsmith iOS: Fix dw_window_set_text() on a top-level window.
Wed, 13 Jul 2022 14:57:38 +0000 bsmith Android: Add a new function for Android dw_file_open() which will open the
Wed, 13 Jul 2022 08:26:49 +0000 bsmith Android: Remove the androidx activity import since it was unused.
Wed, 13 Jul 2022 08:09:08 +0000 bsmith Android: During dw_file_browse() request read/write access to external
Wed, 13 Jul 2022 05:20:31 +0000 bsmith iOS: Return the Application Sandbox's Documents folder from dw_user_dir()
Wed, 13 Jul 2022 04:51:09 +0000 bsmith iOS: Make dw_file_browse() grant access to security scoped resources.
Sun, 10 Jul 2022 09:53:19 +0000 bsmith Android: Implement ITEM_CONTEXT, ITEM_SELECT and TREE_EXPAND callbacks.
Thu, 07 Jul 2022 23:04:27 +0000 bsmith Android: Change the system resources used as expand/collapse for the tree.
Thu, 07 Jul 2022 19:49:28 +0000 bsmith Android: Fix tree basic functionality... need to add child branches,
Thu, 07 Jul 2022 07:59:23 +0000 bsmith Android: Added layout manager and code to trigger data change updates.
Thu, 07 Jul 2022 00:47:25 +0000 bsmith Android: Add DWTreeItemView class based on LinearLayout.
Tue, 28 Jun 2022 09:33:38 +0000 bsmith Missed updating the version in the header.
Tue, 28 Jun 2022 09:19:52 +0000 bsmith Bump version to 3.3, clear out the old release notes and put in the new.
Tue, 28 Jun 2022 00:53:47 +0000 bsmith Win/OS2: Remove the lib and dll folders and their placeholders.
Wed, 22 Jun 2022 07:13:32 +0000 bsmith Android: Connect the C API to the Kotlin tree implementation.
Tue, 21 Jun 2022 07:55:53 +0000 bsmith Android: Minor tree changes... mostly testing my system to push changes to GitHub.