log

age author description
Mon, 26 Sep 2022 08:35:26 +0000 bsmith Android: Attempt at fixing the container selection issues after clear.
Sat, 17 Sep 2022 20:42:55 +0000 bsmith iOS: Minor code style cleanups.
Fri, 16 Sep 2022 20:23:25 +0000 bsmith Android: Fix container rows not being selectable in DW_CONTAINER_MODE_MULTI
Fri, 16 Sep 2022 08:33:28 +0000 bsmith Android: Improve appearance of the container row by adding a 4 point margin.
Fri, 16 Sep 2022 01:40:19 +0000 bsmith Android: Rewrite DWContainerRow using RelativeLayout and a LinearLayout stack.
Thu, 15 Sep 2022 18:50:35 +0000 bsmith Mac: Fix warnings building with ancient GCC versions of Xcode.
Thu, 15 Sep 2022 09:16:03 +0000 bsmith Mac: Fix an error in that last commit. Include UTType for 11.0 not 12.0.
Thu, 15 Sep 2022 09:07:09 +0000 bsmith Mac: Add initial support for MacOS 13 Ventura.
Wed, 14 Sep 2022 16:09:02 +0000 bsmith Add DW_FEATURE_CONTAINER_MODE to the dwtest feature test list.
Mon, 12 Sep 2022 20:59:59 +0000 bsmith Andrdoid: Mask out alignment and other flags when returning the container
Mon, 12 Sep 2022 18:53:47 +0000 bsmith Android: Implement DW_SIGNAL_COLUMN_CLICK for containers in
Mon, 12 Sep 2022 10:13:24 +0000 bsmith Android: Initial implementation of DW_CONTAINER_MODE_EXTRA/MULTI.
Sun, 11 Sep 2022 12:43:08 +0000 bsmith Android: In preparation for the container mode changes... I needed to
Sun, 11 Sep 2022 08:15:13 +0000 bsmith iOS: Implement DW_SIGNAL_COLUMN_CLICKED for multi-line containers.
Sat, 10 Sep 2022 22:03:47 +0000 bsmith iOS: Fix multi-line container display, had to stop using buttons for images.
Fri, 09 Sep 2022 08:42:22 +0000 bsmith iOS: Remimplement the label and image view in the custom cell.
Tue, 06 Sep 2022 07:07:19 +0000 bsmith iOS: Implement layout constraints to put the UIStackView containing the
Sun, 04 Sep 2022 16:54:57 +0000 bsmith Update the readme with current information.
Thu, 01 Sep 2022 06:40:02 +0000 bsmith iOS: Add initial implementation of DW_CONTAINER_MODE_EXTRA.
Thu, 01 Sep 2022 06:38:08 +0000 bsmith Remove __DW_DESKTOP__ and rename __DW_MOBILE__ to DW_MOBILE.
Wed, 17 Aug 2022 11:36:34 +0000 bsmith iOS: Rewrite DWContainer to use a single DWTableViewCell per row.
Tue, 16 Aug 2022 17:24:29 +0000 bsmith Win: Attempt to fix MingW64 builds, _MSC_VER seems to no longer be defined...
Sun, 14 Aug 2022 15:36:36 +0000 bsmith Make dwcompat.h allow mixing of C and C++ code. GitHub issue #3.
Thu, 04 Aug 2022 19:12:19 +0000 bsmith iOS: First steps for implmenting container modes on iOS and eventually
Tue, 02 Aug 2022 08:52:13 +0000 bsmith Mac: Fix NSAutoreleaseNoPool() console warnings on ancient MacOS versions,
Tue, 02 Aug 2022 07:27:13 +0000 bsmith iOS: Fix a crash in HandyFTP, an additional check I put in for
Tue, 02 Aug 2022 06:17:09 +0000 bsmith iOS: Fix major memory leaks when destroying widgets and windows.
Tue, 02 Aug 2022 03:34:39 +0000 bsmith iOS: Fix a leak in the tree widget. Need to release the flatted tree array.
Tue, 02 Aug 2022 03:07:52 +0000 bsmith iOS: Fix some memory leaks and remove unnecessary code.
Mon, 01 Aug 2022 22:46:31 +0000 bsmith Fix some memory leaks reported by Xcode's Instruments.
Mon, 01 Aug 2022 22:09:46 +0000 bsmith Mac: Fixed a longstanding crash I had on exit in dwtest on PPC MacOS.
Mon, 01 Aug 2022 16:55:06 +0000 bsmith Mac: Fix object/memory leaks... retain objects created with *_new()
Thu, 28 Jul 2022 09:54:23 +0000 bsmith Mac/iOS: Fix a memory leak when calling API functions that return.
Wed, 27 Jul 2022 09:56:26 +0000 bsmith Android: I think we need to close the window if the DELETE handler does not
Wed, 27 Jul 2022 08:32:32 +0000 bsmith Android: DW_FCF_SYSMENU should imply being closable.
Tue, 26 Jul 2022 19:40:46 +0000 bsmith Android: JNI changes to address potential memory/object leaks.
Tue, 26 Jul 2022 18:07:08 +0000 bsmith Android: Change syntax of previous commit to avoid deprecations.
Tue, 26 Jul 2022 17:55:26 +0000 bsmith Android: Gray out disabled bitmap buttons...
Wed, 20 Jul 2022 19:22:06 +0000 bsmith iOS: Need to trigger window menu rebuilds if a menu item changes.
Wed, 20 Jul 2022 09:30:33 +0000 bsmith Android: Add support for menu item handles in dw_window_set_style().
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.