log

age author description
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.
Wed, 17 Nov 2021 12:33:20 +0000 bsmith Android: Via testing, MLE is set to word wrap by default on most platforms.
Wed, 17 Nov 2021 11:19:06 +0000 bsmith Android: Implement dw_mle_set_auto_complete() in the same way as iOS.
Tue, 16 Nov 2021 20:15:18 +0000 bsmith Android: Fix dw_mle_set_word_wrap() and dw_mle_set_cursor().
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.
Tue, 02 Nov 2021 22:34:17 +0000 bsmith Android: Implement dw_window_function(). Call the function directly on Android.
Tue, 02 Nov 2021 20:17:37 +0000 bsmith Android: dw_window_get_pos_size() isn't supported on Android...
Tue, 02 Nov 2021 20:08:29 +0000 bsmith Android: Implement dw_exec() using fork/exec on APIs prior to 28.
Tue, 02 Nov 2021 19:04:56 +0000 bsmith Andrdoid: Implement dw_browse() to load a URL in a new Activity.
Mon, 01 Nov 2021 01:32:42 +0000 bsmith iOS: Fixes for notebook pages. Wasn't always using the pageID.
Sun, 31 Oct 2021 23:36:33 +0000 bsmith Android: Keep a list of tab titles in the ViewPager2 adapter and set titles in
Sun, 31 Oct 2021 21:22:11 +0000 bsmith Android: Call notifyDataSetChanged() on ViewPager2 adapters to fix some
Sun, 31 Oct 2021 12:59:45 +0000 bsmith Android: Fix state exception by calling notifyDataSetChanged() on DWListBox.
Thu, 28 Oct 2021 17:27:59 +0000 bsmith Android: Implement groupbox using RadioGroup... still missing the title and
Thu, 28 Oct 2021 00:22:42 +0000 bsmith Android: Revert the change from Placeholder to View since it didn't solve the problem.
Wed, 27 Oct 2021 23:26:44 +0000 bsmith Android: Fix the logic error, had height and width reversed in bitfields.
Wed, 27 Oct 2021 22:00:31 +0000 bsmith Android: Initial attempt at implmenting dw_window_get_preferred_size().
Tue, 26 Oct 2021 06:17:53 +0000 bsmith Android: Put in some list bounds safety checks... them getting hit however...
Tue, 26 Oct 2021 05:43:02 +0000 bsmith Android: Using Placeholder class for packing empty space caused layout issues.
Mon, 25 Oct 2021 22:34:54 +0000 bsmith Android: Apply weights to boxes as well as items.
Mon, 25 Oct 2021 17:07:01 +0000 bsmith Android: Fix an exception when displaying a notebook with a placeholder.
Mon, 25 Oct 2021 11:29:34 +0000 bsmith Android: Fix weight based layout problems.
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.
Fri, 22 Oct 2021 18:49:10 +0000 bsmith Android: Implement dw_window_set_color() on Containers and Listboxes.
Thu, 21 Oct 2021 18:53:35 +0000 bsmith Android: Fix what I thought was a MLE layout issue... but it turns out the
Tue, 19 Oct 2021 11:01:16 +0000 bsmith Android: LinearLayout does not allow null views, if null, create a Placeholder view.
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
Mon, 18 Oct 2021 12:55:29 +0000 bsmith Remove the unicode characters that LibreOffice put into the text.
Mon, 18 Oct 2021 12:44:57 +0000 bsmith Add a mobile platform text file with instructions on how to create projects.
Mon, 18 Oct 2021 00:09:57 +0000 bsmith Android: Implement DW_FCF_CLOSEBUTTON and DW_FCF_TITLEBAR flags.
Sun, 17 Oct 2021 20:14:51 +0000 bsmith Android: Still need to call setCurrentItem() on ViewPager2.
Sun, 17 Oct 2021 00:34:16 +0000 bsmith Android: Implement dw_window_destroy() and try to add a back button to
Fri, 15 Oct 2021 23:22:23 +0000 bsmith Android: Use a RecyclerView method to change the ViewPager2 page since the ViewPager2
Wed, 13 Oct 2021 17:54:09 +0000 bsmith Android: Rewrite the menubar code for multi-window support.
Tue, 12 Oct 2021 23:04:13 +0000 bsmith Android: Attempt at multi-window support using ViewPager2.
Tue, 05 Oct 2021 06:26:28 +0000 bsmith Win: Add detecting Windows 11 in the environment query.
Mon, 04 Oct 2021 19:26:08 +0000 bsmith GTK3/4: Add some memory safety checks that were in GTK2 but missing from GTK 3/4.
Sun, 03 Oct 2021 20:02:12 +0000 bsmith OS2: EMX/GCC defines _IN_ADDR_T_DECLARED when it is defined.
Sun, 03 Oct 2021 19:43:57 +0000 bsmith Win/OS2: Add a definition for in_addr_t as unsigned long.
Sat, 02 Oct 2021 19:30:39 +0000 bsmith GTK: Check the Connection ID is positive non-zero before removing.
Fri, 24 Sep 2021 21:50:17 +0000 bsmith Android: Catch NumberFormatException in isDWResource().
Fri, 24 Sep 2021 13:57:16 +0000 bsmith Android: Asset/Resource refactoring for compatibility with other platforms.
Sun, 19 Sep 2021 21:42:00 +0000 bsmith Android: HOME does not seem to be always set on Android...
Sat, 18 Sep 2021 23:57:31 +0000 bsmith Android: Save splitbar settings in dataArrayMap instead of attempting to calculate them.
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.
Tue, 27 Jul 2021 23:09:52 +0000 bsmith Win: Standardize internal function name style...
Mon, 26 Jul 2021 23:39:24 +0000 bsmith OS/2: Fix a few search and replace errors.
Mon, 26 Jul 2021 23:28:50 +0000 bsmith OS/2: Standardize internal function name style...
Mon, 26 Jul 2021 00:25:26 +0000 bsmith iOS: Switch to using internal event message constants.
Mon, 26 Jul 2021 00:24:59 +0000 bsmith Mac: Switch to using internal event message constants.
Sun, 25 Jul 2021 23:35:02 +0000 bsmith Android: Add internal event constants for more clarity about what code does.
Fri, 23 Jul 2021 21:02:36 +0000 bsmith Update the readme with the important info about the button press/release changes.
Fri, 23 Jul 2021 20:26:56 +0000 bsmith WARNING: Standardize button press and release button parameter values.
Fri, 23 Jul 2021 19:42:06 +0000 bsmith dw_menu_popup() should also set handle NULL and add safety checks if missing.
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.
Fri, 23 Jul 2021 14:52:32 +0000 bsmith Android: Popup menus on Andoird use an anchor View not the touch location.
Sun, 18 Jul 2021 21:21:49 +0000 bsmith Android: Standardize DWContainer behavior part 2.
Sun, 18 Jul 2021 20:55:45 +0000 bsmith iOS: Standardize DWContainer behavior part 1.
Sun, 18 Jul 2021 15:56:12 +0000 bsmith Android: Implement button release and motion notify events.
Sun, 18 Jul 2021 08:54:12 +0000 bsmith iOS: Implement button press/release and motion notify.
Sat, 17 Jul 2021 01:24:03 +0000 bsmith Add buttons to the status info on the render test tab.
Fri, 16 Jul 2021 18:55:05 +0000 bsmith Android: Add initial code to handle button presses and long clicks on DWRender.
Fri, 16 Jul 2021 02:58:43 +0000 bsmith Android: Implement dw_menu_popup() ... still need to implement the context events.
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.
Mon, 12 Jul 2021 21:51:12 +0000 bsmith iOS: Switch to using UIKeyCommand for menu items so we can use they keyboard
Sun, 11 Jul 2021 21:41:44 +0000 bsmith iOS: Code cleanup, make sure menu items are enabled on creation.
Sun, 11 Jul 2021 21:08:36 +0000 bsmith iOS: Actually implement disabled menu items using UIMenuElementAttributesDisabled.
Sun, 11 Jul 2021 08:49:26 +0000 bsmith iOS: Fix crash by retaining the UIMenu returned in the block.
Sat, 10 Jul 2021 23:57:25 +0000 bsmith iOS: Add UINavigationBar and DWView to the rootViewController's view.
Mon, 31 May 2021 21:59:09 +0000 bsmith iOS: Add some code to include DWViewController in the UIResponder chain.
Mon, 31 May 2021 16:53:11 +0000 bsmith Don't reuse timerid since on iOS and Android it is not an index to a timer
Sat, 29 May 2021 21:42:59 +0000 bsmith Android: Add initial keyboard support for Android.
Fri, 28 May 2021 18:28:15 +0000 bsmith Android: Experimental change for the new file browser... require it be on secondary...
Fri, 28 May 2021 01:02:07 +0000 bsmith Android: Add preliminary new file browser that uses the system ACTION_GET_CONTENT Intent.
Thu, 27 May 2021 23:34:23 +0000 bsmith iOS: Switch to using the NSURL fileSystemRepresentation method.
Tue, 25 May 2021 15:38:55 +0000 bsmith Update the readme with information about the HTIMER change.
Tue, 25 May 2021 15:15:09 +0000 bsmith iOS: Collection of various fixes...
Tue, 25 May 2021 01:25:32 +0000 bsmith Android: Turn off Android's forcing buttons and tabs to be all caps.
Mon, 24 May 2021 23:53:04 +0000 bsmith iOS: Fix dw_window_g/set_text() on buttons, can't use the label directly.
Mon, 24 May 2021 23:29:15 +0000 bsmith iOS: Remove some bogus secondary color code in DWBox.
Mon, 24 May 2021 20:32:05 +0000 bsmith iOS: Reenable Calendar control, setTranslatesAutoresizingMaskIntoConstraints:NO
Mon, 24 May 2021 01:48:27 +0000 bsmith OS/2: HTIMER alread defined, just set HTIMER_TYPEDEFED.