log

age author description
Wed, 24 Jul 2019 17:22:19 +0000 bsmith Mac: Complete refactoring of the Mac code using a handful of macros.
Fri, 12 Jul 2019 17:41:13 +0000 bsmith Mac: 10.14 doesn't like too many needsDisplays so instead we keep a list of
Fri, 12 Jul 2019 02:03:09 +0000 bsmith Mac: Added a safeCall method to DWObject to make it easier to run things on
Thu, 11 Jul 2019 21:40:33 +0000 bsmith Mac: Attempting a better WKWebKit fix, use the WK_API_ENABLED constant to determine if the API is available.
Thu, 11 Jul 2019 09:50:30 +0000 bsmith Mac: Set needsDisplay=YES after acquiring the cachedBitmapRep so it will
Thu, 11 Jul 2019 09:34:44 +0000 bsmith Mac: Pass bi to _create_gc() instead of image. Needs to be NSBitmapImageRep.
Sat, 06 Jul 2019 18:57:29 +0000 bsmith Mac: Fix mojave #ifdefs so it builds pre-mojave.
Sat, 06 Jul 2019 18:44:25 +0000 bsmith Mac: Need to retain the cached render bitmap and recreate it on resize on
Sat, 06 Jul 2019 16:17:04 +0000 bsmith Mac: Fix pre-mojave build, cached render image not available.
Sat, 06 Jul 2019 15:57:53 +0000 bsmith Mac: Massive rewrite to the drawing code in an attempt to get NSView
Sat, 22 Jun 2019 20:58:01 +0000 bsmith Mac: Moved an internal prototype to be with the rest for consistency.
Sat, 22 Jun 2019 20:40:01 +0000 bsmith Mac: In an earlier commit I moved code regarding NSScroller arrow positions into YOSEMITE #ifdef due to the arrows not being available since 10.7.
Sat, 22 Jun 2019 20:11:52 +0000 bsmith Mac: Fix NSStatusItem deprecation warnings by using the embedded NSStatusBarButton instead.
Sat, 22 Jun 2019 20:01:05 +0000 bsmith Mac: Finished commiting a fix to NSProgressIndicator deprecations for 10.14.
Sat, 22 Jun 2019 19:50:15 +0000 bsmith Mac: 10.14 seems to have drastically changed the drawing mechanism.
Fri, 21 Jun 2019 22:07:30 +0000 bsmith Mac: Moved all 10.12 related constants to the top of the source, vastly reducing the number of #ifdefs.
Fri, 21 Jun 2019 20:42:08 +0000 bsmith Mac: Fixed building on Sierra, WKWebKit is undefined even though the docs
Fri, 21 Jun 2019 19:37:57 +0000 bsmith Mac: Fixed deprecation warnings relating to the GraphicsPort now using CoreGraphics.
Thu, 20 Jun 2019 22:53:44 +0000 bsmith Fixed a few deprecation warnings on GTK3.
Thu, 20 Jun 2019 21:15:15 +0000 bsmith Fixes many deprecation warnings building for MacOS 10.14.
Fri, 20 Jul 2018 03:10:44 +0000 mhessling Fix crash on macos with clicking a default button set with dw_windows_click_default
Wed, 18 Oct 2017 17:26:39 +0000 bsmith Mac: Fix deprecation warning in the 10.13 SDK.
Mon, 11 Sep 2017 05:56:04 +0000 mhessling Enable dw_windows_get_text() to return value of label under GTK.
Sat, 08 Jul 2017 11:53:30 +0000 bsmith Fix some warning while building with Visual C for Windows.
Fri, 02 Jun 2017 23:37:45 +0000 bsmith GTK3: dw_menu_popup() on GTK has always ignored the coordinate paramaters
Fri, 02 Jun 2017 23:25:15 +0000 bsmith GTK3: Need to use cairo region in that new code or else drawing functions
Fri, 02 Jun 2017 22:49:09 +0000 bsmith Updates for supporting newer versions of GTK3....
Tue, 30 May 2017 22:27:46 +0000 bsmith Try to get the target CPU from the Visual Studio environment, so you don't need to set TARGET_CPU.
Thu, 20 Apr 2017 12:57:03 +0000 bsmith Fix loading rich edit libraries when in wide mode.
Thu, 20 Apr 2017 10:56:46 +0000 bsmith Added dw_mle_set_auto_complete() stubs for GTK2/3.