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().