log win/dw.c @ 1886:f7d408a47752

age author description
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.
Tue, 13 Aug 2013 20:41:59 +0000 bsmith Free container row data memory on item delete on Windows.
Fri, 09 Aug 2013 10:17:59 +0000 bsmith MinGW, documentation and warning fixes.
Fri, 09 Aug 2013 02:11:06 +0000 bsmith Initial commit of GTK2 code changes (untested) ...
Thu, 08 Aug 2013 18:26:46 +0000 bsmith Second Windows round of changes to split the data and string
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...
Fri, 01 Mar 2013 16:51:08 +0000 bsmith Add dw_shutdown() function which does the same thing as dw_exit() ...
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
Wed, 27 Feb 2013 19:14:22 +0000 bsmith Initial commit for new dw_signal_connect_data() function...
Thu, 27 Dec 2012 13:03:47 +0000 bsmith When handling click default, return instead of running the default handler on Windows.
Tue, 20 Nov 2012 20:42:06 +0000 bsmith More MINGW cleanups... eliminate a few more warnings and disable the unused-value warning due to unfixable warnings generated by the Win32 macros.
Mon, 19 Nov 2012 19:52:36 +0000 bsmith Fixes for building with MINGW64 (specifically http://tdm-gcc.tdragon.net/).
Fri, 16 Nov 2012 21:18:20 +0000 bsmith Fix 64bit crashes on Windows when building with Visual Studio 2012.
Sun, 28 Oct 2012 02:59:56 +0000 bsmith On Windows invalidate the bitmap button after changing the bitmap to force a redraw.
Fri, 26 Oct 2012 04:54:48 +0000 bsmith Fixed the Windows toolbar code to actually work... had some leftovers
Thu, 25 Oct 2012 23:15:46 +0000 bsmith Initial rewrite of dw_window_set_bitmap() to work on bitmap buttons on Windows.
Tue, 09 Oct 2012 03:08:45 +0000 bsmith Depending on the tab direction on Windows, the dual purpose notebook
Mon, 08 Oct 2012 23:51:45 +0000 bsmith Rewrite of the focus shifting code on Windows, eliminate duplicated code.
Mon, 08 Oct 2012 20:21:10 +0000 bsmith Added tab handling to the toolbar control on Windows...
Thu, 27 Sep 2012 08:42:50 +0000 bsmith Drop out of dw_window_set_style() on Windows for status text widgets...
Thu, 27 Sep 2012 07:30:30 +0000 bsmith Make sure _toplevel_window() when passed a top-level window
Thu, 27 Sep 2012 03:08:03 +0000 bsmith Attempted fix at dw_window_set_focus() from non-main threads on Windows.
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...
Sun, 05 Aug 2012 13:47:57 +0000 bsmith Similar fixes to the Mac one on OS/2 and Windows....
Sat, 04 Aug 2012 07:35:13 +0000 bsmith Rewrite dw_window_set_style() on Windows to properly handle the
Tue, 24 Jul 2012 23:33:50 +0000 bsmith Added UTF8/Wide conversion functions on OS/2 and Windows...
Fri, 06 Jul 2012 10:51:28 +0000 bsmith Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency.
Sun, 01 Jul 2012 07:51:25 +0000 bsmith Ported clang/Xcode fixes to Windows and OS/2 just in case.
Sat, 30 Jun 2012 19:53:18 +0000 bsmith Fix warnings with Visual C largely in debug mode.
Wed, 27 Jun 2012 22:14:28 +0000 bsmith Switch to using a single tooltip window to prevent leaking tooltip handles on Windows.
Wed, 27 Jun 2012 20:50:31 +0000 bsmith Added code to plug several resource leaks on Windows.
Tue, 26 Jun 2012 01:25:45 +0000 bsmith Experimental change of removing code to prevent events during dw_tree_item_Select().
Tue, 26 Jun 2012 00:54:45 +0000 bsmith Fix buttons causing double events when toolbar support is enabled on Windows.
Sat, 16 Jun 2012 08:49:10 +0000 bsmith Enable unicode cut and paste on Windows.
Wed, 13 Jun 2012 20:50:17 +0000 bsmith Updated readme, removed debug message and committed fixes for ANSI builds on Windows.
Wed, 13 Jun 2012 20:08:41 +0000 bsmith Added optional keypress callback optional utf8 parameter on Windows.
Mon, 04 Jun 2012 22:18:56 +0000 bsmith Added dw_filesystem_set_column_title() function to aid in localization.
Wed, 16 May 2012 08:56:19 +0000 bsmith Fixes for building on Windows 2000. Use VS2008 and disabled GDIPLUS/AEROGLASS.
Tue, 15 May 2012 19:43:49 +0000 bsmith A much better solution that centering the button in the space on Windows...
Tue, 15 May 2012 07:09:29 +0000 bsmith Had to move uxtheme/SetWindowTheme out of the AERO #ifdefs to get
Tue, 15 May 2012 06:49:27 +0000 bsmith Slight improvement... check the flat flags and adjust the required
Tue, 15 May 2012 06:37:39 +0000 bsmith Set the minimum button size to 24x24 instead of 20x20 when toolbar
Tue, 15 May 2012 06:13:35 +0000 bsmith Since toolbars need to have a bitmap to add a button, if toolbar based buttons
Mon, 14 May 2012 23:08:24 +0000 bsmith Enable toolbar double buffering during packing on Windows if the window
Mon, 14 May 2012 22:26:26 +0000 bsmith Create a separate disabled image list with washed out and grayscale bitmaps on Windows.
Mon, 14 May 2012 21:36:28 +0000 bsmith Toolbar bitmap buttons don't seem to draw properly smaller than 20x20 on Windows...
Mon, 14 May 2012 20:32:28 +0000 bsmith Center toolbar-based bitmap buttons on Windows during layout since they
Mon, 14 May 2012 19:24:27 +0000 bsmith Toolbar based bitmap buttons are now functional on Windows.
Mon, 14 May 2012 09:07:49 +0000 bsmith Improved but still non-functional bitmapbutton/toolbar implementation on Windows.
Sat, 12 May 2012 19:45:00 +0000 bsmith Disabled experimental code on Windows for using toolbar controls instead of
Tue, 08 May 2012 18:14:48 +0000 bsmith Same fix on Windows as I just committed on OS/2.
Sat, 05 May 2012 06:48:40 +0000 bsmith Fix Unicode issues with the directory browser on Windows.
Wed, 02 May 2012 00:11:15 +0000 bsmith Fix warnings building with MinGW on Windows.
Mon, 30 Apr 2012 11:54:19 +0000 bsmith Fixed calculating the GDI+ ratio based on the DPI on Windows.