log

age author description
Wed, 15 Sep 2021 08:36:21 +0000 bsmith Android: Code path cleanup, basically only try one image load... the only
Wed, 15 Sep 2021 08:05:39 +0000 bsmith Android: More resource changes, for windowSetBitmap and pixmapNew.
Tue, 14 Sep 2021 19:39:07 +0000 bsmith Android: Similar resource change for bitmap buttons.
Tue, 14 Sep 2021 11:12:45 +0000 bsmith Android: Switch to loading resource images like we do on iOS.
Tue, 14 Sep 2021 06:58:40 +0000 bsmith Android: Unset ID is -1 on Android not 0, so generate a View ID if < 1 not just 0.
Tue, 14 Sep 2021 05:53:51 +0000 bsmith Android: Attempt at implementing splitbar using ConstraintLayout.
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.
Mon, 30 Aug 2021 23:35:30 +0000 bsmith iOS: Reimplement DWSplitBar as a UIView subclass.
Mon, 16 Aug 2021 15:53:49 +0000 bsmith Mac/iOS/FreeBSD: Rewrite the filesystem code using getfsstat().
Mon, 16 Aug 2021 06:51:28 +0000 bsmith Linux: Isolate linux/android specific code in #ifdef __linux__
Fri, 13 Aug 2021 22:19:45 +0000 bsmith Android: Catch NotFoundException when loading resource...
Fri, 13 Aug 2021 21:50:47 +0000 bsmith Android: Fix a null pointer exception in the menu code running HandyFTP on Android.
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 23:24:06 +0000 bsmith Android: Add support for transparent background color for text drawing.
Wed, 11 Aug 2021 20:32:13 +0000 bsmith iOS/Android: With no autoconf #define HAVE_PIPE, Android and iOS should have
Wed, 11 Aug 2021 11:46:36 +0000 bsmith iOS: _dw_main_iteration() never seems to return NO.
Mon, 09 Aug 2021 23:36:23 +0000 bsmith iOS/Android: Since these don't use autoconf, define HAVE_DIRENT_H.
Mon, 09 Aug 2021 22:07:54 +0000 bsmith Android: Fix startup failure when not calling dw_app_id_set().
Tue, 03 Aug 2021 19:48:02 +0000 bsmith Android: mainSleep seems to be hanging, so switch to using dw_mutex_trylock()
Mon, 02 Aug 2021 20:37:56 +0000 bsmith Android: Implement an event queue that will be handled by dw_main() and
Sun, 01 Aug 2021 22:23:48 +0000 bsmith Add preliminary style and design document for Dynamic Windows 3.2.
Sun, 01 Aug 2021 12:58:27 +0000 bsmith GTK: Fix compilation after code style changes.
Sun, 01 Aug 2021 12:44:49 +0000 bsmith GTK4: Fix compilation after style standarization.
Sun, 01 Aug 2021 12:38:23 +0000 bsmith OS/2: Fix compilation after style standardization.
Sun, 01 Aug 2021 12:17:07 +0000 bsmith Massive continuation of code style standardization.