log ios/dw.m @ 2646:42bc7ddd6751

age author description
Mon, 30 Aug 2021 23:35:30 +0000 bsmith iOS: Reimplement DWSplitBar as a UIView subclass.
Fri, 13 Aug 2021 21:12:25 +0000 bsmith iOS: UISplitViewController may not be the right way to implement DWSplitBar.
Fri, 13 Aug 2021 19:55:40 +0000 bsmith iOS: New method of removing DWWindow from the hierarchy.
Thu, 12 Aug 2021 22:22:12 +0000 bsmith iOS: Fix display of the Back button... closing the window seems to cause
Thu, 12 Aug 2021 21:54:11 +0000 bsmith iOS: Attempt to add "Back" button to secondaries windows to allow them to
Wed, 11 Aug 2021 11:46:36 +0000 bsmith iOS: _dw_main_iteration() never seems to return NO.
Sun, 01 Aug 2021 12:17:07 +0000 bsmith Massive continuation of code style standardization.
Mon, 26 Jul 2021 00:25:26 +0000 bsmith iOS: Switch to using internal event message constants.
Fri, 23 Jul 2021 19:26:01 +0000 bsmith iOS: Fix a context menu related crash by removing autorelease from DWMenuItem.
Fri, 23 Jul 2021 15:28:42 +0000 bsmith dw_menu_destroy() should zero out the handle passed, GTK does this already.
Sun, 18 Jul 2021 20:55:45 +0000 bsmith iOS: Standardize DWContainer behavior part 1.
Sun, 18 Jul 2021 08:54:12 +0000 bsmith iOS: Implement button press/release and motion notify.
Thu, 15 Jul 2021 21:22:59 +0000 bsmith iOS: Implement context menus on DWRender widgets.
Tue, 13 Jul 2021 08:51:22 +0000 bsmith iOS: Implement menu separators using inline UIMenus.
Mon, 12 Jul 2021 23:51:38 +0000 bsmith iOS: Had to switch from UIKeyCommand to UIAction for DWMenuItem.