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.