log

age author description
Wed, 20 Dec 2023 05:17:54 +0000 bsmith GTK4: Fix even more deprecation warnings in GTK 4.10 and later. default tip
Fri, 08 Dec 2023 00:31:50 +0000 bsmith GTK4: Fix even more deprecation warnings in GTK 4.10 and later.
Wed, 06 Dec 2023 23:21:03 +0000 bsmith GTK4: Fix more deprecation warnings in GTK 4.10 and later.
Wed, 06 Dec 2023 02:16:05 +0000 bsmith GTK4: Fix a number of deprecation warnings in GTK 4.10 and later.
Sun, 10 Sep 2023 20:37:16 +0000 bsmith Win: Remove no longer supported GTK leftovers.
Tue, 13 Jun 2023 23:49:44 +0000 bsmith Mac: Code cleanup; Editor was using tabs instead of spaces.
Tue, 13 Jun 2023 22:56:17 +0000 bsmith Mac: Add MacOS 14 Sonoma support... very few changes.
Wed, 17 May 2023 05:49:25 +0000 bsmith GTK4: Here we go down this rabbit hole again. GTK 4.10 is deprecating tons of
Thu, 04 May 2023 02:50:45 +0000 bsmith GTK2/3/4: Implement DW_FEATURE_RENDER_SAFE. GTK2: Disabled by default.
Thu, 04 May 2023 00:49:05 +0000 bsmith OS/2: Fix a variable name.
Thu, 04 May 2023 00:39:33 +0000 bsmith Win/OS2: Implement DW_FEATURE_RENDER_SAFE. Defaults to disabled.
Wed, 03 May 2023 23:29:17 +0000 bsmith Mac/iOS: Implement DW_FEATURE_RENDER_SAFE. iOS always operates in safe
Tue, 02 May 2023 11:37:48 +0000 bsmith Android: Add DW_FEATURE_RENDER_SAFE, initially just for Android.
Fri, 14 Apr 2023 02:53:00 +0000 bsmith Bump up the internal version to 3.4 and update the readme.
Tue, 04 Apr 2023 12:05:14 +0000 bsmith Mac/iOS: Fix exported API function definitions reported by Xcode.
Tue, 04 Apr 2023 08:13:03 +0000 bsmith GTK3: Fix deprecation warnings in WebKit2GTK 2.40 by switching to new
Tue, 04 Apr 2023 07:06:20 +0000 bsmith GTK3: Fix compiling with pre-2.22 WebKit2GTK.
Tue, 04 Apr 2023 01:08:14 +0000 bsmith Check DW_FEATURE_HTML_MESSAGE to decide if the raw html widget
Mon, 03 Apr 2023 09:16:58 +0000 bsmith Win: Automatically disable AEROGLASS support on unsupported Visual C.
Tue, 28 Mar 2023 02:51:34 +0000 bsmith GTK3: Fix building without WebKit2GTK development installed.
Mon, 27 Mar 2023 08:46:23 +0000 bsmith Android: Fixed a big in dw_window_get_text() introduced at some point.
Mon, 27 Mar 2023 04:59:32 +0000 bsmith Android: Implement the DW_FEATURE_HTML_MESSAGE feature tests.
Mon, 27 Mar 2023 04:34:29 +0000 bsmith Android: Fix DW_SIGNAL_HTML_MESSAGE, there were 3 problems in the last commit.
Mon, 27 Mar 2023 00:40:17 +0000 bsmith Android: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Sun, 26 Mar 2023 22:10:10 +0000 bsmith Win: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Sat, 25 Mar 2023 20:10:05 +0000 bsmith GTK3/4: Add feature support for DW_FEATURE_HTML_MESSAGE.
Sat, 25 Mar 2023 01:49:52 +0000 bsmith GTK3: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Fri, 24 Mar 2023 23:04:39 +0000 bsmith GTK4: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Fri, 24 Mar 2023 17:35:53 +0000 bsmith OS/2: Fix copy and paste error with Watcome linker.
Fri, 24 Mar 2023 17:28:21 +0000 bsmith OS2/GTK2/Template: Add empty dw_html_javascript_add() functions.
Fri, 24 Mar 2023 17:15:59 +0000 bsmith iOS: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Fri, 24 Mar 2023 11:39:24 +0000 bsmith Mac: Initial support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE
Tue, 21 Mar 2023 00:41:25 +0000 bsmith Mac: Fix compiling with Xcode 8.2.1, needed #include <stdlib.h> and
Mon, 20 Mar 2023 23:30:01 +0000 bsmith C++: Don't bother with lambdas unless using GCC5.
Mon, 20 Mar 2023 23:04:15 +0000 bsmith Remove -std=c++11 from CXXFLAGS; CXX should have it if needed.
Mon, 20 Mar 2023 22:49:06 +0000 bsmith Update the configure scripts with the latest autotools.
Sun, 19 Mar 2023 18:30:30 +0000 bsmith Mac: Second attempt to fix codesign --deep.
Sun, 19 Mar 2023 18:09:20 +0000 bsmith Mac: Initial attempt to fix failures due to missing codesign --deep.
Tue, 14 Mar 2023 21:04:11 +0000 bsmith Mac: Followup the CODESIGN changes, missed a couple variable name changes.
Sun, 12 Mar 2023 22:34:00 +0000 bsmith Add MacOS signing support with environment variable: CODESIGNIDENTITY.
Fri, 03 Mar 2023 21:27:45 +0000 bsmith Android: Fix building with latest Android studio by checking for permission
Sun, 26 Feb 2023 17:48:08 +0000 bsmith C++: Step 6 of the std::string transition.
Sat, 25 Feb 2023 22:24:18 +0000 bsmith C++: Step 5 of the std::string transition. Hopefully the last step.
Sat, 25 Feb 2023 04:25:21 +0000 bsmith C++: Step 4 of the std::string transition.
Thu, 23 Feb 2023 15:24:36 +0000 bsmith C++: Step 3 of the std::string transition.
Thu, 16 Feb 2023 12:04:52 +0000 bsmith C++: Step 2 of the std::string transition.
Tue, 14 Feb 2023 12:42:11 +0000 bsmith C++: Step 1 of the std::string transition.
Wed, 11 Jan 2023 10:21:57 +0000 bsmith Win/C++: Get dwtestoo building with MinGW32 on Windows 2000.
Fri, 06 Jan 2023 19:55:55 +0000 bsmith Win: Reenable -DAEROGLASS support, it was accidentally removed while testing on Win2k.
Fri, 06 Jan 2023 09:33:59 +0000 bsmith Win: Fix building dwtestoo with MinGW32/64. Need to use __cdecl in C++ mode.
Fri, 06 Jan 2023 07:58:49 +0000 bsmith Win: Enable vsnprintf() usage with Visual C for extra safety.
Fri, 06 Jan 2023 07:05:34 +0000 bsmith Win/OS2: Include the C++ bindings header in the binary zip.
Fri, 06 Jan 2023 05:56:03 +0000 bsmith Update the zip and dist rules with the new files for 3.3.
Wed, 04 Jan 2023 10:28:20 +0000 bsmith Mac/iOS: Implement failsafe for dw_window_s/get_data() so we don't crash.
Wed, 04 Jan 2023 09:45:49 +0000 bsmith OS/2: Fix build error due to missing API, also fix buffer size warning.
Tue, 03 Jan 2023 22:23:08 +0000 bsmith Added dw_pixmap_get_width() and dw_pixmap_get_height() by request for language bindings.
Mon, 02 Jan 2023 21:41:27 +0000 bsmith Update and fix the readme, had the wrong Xcode version and other issues.
Mon, 02 Jan 2023 20:39:44 +0000 bsmith iOS: Remove autorelease from dw_vdebug() to prevent crashes.
Mon, 02 Jan 2023 13:49:59 +0000 bsmith Update copyright date, readme, license and changelog for upcoming release.
Mon, 02 Jan 2023 03:10:05 +0000 bsmith Mac/Unix: Use CXX to link dwtestoo instead of CC.
Mon, 02 Jan 2023 01:44:17 +0000 bsmith Mac: dw_messagebox() changes in that last commit didn't account for return;
Mon, 02 Jan 2023 01:36:06 +0000 bsmith Mac: Create a Info.plist template to be used by the finishup script.
Mon, 02 Jan 2023 01:32:18 +0000 bsmith Mac: Fix a double free error caused by the dw_debug() changes.
Sun, 01 Jan 2023 06:21:00 +0000 bsmith C++: Fix the popup menu code, was putting items on the wrong menu.
Sun, 01 Jan 2023 05:50:08 +0000 bsmith C++: Fix Container signals on GTK by moving the signal setup...
Sun, 01 Jan 2023 01:14:55 +0000 bsmith C++: ListBox and ComboBoxes need to call Setup() to configure the handlers.
Sun, 01 Jan 2023 00:23:39 +0000 bsmith C++: Another couple fixes, context menus and PackAtIndex that got lost during porting.
Sat, 31 Dec 2022 21:42:12 +0000 bsmith C++: Eliminate remnants of C code I missed while porting to C++.
Sat, 31 Dec 2022 04:29:47 +0000 bsmith C++: Fix incorrect parameter order in Container/Tree select causing crashes.
Sat, 31 Dec 2022 03:12:38 +0000 bsmith C++: Connected the wrong signal for the HTML result, causing crashes.
Sat, 31 Dec 2022 00:59:04 +0000 bsmith C++: Fix warnings reported by clang on FreeBSD of unused capture variables.
Sat, 31 Dec 2022 00:54:00 +0000 bsmith C++: Fix a couple issues reported by GCC 6 on PPC Mac.
Sat, 31 Dec 2022 00:41:28 +0000 bsmith C++: Implement Thread class and add the last page Thread/Event.
Fri, 30 Dec 2022 22:53:19 +0000 bsmith C++: Add HTML and ScrollBox pages to dwtestoo.
Fri, 30 Dec 2022 14:35:45 +0000 bsmith C++: Add page 5 - Buttons to dwtestoo.
Fri, 30 Dec 2022 12:15:19 +0000 bsmith C++: Add Page 4 - Container to dwtestoo.
Fri, 30 Dec 2022 09:35:00 +0000 bsmith C++: Add Page 3 - Tree to dwtestoo.
Fri, 30 Dec 2022 04:15:27 +0000 bsmith C++: Visual Studio 2013 lambda support also did not work, bump to 2015.
Fri, 30 Dec 2022 03:29:35 +0000 bsmith C++: Bump the required compiler version to Visual Studio 2012.
Fri, 30 Dec 2022 01:03:18 +0000 bsmith C++: GCC before 4.7 also doesn't support final.
Thu, 29 Dec 2022 23:46:17 +0000 bsmith C++: Fix MSVC older than 2012 which does not support final keyword.
Thu, 29 Dec 2022 23:20:12 +0000 bsmith C++: Attempt to get dwtestoo working with old pre-lambda compilers.
Thu, 29 Dec 2022 21:56:58 +0000 bsmith C++: Include the old style function support even when lambdas are available.
Thu, 29 Dec 2022 10:10:48 +0000 bsmith C++: Accidentally clobbered some required code in that last commit.
Thu, 29 Dec 2022 10:06:23 +0000 bsmith C++: Implement Print class and enable the print code in dwtestoo.
Wed, 28 Dec 2022 21:13:04 +0000 bsmith C++: Fix a couple minor errors while attempting to fix Mac crash.
Wed, 28 Dec 2022 11:23:51 +0000 bsmith C++: Attempt to implement page 2 rendering...
Wed, 28 Dec 2022 11:22:55 +0000 bsmith Mac: Allows dw_window_s/get_data() on status text controls.
Wed, 28 Dec 2022 09:32:27 +0000 bsmith C++: Implement most of Page 2 (Render) except the actual rendering.
Wed, 28 Dec 2022 03:28:31 +0000 bsmith C++: Implement Notification class, and enable dwtestoo code that relied on
Wed, 28 Dec 2022 02:46:58 +0000 bsmith C++: Fix initialization and #define reused strings.
Wed, 28 Dec 2022 01:00:12 +0000 bsmith C++: Start rewriting dwtest in C++ as dwtestoo.
Tue, 27 Dec 2022 10:21:42 +0000 bsmith C++/OS2: HEV is not a pointer type on OS/2, use 0 instead.
Tue, 27 Dec 2022 09:43:53 +0000 bsmith C++: Fix a warning and implement a few features in App.
Tue, 27 Dec 2022 09:00:02 +0000 bsmith C++: MenuItem constructors need to call Setup() and Clickable::ClickedConnected may
Tue, 27 Dec 2022 01:23:09 +0000 bsmith GTK4: Fix pageid type to be unsigned long in the macros.
Tue, 27 Dec 2022 00:58:58 +0000 bsmith WARNING: Fix an API inconsistency in dw_notebook_page_destroy/set()
Tue, 27 Dec 2022 00:33:29 +0000 bsmith C++: Add Notebook class and add named event support to the Event class.
Mon, 26 Dec 2022 22:35:25 +0000 bsmith C++: Need to include string.h for strlen() on some platforms.
Sun, 25 Dec 2022 16:21:52 +0000 bsmith Minor code cleanups in the template and C++ bindings.
Sun, 25 Dec 2022 16:02:59 +0000 bsmith C++: Implement Timer class, a bunch of destructors and functions in App.
Sun, 25 Dec 2022 08:38:46 +0000 bsmith Solaris: Fix warning because getpid() returns a long int.
Sun, 25 Dec 2022 05:00:32 +0000 bsmith C++: MSVC does not seem to initialize the class fields...
Sun, 25 Dec 2022 00:49:17 +0000 bsmith OS/2: Fix building on OS/2 and with Watcom.
Sun, 25 Dec 2022 00:20:49 +0000 bsmith Add va_list versions of dw_debug() and dw_messagebox() for use in C++ bindings.
Sat, 24 Dec 2022 14:28:39 +0000 bsmith C++: Implement Event and Mutex classes.
Sat, 24 Dec 2022 01:43:38 +0000 bsmith C++: Implement SplitBar and Dialog classes.
Sat, 24 Dec 2022 00:52:45 +0000 bsmith C++: Add KeyPress, ButtonPress, ButtonRelease and MotionNotify signals to Render.
Fri, 23 Dec 2022 06:29:48 +0000 bsmith C++: Fix a GCC and Clang warning in that last commit.
Fri, 23 Dec 2022 04:22:44 +0000 bsmith C++: Fix missing return in DW::Tree::GetData().
Fri, 23 Dec 2022 04:13:51 +0000 bsmith C++: Divide up C++11 and Lambda support since some compilers can
Fri, 23 Dec 2022 02:56:29 +0000 bsmith Win/C++: Get some versions of MSVC correctly report the _cplusplus verison.
Fri, 23 Dec 2022 02:18:48 +0000 bsmith C++: Implement the Tree widget.
Thu, 22 Dec 2022 23:51:04 +0000 bsmith C++: Add the Container and Filesystem classes, plus the base for Tree.
Thu, 22 Dec 2022 20:14:50 +0000 bsmith C++: Fix a crash caused by passing the wrong variable to the constructor.
Thu, 22 Dec 2022 19:34:51 +0000 bsmith C++: Fix a logic error reported by MSVC 2022.
Thu, 22 Dec 2022 19:20:39 +0000 bsmith C++: Add some simple menu code to see if things are working.
Thu, 22 Dec 2022 19:08:39 +0000 bsmith iOS: Allow dw_window_s/get_data() on menu items.
Thu, 22 Dec 2022 18:48:57 +0000 bsmith Mac: Oops, also need to free the userdata on dealloc().
Thu, 22 Dec 2022 18:44:47 +0000 bsmith Mac: Allow dw_window_s/get_data() on menu items.
Thu, 22 Dec 2022 18:10:43 +0000 bsmith C++: Finish up the menu classes, not sure if this is ideal yet.
Thu, 22 Dec 2022 14:51:21 +0000 bsmith C++: Split Menu and MenuBar to prevent type conflicts.
Thu, 22 Dec 2022 14:06:03 +0000 bsmith Fix compilation on pre-C11 compilers.
Thu, 22 Dec 2022 13:59:46 +0000 bsmith C++: Add lambda support via Connect functions on C++11, on older compilers
Thu, 22 Dec 2022 13:57:38 +0000 bsmith Rename the Version file Version.mk since it is included by the Makefiles.
Tue, 20 Dec 2022 20:23:02 +0000 bsmith C++: Implement Slider, Scrollbar, SpinButton, and MLE.
Tue, 20 Dec 2022 18:06:51 +0000 bsmith C++: Add Calendar widget and fix an issue in that last commit.
Tue, 20 Dec 2022 05:50:15 +0000 bsmith C++: Implement StatusText class, reorganize Text widgets to eliminate
Tue, 20 Dec 2022 04:45:13 +0000 bsmith C++: Fix Combobox class by making the parent classes virtual.
Tue, 20 Dec 2022 01:44:15 +0000 bsmith C++: Implement Entryfield, EntryfieldPassword, Listbox and HTML widgets.
Tue, 20 Dec 2022 01:41:21 +0000 bsmith Update the mobile document with updated information for 3.3.
Mon, 19 Dec 2022 13:57:43 +0000 bsmith C++: Implement buttons, images, render, pixmap and boxes.
Mon, 19 Dec 2022 07:42:12 +0000 bsmith C++: GCC prior to 4.7 does not support the override keyword.
Mon, 19 Dec 2022 00:07:06 +0000 bsmith C++: Add DW_NULL which is nullptr on C++11 and NULL on older versions.
Sun, 18 Dec 2022 21:59:12 +0000 bsmith OS2: Fix building the C++ bindings on OS/2 with GCC.
Sun, 18 Dec 2022 13:33:22 +0000 bsmith C++: Disable singleton safety code for non C++11 compilers.
Sun, 18 Dec 2022 12:13:46 +0000 bsmith C++: Add text widget and packing to the window.
Sun, 18 Dec 2022 11:40:22 +0000 bsmith C++: The last signal handler change only worked with Clang/LLVM.
Sat, 17 Dec 2022 21:39:00 +0000 bsmith C++: Implement conditional signal handlers based on overrides.
Sat, 17 Dec 2022 11:51:22 +0000 bsmith Convert DW::App class into a singleton so subsequent DW::App::Init() calls
Sat, 17 Dec 2022 09:03:32 +0000 bsmith Initial signal handler support for the C++ bindings.
Sat, 17 Dec 2022 01:50:26 +0000 bsmith Win: Add support for building the C++ dwtestoo with Visual C.
Fri, 16 Dec 2022 13:33:29 +0000 bsmith FreeBSD/Linux: Linking dwtestoo fails without -lstdc++.
Thu, 15 Dec 2022 14:44:48 +0000 bsmith Linux: Fixes for building dwtestoo on Linux/gcc.
Thu, 15 Dec 2022 12:42:34 +0000 bsmith Add initial C++ binding header and example program.
Wed, 23 Nov 2022 02:17:12 +0000 bsmith GTK2/3/4: Handle deprecations in GLIB 2.74 and GTK 4.8.
Tue, 15 Nov 2022 21:41:01 +0000 bsmith Solaris: Add platform specific executable path detection.
Tue, 15 Nov 2022 10:32:42 +0000 bsmith FreeBSD: Fix the executable path detection code on FreeBSD.
Tue, 15 Nov 2022 10:18:52 +0000 bsmith GTK2/3/4: Refactor dw_init(), splitting off path detection into _dw_init_path().
Tue, 15 Nov 2022 04:24:25 +0000 bsmith Android: Forgot Android also used the same semaphore code.
Tue, 15 Nov 2022 03:50:00 +0000 bsmith Fix new safety warnings reported by the new GCC on Linux.
Tue, 15 Nov 2022 02:29:56 +0000 bsmith GTK2/3/4: Add return values to dw_window_set_bitmap(_from_data).
Tue, 15 Nov 2022 01:07:55 +0000 bsmith OS/2: Add return values to dw_window_set_bitmap(_from_data).
Tue, 15 Nov 2022 00:34:20 +0000 bsmith Win/Android/Template: Add return values to dw_window_set_bitmap(_from_data).
Mon, 14 Nov 2022 22:00:47 +0000 bsmith Fix a copy and paste error in dwtest.
Mon, 14 Nov 2022 20:38:19 +0000 bsmith Mac/iOS: Add return value to dw_window_set_bitmap(_from_data) in resource
Sun, 13 Nov 2022 19:54:17 +0000 bsmith Mac: Fix tree node icon and text overlapping on MacOS 13 Ventura.
Tue, 18 Oct 2022 08:41:42 +0000 bsmith Android: Fix warning about deprecated overrided function after upgrading to
Tue, 18 Oct 2022 06:27:22 +0000 bsmith Android: Preserve the background stripe color when selecting rows.
Tue, 18 Oct 2022 02:38:51 +0000 bsmith Android: Fix container problems after a clear().
Mon, 26 Sep 2022 08:35:26 +0000 bsmith Android: Attempt at fixing the container selection issues after clear.
Sat, 17 Sep 2022 20:42:55 +0000 bsmith iOS: Minor code style cleanups.
Fri, 16 Sep 2022 20:23:25 +0000 bsmith Android: Fix container rows not being selectable in DW_CONTAINER_MODE_MULTI
Fri, 16 Sep 2022 08:33:28 +0000 bsmith Android: Improve appearance of the container row by adding a 4 point margin.
Fri, 16 Sep 2022 01:40:19 +0000 bsmith Android: Rewrite DWContainerRow using RelativeLayout and a LinearLayout stack.
Thu, 15 Sep 2022 18:50:35 +0000 bsmith Mac: Fix warnings building with ancient GCC versions of Xcode.
Thu, 15 Sep 2022 09:16:03 +0000 bsmith Mac: Fix an error in that last commit. Include UTType for 11.0 not 12.0.
Thu, 15 Sep 2022 09:07:09 +0000 bsmith Mac: Add initial support for MacOS 13 Ventura.
Wed, 14 Sep 2022 16:09:02 +0000 bsmith Add DW_FEATURE_CONTAINER_MODE to the dwtest feature test list.
Mon, 12 Sep 2022 20:59:59 +0000 bsmith Andrdoid: Mask out alignment and other flags when returning the container
Mon, 12 Sep 2022 18:53:47 +0000 bsmith Android: Implement DW_SIGNAL_COLUMN_CLICK for containers in
Mon, 12 Sep 2022 10:13:24 +0000 bsmith Android: Initial implementation of DW_CONTAINER_MODE_EXTRA/MULTI.
Sun, 11 Sep 2022 12:43:08 +0000 bsmith Android: In preparation for the container mode changes... I needed to
Sun, 11 Sep 2022 08:15:13 +0000 bsmith iOS: Implement DW_SIGNAL_COLUMN_CLICKED for multi-line containers.
Sat, 10 Sep 2022 22:03:47 +0000 bsmith iOS: Fix multi-line container display, had to stop using buttons for images.
Fri, 09 Sep 2022 08:42:22 +0000 bsmith iOS: Remimplement the label and image view in the custom cell.
Tue, 06 Sep 2022 07:07:19 +0000 bsmith iOS: Implement layout constraints to put the UIStackView containing the
Sun, 04 Sep 2022 16:54:57 +0000 bsmith Update the readme with current information.
Thu, 01 Sep 2022 06:40:02 +0000 bsmith iOS: Add initial implementation of DW_CONTAINER_MODE_EXTRA.
Thu, 01 Sep 2022 06:38:08 +0000 bsmith Remove __DW_DESKTOP__ and rename __DW_MOBILE__ to DW_MOBILE.
Wed, 17 Aug 2022 11:36:34 +0000 bsmith iOS: Rewrite DWContainer to use a single DWTableViewCell per row.
Tue, 16 Aug 2022 17:24:29 +0000 bsmith Win: Attempt to fix MingW64 builds, _MSC_VER seems to no longer be defined...
Sun, 14 Aug 2022 15:36:36 +0000 bsmith Make dwcompat.h allow mixing of C and C++ code. GitHub issue #3.
Thu, 04 Aug 2022 19:12:19 +0000 bsmith iOS: First steps for implmenting container modes on iOS and eventually
Tue, 02 Aug 2022 08:52:13 +0000 bsmith Mac: Fix NSAutoreleaseNoPool() console warnings on ancient MacOS versions,
Tue, 02 Aug 2022 07:27:13 +0000 bsmith iOS: Fix a crash in HandyFTP, an additional check I put in for
Tue, 02 Aug 2022 06:17:09 +0000 bsmith iOS: Fix major memory leaks when destroying widgets and windows.
Tue, 02 Aug 2022 03:34:39 +0000 bsmith iOS: Fix a leak in the tree widget. Need to release the flatted tree array.
Tue, 02 Aug 2022 03:07:52 +0000 bsmith iOS: Fix some memory leaks and remove unnecessary code.
Mon, 01 Aug 2022 22:46:31 +0000 bsmith Fix some memory leaks reported by Xcode's Instruments.
Mon, 01 Aug 2022 22:09:46 +0000 bsmith Mac: Fixed a longstanding crash I had on exit in dwtest on PPC MacOS.
Mon, 01 Aug 2022 16:55:06 +0000 bsmith Mac: Fix object/memory leaks... retain objects created with *_new()
Thu, 28 Jul 2022 09:54:23 +0000 bsmith Mac/iOS: Fix a memory leak when calling API functions that return.
Wed, 27 Jul 2022 09:56:26 +0000 bsmith Android: I think we need to close the window if the DELETE handler does not
Wed, 27 Jul 2022 08:32:32 +0000 bsmith Android: DW_FCF_SYSMENU should imply being closable.
Tue, 26 Jul 2022 19:40:46 +0000 bsmith Android: JNI changes to address potential memory/object leaks.
Tue, 26 Jul 2022 18:07:08 +0000 bsmith Android: Change syntax of previous commit to avoid deprecations.
Tue, 26 Jul 2022 17:55:26 +0000 bsmith Android: Gray out disabled bitmap buttons...
Wed, 20 Jul 2022 19:22:06 +0000 bsmith iOS: Need to trigger window menu rebuilds if a menu item changes.
Wed, 20 Jul 2022 09:30:33 +0000 bsmith Android: Add support for menu item handles in dw_window_set_style().
Tue, 19 Jul 2022 16:57:39 +0000 bsmith Android: Interface Builder passes index 65535 to make sure we are packing to
Tue, 19 Jul 2022 15:56:11 +0000 bsmith iOS: Implement dw_listbox_select() for comboboxes.
Tue, 19 Jul 2022 11:21:17 +0000 bsmith Android: Add support for DW_BS_NOBORDER on bitmap buttons.
Mon, 18 Jul 2022 19:36:08 +0000 bsmith Android: Report tree widget supported in feature tests in 3.3.
Sun, 17 Jul 2022 21:03:31 +0000 bsmith Android: Remove the _DW_EVENT_THREADING experiment.
Sun, 17 Jul 2022 10:17:10 +0000 bsmith Android: Add Android specific code to handle opening URIs in dwtest.
Sun, 17 Jul 2022 00:26:33 +0000 bsmith Android: Separate handling of expand/collapse when touched on the expandCollpaseView.
Sat, 16 Jul 2022 21:46:35 +0000 bsmith Android: Changes to highlight the selected node of the tree widget.
Sat, 16 Jul 2022 01:36:04 +0000 bsmith Android: Fix dw_tree_clear(), need to clear the roots too.
Fri, 15 Jul 2022 23:58:19 +0000 bsmith Android: Allow passing a menu window handle to dw_window_destroy().
Fri, 15 Jul 2022 11:50:09 +0000 bsmith Android: Change dw_file_browse() to return URIs or paths on Android.
Fri, 15 Jul 2022 08:15:11 +0000 bsmith iOS: Fix tree control handling clicks on the expand/collapse button.
Thu, 14 Jul 2022 06:22:19 +0000 bsmith iOS: Rewrite dw_window_redraw() so it actually works.
Thu, 14 Jul 2022 06:02:01 +0000 bsmith iOS: Implement dw_window_get_text() on top-level windows.
Thu, 14 Jul 2022 05:44:10 +0000 bsmith iOS: Fix dw_window_set_text() on a top-level window.
Wed, 13 Jul 2022 14:57:38 +0000 bsmith Android: Add a new function for Android dw_file_open() which will open the
Wed, 13 Jul 2022 08:26:49 +0000 bsmith Android: Remove the androidx activity import since it was unused.
Wed, 13 Jul 2022 08:09:08 +0000 bsmith Android: During dw_file_browse() request read/write access to external
Wed, 13 Jul 2022 05:20:31 +0000 bsmith iOS: Return the Application Sandbox's Documents folder from dw_user_dir()
Wed, 13 Jul 2022 04:51:09 +0000 bsmith iOS: Make dw_file_browse() grant access to security scoped resources.
Sun, 10 Jul 2022 09:53:19 +0000 bsmith Android: Implement ITEM_CONTEXT, ITEM_SELECT and TREE_EXPAND callbacks.
Thu, 07 Jul 2022 23:04:27 +0000 bsmith Android: Change the system resources used as expand/collapse for the tree.
Thu, 07 Jul 2022 19:49:28 +0000 bsmith Android: Fix tree basic functionality... need to add child branches,
Thu, 07 Jul 2022 07:59:23 +0000 bsmith Android: Added layout manager and code to trigger data change updates.
Thu, 07 Jul 2022 00:47:25 +0000 bsmith Android: Add DWTreeItemView class based on LinearLayout.
Tue, 28 Jun 2022 09:33:38 +0000 bsmith Missed updating the version in the header.
Tue, 28 Jun 2022 09:19:52 +0000 bsmith Bump version to 3.3, clear out the old release notes and put in the new.
Tue, 28 Jun 2022 00:53:47 +0000 bsmith Win/OS2: Remove the lib and dll folders and their placeholders.
Wed, 22 Jun 2022 07:13:32 +0000 bsmith Android: Connect the C API to the Kotlin tree implementation.
Tue, 21 Jun 2022 07:55:53 +0000 bsmith Android: Minor tree changes... mostly testing my system to push changes to GitHub.
Thu, 26 May 2022 16:18:33 +0000 bsmith Android: Work in progress changes to get the tree working.
Tue, 24 May 2022 09:42:35 +0000 bsmith Android: Implement dw_tree_new() and verify code doesn't crash.
Thu, 21 Apr 2022 20:58:08 +0000 bsmith Android: Experimental Kotlin tree view implmentation, not enabled yet.
Mon, 11 Apr 2022 16:12:00 +0000 bsmith iOS: Use NSPointerArray in all _DW_EVENT_ITEM_SELECT cases.
Mon, 11 Apr 2022 15:41:47 +0000 bsmith iOS: Change reporting tree widget to be supported.
Mon, 11 Apr 2022 14:01:22 +0000 bsmith iOS: Implement tree context menus and all the signal handler/callbacks.
Sun, 10 Apr 2022 15:42:18 +0000 bsmith iOS: dw_tree_get_parent() should return NULL for the root node.
Sat, 09 Apr 2022 18:20:56 +0000 bsmith Add a dw_tree_item_expand() to the test program. This helps test another
Sat, 09 Apr 2022 18:19:32 +0000 bsmith iOS: Implement all the tree functions. Fix incorrect display due to
Fri, 08 Apr 2022 16:33:38 +0000 bsmith iOS: Skip displaying the root node, it just represents the tree itself.