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.
Thu, 26 May 2022 16:18:33 +0000 bsmith Android: Work in progress changes to get the tree working.
Tue, 24 May 2022 09:42:35 +0000 bsmith Android: Implement dw_tree_new() and verify code doesn't crash.
Thu, 21 Apr 2022 20:58:08 +0000 bsmith Android: Experimental Kotlin tree view implmentation, not enabled yet.
Mon, 11 Apr 2022 16:12:00 +0000 bsmith iOS: Use NSPointerArray in all _DW_EVENT_ITEM_SELECT cases.
Mon, 11 Apr 2022 15:41:47 +0000 bsmith iOS: Change reporting tree widget to be supported.
Mon, 11 Apr 2022 14:01:22 +0000 bsmith iOS: Implement tree context menus and all the signal handler/callbacks.
Sun, 10 Apr 2022 15:42:18 +0000 bsmith iOS: dw_tree_get_parent() should return NULL for the root node.
Sat, 09 Apr 2022 18:20:56 +0000 bsmith Add a dw_tree_item_expand() to the test program. This helps test another
Sat, 09 Apr 2022 18:19:32 +0000 bsmith iOS: Implement all the tree functions. Fix incorrect display due to
Fri, 08 Apr 2022 16:33:38 +0000 bsmith iOS: Skip displaying the root node, it just represents the tree itself.
Thu, 07 Apr 2022 21:54:35 +0000 bsmith iOS: Initial tree view implementation for iOS.
Mon, 17 Jan 2022 17:37:17 +0000 bsmith iOS: _dw_event_handler() switch needs to be updated using internal constants.
Thu, 06 Jan 2022 14:22:33 +0000 bsmith Mac: Remove obsolete placeholder file that was never used.
Thu, 06 Jan 2022 14:21:20 +0000 bsmith Update the "dist" and "zip" Makefile rules for the new files in 3.2.
Thu, 06 Jan 2022 13:44:28 +0000 bsmith Linux: Update the debian packaging with the latest information.
Mon, 03 Jan 2022 16:45:59 +0000 bsmith Update the readme with some more information.
Mon, 03 Jan 2022 16:23:51 +0000 bsmith GTK4: New way of querying the mouse pointer position.
Mon, 03 Jan 2022 15:50:53 +0000 bsmith GTK4: Was still passing the root parameter to the transform function,
Mon, 03 Jan 2022 15:45:15 +0000 bsmith GTK4: dw_menu_popup() coordinates are relative to the parent window.
Mon, 03 Jan 2022 00:35:21 +0000 bsmith Android: Attempt to get the selection background color from the theme.
Sun, 02 Jan 2022 19:23:01 +0000 bsmith Android: Hopefully the final set of container query fixes.
Sun, 02 Jan 2022 19:06:04 +0000 bsmith Andrdoi: Attempt to fix a number of issues querying containers.
Sat, 01 Jan 2022 18:47:38 +0000 bsmith Android: Rewrite listbox multiple selection... keep track of the selection
Fri, 31 Dec 2021 23:21:44 +0000 bsmith Android: Add a DWContainerRow class implmenting LinearLayout and Checkable.
Tue, 28 Dec 2021 13:53:59 +0000 bsmith Update copyright dates for the new year 2022.
Tue, 28 Dec 2021 11:48:34 +0000 bsmith GTK2/3: A few more pthread_setspecific() changes... gcc 11.2 reported the
Tue, 28 Dec 2021 11:41:33 +0000 bsmith GTK2/3: Fix warnings calling pthread_setspecific() with a non-pointer value
Tue, 28 Dec 2021 11:00:26 +0000 bsmith Rewrite the configure GTK and WebKitGTK test section.
Mon, 27 Dec 2021 14:03:33 +0000 bsmith GTK4: Change configure tests, and try to support webkit.
Wed, 22 Dec 2021 09:54:41 +0000 bsmith Use package "gtk4" instead of "gtk4-x11" so it will work on systems with