log

age author description
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.
Thu, 06 Jan 2022 14:22:33 +0000 bsmith Mac: Remove obsolete placeholder file that was never used.
Thu, 06 Jan 2022 14:21:20 +0000 bsmith Update the "dist" and "zip" Makefile rules for the new files in 3.2.
Thu, 06 Jan 2022 13:44:28 +0000 bsmith Linux: Update the debian packaging with the latest information.
Mon, 03 Jan 2022 16:45:59 +0000 bsmith Update the readme with some more information.
Mon, 03 Jan 2022 16:23:51 +0000 bsmith GTK4: New way of querying the mouse pointer position.
Mon, 03 Jan 2022 15:50:53 +0000 bsmith GTK4: Was still passing the root parameter to the transform function,
Mon, 03 Jan 2022 15:45:15 +0000 bsmith GTK4: dw_menu_popup() coordinates are relative to the parent window.
Mon, 03 Jan 2022 00:35:21 +0000 bsmith Android: Attempt to get the selection background color from the theme.
Sun, 02 Jan 2022 19:23:01 +0000 bsmith Android: Hopefully the final set of container query fixes.
Sun, 02 Jan 2022 19:06:04 +0000 bsmith Andrdoi: Attempt to fix a number of issues querying containers.
Sat, 01 Jan 2022 18:47:38 +0000 bsmith Android: Rewrite listbox multiple selection... keep track of the selection
Fri, 31 Dec 2021 23:21:44 +0000 bsmith Android: Add a DWContainerRow class implmenting LinearLayout and Checkable.
Tue, 28 Dec 2021 13:53:59 +0000 bsmith Update copyright dates for the new year 2022.
Tue, 28 Dec 2021 11:48:34 +0000 bsmith GTK2/3: A few more pthread_setspecific() changes... gcc 11.2 reported the
Tue, 28 Dec 2021 11:41:33 +0000 bsmith GTK2/3: Fix warnings calling pthread_setspecific() with a non-pointer value
Tue, 28 Dec 2021 11:00:26 +0000 bsmith Rewrite the configure GTK and WebKitGTK test section.
Mon, 27 Dec 2021 14:03:33 +0000 bsmith GTK4: Change configure tests, and try to support webkit.
Wed, 22 Dec 2021 09:54:41 +0000 bsmith Use package "gtk4" instead of "gtk4-x11" so it will work on systems with
Mon, 20 Dec 2021 15:19:05 +0000 bsmith Update the readme with new information about Windows, MacOS, iOS, Android
Mon, 20 Dec 2021 14:23:24 +0000 bsmith GTK3/4: Committing a fix from Mark Hessling for dw_listbox_set_text().
Mon, 20 Dec 2021 14:19:43 +0000 bsmith GTK: Fix build issues due to the location of the DW_SIZE_AUTO definition.
Mon, 20 Dec 2021 12:29:55 +0000 bsmith Switch to using DW_SIZE_AUTO constant in the test program.
Sun, 19 Dec 2021 15:48:41 +0000 bsmith Add dw_window_reparent() to the list of deprecated functions.
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
Thu, 16 Dec 2021 14:48:52 +0000 bsmith Android: Use "View" as the type for the viewList instead of LinearLayout.
Thu, 16 Dec 2021 01:12:04 +0000 bsmith Android: This is kind of a hacky solution, but use a while loop to figure out...
Wed, 15 Dec 2021 15:49:39 +0000 bsmith Android: Attempt at some Color Chooser improvements... Fix layout.
Wed, 15 Dec 2021 14:53:04 +0000 bsmith Android: Add a color picker preview area and a gradient slider for contrast.
Mon, 13 Dec 2021 01:58:58 +0000 bsmith Android: Android Studio on Linux complained about missing export.
Mon, 13 Dec 2021 01:21:55 +0000 bsmith GTK4: Same color thread safety passing changes as on iOS and Mac.
Sun, 12 Dec 2021 14:57:18 +0000 bsmith Mac: Same color thread safety passing changes as on iOS.
Sun, 12 Dec 2021 12:08:34 +0000 bsmith iOS: Pass thread specific colors through thread safety macros.
Sat, 11 Dec 2021 14:44:37 +0000 bsmith Android: Fix a crash setting pixmap font in print callback.
Sat, 11 Dec 2021 14:14:26 +0000 bsmith Android: Initial print implementation for Android....
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 19:51:48 +0000 bsmith Only expand the calendar control and box horizontally....
Thu, 09 Dec 2021 12:40:17 +0000 bsmith iOS: Implement initial color in the color picker dialog.
Thu, 09 Dec 2021 11:52:59 +0000 bsmith Android: Add dialog dismiss and color change handlers to the color chooser.
Thu, 09 Dec 2021 04:52:01 +0000 bsmith Android: Update the manifest with READ/MANAGE_EXTERNAL_STORAGE.
Thu, 09 Dec 2021 01:57:52 +0000 bsmith Android: Fix vertical sliders/scrollbars by creating a DWSlider class to
Wed, 08 Dec 2021 12:54:25 +0000 bsmith Android: Split out scrollbar to a separate implementation.
Wed, 08 Dec 2021 11:36:31 +0000 bsmith iOS: Hide the UISlider track when using them as scrollbars.
Mon, 06 Dec 2021 14:05:11 +0000 bsmith Add error checking to the file load handler and display an error notification
Sun, 05 Dec 2021 16:55:48 +0000 bsmith Android: Fix potential null pointer exception in mleSetVisible().
Sun, 05 Dec 2021 15:08:13 +0000 bsmith Android: Fix Intent based file chooser and switch to using it by default.
Fri, 03 Dec 2021 20:21:13 +0000 bsmith Android: Add glue to bring up the color wheel when calling dw_color_choose().
Fri, 03 Dec 2021 00:00:28 +0000 bsmith Android: Import Colow Wheel by Anton Popov.
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
Mon, 22 Nov 2021 03:02:13 +0000 bsmith Android: Add comments, TODOs for functions that should eventually be implmented.
Mon, 22 Nov 2021 02:18:08 +0000 bsmith Android: Implement dw_container_scroll(), dw_container_cursor() and dw_container_cursor_by_data().
Fri, 19 Nov 2021 18:48:41 +0000 bsmith Android: Implement dw_mle_search(). Also revert lowercase() change.
Fri, 19 Nov 2021 02:49:53 +0000 bsmith Android: Implement dw_mle_set_visible(). Also fix various warnings.
Fri, 19 Nov 2021 02:20:11 +0000 bsmith Android: Implement dw_scrollbox_get_range() and dw_scrollbox_get_pos().
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.
Sun, 23 May 2021 21:48:25 +0000 bsmith iOS: Change "id" parameter to "timerid" so it doesn't conflict with the
Sun, 23 May 2021 21:39:25 +0000 bsmith Add HTIMER type and change dw_timer_() functions to use it.
Sun, 23 May 2021 09:43:04 +0000 bsmith iOS: Implement keyboard handling for iOS 13.4 and later.
Sun, 23 May 2021 07:30:52 +0000 bsmith Android: Implement dw_window_set_focus(), dw_window_default() and dw_window_get_font().
Sun, 23 May 2021 02:41:06 +0000 bsmith Android: MLE should have TOP/LEFT gravity.
Sun, 23 May 2021 02:27:12 +0000 bsmith Android: Implement dw_container_set_stripe() and center the images in the rows.
Sat, 22 May 2021 23:48:08 +0000 bsmith Android: Code cleanup, fix all warnings except for unused function/parameters.
Sat, 22 May 2021 21:53:41 +0000 bsmith Android: Implement dw_window_set_style() for static text widgets.
Sat, 22 May 2021 10:00:31 +0000 bsmith Android: Fix notebook page change event page always being 0.
Sat, 22 May 2021 00:19:46 +0000 bsmith Android: Fix drawArc() FULL option and refactor to reduce calculations.
Fri, 21 May 2021 20:28:43 +0000 bsmith Android: Improve the layout, if an item expands in the opposite direction of the box...
Fri, 21 May 2021 19:50:56 +0000 bsmith Android: Percent widget should be using horizontal ProgressBar.
Fri, 21 May 2021 00:56:10 +0000 bsmith Android: Make message boxes modal (not cancelable).
Fri, 21 May 2021 00:39:13 +0000 bsmith Android: New color handling system, save the color in the C API and pass
Thu, 20 May 2021 23:33:12 +0000 bsmith Android: Functional version of the event threading changes... this improves stability...
Thu, 20 May 2021 10:22:20 +0000 bsmith iOS: Slight refactoring to handle the possibility that the status bar
Thu, 20 May 2021 10:06:07 +0000 bsmith iOS: If DW_FCF_TITLEBAR is passed to dw_window_new() create a UINavigationBar
Wed, 19 May 2021 23:22:51 +0000 bsmith Android: Switch to using LinearLayout for Container row layout...
Wed, 19 May 2021 20:37:23 +0000 bsmith Android: Fix incorrect display of first container entry with the new layout code.
Wed, 19 May 2021 20:13:11 +0000 bsmith Android: Add experimental event threading code, currently disabled.
Wed, 19 May 2021 09:41:17 +0000 bsmith Android: Attempt to rewrite container layout code in a more generic manner.
Wed, 19 May 2021 08:13:13 +0000 bsmith Android: The *_from_file() functions now check the assets folder.
Wed, 19 May 2021 01:08:59 +0000 bsmith Android: Use ItemClick for the ITEM_SELECT event and the API 23
Tue, 18 May 2021 23:29:15 +0000 bsmith Android: After removing Address Sanitizer I got a type mismatch error.
Tue, 18 May 2021 22:48:33 +0000 bsmith Android: Attempt at implementing updating the container after insertion.
Tue, 18 May 2021 18:41:35 +0000 bsmith Android: Implement querying containers and ENTER and CONTEXT callbacks.
Tue, 18 May 2021 07:55:59 +0000 bsmith Android: Fix logic error in dw_container_setup() causing return from the
Tue, 18 May 2021 01:04:52 +0000 bsmith Android: Implement container row data and titles, required for the callbacks.
Mon, 17 May 2021 21:11:40 +0000 bsmith Android: Implement Java exception handling, make sure all return values from JNI are sane.
Sun, 16 May 2021 22:41:50 +0000 bsmith Android: Initial container implementation... getting a NullPointerException crash in dwtest...
Sun, 16 May 2021 19:39:34 +0000 bsmith Android: Initial implementations of DWContainerModel and DWContainerAdapter.
Sat, 15 May 2021 21:16:06 +0000 bsmith Android: Need to set isSingleLine for entryfields.
Sat, 15 May 2021 20:46:17 +0000 bsmith Android: Fix issue with specifying static sizes... still some issues.
Sat, 15 May 2021 19:11:53 +0000 bsmith Android: Refactor boxPack() to try to fix non-expandable items expanding.
Sat, 15 May 2021 00:44:24 +0000 bsmith Android: Implement DW_CLR_DEFAULT and some basic dark mode support.
Fri, 14 May 2021 19:12:39 +0000 bsmith Android: For the moment disable swiping to change notebook pages.
Fri, 14 May 2021 12:13:29 +0000 bsmith Android: Get dwcompat building on Android. Had to disable the filesystem functions for now.
Fri, 14 May 2021 11:41:31 +0000 bsmith Android: Minor fixes to that last commit... missed dw.h changes and remove test code.
Fri, 14 May 2021 11:29:00 +0000 bsmith Android: Implement most of the font functions and control/widget color.
Thu, 13 May 2021 22:52:11 +0000 bsmith Android: Implement disabled menu items.
Thu, 13 May 2021 22:03:48 +0000 bsmith Android: Implement dw_menu_item_set_state/check() dw_menu_item_delete() and dw_menu_destroy().
Thu, 13 May 2021 20:46:07 +0000 bsmith Android: Clean up the menus... add separator, remove tildes and implement callbacks.
Thu, 13 May 2021 19:54:15 +0000 bsmith Android: Initial menu support, incomplete but basics functional.
Thu, 13 May 2021 07:43:31 +0000 bsmith Android: Implement dw_screen_* and dw_environment_query().
Wed, 12 May 2021 23:28:59 +0000 bsmith iOS: Changes to handle autosizing vertical sliders/scrollbars.
Wed, 12 May 2021 09:19:41 +0000 bsmith iOS: Implement scrollbars as sliders... implement vertical with a transform.
Wed, 12 May 2021 06:17:22 +0000 bsmith Android: Fix memory corruption issue due to incorrectly allocating HPIXMAP.
Tue, 11 May 2021 22:53:29 +0000 bsmith Android: Move the text to below the point, not above it.
Tue, 11 May 2021 22:44:45 +0000 bsmith Android: Reimplement drawPolygon() using drawPath() instead of drawLines/Points().
Tue, 11 May 2021 22:19:28 +0000 bsmith Android: Implement DW_DRAW_FULL flag for dw_draw_arc().
Tue, 11 May 2021 09:03:30 +0000 bsmith Android: Implement most of the rest of drawing except for fonts...
Tue, 11 May 2021 06:38:09 +0000 bsmith Android: Fix the safety check in the dw_draw_*() functions.
Tue, 11 May 2021 05:14:56 +0000 bsmith Android: Pass the cached window handle to the callback so the handles...
Tue, 11 May 2021 05:00:07 +0000 bsmith Added dw_window_compare() to check if two window handles refer to the same object.
Tue, 11 May 2021 00:51:20 +0000 bsmith Android: First attempts at implementing drawing functions
Mon, 10 May 2021 22:34:52 +0000 bsmith Android: Implement View based render widget and icon support with Drawable.
Mon, 10 May 2021 20:06:50 +0000 bsmith Android: Initial pixmap implmentation using Android Bitmap.
Mon, 10 May 2021 09:29:51 +0000 bsmith Android: Implement dw_bitmap_new(), dw_dwindow_set_bitmap() and dw_window_set_bitmap_from_data().
Mon, 10 May 2021 02:24:52 +0000 bsmith Android: Use toLongOrNull() whenever converting from string to long...
Mon, 10 May 2021 02:01:28 +0000 bsmith Android: Initial dw_file_browse() implementation, still needs some work.