log

age author description
Sun, 12 Mar 2023 17:11:52 -0500 Brian Smith Add MacOS signing support with environment variable: CODESIGNIDENTITY. default tip
Fri, 06 Jan 2023 22:03:45 -0600 Brian Smith Win: Installer should grab DW.DLL from the TARGET_CPU directory.
Thu, 05 Jan 2023 22:54:42 -0600 Brian Smith Win: Make x64 subfolder non-fatal on x86, since I can't build x64 on 2K/XP.
Tue, 03 Jan 2023 14:10:30 -0600 Brian Smith Win: Add information about building libxml2 on Windows, since I keep redoing it each year.
Mon, 02 Jan 2023 17:09:21 -0600 Brian Smith Update the license and installer for the upcoming release.
Mon, 02 Jan 2023 16:26:55 -0600 Brian Smith Update copyright date for the new release.
Tue, 26 Jul 2022 22:35:10 -0500 Brian Smith Layout improvements to the Image and Locale Managers.
Tue, 26 Jul 2022 17:54:43 -0500 Brian Smith Spinbuttons on iOS are unusually wide compared to other platforms.
Tue, 26 Jul 2022 17:23:56 -0500 Brian Smith Missed the needed forward declaration of toolbar_select().
Tue, 26 Jul 2022 17:17:12 -0500 Brian Smith After creating a new layout, make sure the toolbar icons are correctly
Tue, 26 Jul 2022 17:01:12 -0500 Brian Smith Another couple minor layout cleanups continuing prior changes.
Tue, 26 Jul 2022 04:34:21 -0500 Brian Smith Android: Work around layout issues on Android...
Sun, 24 Jul 2022 18:27:58 -0500 Brian Smith Layout improvements: Use DW_SIZE_AUTO for non-expanding spinbuttons.
Sun, 24 Jul 2022 18:09:58 -0500 Brian Smith Layout improvements: Use DW_SIZE_AUTO in more places to handle variable sizes.
Tue, 19 Jul 2022 10:58:46 -0500 Brian Smith Minor visual fixes for mobile, due to limited size... shorten some of the
Tue, 19 Jul 2022 05:24:16 -0500 Brian Smith Stop using hard coded property control heights, use DW_SIZE_AUTO instead.
Sun, 17 Jul 2022 06:57:17 -0500 Brian Smith iOS: Add asseets required for iPad.
Fri, 15 Jul 2022 20:11:46 -0500 Brian Smith Android: Consolidate duplicated code into a new internal function.
Fri, 15 Jul 2022 06:51:26 -0500 Brian Smith Android: Add special case code for parsing the short filename from an
Thu, 14 Jul 2022 18:11:40 -0500 Brian Smith iOS: Disable the Open Recent menu on iOS.
Wed, 13 Jul 2022 10:00:20 -0500 Brian Smith Android: Switch to using dw_file_open() and xmlReadFd() to open the XML files.
Mon, 11 Jul 2022 17:19:12 -0500 Brian Smith Android: Add the CMakeList.txt file used to build Interface Builder.
Mon, 11 Jul 2022 06:40:48 -0500 Brian Smith Add a message box to display an error if XML load fails.
Mon, 11 Jul 2022 06:18:55 -0500 Brian Smith Android: Change the includes to fix problems on Android.
Sun, 10 Jul 2022 08:55:11 -0500 Brian Smith iOS/Android: Temporary fix to allow compilation with no version info.
Sun, 10 Jul 2022 07:33:55 -0500 Brian Smith Fix a problem where tree signal handlers were being connected to the wrong
Sun, 10 Jul 2022 07:15:37 -0500 Brian Smith Add a new DWIB_MULTI_WINDOW build option, which preserves existing
Tue, 28 Jun 2022 04:04:38 -0500 Brian Smith Handle the removal of lib/dll directories on OS/2 and Windows....
Thu, 23 Jun 2022 02:34:07 -0500 Brian Smith Win: Changes to preserve libraries built for other architectures and package them in the installer. (x86/x64)
Sat, 15 Jan 2022 18:05:24 -0600 Brian Smith Added tag 1.0b4 for changeset bce699fb90ba
Sat, 15 Jan 2022 18:05:13 -0600 Brian Smith Added tag 1.0b3 for changeset b8c80d2fa234 1.0b4
Thu, 06 Jan 2022 16:36:28 -0600 Brian Smith Mac: Use unsigned binary with install_name_tool, then resign it.
Thu, 06 Jan 2022 09:37:21 -0600 Brian Smith Update the license copyright date and WarpIn version.
Thu, 06 Jan 2022 07:16:03 -0600 Brian Smith Bump version to beta 4 and copyright to 2022 for release.
Mon, 20 Dec 2021 18:23:46 -0600 Brian Smith Switch to using DW_SIZE_AUTO constant when packing boxes.
Thu, 25 Mar 2021 17:30:12 -0500 Brian Smith Win: Remove winmain.c, it is no longer necessary in DW 3.2.
Mon, 01 Mar 2021 08:31:52 -0600 Brian Smith GTK: Add .desktop file creation and PNG icon for Gnome support.
Thu, 07 Jan 2021 04:04:51 -0600 Brian Smith Win: Fix wrong Application Name in dw_app_id_set() which causes Star Menu issues on Windows 10. 1.0b3
Wed, 06 Jan 2021 21:22:45 -0600 Brian Smith OS/2: Add WarpIN configuration file, and modify installer rule to use it.
Wed, 06 Jan 2021 10:49:29 -0600 Brian Smith Bump Dynamic Windows to beta 3 in preparation for DW 3.1 release.
Tue, 05 Jan 2021 19:20:55 -0600 Brian Smith Fix an issue with creating notebook page node, it was missing "Children."
Wed, 16 Dec 2020 03:41:44 -0600 Brian Smith Win: libxml2 now required -DLIBXML_STATIC to statically link on Windows.
Mon, 14 Dec 2020 19:44:48 -0600 Brian Smith Mac: Add "classic" as an optional architecure for 10.5-10.6 era fat binaries
Mon, 14 Dec 2020 17:46:55 -0600 Brian Smith Update the copyright dates in preparation for a new 2021 release.
Sun, 13 Dec 2020 07:10:12 -0600 Brian Smith Check for DW_DARK_MODE environment variable to enable full dark mode.
Sun, 29 Nov 2020 16:22:18 -0600 Brian Smith Fix building with BSD make by moving the resource logic into configure.
Sun, 29 Nov 2020 03:31:04 -0600 Brian Smith GTK: Added the two files I missed in the last commit.
Sun, 29 Nov 2020 03:28:47 -0600 Brian Smith GTK: Updates for using GResources on Unix.
Mon, 05 Oct 2020 23:43:20 -0500 Brian Smith Win: Cleaner way to disable common function deprecation warnings.
Sun, 04 Oct 2020 18:56:40 -0500 Brian Smith Win: Add Clang/LLVM support for Windows.
Tue, 30 Jun 2020 23:30:27 -0500 Brian Smith Win: Use PLATFORM to detect target CPU using Visual Studio 2015.
Sun, 28 Jun 2020 16:22:16 -0500 Brian Smith Use new DW constants, set the Application ID and update the copyright in the license.
Fri, 12 Jun 2020 16:28:22 -0500 Brian Smith Added code to enable full dark mode on Windows.
Mon, 02 Dec 2019 03:12:42 -0600 Brian Smith The data parameters were swapped in the source I copied and pasted from the
Sun, 01 Dec 2019 22:04:31 -0600 Brian Smith Added javascript code to query the title, and set it on the window.
Wed, 06 Nov 2019 07:15:56 -0600 Brian Smith Added support for DW_SIGNAL_HTML_CHANGED so we can update the location
Fri, 25 Oct 2019 17:36:13 -0500 Brian Smith Mac: Add an exception to Info.plist to allow insecure URL loads on 10.11.
Fri, 25 Oct 2019 17:20:01 -0500 Brian Smith Added a location entryfield to the browser and a Go button to help in debugging.
Sun, 15 Sep 2019 20:50:23 -0500 Brian Smith OS/2: Fix building with RC from Arca Noae Package Manager.
Wed, 31 Jul 2019 19:42:47 -0500 Brian Smith Win: Changed build to pull target CPU from the Visual C build environment.
Wed, 31 Jul 2019 19:40:54 -0500 Brian Smith Mac: Add setting to Info.plist that allows insecure URLs in embedded HTML.
Tue, 06 Oct 2015 01:57:44 -0500 Brian Smith Update copyright date, fix UAC in Windows installer and add support
Fri, 20 Mar 2015 09:41:47 -0500 Brian Smith Fixed clang warning.
Fri, 09 Aug 2013 19:24:19 -0500 Brian Smith Update for the 2.6 container changes.
Sat, 23 Feb 2013 08:08:02 -0600 Brian Smith Oops added missing file.
Fri, 22 Feb 2013 17:53:53 -0600 Brian Smith Added pkg-config support to dwib to support Go language bindings.
Thu, 27 Dec 2012 08:54:14 -0600 Brian Smith Added tag 1.0b2 for changeset 0aa7f3579a81
Tue, 25 Dec 2012 20:34:18 -0600 Brian Smith Added Mac application menu Quit handler in the example program. 1.0b2
Tue, 25 Dec 2012 20:13:36 -0600 Brian Smith Updates for building beta 2 and a comment change.
Tue, 25 Dec 2012 19:52:33 -0600 Brian Smith Added code for handling default focus and click defaults.
Thu, 13 Dec 2012 01:49:52 -0600 Brian Smith Add Mac Quit menu handler support added in DW 2.5.::
Thu, 01 Nov 2012 09:13:13 -0500 Brian Smith Fixed a problem that was causing warnings on GTK.
Sun, 14 Oct 2012 20:55:29 -0500 Brian Smith Minor updates for OS/2 packaging
Sun, 14 Oct 2012 20:27:26 -0500 Brian Smith Only add a Children node to the Notebook if it doesn't already exist.
Sun, 14 Oct 2012 19:25:09 -0500 Brian Smith Fixed adding Children node to the wrong parent when adding notebook pages.
Sun, 14 Oct 2012 16:21:36 -0500 Brian Smith Fixed a crash when certain controls unexpectedly have no children.
Thu, 27 Sep 2012 01:37:17 -0500 Brian Smith Added support for the new DW_FCF_TEXTURED flag for textured backgrounds on
Mon, 13 Aug 2012 05:00:12 -0500 Brian Smith The ranged widget was missing an orientation property,
Sat, 04 Aug 2012 04:38:27 -0500 Brian Smith Added tag 1.0b1 for changeset ea1eab699fbe
Fri, 03 Aug 2012 19:02:40 -0500 Brian Smith Added wrap option to the text field. 1.0b1
Fri, 03 Aug 2012 17:01:35 -0500 Brian Smith Update the license file and installers for OS/2 and Windows.
Sat, 28 Jul 2012 18:06:05 -0500 Brian Smith Minor change in the default size of the browser window to fit API documentation.
Sat, 28 Jul 2012 17:22:32 -0500 Brian Smith Add menu item for API documentation.
Mon, 16 Jul 2012 18:45:18 -0500 Brian Smith Similar fix to the last one except for counting the number of columns.
Mon, 16 Jul 2012 18:32:37 -0500 Brian Smith Proper handling of no container title during population.
Mon, 16 Jul 2012 17:03:02 -0500 Brian Smith Fix columns with no titles not reloading from file.
Mon, 16 Jul 2012 15:17:54 -0500 Brian Smith Add support for container columns with no text if they are icon fields.
Mon, 16 Jul 2012 02:13:38 -0500 Brian Smith Fixed a memory free crash bug in the image manager.
Fri, 13 Jul 2012 20:43:36 -0500 Brian Smith Accidentally left a debug message in.
Fri, 13 Jul 2012 20:41:17 -0500 Brian Smith Added new Help URL for the browser.
Fri, 06 Jul 2012 05:53:44 -0500 Brian Smith Changed dw_box_remove*() to dw_box_unpack*() as per the bicentenial
Wed, 04 Jul 2012 11:28:44 -0500 Brian Smith Minor fix for that last commit, used the same variable name twice.
Tue, 03 Jul 2012 21:23:03 -0500 Brian Smith Added support for saving and reloading the window positions.:
Sun, 01 Jul 2012 05:03:34 -0500 Brian Smith Up version to 1.0 preparing for a beta test once the help is
Sun, 01 Jul 2012 03:48:42 -0500 Brian Smith Fixed a crash in the image viewer, when loading images from file.
Sun, 01 Jul 2012 00:59:27 -0500 Brian Smith Didn't like that last fix, this is an improved one.
Sun, 01 Jul 2012 00:33:24 -0500 Brian Smith Fixed a bug in freeing memory appropriately when loading bitmaps.
Sat, 30 Jun 2012 07:09:33 -0500 Brian Smith Refactor code to eliminate XML memory leaks and fix some issues on Windows.
Tue, 26 Jun 2012 23:04:32 -0500 Brian Smith Fix a crash in the MLE handling code.
Tue, 26 Jun 2012 16:54:41 -0500 Brian Smith Fix Save As and an issue with the locale manager.
Tue, 26 Jun 2012 16:28:36 -0500 Brian Smith Added Locale button for the MLE widget, however it gets edited
Tue, 26 Jun 2012 02:13:54 -0500 Brian Smith Rewrite of the container/filesystem column editing code.
Tue, 26 Jun 2012 00:52:52 -0500 Brian Smith Added support for the open recent menu, with 5 recent items by default.
Mon, 25 Jun 2012 23:13:40 -0500 Brian Smith Some locale manager safety checks when editing lists.
Mon, 25 Jun 2012 22:26:40 -0500 Brian Smith Fixes for handling lists on listboxes and comboboxes.
Mon, 25 Jun 2012 18:08:08 -0500 Brian Smith Most controls now can be localized before creating the widget...
Mon, 25 Jun 2012 16:15:28 -0500 Brian Smith Rewrite of the properties dialog, to precreate the XML nodes so they are
Fri, 22 Jun 2012 01:09:31 -0500 Brian Smith Cause variable expansion to occur during install phase.
Sun, 10 Jun 2012 17:47:44 -0500 Brian Smith Don't populate the lists with localized text in the builder.
Sun, 10 Jun 2012 16:04:17 -0500 Brian Smith Added localization to HTML URLs... so you can have different URLs for
Sun, 10 Jun 2012 15:54:32 -0500 Brian Smith Added basic support for localizing list/comboboxes.
Sun, 10 Jun 2012 15:08:22 -0500 Brian Smith Several bug fixes and added support for localizing container controls...
Sun, 10 Jun 2012 13:27:33 -0500 Brian Smith Switched to using node properties instead of separate nodes for locale text.
Tue, 05 Jun 2012 06:11:04 -0500 Brian Smith Accidentally had danish locale string as da_DA instead of da_DK.
Tue, 05 Jun 2012 04:54:41 -0500 Brian Smith Added basic filesystem column internationalization.
Sun, 03 Jun 2012 16:52:06 -0500 Brian Smith Removed test code that was causing warnings on GTK.
Sun, 03 Jun 2012 16:48:36 -0500 Brian Smith Need to also reset the selected window data during locale manager reset.
Sun, 03 Jun 2012 16:38:27 -0500 Brian Smith Safety change to reset the locale manager dialog when changing widgets.
Sun, 03 Jun 2012 15:05:51 -0500 Brian Smith Visual C puked on addition inside the DW_INT_TO_POINTER() macro without additional parentheses.
Sun, 03 Jun 2012 14:57:17 -0500 Brian Smith Removed some debug code no longer needed.