log

age author description
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