log gtk4/dw.c @ 3005:522ef24b0aba default tip

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.
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.
Sat, 25 Mar 2023 20:10:05 +0000 bsmith GTK3/4: Add feature support for DW_FEATURE_HTML_MESSAGE.
Fri, 24 Mar 2023 23:04:39 +0000 bsmith GTK4: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
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 13:49:59 +0000 bsmith Update copyright date, readme, license and changelog for upcoming release.
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()
Sun, 25 Dec 2022 08:38:46 +0000 bsmith Solaris: Fix warning because getpid() returns a long int.
Sun, 25 Dec 2022 00:20:49 +0000 bsmith Add va_list versions of dw_debug() and dw_messagebox() for use in C++ bindings.
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 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).
Mon, 03 Jan 2022 16:23:51 +0000 bsmith GTK4: New way of querying the mouse pointer position.
Mon, 03 Jan 2022 15:50:53 +0000 bsmith GTK4: Was still passing the root parameter to the transform function,
Mon, 03 Jan 2022 15:45:15 +0000 bsmith GTK4: dw_menu_popup() coordinates are relative to the parent window.
Tue, 28 Dec 2021 13:53:59 +0000 bsmith Update copyright dates for the new year 2022.
Mon, 20 Dec 2021 14:23:24 +0000 bsmith GTK3/4: Committing a fix from Mark Hessling for dw_listbox_set_text().
Mon, 13 Dec 2021 01:21:55 +0000 bsmith GTK4: Same color thread safety passing changes as on iOS and Mac.
Mon, 04 Oct 2021 19:26:08 +0000 bsmith GTK3/4: Add some memory safety checks that were in GTK2 but missing from GTK 3/4.
Sat, 02 Oct 2021 19:30:39 +0000 bsmith GTK: Check the Connection ID is positive non-zero before removing.
Sun, 01 Aug 2021 12:44:49 +0000 bsmith GTK4: Fix compilation after style standarization.
Sun, 01 Aug 2021 12:17:07 +0000 bsmith Massive continuation of code style standardization.