log dw.h @ 1853:4790589f52a9

age author description
Wed, 27 Feb 2013 19:14:22 +0000 bsmith Initial commit for new dw_signal_connect_data() function...
Tue, 18 Dec 2012 22:55:50 +0000 bsmith Ug missed the version in the header. ;)
Tue, 20 Nov 2012 05:09:30 +0000 bsmith Ok, slight changes to prevent missing stdint.h with
Tue, 20 Nov 2012 04:20:39 +0000 bsmith Linux seems to need stdint.h for uintptr_t...
Mon, 19 Nov 2012 19:52:36 +0000 bsmith Fixes for building with MINGW64 (specifically http://tdm-gcc.tdragon.net/).
Thu, 27 Sep 2012 05:09:10 +0000 mhessling Add DW_FCF_TEXTURED window style; relevant only for Mac port.
Mon, 24 Sep 2012 23:24:25 +0000 bsmith Added new dw_window_set_focus() function and attempted to fix...
Sat, 04 Aug 2012 07:35:13 +0000 bsmith Rewrite dw_window_set_style() on Windows to properly handle the
Sat, 04 Aug 2012 00:05:47 +0000 bsmith Discovered a breakage in OS/2 functionality when building
Tue, 24 Jul 2012 22:52:57 +0000 bsmith Put test program code into DEPRECATED #ifdef again to avoid build warnings.
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 09:56:49 +0000 bsmith Update readmes and up version to 2.4 in preparation for release
Mon, 04 Jun 2012 22:18:56 +0000 bsmith Added dw_filesystem_set_column_title() function to aid in localization.
Thu, 03 May 2012 12:19:54 +0000 bsmith Oops... missed the header file change in that last commit.
Thu, 26 Apr 2012 20:33:39 +0000 bsmith Initial implementation of dw_box_remove() and dw_box_remove_at_index()
Fri, 20 Apr 2012 19:44:16 +0000 bsmith Fixes for building in Unicode mode with MinGW on Windows.
Mon, 16 Apr 2012 15:43:43 +0000 bsmith Added DW_POINTER() macro for casting parameters to (void *)
Mon, 26 Mar 2012 23:17:46 +0000 bsmith Removed the pragma... guess I misunderstood what the Visual C pragma did...
Mon, 26 Mar 2012 22:20:55 +0000 bsmith Fix for Visual C giving errors on UTF-8 literals in source files.
Sun, 26 Feb 2012 09:21:35 +0000 bsmith Enable level 3 warnings in DEBUG mode with Visual C to show deprecation warnings.
Sat, 25 Feb 2012 23:35:59 +0000 bsmith Fixed building dwcompat with Watcom on OS/2.
Sat, 25 Feb 2012 23:22:49 +0000 bsmith Last commit didn't work with GCC... not quite as pretty but this works.
Sat, 25 Feb 2012 23:12:11 +0000 bsmith Added initial API deprecation support for clang, GCC and Visual C.
Thu, 23 Feb 2012 13:03:45 +0000 bsmith Up version number to 2.3.
Sun, 15 Jan 2012 22:36:41 +0000 bsmith Fixed on Windows showing themed static text on colored boxes when the window is glass.
Fri, 13 Jan 2012 02:02:28 +0000 bsmith Initial scrolled minimum and maximum code on Windows... MLE implemented, container to go.
Wed, 11 Jan 2012 05:36:00 +0000 bsmith Added DW_FCF_COMPOSITED frame creation flag, used only on Windows currently...
Thu, 05 Jan 2012 15:45:11 +0000 bsmith Added dw_main_quit() function for exiting the dw_main() loop.
Sat, 31 Dec 2011 17:04:51 +0000 bsmith Initial implmentation of DW_DRAW_NOAA on Mac... only works on pixmaps right now.
Fri, 23 Dec 2011 15:58:13 +0000 bsmith Fixed OS/2 windows being shown when setting position/size.
Mon, 19 Dec 2011 13:16:34 +0000 bsmith Rewrite of window position code for GTK2. DW_BORDER_WIDTH and DW_BORDER_HEIGHT
Thu, 08 Dec 2011 06:47:05 +0000 bsmith Initial layout engine 2.0 for the Mac... Windows and OS/2 may not compile until
Wed, 07 Dec 2011 18:51:48 +0000 bsmith Temporary fix on Mac for box miscalculation when box is not expandable but items are in complex layouts.
Sun, 04 Dec 2011 20:18:50 +0000 bsmith Added dw_window_set_preferred_size() prototype to the header.
Fri, 02 Dec 2011 10:57:58 +0000 bsmith Add unique status bar class on Windows so we can identify it when calculating control sizes.
Tue, 29 Nov 2011 15:25:41 +0000 bsmith Changes to get the library building with Watcom on OS/2.
Sat, 26 Nov 2011 22:47:20 +0000 bsmith Refactoring OS/2 and Windows code... eliminating BubbleButton...
Sat, 26 Nov 2011 21:00:14 +0000 bsmith Added dw_window_set_tooltip() for adding bubble help to most controls.
Fri, 25 Nov 2011 18:31:54 +0000 bsmith Cleanup of the previous commits and added Unix support.
Tue, 22 Nov 2011 20:46:37 +0000 bsmith Initial versions of dw_menu_delete_item() on OS/2 and Windows.
Tue, 15 Nov 2011 13:26:15 +0000 bsmith Upped the version number to 2.2. Added a Version file to reduce the number of places
Thu, 03 Nov 2011 23:34:10 +0000 bsmith Added dw_debug() logging function which will output a message to the debugging console.
Thu, 03 Nov 2011 10:09:11 +0000 bsmith Added DW_MENU_AUTO and DW_MENU_POPUP flags that can be passed to dw_menu_append_item() in the id field.
Tue, 01 Nov 2011 04:06:46 +0000 bsmith Renamed dw_container_set_row_bg() to dw_container_set_stripe().
Sun, 30 Oct 2011 00:40:22 +0000 bsmith Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL drawing flags.
Tue, 25 Oct 2011 10:51:59 +0000 bsmith Initial attempt at adding dw_draw_arc() support on all platforms.
Mon, 24 Oct 2011 05:21:29 +0000 bsmith On GTK2 save the original pixbuf that is loaded so we can use it
Wed, 19 Oct 2011 08:14:05 +0000 bsmith Added new dw_pixmap_stretch_bitblt() function on Windows and OS/2.
Sun, 09 Oct 2011 09:50:07 +0000 bsmith Implemented dw_container_set_row_bg() on Windows.
Sat, 08 Oct 2011 18:37:48 +0000 bsmith Switched from using NSBrowserCell to a DWImageAndTextCell subclass on Mac.
Wed, 05 Oct 2011 19:43:27 +0000 bsmith Added dw_container_set_row_data() and dw_container_change_row_data() macros which just call dw_container_set/change_row_title() but with (void *).
Wed, 28 Sep 2011 08:22:48 +0000 bsmith Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos() to
Tue, 20 Sep 2011 23:52:36 +0000 bsmith Switch to using a dummy window handle for pixmap fonts on OS/2.
Sat, 17 Sep 2011 19:47:04 +0000 bsmith Added missing dw_mutex_trylock() prototype to header file.
Fri, 16 Sep 2011 22:28:14 +0000 bsmith Added basic printing support for GTK 2.10 and above...
Thu, 15 Sep 2011 05:10:07 +0000 bsmith Added DW_TIMEOUT_INFINITE constant to the header file.
Mon, 12 Sep 2011 19:26:49 +0000 bsmith Added print jobname parameter to dw_print_new().
Sun, 11 Sep 2011 22:09:10 +0000 bsmith Implemented dw_pixmap_set_font() on GTK3.
Sun, 11 Sep 2011 21:36:07 +0000 bsmith Adding dw_pixmap_set_font() which is equivalent to dw_window_set_font() except for pixmaps.
Fri, 09 Sep 2011 00:28:25 +0000 bsmith Initial implementation of the DynamicWindows Print object for GTK3.