log

age author description
Fri, 20 Mar 2015 13:48:42 +0000 bsmith A few more warning fixes for OS X 10.10, and a bug fix for the new mac dw_messagebox() code.
Wed, 01 Oct 2014 05:37:10 +0000 bsmith Minor fix for that last commit... code actually works now. ;)
Tue, 30 Sep 2014 22:13:25 +0000 bsmith Minor fixes and changes to remove deprecation warnings in 10.10 and
Tue, 30 Sep 2014 18:39:03 +0000 bsmith Fix some deprecations introduced in Mac OS X Yosemite 10.10...
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...
Sat, 15 Feb 2014 01:20:42 +0000 bsmith Update debian changelog.
Thu, 13 Feb 2014 05:04:50 +0000 bsmith Updated platform specific readme files.
Thu, 13 Feb 2014 00:01:06 +0000 bsmith Changes preparing for 3.0 release.
Fri, 25 Oct 2013 16:56:08 +0000 bsmith Logic error caused the alert style to get set after the alert was shown.
Fri, 25 Oct 2013 09:38:21 +0000 bsmith Fixed OS X 10.9 issues by migrating to NSAlert from newly deprecated methods.
Fri, 18 Oct 2013 10:59:37 +0000 bsmith Fix some warnings reported by clang on FreeBSD in the GTK modules.
Thu, 17 Oct 2013 23:02:45 +0000 bsmith Oops missed change to dw.h adding _GNU_SOURCE define to the header.
Thu, 17 Oct 2013 22:59:53 +0000 bsmith Fix deprecation warnings by switching to newly available methods for 3.10.
Wed, 16 Oct 2013 22:05:36 +0000 bsmith Fixed build problems with the last GTK3 commit; tested with a live
Tue, 08 Oct 2013 18:30:39 +0000 bsmith Untested GTK3 change to use the new gtk_grid_remove_*()
Wed, 11 Sep 2013 17:40:21 +0000 bsmith Updated the readme with latest changes.
Mon, 09 Sep 2013 20:03:43 +0000 bsmith Fix build issues with last commit on OS/2...
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....
Fri, 30 Aug 2013 00:07:22 +0000 bsmith Need to duplicate container query results on Mac.
Wed, 28 Aug 2013 23:47:40 +0000 bsmith More container and tree changes on all platforms regarding memory.
Thu, 15 Aug 2013 18:51:56 +0000 bsmith Add optional itemdata field to ITEM_ENTER callback functon.
Tue, 13 Aug 2013 20:41:59 +0000 bsmith Free container row data memory on item delete on Windows.
Sat, 10 Aug 2013 06:57:00 +0000 bsmith Fix missing rowdata parameter in container enter callback on GTK3.
Fri, 09 Aug 2013 23:28:17 +0000 bsmith Fixes for building on OS/2 and removed some strdup()s in
Fri, 09 Aug 2013 22:40:54 +0000 bsmith Initial OS/2 changes for separating string and data in containers (untested).
Fri, 09 Aug 2013 10:17:59 +0000 bsmith MinGW, documentation and warning fixes.
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) ...
Thu, 08 Aug 2013 23:53:38 +0000 bsmith Fixes for Mac code and allocate and free duplicates of title strings.
Thu, 08 Aug 2013 20:28:57 +0000 bsmith Third GTK3 round of changes to split string and data
Thu, 08 Aug 2013 18:26:46 +0000 bsmith Second Windows round of changes to split the data and string
Wed, 07 Aug 2013 18:56:28 +0000 bsmith First Mac round of changes aimed at separating the data and text
Sat, 23 Mar 2013 19:52:38 +0000 bsmith Fixed dw_tree_get_title() on Windows and implemented tests for
Thu, 21 Mar 2013 22:10:43 +0000 bsmith Fixed Windows issues with dw_tree_item_g/set_data()... and potentially
Thu, 21 Mar 2013 21:14:04 +0000 bsmith Use the cached text from the tree on Windows instead of caching parameters...
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, 08 Mar 2013 18:03:13 +0000 bsmith It seems WIN64 is defined in 32-bit mode using MinGW... so switch
Thu, 07 Mar 2013 20:17:24 +0000 bsmith Some more MinGW build fixes.
Wed, 06 Mar 2013 14:14:38 +0000 bsmith Added a few convenience paramater macros to match some code I added in godwindows.
Tue, 05 Mar 2013 05:12:25 +0000 bsmith Fixed object/signal/memory leak on Mac when destroying
Fri, 01 Mar 2013 16:51:08 +0000 bsmith Add dw_shutdown() function which does the same thing as dw_exit() ...
Fri, 01 Mar 2013 13:01:59 +0000 bsmith Apparently Visual C's "long double" type is "double" for gcc...
Fri, 01 Mar 2013 12:43:36 +0000 bsmith Missing dw_filesystem_set_column_title export from the MinGW definition
Thu, 28 Feb 2013 13:55:33 +0000 bsmith Make sure callbacks have their calling convention specified explicitly on Windows.
Thu, 28 Feb 2013 13:30:58 +0000 bsmith Add TOOLBAR define with MinGW by default... fix warnings...generated
Thu, 28 Feb 2013 13:02:25 +0000 bsmith Get HTML support building with MinGW... some warnings need to
Thu, 28 Feb 2013 11:57:26 +0000 bsmith Updated MinGW makefile to support picking 32-bit or 64-bit based
Thu, 28 Feb 2013 01:15:59 +0000 bsmith Added export definitions for OS/2 and Windows.
Wed, 27 Feb 2013 19:14:22 +0000 bsmith Initial commit for new dw_signal_connect_data() function...
Fri, 15 Feb 2013 09:22:56 +0000 bsmith Whoops missing some vital parts from the dwindows1.pc.in file.
Fri, 15 Feb 2013 09:11:49 +0000 bsmith Make sure pkgconfig directory exists before installing the .pc file.
Fri, 15 Feb 2013 04:23:48 +0000 bsmith Create a dwindows.pc during install to support pkg-config in
Tue, 01 Jan 2013 23:18:56 +0000 bsmith Added code to set the foreground color on Mac buttons...
Sat, 29 Dec 2012 05:34:04 +0000 bsmith Attempt at resetting default colors with DW_CLR_DEFAULT on Mac...
Fri, 28 Dec 2012 01:24:39 +0000 bsmith Initial attempt at allowing DW_CLR_DEFAULT clear color style overrides on GTK2/3.
Thu, 27 Dec 2012 13:03:47 +0000 bsmith When handling click default, return instead of running the default handler on Windows.