log win/dw.c @ 1152:58b5374355ab

age author description
Mon, 12 Sep 2011 19:26:49 +0000 bsmith Added print jobname parameter to dw_print_new().
Sun, 11 Sep 2011 21:56:55 +0000 bsmith Implemented dw_pixmap_set_font() on Windows. Added to export files on Windows and OS/2.
Sat, 10 Sep 2011 18:34:25 +0000 bsmith Fixed using a pointer after being free()ed on Windows and Mac.
Fri, 09 Sep 2011 21:05:57 +0000 bsmith Fix for issues in printing pages on Windows.
Fri, 09 Sep 2011 10:52:05 +0000 bsmith *sigh* formatting cleanups from that last commit.
Fri, 09 Sep 2011 10:45:04 +0000 bsmith Initial implementation of the print object on Windows.
Fri, 09 Sep 2011 09:17:09 +0000 bsmith Added code to test the new print functions in dwtest.
Tue, 06 Sep 2011 14:47:39 +0000 bsmith Check that the return code isn't TRUE before passing to handlers on Windows.
Fri, 02 Sep 2011 18:02:29 +0000 bsmith With subclasses calling _wndproc directly on Windows, save the result...
Thu, 25 Aug 2011 21:12:25 +0000 bsmith Removed spinbutton workaround on Vista and higher... still needed for XP.
Thu, 04 Aug 2011 21:34:53 +0000 bsmith Fixed a documentation and template error regarding dw_browse() return code.
Tue, 28 Jun 2011 23:38:59 +0000 mhessling Use _tempnam() on Windows instead of tmpnam() for dw_*_from_data() functions.
Tue, 28 Jun 2011 17:53:09 +0000 bsmith Merge all 3 box packing functions into one internal function on Windows.
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.
Sat, 25 Jun 2011 03:15:29 +0000 bsmith Bitmap type widgets shouldn't rescale the image to fit on Windows.
Sun, 05 Jun 2011 05:13:15 +0000 bsmith Minor changes to the tree handling... added the LVIF_PARAM to make sure that member gets filled in on Windows.
Thu, 02 Jun 2011 23:55:38 +0000 bsmith Use the actual Windows point size for a device... doing conversion as necessary.
Thu, 02 Jun 2011 21:48:16 +0000 bsmith Windows was missing the flag to load the font from the LOGFONT struct when creating the font chooser.
Thu, 02 Jun 2011 06:18:37 +0000 bsmith Added dw_font_choose() on Windows for 2.1.
Thu, 26 May 2011 12:37:34 +0000 bsmith Initialize the groupbox title to the default font while creating it on Windows.
Thu, 26 May 2011 09:06:02 +0000 bsmith Attempt at fixing dw_window_set/get_font() on Groupboxes on Windows.
Thu, 26 May 2011 07:49:54 +0000 mhessling Remove creation of bold default font at startup.
Sun, 22 May 2011 05:53:44 +0000 bsmith Fix dw_window_get/set_text() on spinbuttons on Windows.
Wed, 18 May 2011 08:35:14 +0000 bsmith Make sure the initial spinbutton limits on Windows match the other platforms.
Wed, 11 May 2011 05:12:34 +0000 bsmith Switched to using TransparentBlt() on Windows, and allow transparent bitblt for any depths below 32bpp.
Sun, 08 May 2011 00:47:54 +0000 bsmith Fix for dw_notebook_page_new() changing active page incorrectly on Windows.
Sat, 07 May 2011 20:04:34 +0000 bsmith Fixes for dw_mle_import to make it function like the other platforms on Windows.
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.
Fri, 06 May 2011 01:46:27 +0000 bsmith Changed to using HANDLE as the base type for HICN on Windows.
Thu, 05 May 2011 17:14:24 +0000 bsmith We need to destroy the thread's brush and pen when the thread exits so we don't leak objects on Windows.
Thu, 05 May 2011 05:53:56 +0000 bsmith Step 1 in modernization of the Win32 module.
Wed, 04 May 2011 00:58:53 +0000 bsmith Removed some code that captured the mouse pointer and set focus in the render widget on Windows.
Tue, 03 May 2011 01:58:08 +0000 bsmith Minor formatting fix.
Tue, 03 May 2011 01:43:51 +0000 bsmith Added code to detect the actual color depth of loaded bitmap files on Windows.
Mon, 02 May 2011 14:26:17 +0000 bsmith Only set the transparent color on bitmaps with 8 bits per pixel.. otherwise you get a black square.
Mon, 02 May 2011 14:18:47 +0000 bsmith Added initial support for transparent pixmap/bitmaps on Windows...
Sat, 23 Apr 2011 00:37:36 +0000 bsmith Reverting that last change... it makes resizing really nice but all sorts of other things screw up.
Fri, 22 Apr 2011 22:26:20 +0000 bsmith Add the WS_EX_COMPOSITED window flag to toplevel windows on Windows XP or higher to enable double buffering for flicker free redrawing.
Thu, 21 Apr 2011 22:21:15 +0000 bsmith If we aren't building a DLL use the simple folder browser and don't include the HTML browser...
Thu, 21 Apr 2011 11:27:09 +0000 bsmith Removed a bunch of code that had been used to support Win95/NT/98/ME which are now unsupported.
Tue, 19 Apr 2011 07:55:07 +0000 bsmith Implemented _dw_user_dir() using GetUserProfileDirectory() on Windows.
Tue, 19 Apr 2011 04:37:48 +0000 bsmith Fixed scrollbox tab and shift tab focus shifting on Windows.
Mon, 18 Apr 2011 06:06:13 +0000 bsmith Added missing SIF_PAGE getting SCROLLINFO on Windows.
Sun, 03 Apr 2011 18:43:55 +0000 bsmith Removed INCOMPLETE from the dw_scrollbox_new() comment on Windows.
Sun, 03 Apr 2011 05:53:44 +0000 mhessling Removed leftover code from _HandleScroller copied incorrectly when debugging.
Sat, 02 Apr 2011 07:04:06 +0000 bsmith Experimental change to bitmap loading to allow virtual transparent backgrounds using resources on Windows.
Tue, 29 Mar 2011 23:04:32 +0000 bsmith Updates to the comments about scrollboxes and removing them from incomplete status.
Tue, 29 Mar 2011 22:57:49 +0000 bsmith Implemented dw_scrollbox_get_pos() and dw_scrollbox_get_range() on Windows.
Tue, 29 Mar 2011 22:20:45 +0000 bsmith Basic handling for the scrolled widget. Scrollbox now works on Windows.
Tue, 29 Mar 2011 17:21:50 +0000 bsmith Initial implementation of scrollboxes on Windows.
Sun, 27 Mar 2011 03:57:14 +0000 bsmith Scrollbox cleanups on Windows and added stubs on OS/2.
Sun, 27 Mar 2011 03:47:53 +0000 bsmith Fix for dw_filesystem_set_file() not working as designed 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, 19 Mar 2011 00:37:08 +0000 mhessling When destroying a spinbutton, destroy the correct window
Fri, 18 Mar 2011 06:17:18 +0000 bsmith Oops guess radiobuttons did initialize ColorInfo... removed the duplicate.
Fri, 18 Mar 2011 05:53:41 +0000 bsmith Fixed problem with thick black border being drawn around buttons.
Fri, 18 Mar 2011 02:29:31 +0000 bsmith Removed some now unnecessary code.
Thu, 17 Mar 2011 20:56:43 +0000 bsmith Removed the custom tooltip creator I ported from OS/2 and switched to using native Win32 tooltips.
Thu, 17 Mar 2011 16:42:53 +0000 bsmith Visual Studio 2008's runtime is crazy sensitive. I put in a bunch of parameter checks to make sure