log

age author description
Wed, 10 Feb 2021 04:21:37 +0000 bsmith GTK4: Add more functions to the thread safety system... might need to do
Tue, 09 Feb 2021 23:14:26 +0000 bsmith GTK4: Implement thread safety system based on the new MacOS thread code.
Tue, 09 Feb 2021 03:25:09 +0000 bsmith GTK4: Add code to setup the toplevel menu for popups.
Tue, 09 Feb 2021 00:34:17 +0000 bsmith GTK4: Use gtk_popover_set_pointing_to() to position the popover instead of
Mon, 08 Feb 2021 23:07:52 +0000 bsmith GTK4: The "realize" signal is not quite the same as "size-allocate" so if
Mon, 08 Feb 2021 10:49:50 +0000 bsmith GTK4: Since GTK4 needs to add the popup menu to the parent widget...
Mon, 08 Feb 2021 09:53:37 +0000 bsmith GTK4: Fix a crash while trying to create a popup menu...
Mon, 08 Feb 2021 02:09:40 +0000 bsmith Win: The taskbar feature test on Windows wasn't quite right.
Sun, 07 Feb 2021 22:42:48 +0000 bsmith Some more information for the readme.
Sun, 07 Feb 2021 12:45:40 +0000 bsmith Update the readme with GTK4 and Mac information, plus a minor code cleanup.
Sun, 07 Feb 2021 11:39:24 +0000 bsmith GTK4: "size-allocate" signal is gone, so switch to using "realize".
Sun, 07 Feb 2021 10:17:54 +0000 bsmith Mac: Should report MLE autocomplete unsupported on Lepard 10.5.
Sun, 07 Feb 2021 10:07:02 +0000 bsmith Mac: Fix building on Leopard 10.5.
Fri, 05 Feb 2021 05:56:01 +0000 bsmith GTK4: Remove unnecessary parameter to the setup functions.
Fri, 05 Feb 2021 05:44:32 +0000 bsmith GTK4: Fix minor logic error causing menu activation callbacks to fail.
Fri, 05 Feb 2021 03:24:51 +0000 bsmith GTK4: Fix menu action setup by adding code to install group actions into
Thu, 04 Feb 2021 09:33:19 +0000 bsmith GTK4: Added action groups to the menus, because everything says we need
Thu, 04 Feb 2021 05:41:41 +0000 bsmith GTK4: Implement menu separators.
Thu, 04 Feb 2021 03:42:19 +0000 bsmith GTK4: Refactor tree and fix DW_SIGNAL_ITEM_CONTEXT signals on tree view
Wed, 03 Feb 2021 22:39:16 +0000 bsmith GTK4: Change to how the action name is created, don't use the menu label...
Wed, 03 Feb 2021 22:27:12 +0000 bsmith OS/2: Fix a typo in that untested commit.
Wed, 03 Feb 2021 21:44:15 +0000 bsmith Add DW_FEATURE_TASK_BAR to the feature tests, for taskbar icon support.
Wed, 03 Feb 2021 20:55:51 +0000 bsmith Add forwarder macros to the new names of the "query" functions.
Wed, 03 Feb 2021 08:35:06 +0000 bsmith GTK4: Implement resizing of images in the layout manager.
Wed, 03 Feb 2021 07:43:18 +0000 bsmith GTK4: Cache the cairo context during the drawing area callback. This allows
Wed, 03 Feb 2021 06:40:36 +0000 bsmith GTK4: More work on the draw and bitblt functions... still doesn't work
Wed, 03 Feb 2021 01:29:05 +0000 bsmith GTK4: Update dw_draw_*() to use the new APIs to draw onto widgets...
Wed, 03 Feb 2021 00:20:01 +0000 bsmith GTK4: Implement dw_pointer_query_pos(). Fix a macro typo.
Tue, 02 Feb 2021 18:35:26 +0000 bsmith GTK4: Changes to handle the now opaque GdkEvent structure.
Tue, 02 Feb 2021 03:52:56 +0000 bsmith GTK4: Attempt fixing box and item padding using gtk_widget_set_margin_*().