log ios/dw.m @ 2909:3fe7641f027c

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.
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.
Tue, 28 Dec 2021 13:53:59 +0000 bsmith Update copyright dates for the new year 2022.
Sun, 19 Dec 2021 15:39:43 +0000 bsmith Style update. Add DW_SIZE_AUTO (-1) for passing automatic sizing to packing.
Sat, 18 Dec 2021 19:31:57 +0000 bsmith iOS: I used to save the user data on the DWView subview of a DWWindow...
Fri, 17 Dec 2021 12:47:28 +0000 bsmith iOS: Improve the combobox. Trigger the input view when touching the combobox
Fri, 17 Dec 2021 00:39:33 +0000 bsmith iOS: Fix a pixmap memory leak, CGImage needs to be released after using it
Sun, 12 Dec 2021 12:08:34 +0000 bsmith iOS: Pass thread specific colors through thread safety macros.
Sat, 11 Dec 2021 00:54:01 +0000 bsmith iOS: Initial print support for iOS.
Thu, 09 Dec 2021 20:07:39 +0000 bsmith iOS: dw_messagebox() can't be called recursively...
Thu, 09 Dec 2021 12:40:17 +0000 bsmith iOS: Implement initial color in the color picker dialog.
Wed, 08 Dec 2021 11:36:31 +0000 bsmith iOS: Hide the UISlider track when using them as scrollbars.
Wed, 01 Dec 2021 22:37:22 +0000 bsmith iOS: Add file browser support for selecting folders/directories.
Mon, 22 Nov 2021 06:44:47 +0000 bsmith iOS: Similarly update the comments on unimplmented functions... a unofficial
Thu, 18 Nov 2021 12:04:40 +0000 bsmith iOS: Implement HICN resizing and text/label vertical centering.
Wed, 17 Nov 2021 22:12:59 +0000 bsmith iOS: Implement dw_entryfield_set_limit() using delegate method.
Tue, 16 Nov 2021 11:26:19 +0000 bsmith iOS: Fix dw_mle_set_word_wrap() and dw_checkbox_get().
Mon, 15 Nov 2021 21:12:32 +0000 bsmith iOS: MLE work: Implement dw_mle_set_auto_complete() DW_MLE_COMPLETE_TEXT now
Wed, 03 Nov 2021 00:51:38 +0000 bsmith iOS: Implement dw_exec() using posix_spawnp(). Fix a few warnings.
Mon, 01 Nov 2021 01:32:42 +0000 bsmith iOS: Fixes for notebook pages. Wasn't always using the pageID.
Mon, 25 Oct 2021 03:41:02 +0000 bsmith iOS: Move the check/radio type alignment changes into setType: method.
Sun, 24 Oct 2021 23:14:37 +0000 bsmith iOS: Checkboxes and radiobuttons should be left aligned not centered.
Fri, 22 Oct 2021 19:07:59 +0000 bsmith iOS: Make UITableViewCell backgrounds clear if not set explicitly.
Mon, 18 Oct 2021 20:50:55 +0000 bsmith iOS: Use the claimed default value for the navigation bar of 44 points.
Mon, 18 Oct 2021 13:29:55 +0000 bsmith iOS: Only add the "Back" button to the Navigation Bar if the window has the
Tue, 31 Aug 2021 09:35:36 +0000 bsmith iOS: Minor code cleanup in the bitmap button image handler.
Tue, 31 Aug 2021 09:18:04 +0000 bsmith iOS: Fix another _dw_main_iteration() loop issue.
Tue, 31 Aug 2021 08:57:46 +0000 bsmith iOS: Fix a miscalculation during DWSplitBar resize.