log ios/dw.m @ 2929:2ab97b349958

age author description
Tue, 27 Dec 2022 00:58:58 +0000 bsmith WARNING: Fix an API inconsistency in dw_notebook_page_destroy/set()
Sun, 25 Dec 2022 00:20:49 +0000 bsmith Add va_list versions of dw_debug() and dw_messagebox() for use in C++ bindings.
Thu, 22 Dec 2022 19:08:39 +0000 bsmith iOS: Allow dw_window_s/get_data() on menu items.
Tue, 15 Nov 2022 03:50:00 +0000 bsmith Fix new safety warnings reported by the new GCC on Linux.
Mon, 14 Nov 2022 20:38:19 +0000 bsmith Mac/iOS: Add return value to dw_window_set_bitmap(_from_data) in resource
Sat, 17 Sep 2022 20:42:55 +0000 bsmith iOS: Minor code style cleanups.
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
Thu, 01 Sep 2022 06:40:02 +0000 bsmith iOS: Add initial implementation of DW_CONTAINER_MODE_EXTRA.
Wed, 17 Aug 2022 11:36:34 +0000 bsmith iOS: Rewrite DWContainer to use a single DWTableViewCell per row.
Thu, 04 Aug 2022 19:12:19 +0000 bsmith iOS: First steps for implmenting container modes on iOS and eventually
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.
Thu, 28 Jul 2022 09:54:23 +0000 bsmith Mac/iOS: Fix a memory leak when calling API functions that return.
Wed, 20 Jul 2022 19:22:06 +0000 bsmith iOS: Need to trigger window menu rebuilds if a menu item changes.
Tue, 19 Jul 2022 15:56:11 +0000 bsmith iOS: Implement dw_listbox_select() for comboboxes.
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 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.
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.