log

age author description
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.