log dw.h @ 1404:56f311dc23f6

age author description
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.
Tue, 26 Jul 2011 10:38:31 +0000 bsmith Update readme and up version to 2.1 in the header in preparaton for release.
Tue, 26 Jul 2011 04:29:06 +0000 bsmith Minor change to the DW_RGB() macro to avoid compiler warnings under certain circumstances.
Tue, 26 Jul 2011 03:09:41 +0000 bsmith Added DW_INT_TO_POINTER/DW_UINT_TO_POINTER/DW_POINTER_TO_INT/DW_POINTER_TO_UINT macros.
Tue, 28 Jun 2011 04:41:43 +0000 bsmith Added function dw_box_pack_at_index() on Windows, Mac and OS/2. And an example usage in dwtest.
Sun, 26 Jun 2011 02:07:49 +0000 bsmith Renamed Mac _dw_default_font() to dw_font_set_default() and added it on OS/2 and Windows.
Thu, 02 Jun 2011 05:23:45 +0000 bsmith Added dw_font_choose() on the Mac for 2.1.
Tue, 17 May 2011 22:58:16 +0000 bsmith DW_FCF_CLOSEBUTTON should have the closable mask on Mac.
Tue, 17 May 2011 03:54:06 +0000 bsmith Updated the readme with the new URL to the Dynamic Windows Web Help Index....
Wed, 11 May 2011 05:12:34 +0000 bsmith Switched to using TransparentBlt() on Windows, and allow transparent bitblt for any depths below 32bpp.
Mon, 09 May 2011 05:58:09 +0000 mhessling Correct OS/2 question mark pointer #define; should be SPTR_ICONQUESTION despite some online
Sat, 07 May 2011 06:06:19 +0000 bsmith Added a DW_RESOURCE() macro for typecasting parameters to HICN and for doing bounds checking.
Sat, 07 May 2011 05:14:06 +0000 bsmith Fix return type of dw_listbox_selected() to be "int" instead of "unsigned int" to allow -1 return.
Sat, 07 May 2011 01:58:16 +0000 bsmith Added a template skeleton file for porting DW to other platforms.
Fri, 06 May 2011 02:44:02 +0000 bsmith Oops... missed including the header change in that last commit.
Fri, 06 May 2011 01:46:27 +0000 bsmith Changed to using HANDLE as the base type for HICN on Windows.
Mon, 02 May 2011 14:18:47 +0000 bsmith Added initial support for transparent pixmap/bitmaps on Windows...
Thu, 07 Apr 2011 19:20:27 +0000 bsmith Set DW_MLE_CASESENSITIVE to be the NSLiteralSearch value.
Fri, 01 Apr 2011 01:22:00 +0000 bsmith Implemented vertical centering on text fields.
Tue, 29 Mar 2011 17:21:50 +0000 bsmith Initial implementation of scrollboxes on Windows.
Sat, 26 Mar 2011 12:49:59 +0000 bsmith Fix for some dw_container_change_item() misbehavior... was functioning the same as dw_container_set_item().
Sat, 26 Mar 2011 04:53:41 +0000 bsmith Initial implementation of a slightly disjointed dual cairo_surface gdkpixbuf image model.
Sun, 20 Mar 2011 05:21:09 +0000 bsmith Accidentally clobbered something in dw.h required for GTK 2.x.
Sun, 20 Mar 2011 05:12:40 +0000 bsmith Added initial support for GTK 3.0. Split it off into its own directory.
Fri, 18 Mar 2011 04:48:22 +0000 bsmith Fixed a typo in VK_RETURN and initial implementation of dw_window_click_default().
Fri, 18 Mar 2011 02:29:31 +0000 bsmith Removed some now unnecessary code.
Fri, 18 Mar 2011 00:25:46 +0000 bsmith Added DW_BS_NOBORDER style which can be set on buttons with dw_window_set_style() to make them flat.
Wed, 16 Mar 2011 07:39:28 +0000 bsmith Fixes for font handling on pixmaps... it needs to use the associated render control to get the fonts.
Wed, 16 Mar 2011 03:24:12 +0000 bsmith Added an internal Mac function for setting the default Dynamic Windows font.
Wed, 16 Mar 2011 02:22:53 +0000 bsmith Fixed an error in the comments.
Tue, 15 Mar 2011 01:46:41 +0000 mhessling Add dw_window_get_font()
Mon, 14 Mar 2011 02:08:36 +0000 bsmith Couple more fixes to keyhandling... committed before I finished what I was doing...
Mon, 14 Mar 2011 01:57:33 +0000 bsmith Initial key press event/signal handling... does not seem to trap on all controls...
Thu, 10 Mar 2011 23:28:10 +0000 bsmith Added draining mechanism for threads that don't have run loops.
Tue, 01 Mar 2011 04:37:11 +0000 bsmith MLE was missing the scrollbar. Fixes for getting and setting the position.
Mon, 28 Feb 2011 08:27:53 +0000 bsmith Filled in most of the remaining MLE and container functions... the remaining few