log gtk/dw.c @ 2211:9395c1efa98b

age author description
Wed, 09 Dec 2020 04:35:40 +0000 bsmith GTK: _dw_app_id[] is not used with glib prior to 2.28 so move it into #ifdef
Mon, 07 Dec 2020 20:01:03 +0000 bsmith Increase _DW_ENV_STRING_SIZE to 257 bytes, this is the maximum size the
Sat, 05 Dec 2020 00:34:25 +0000 bsmith GTK: Fix building with glib versions 2.40 to 2.51.
Sun, 29 Nov 2020 08:31:47 +0000 bsmith GTK: Changes to include both dw_(int_)init() functions with deprecated.
Sun, 29 Nov 2020 05:29:11 +0000 bsmith GTK: Added GTK2 support for GResource embedded images.
Tue, 27 Oct 2020 00:52:13 +0000 bsmith GTK: Same change from tmpnam() to mkstemp() for GTK2 plus extra safety
Mon, 26 Oct 2020 23:05:20 +0000 bsmith GTK: Increase number buffers to 25 bytes to make sure they can store an
Mon, 26 Oct 2020 00:58:44 +0000 bsmith GTK2: Same GLib warning elimination for GTK2.
Tue, 29 Sep 2020 22:49:04 +0000 bsmith Rename config.h(.in) to dwconfig.h and install it with dwcompat.
Tue, 29 Sep 2020 04:06:20 +0000 bsmith GTK: Add DW_UNUSED() macro for defining variables that may be unused.
Sat, 04 Jul 2020 20:47:27 +0000 bsmith GTK: Fix warnings on OpenSolaris using the new macros.
Sat, 04 Jul 2020 17:51:46 +0000 bsmith Added DW_POINTER_TO_(U)LONGLONG and DW_(U)LONGLONG_TO_POINTER macros.
Sun, 28 Jun 2020 20:34:25 +0000 bsmith Code cleanup: Add constants to header for dark mode, buffer sizes and Unicode support.
Tue, 23 Jun 2020 21:36:54 +0000 bsmith GTK: Remove access() test for the image file in dw_notiication_new().
Tue, 23 Jun 2020 09:37:37 +0000 bsmith GTK: Versions of Glib prior to May 2019 don't support GFileIcon for
Tue, 23 Jun 2020 08:13:24 +0000 bsmith GTK: Fixes for building with GTK after the notification image changes.
Tue, 23 Jun 2020 07:48:29 +0000 bsmith Change dw_notification_new() to take an image path instead of an in-memory HPIXMAP.
Mon, 22 Jun 2020 04:44:47 +0000 bsmith GTK: Fix variant warning, needed to specify parameter type on action.
Thu, 11 Jun 2020 01:27:38 +0000 bsmith Restructure feature switch so fallback return is in the default case.
Thu, 11 Jun 2020 01:11:23 +0000 bsmith Added initial implmentation of dw_feature_get/set() on all platforms.
Fri, 05 Jun 2020 16:27:00 +0000 bsmith Win: Initial implementation of notifications on Windows. Currently using WinToast.
Sun, 31 May 2020 05:25:18 +0000 mhessling Added htmlEngine to DWEnv
Fri, 15 May 2020 02:13:57 +0000 bsmith GTK: Add dw_app_id_set() and reconfigure based on the new code path.
Thu, 14 May 2020 01:52:27 +0000 bsmith Initial design for system notification support on GTK.
Mon, 20 Apr 2020 19:22:37 +0000 bsmith GTK: Update ancient unsafe code in dw_environment_query() on Unix.
Sun, 17 Nov 2019 05:16:04 +0000 bsmith GTK: More const changes... a few more commits to finish.
Thu, 07 Nov 2019 04:49:04 +0000 bsmith GTK2: Added dw_html_javascript_run() and DW_SIGNAL_HTML_CHANGED support.
Wed, 06 Nov 2019 08:48:49 +0000 bsmith GTK: Added WebKit2 support for GTK3. Remove dead code from GTK2.
Mon, 11 Sep 2017 05:56:04 +0000 mhessling Enable dw_windows_get_text() to return value of label under GTK.
Thu, 20 Apr 2017 10:56:46 +0000 bsmith Added dw_mle_set_auto_complete() stubs for GTK2/3.
Wed, 26 Mar 2014 15:10:50 +0000 bsmith Makefile fix from Mark Hessling...also conditionally
Fri, 21 Mar 2014 11:12:46 +0000 bsmith Fixed memory leak in dw_tree_get_parent() on GTK2/3...
Fri, 18 Oct 2013 10:59:37 +0000 bsmith Fix some warnings reported by clang on FreeBSD in the GTK modules.
Mon, 09 Sep 2013 19:18:36 +0000 bsmith Divided thread initialization and deinitialization into separate
Thu, 05 Sep 2013 17:58:40 +0000 bsmith Fix a couple of errors reported by the static analyzer on Mac....
Wed, 28 Aug 2013 23:47:40 +0000 bsmith More container and tree changes on all platforms regarding memory.
Fri, 09 Aug 2013 09:42:02 +0000 bsmith Fixes for callbacks getting the correct parameters on GTK2.
Fri, 09 Aug 2013 02:20:09 +0000 bsmith Build fixes from the last commit.
Fri, 09 Aug 2013 02:11:06 +0000 bsmith Initial commit of GTK2 code changes (untested) ...
Tue, 19 Mar 2013 07:03:29 +0000 bsmith Minor signal handler fixes for GTK2 ... prevents
Mon, 18 Mar 2013 09:47:55 +0000 bsmith Fixed problems with the item select signal on trees in GTK2.
Fri, 01 Mar 2013 16:51:08 +0000 bsmith Add dw_shutdown() function which does the same thing as dw_exit() ...
Wed, 27 Feb 2013 19:14:22 +0000 bsmith Initial commit for new dw_signal_connect_data() function...
Fri, 28 Dec 2012 01:24:39 +0000 bsmith Initial attempt at allowing DW_CLR_DEFAULT clear color style overrides on GTK2/3.
Thu, 01 Nov 2012 13:51:35 +0000 bsmith Update dw_window_set_bitmap() to use pixbufs on GTK 2.x
Thu, 01 Nov 2012 00:55:30 +0000 mhessling Fixed dw_bitmapbutton_new_from_data(); was missing the save of the bitmap image reference.
Wed, 31 Oct 2012 10:52:31 +0000 bsmith Slight typo in that last commit fixed.
Wed, 31 Oct 2012 10:48:25 +0000 bsmith Attempt at fixing GTK 2.x issue with dw_window_set_bitmap() when
Fri, 26 Oct 2012 05:25:54 +0000 bsmith Fixed broken support in dw_window_set_bitmap() on GTK2/3...
Tue, 25 Sep 2012 03:06:45 +0000 bsmith Fixed tabs put in by TextMate 2... had to figure out how turn
Mon, 24 Sep 2012 23:24:25 +0000 bsmith Added new dw_window_set_focus() function and attempted to fix...
Mon, 13 Aug 2012 06:18:30 +0000 bsmith Added code to disable Ubuntu overlay scrollbars for
Wed, 25 Jul 2012 00:46:00 +0000 bsmith Added UTF8/Wide conversion for GTK2/3.
Fri, 06 Jul 2012 10:51:28 +0000 bsmith Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency.
Wed, 13 Jun 2012 19:23:30 +0000 bsmith Added utf8 parameter to key press callback on GTK2/3.
Mon, 04 Jun 2012 22:18:56 +0000 bsmith Added dw_filesystem_set_column_title() function to aid in localization.
Tue, 08 May 2012 18:28:39 +0000 bsmith Same fix for GTK2/3 as committed for OS/2 and Windows...
Mon, 07 May 2012 18:07:40 +0000 bsmith Looks like there was an incorrect fix for GTK2 combobox misbehavior...
Sat, 05 May 2012 21:41:57 +0000 bsmith Safety check for the icon resize code on Mac and GTK.
Sat, 05 May 2012 21:21:49 +0000 bsmith Opps committed wrong version of _icon_resize() for GTK2.