log

age author description
Thu, 25 Mar 2021 09:02:09 +0000 bsmith Mac: Clean up some code errors reported by LLVM.
Thu, 25 Mar 2021 07:48:38 +0000 bsmith iOS: More namespace cleanup.
Thu, 25 Mar 2021 07:34:13 +0000 bsmith Mac: Prefix any global internal functions or variables with _dw or make them
Thu, 25 Mar 2021 05:30:52 +0000 bsmith iOS: Switch to using UIApplicationMain() in dw_main().
Wed, 24 Mar 2021 20:11:11 +0000 bsmith iOS: Fix initial window display and handle resize/rotation events.
Tue, 23 Mar 2021 23:14:13 +0000 bsmith iOS: Remove some legacy code from macOS 10.5 by swithing to using
Tue, 23 Mar 2021 22:35:37 +0000 bsmith iOS: Switch to UITableViewDataSource method numberOfRowsInSection:
Tue, 23 Mar 2021 22:03:09 +0000 bsmith iOS: Implement the UITableViewDataSource protocol so DWContainer doesn't
Tue, 23 Mar 2021 20:25:56 +0000 bsmith Add _dw to the internal functions in the template source.
Tue, 23 Mar 2021 20:02:07 +0000 bsmith iOS: dwcompat now builds on iOS as well... Fixes for running dwtest.
Sun, 21 Mar 2021 22:48:28 +0000 bsmith iOS: First building version. Yay! Still lots to do but progress.
Sun, 21 Mar 2021 21:48:19 +0000 bsmith iOS: Implement classes for encapsulating immutable UIImage and UIMenu so the
Sun, 21 Mar 2021 02:37:37 +0000 bsmith iOS: More conversion... mostly drawing related changes.
Sat, 20 Mar 2021 21:53:56 +0000 bsmith iOS: Continuing conversion...
Sat, 20 Mar 2021 01:04:51 +0000 bsmith iOS: Remove printing and file browsing... more conversion.
Fri, 19 Mar 2021 22:54:18 +0000 bsmith iOS: Remove tree functionality, combobox and radio button... include links
Fri, 19 Mar 2021 18:19:47 +0000 bsmith iOS: More work on conversion from Mac... going to be a few more of these
Fri, 19 Mar 2021 00:27:36 +0000 bsmith iOS: More progress on converting Mac to iOS.
Thu, 18 Mar 2021 03:16:13 +0000 bsmith Mac: On ARM (M1) NSTextAlignmentCenter and NSTextAligmnentRight are swapped.
Thu, 18 Mar 2021 02:07:21 +0000 bsmith Mac: Only pass valid alignments to the setAlignment: method.
Thu, 18 Mar 2021 00:01:37 +0000 bsmith Mac: Switch to performSelector: instead of calling implementation directly.
Wed, 17 Mar 2021 03:17:58 +0000 bsmith iOS: Converting more types and classes to the iOS equivalents.
Tue, 16 Mar 2021 22:52:53 +0000 bsmith iOS: Initial commit of iOS source... based on MacOS code...
Sun, 14 Mar 2021 17:45:06 +0000 bsmith GTK4: Switch from "activate-focus" to "notify::is-active" for DW_SIGNAL_SET_FOCUS.
Sun, 14 Mar 2021 07:42:03 +0000 bsmith GTK4: The GtkWidget paramater to the activate-focus signal was removed.
Sun, 14 Mar 2021 06:50:13 +0000 bsmith GTK4: Minor code cleanup.
Sun, 14 Mar 2021 06:17:50 +0000 bsmith GTK4: Switch to using gtk_window_present() in dw_window_show().
Sun, 14 Mar 2021 04:48:33 +0000 bsmith GTK4: GtkPictures should be centered, not filled... don't clobber the
Sun, 14 Mar 2021 00:12:04 +0000 bsmith GTK4: Apparenlty on GTK4 GtkImage is used for icons, switch to GtkPicture.
Fri, 12 Mar 2021 22:53:41 +0000 bsmith GTK3/4: Optimizing dirty list management. Keep list as short as possible.