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