log

age author description
Wed, 03 May 2023 17:33:24 -0500 Brian Smith Android: Remove android workarounds not needed with render safe mode. default tip
Sun, 12 Mar 2023 17:13:12 -0500 Brian Smith Add MacOS signing support with environment variable: CODESIGNIDENTITY.
Thu, 05 Jan 2023 23:05:43 -0600 Brian Smith Update the installers, bump version to 0.7 and remove the version from the title.
Tue, 28 Jun 2022 04:05:32 -0500 Brian Smith Handle the removal of lib/dll directories on OS/2 and Windows....
Sat, 15 Jan 2022 18:10:07 -0600 Brian Smith Added tag 0.6 for changeset 1a0884175503
Sat, 15 Jan 2022 18:10:00 -0600 Brian Smith Added tag 0.5 for changeset 8d3636c79e66 0.6
Thu, 06 Jan 2022 16:39:31 -0600 Brian Smith Mac: Use unsigned binary with install_name_tool, then resign it.
Thu, 06 Jan 2022 09:58:56 -0600 Brian Smith Update the NSIS output filename to match the version.
Thu, 06 Jan 2022 09:44:57 -0600 Brian Smith Update the license copyright date and WarpIn version.
Thu, 06 Jan 2022 07:13:21 -0600 Brian Smith Bump the version to 0.6 for release.
Mon, 20 Dec 2021 17:36:32 -0600 Brian Smith Switch to using the new constant DW_SIZE_AUTO when packing boxes.
Thu, 16 Dec 2021 10:48:25 -0600 Brian Smith Revert those last changes in favor of a temporary Android-only fix.
Thu, 16 Dec 2021 09:57:36 -0600 Brian Smith We don't want to call dw_render_redraw() with the draw mutex locked.
Thu, 16 Dec 2021 09:20:24 -0600 Brian Smith Android: Avoid calling dw_main_sleep() and dw_main_iteration() during expose
Tue, 31 Aug 2021 14:13:03 -0500 Brian Smith iOS: Add iOS resources.
Tue, 24 Aug 2021 20:19:55 -0500 Brian Smith Linux/Android: Make logic more clean, and cap load at 100% when using the
Tue, 24 Aug 2021 19:16:19 -0500 Brian Smith Linux/Android: Switch to using sysinfo() instead of /proc/loadavg.
Tue, 24 Aug 2021 18:27:12 -0500 Brian Smith Linux/Android: Fallback to checking /proc/loadavg if /proc/stat is not
Thu, 12 Aug 2021 16:15:45 -0500 Brian Smith iOS/Android: Make sure we pick fonts for iOS and Android.
Wed, 11 Aug 2021 06:51:11 -0500 Brian Smith Remove the Draw() from display_configure().
Tue, 10 Aug 2021 14:18:33 -0500 Brian Smith iOS: Implement all stat functions except Get_Net() due to missing ifmibdata.
Sun, 08 Aug 2021 23:43:44 -0500 Brian Smith iOS: Fix compiling for iOS. Some net/ includes are missing.
Thu, 25 Mar 2021 17:35:22 -0500 Brian Smith Win: Remove winmain.c, it is no longer necessary with DW 3.2.
Mon, 08 Mar 2021 15:25:43 -0600 Brian Smith Update to using the 3.2 function dw_render_redraw() to optimize draws on GTK3/4.
Tue, 02 Mar 2021 21:54:49 -0600 Brian Smith Use hwndFrame for dw_menu_popup(), prevents errors on GTK4.
Wed, 06 Jan 2021 21:19:50 -0600 Brian Smith OS/2: Add WarpIN configuration file, and modify installer rule to use it. 0.5
Mon, 14 Dec 2020 19:54:08 -0600 Brian Smith Mac: Missed the configure script in that last commit.
Mon, 14 Dec 2020 19:49:44 -0600 Brian Smith Mac: Add "classic" as an optional architecure for 10.5-10.6 era fat binaries
Mon, 14 Dec 2020 18:23:24 -0600 Brian Smith Update the copyright in preparation of a 2021 release.
Sun, 29 Nov 2020 16:38:07 -0600 Brian Smith Fix building with BSD make by moving the resource logic into configure.
Sun, 29 Nov 2020 03:54:01 -0600 Brian Smith GTK: Convert to GResource for embedded images.
Mon, 05 Oct 2020 23:42:59 -0500 Brian Smith Win: Cleaner way to disable common function deprecation warnings.
Sun, 04 Oct 2020 18:54:03 -0500 Brian Smith Win: Add Clang/LLVM support on Windows.
Tue, 30 Jun 2020 23:49:40 -0500 Brian Smith Win: Use PLATFORM to detect target CPU using Visual Studio 2015.
Fri, 15 May 2020 18:30:39 -0500 Brian Smith Mac: Add bundle identifier to Info.plist to prevent startup crash
Fri, 06 Sep 2019 02:59:34 -0500 Brian Smith Protect the exit code with the mutex so there are no threads calling APIs.
Tue, 06 Aug 2019 17:14:21 -0500 Brian Smith Win: Fixes for building with new DW and attempt to get target cpu from Visual Studio.
Sat, 13 Jul 2019 15:44:38 -0500 Brian Smith Mac: At some point Apple removed the hw.usermem sysctl we used to check free
Wed, 07 Oct 2015 18:13:59 -0500 Brian Smith Added Windows 10 support, update copyright date.
Thu, 27 Sep 2012 01:53:52 -0500 Brian Smith Added support for the new textured flag on Mac.
Sun, 24 Jun 2012 14:58:35 -0500 Brian Smith Make the text fields in the properties dialog expand into the box...
Thu, 17 May 2012 18:25:23 -0500 Brian Smith Added configure script since Xcode 4.3 no longer includes the auto tools,
Sun, 29 Apr 2012 14:48:23 -0500 Brian Smith Disable antialiasing when drawing rectangles.
Tue, 24 Apr 2012 21:24:28 -0500 Brian Smith Workaround GTK2 bug of centering box contents.
Mon, 09 Apr 2012 14:32:14 -0500 Brian Smith Continuing rewrite of the loading and saving methods. Safer and well commented now.
Mon, 09 Apr 2012 05:08:03 -0500 Brian Smith Fixes for Unix/gcc and general safety of INI file loading.
Mon, 09 Apr 2012 03:46:48 -0500 Brian Smith A few more modernizations...
Fri, 06 Apr 2012 05:53:17 -0500 Brian Smith Fixed clang warning about no return on Mac.
Fri, 06 Apr 2012 05:40:55 -0500 Brian Smith Added updating the active displays when changing fonts.
Fri, 06 Apr 2012 05:07:17 -0500 Brian Smith Fixed color selector not working.
Fri, 06 Apr 2012 04:47:33 -0500 Brian Smith Initial commit of properties dialog, and some modernizations of existing code.
Tue, 03 Apr 2012 12:18:44 -0500 Brian Smith Removed useless install rules that were failing.
Tue, 03 Apr 2012 12:16:43 -0500 Brian Smith Removed forcing titlebar flag on Unix...
Thu, 23 Feb 2012 07:12:58 -0600 Brian Smith In DW 2.3 compat.h is now dwcompat.h.
Wed, 25 Jan 2012 02:29:28 -0600 Brian Smith Make secondary threads exit during shutdown... also removed _dw_pool_drain()
Thu, 19 Jan 2012 23:23:10 -0600 Brian Smith Switched to using dw_main_quit() and added _dw_pool_drain() to a second thread on Mac.
Thu, 19 Jan 2012 22:53:43 -0600 Brian Smith Add _dw_pool_drain() for Mac to avoid memory leak after dwcompat msleep()
Thu, 24 Nov 2011 21:49:57 -0600 Brian Smith Makefile cleanup.
Thu, 24 Nov 2011 16:49:19 -0600 Brian Smith Added centralized verison and --with-arch support for Mac.
Tue, 22 Nov 2011 17:20:47 -0600 Brian Smith Add a FORCE rule because naming a subdirectory "install" causes
Tue, 22 Nov 2011 10:36:38 -0600 Brian Smith Changes for building the application bundle and installer disk image on Mac.
Tue, 22 Nov 2011 10:21:05 -0600 Brian Smith Forgot to change the executable name.
Tue, 22 Nov 2011 10:12:48 -0600 Brian Smith Added initial installer rules and scripts for OS/2, Mac and Windows.
Mon, 25 Jul 2011 23:14:06 -0500 Brian Smith Switched to using DW_POINTER_TO_INT to avoid compiler warnings on 64bit.
Mon, 09 May 2011 08:50:22 -0500 Brian Smith Removed the DWLIBDIR and DWINCDIR lines completely from the Makefile.
Tue, 19 Apr 2011 03:25:41 -0500 Brian Smith Updated to use dw_user_dir() and save to the home directory on all platforms.
Tue, 12 Apr 2011 19:52:52 -0500 Brian Smith Attempt to hide the titlebar on the Mac... strangely it doesn't seem to work.
Mon, 04 Apr 2011 16:57:29 -0500 Brian Smith Remove the environment variables to locate Dynamic Windows on Unix. We use dwindows-config to do that.
Mon, 04 Apr 2011 00:55:52 -0500 nuke Switched back to long double for ScaledPrint... hopefully solving an issue.
Sat, 02 Apr 2011 17:55:47 -0500 Brian Smith Makefile updates for OS/2.
Sat, 02 Apr 2011 15:39:29 -0500 Brian Smith Added 48x48 icon to support Windows XP.
Fri, 01 Apr 2011 23:00:22 -0500 Brian Smith Last OS/2 icon was too big...so this is a fixed version.
Fri, 01 Apr 2011 21:21:02 -0500 Brian Smith Updated OS/2 Icon.
Fri, 01 Apr 2011 20:39:51 -0500 Brian Smith Set the default window icon.
Fri, 01 Apr 2011 20:28:10 -0500 Brian Smith Updated Windows icon.
Fri, 01 Apr 2011 20:19:32 -0500 Brian Smith Updated icon for GTK and fixed error in the resources.
Fri, 01 Apr 2011 19:05:28 -0500 Brian Smith Added Mac icon for Control Center.
Sat, 26 Mar 2011 22:04:33 -0500 Brian Smith Fixes for NtQuerySystemInformation failing in 64bit mode because of struct size issues.
Tue, 22 Mar 2011 03:11:04 -0500 Brian Smith Added support for Tera and Peta bytes in the ScaledPrint.
Tue, 22 Mar 2011 01:28:46 -0500 Brian Smith Attempt at fixing 64bit scaling issues.
Thu, 17 Mar 2011 12:54:43 -0500 Brian Smith Added support for XP/Vista/7 themes.
Thu, 17 Mar 2011 10:55:32 -0500 Brian Smith Added manifest support.
Thu, 17 Mar 2011 10:46:11 -0500 Brian Smith Support for building Control Center 64bit.
Tue, 15 Mar 2011 18:14:28 -0500 Brian Smith Settings for the Mac.
Sun, 13 Mar 2011 00:02:47 -0600 Brian Smith Use environment variables by default to find DW
Fri, 25 Feb 2011 09:59:45 -0600 Brian Smith Fix a C99 issue since this is not the default mode when building from the command line.
Thu, 24 Feb 2011 22:59:27 -0600 Brian Smith Added support for the Mac.
Sat, 19 Feb 2011 03:50:52 -0600 Brian Smith Fixed a typecast error in the Get_Memory() function on FreeBSD.
Sat, 19 Feb 2011 03:40:57 -0600 Brian Smith Fixed memory size reporting on recent version of Linux and fixed an error in how the
Sat, 19 Feb 2011 02:08:54 -0600 Brian Smith Switched to using sysctl instead of kvm on FreeBSD.
Sat, 19 Feb 2011 00:44:24 -0600 Brian Smith Changed to using long double for storing free memory to avoid problems on 64bit systems.
Fri, 18 Feb 2011 17:02:36 -0600 Brian Smith Fixes for building with debug information in Visual Studio.
Fri, 18 Feb 2011 07:16:41 -0600 Brian Smith config.h doesn't need to be in the repository.
Fri, 18 Feb 2011 07:12:29 -0600 Brian Smith Fixes for building on Linux. Function conflict for getline and sys.h is gone.
Fri, 18 Feb 2011 06:10:19 -0600 Brian Smith Fixes for building with Visual Studio 2008. Apparently -debug:full is invalid now.
Fri, 18 Feb 2011 02:08:34 -0600 Brian Smith Missing DWSIGNAL keywords on several functions.
Fri, 21 Jan 2011 21:31:40 -0600 Brian Smith Fixes for updated Dynamic Windows
Fri, 21 Jan 2011 18:25:08 -0600 Brian Smith Initial commit