log

age author description
Tue, 02 Mar 2021 02:56:22 +0000 bsmith GTK4: dw_window_function() actually calls on the main thread now.
Tue, 02 Mar 2021 00:12:48 +0000 bsmith GTK: Use appname in dw_app_id_set() to set g_set_application_name().
Mon, 01 Mar 2021 13:23:58 +0000 bsmith GTK4: Save pointer to the activate popup menu for a window.
Mon, 01 Mar 2021 12:12:31 +0000 bsmith GTK4: If parent passed to dw_menu_popup() is a GtkWindow, add the popup to
Mon, 01 Mar 2021 01:31:12 +0000 bsmith GTK3/4: Add call to g_set_prgname() with the Application ID.
Sun, 28 Feb 2021 13:42:25 +0000 bsmith GTK4: Fix crash by stopping processing after removing widget from the box.
Sun, 28 Feb 2021 11:30:45 +0000 bsmith GTK4: Implement dw_window_redraw() for render/drawing area widgets.
Sun, 28 Feb 2021 10:42:55 +0000 bsmith GTK4: Move dw_messagebox() into thread safety protection using dw_messagebox_int().
Tue, 23 Feb 2021 22:43:19 +0000 bsmith GTK4: Implement DW_MENU_AUTO and DW_MENU_POPUP. These weren't necessary on
Tue, 23 Feb 2021 21:35:06 +0000 bsmith GTK4: The font crash seems to affect GtkDrawingArea. So reenable the widget
Wed, 17 Feb 2021 07:29:40 +0000 bsmith GTK4: Put Xlib calls in GDK_IS_X11_DISPLAY() code checks.
Wed, 17 Feb 2021 06:21:27 +0000 bsmith GTK4: Move a few more functions into thread safety. Add API to functions
Wed, 17 Feb 2021 05:32:02 +0000 bsmith GTK4: Implement dw_pointer_set_pos() with Xlib. Also translate coordinate
Wed, 17 Feb 2021 03:52:41 +0000 bsmith GTK4: Implement pointer grabbing using Xlib and center message boxes.
Tue, 16 Feb 2021 14:14:54 +0000 bsmith GTK4: Use package gtk4-x11 instead of gtk4 so we can call Xlib directly to
Tue, 16 Feb 2021 09:01:07 +0000 bsmith GTK4: Some general code cleanup and an attempt to get dw_window_set_icon()
Tue, 16 Feb 2021 07:17:09 +0000 bsmith GTK4: Implement borderless button style for buttons.
Tue, 16 Feb 2021 06:39:37 +0000 bsmith GTK4: Implement checkable menu items.
Tue, 16 Feb 2021 05:22:28 +0000 bsmith GTK4: dw_pixmap_new_from_data() should return NULL on failure.
Tue, 16 Feb 2021 05:09:26 +0000 bsmith GTK4: Remove unnecessary cruft and move pixmap functions into thread safety.
Tue, 16 Feb 2021 04:10:32 +0000 bsmith GTK4: Code cleanup, add _dw prefix to internal functions and structures.
Tue, 16 Feb 2021 01:57:10 +0000 bsmith GTK4: Remove some lingering eventbox code from GTK3.
Tue, 16 Feb 2021 01:26:50 +0000 bsmith GTK4: Fix building with -D_DW_SINGLE_THREADED and code cleanup.
Wed, 10 Feb 2021 10:26:31 +0000 bsmith Fix a minor typo.
Wed, 10 Feb 2021 10:18:10 +0000 bsmith GTK4: Moved the rest of the menu functions into thread safety to try to fix
Wed, 10 Feb 2021 09:55:04 +0000 bsmith GTK: Add a secondary callback for the mouse enter, but keep the logic in
Wed, 10 Feb 2021 09:04:55 +0000 bsmith GTK4: Fix DW_SIGNAL_ITEM_ENTER callbacks via the keyboard. Remove mouse
Wed, 10 Feb 2021 08:28:32 +0000 bsmith Mac: Remove bogus check for 10.6 for setAppleMenu:
Wed, 10 Feb 2021 07:29:23 +0000 bsmith GTK4: Fix thread safety while using dw_main() and fix an status text issue.
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_*().
Mon, 01 Feb 2021 21:22:31 +0000 bsmith GTK4: Implement dw_window_from_id().
Mon, 01 Feb 2021 21:05:32 +0000 bsmith GTK4: Implemented clipboard.
Mon, 01 Feb 2021 20:22:30 +0000 bsmith GTK4: More menu work, something still isn't working.
Mon, 01 Feb 2021 10:05:42 +0000 bsmith GTK4: Initial menu functionality... basic creation works... no callbacks.
Mon, 01 Feb 2021 04:07:22 +0000 bsmith GTK4: More refactoring, and started working on menus, but not entirely sure
Mon, 01 Feb 2021 01:28:41 +0000 bsmith GTK4: More signal cleanup, fix various issues with windows and dialogs.
Sun, 31 Jan 2021 12:42:25 +0000 bsmith GTK4: More work on signal handlers, and disable the font CSS override.
Sun, 31 Jan 2021 11:57:06 +0000 bsmith GTK4: Complete refactoring of the signal system to be more simple and
Sun, 31 Jan 2021 02:54:40 +0000 bsmith GTK4: Don't try to link webkit on GTK4... it doesn't support it yet.
Sat, 30 Jan 2021 01:53:20 +0000 bsmith GTK4: First buildable version... although tons still left to do.
Fri, 29 Jan 2021 13:18:47 +0000 bsmith GTK4: More work on conversion... the amount of changes is really ridiculous.
Fri, 29 Jan 2021 10:57:12 +0000 bsmith GTK4: Add experimental support for GTK4... This is in progress and doesn't
Wed, 27 Jan 2021 20:54:26 +0000 bsmith Remove the font test with Italic before Bold. This does not work on OS/2.
Wed, 27 Jan 2021 19:07:25 +0000 bsmith Mac: Switch to using NSFontManager fontWithFamily instead of NSFont fontWithName
Wed, 27 Jan 2021 09:35:38 +0000 bsmith Win: Fix logic error; only insert NULLs after searching the font string.
Wed, 27 Jan 2021 09:15:45 +0000 bsmith GTK3: Hopefully the last commit of the CSS font code changes.
Wed, 27 Jan 2021 01:27:46 +0000 bsmith GTK3: Switch back to Pango syntax for older GTK versions.
Tue, 26 Jan 2021 11:02:43 +0000 bsmith Mac: Need to use the font and color set on the NSTextStorage when creating
Mon, 25 Jan 2021 22:09:49 +0000 bsmith Update the readme with in progress changes for version 3.2.
Mon, 25 Jan 2021 21:19:24 +0000 bsmith Set the font point size position to 9, the default value before use.
Mon, 25 Jan 2021 21:14:13 +0000 bsmith Win: Cleanup after testing the last commit... Remove _dw_default_charformat.
Mon, 25 Jan 2021 20:39:52 +0000 bsmith Win: Experimental change to use CHARFORMAT2 to set the Rich Edit MLE font size.
Mon, 25 Jan 2021 02:21:45 +0000 bsmith Add some more font options for various platforms to test.
Sun, 24 Jan 2021 23:17:02 +0000 bsmith Mac: Fix crash in dw_window_set_font() with NULL font name.
Sun, 24 Jan 2021 21:00:15 +0000 bsmith OS/2: Fix crash in dw_window_set_font() with NULL fontname.
Sun, 24 Jan 2021 20:20:06 +0000 bsmith Win: Fix crash in dw_window_set_font() with a NULL font name on Rich Edit MLEs.
Sun, 24 Jan 2021 19:38:54 +0000 bsmith GTK2: Fix crash when calling dw_window_set_font() with NULL font name.
Sun, 24 Jan 2021 19:27:16 +0000 bsmith GTK3: Switch to using CSS syntax for specifying fonts from Pango.
Sat, 23 Jan 2021 00:48:12 +0000 bsmith Win: Implement dw_window_set_font() support for Rich Edit based MLEs.
Wed, 20 Jan 2021 20:57:33 +0000 bsmith OS/2: Remove HAVE_PIPE from EMX section, select() fails on pipe FDs.
Tue, 19 Jan 2021 17:29:58 +0000 bsmith OS/2: Implement missing DW_CLR_DEFAULT support via WinRemovePresParam().
Tue, 19 Jan 2021 16:36:58 +0000 bsmith Make sure domain socket paths have a trailing DIRSEP... fixes an issue on Windows 10.
Tue, 19 Jan 2021 14:07:47 +0000 bsmith Editor on Linux really screwed up the formatting. Purely a formatting fix commit.
Tue, 19 Jan 2021 13:59:57 +0000 bsmith GTK3: Fix DW_CLR_DEFAULT support and fix a memory leak.
Tue, 19 Jan 2021 00:09:08 +0000 bsmith Fix a couple gcc warnings from that last commit.
Mon, 18 Jan 2021 23:43:54 +0000 bsmith Win: Added dw_window_set_color() support for Rich Edit based MLE controls.
Fri, 15 Jan 2021 19:22:27 +0000 bsmith Bump version to 3.2 now that we are post 3.1 release.
Wed, 06 Jan 2021 17:52:51 +0000 bsmith Update the debian changelog and copyright preparing for 3.1 release.
Wed, 06 Jan 2021 16:57:48 +0000 bsmith Update copyright and changelog to include Rich Edit change on Windows.
Tue, 05 Jan 2021 01:52:35 +0000 bsmith Win: Switched to using Rich Edit MLE by default on Windows.
Mon, 04 Jan 2021 14:29:24 +0000 bsmith Win: Turn on horizontal scrollbar when word wrap is off in rich edit MLE.
Mon, 04 Jan 2021 12:33:20 +0000 bsmith Mac: Fix display of MLE after toggling word wrap on, without having to
Sun, 03 Jan 2021 23:56:22 +0000 bsmith OS/2: Add support for Delete on entryfield based widget.
Sun, 03 Jan 2021 16:32:52 +0000 bsmith OS/2: Fix the new Delete menu by using MLM_CLEAR instead of MLM_DELETE.
Sun, 03 Jan 2021 16:03:00 +0000 bsmith Win: Subclass richtext controls and port the OS/2 MLE context menu code to it.
Sun, 03 Jan 2021 04:02:47 +0000 bsmith Fix warning due to missing return in the word wrap callback.
Sun, 03 Jan 2021 03:49:20 +0000 bsmith Win: Fix dw_mle_set_word_wrap() on Windows when -DRICHEDIT is enabled for MLEs.
Mon, 28 Dec 2020 19:52:27 +0000 bsmith Update the readmes with new information and replace outdated links.
Sat, 26 Dec 2020 16:12:24 +0000 bsmith Fix template so when compiled and run it does not crash.
Sat, 26 Dec 2020 05:24:00 +0000 bsmith Added some missing APIs from the template, and changes so it builds dwtest.
Sat, 26 Dec 2020 03:42:38 +0000 bsmith Updated the platform template for the new 3.1 APIs.
Thu, 24 Dec 2020 09:42:52 +0000 bsmith Win: Add a second registry check for when running on x86.
Wed, 23 Dec 2020 23:29:17 +0000 bsmith Win: Change to using EdgeUpdate registry key instead of BLBeacon.
Wed, 23 Dec 2020 09:52:06 +0000 bsmith Win: Create an NTFS junction to Edge Stable to avoid WebView2 path blacklist.
Sat, 19 Dec 2020 00:15:49 +0000 bsmith Update Unix make rules for clean and dist taking into account 3.1 changes.
Thu, 17 Dec 2020 02:44:49 +0000 bsmith Mac: Add --with-minver option for specifying the minimum MacOS version.
Wed, 16 Dec 2020 05:59:11 +0000 bsmith Mac: Avoid warning building 32bit on some versions of MacOS.
Tue, 15 Dec 2020 08:06:54 +0000 bsmith Win: Fix building in Windows 2000, move _dw_show_margins() into AEROGLASS.
Tue, 15 Dec 2020 01:00:38 +0000 bsmith Mac: Add "classic" as an optional architecure for 10.5-10.6 era fat binaries
Mon, 14 Dec 2020 23:03:47 +0000 bsmith Updated readme and license in preparation for an early 2021 release.
Mon, 14 Dec 2020 22:43:24 +0000 bsmith Win: Fixed IS_WIN8PLUS macro so it actually works properly.