log

age author description
Wed, 16 May 2012 18:39:05 +0000 bsmith Updated readme.
Wed, 16 May 2012 10:12:09 +0000 bsmith Fixes for GBM unable to open files when compiled with GCC/Watcom on OS/2.
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:53:03 +0000 bsmith Fix dw_window_set_bitmap_from_data() not using the resource ID if data is NULL.
Tue, 08 May 2012 18:28:39 +0000 bsmith Same fix for GTK2/3 as committed for OS/2 and Windows...
Tue, 08 May 2012 18:14:48 +0000 bsmith Same fix on Windows as I just committed on OS/2.
Tue, 08 May 2012 17:34:36 +0000 bsmith Only use the ID on OS/2 in dw_window_set_bitmap_from_file() if
Tue, 08 May 2012 17:14:40 +0000 bsmith Define O_BINARY as 0 in dwcompat.h for platforms which don't have it.
Mon, 07 May 2012 18:07:40 +0000 bsmith Looks like there was an incorrect fix for GTK2 combobox misbehavior...
Mon, 07 May 2012 13:56:14 +0000 bsmith Create an internal _dw_icon_load() which does not resize the image on Mac.
Mon, 07 May 2012 13:29:51 +0000 bsmith Disable wrapping on entryfields and static text on Mac.
Sun, 06 May 2012 00:02:02 +0000 bsmith Fix dw_window_set_bitmap() on OS/2 on files with extensions.
Sat, 05 May 2012 22:44:27 +0000 bsmith Move some more platform specific code into dwcompat.
Sat, 05 May 2012 21:41:57 +0000 bsmith Safety check for the icon resize code on Mac and GTK.
Sat, 05 May 2012 21:32:50 +0000 bsmith Similar code for Mac to keep HICNs from getting too big.
Sat, 05 May 2012 21:21:49 +0000 bsmith Opps committed wrong version of _icon_resize() for GTK2.
Sat, 05 May 2012 21:18:32 +0000 bsmith Limit the size of an HICN to 24x24 on GTK... icons are used for
Sat, 05 May 2012 20:13:43 +0000 bsmith Fixed a bug in dw_container_delete_row() on Mac and potentially a similar bug in dw_container_delete().
Sat, 05 May 2012 06:48:40 +0000 bsmith Fix Unicode issues with the directory browser on Windows.
Thu, 03 May 2012 18:44:08 +0000 bsmith Cleanups on the icon creation code on OS/2.
Thu, 03 May 2012 17:45:57 +0000 bsmith Fixed creating icons from other file types on OS/2.
Thu, 03 May 2012 12:19:54 +0000 bsmith Oops... missed the header file change in that last commit.
Thu, 03 May 2012 12:18:25 +0000 bsmith Initial attempt at creating icons from other formats on OS/2.
Thu, 03 May 2012 09:04:13 +0000 bsmith Removed some code to workaround a buggy version of GBM on OS/2.
Thu, 03 May 2012 08:31:22 +0000 bsmith More fixes to the GBM code on OS/2... if loading a file fails...
Thu, 03 May 2012 04:04:30 +0000 bsmith Added image extension list for OS/2 for use when using GBM.
Wed, 02 May 2012 22:28:20 +0000 bsmith Added initial support on OS/2 for runtime loading GBM
Wed, 02 May 2012 00:23:43 +0000 bsmith Strange for some reason we are including compat.h instead of config.h?
Wed, 02 May 2012 00:11:15 +0000 bsmith Fix warnings building with MinGW on Windows.
Tue, 01 May 2012 23:25:20 +0000 bsmith Ah so... eliminated the last few VAC36 warnings on OS/2.
Tue, 01 May 2012 23:12:02 +0000 bsmith Fixed a variety of warnings in different compiler/linker combinations on OS/2.
Mon, 30 Apr 2012 22:11:33 +0000 bsmith Fixed bubble help/tooltips with UTF-8 encoded characters on OS/2.
Mon, 30 Apr 2012 17:16:19 +0000 bsmith Ugg this stupid editor keeps adding tabs!
Mon, 30 Apr 2012 17:13:16 +0000 bsmith Unicode (UTF-8) mode on OS/2 as noted to me by Alex Taylor comes with
Mon, 30 Apr 2012 16:49:38 +0000 bsmith Fixed dw_window_set_color() not removing the transparent flag on OS/2.
Mon, 30 Apr 2012 16:23:42 +0000 bsmith Gr... messed up tabs in the last commit.
Mon, 30 Apr 2012 16:22:03 +0000 bsmith Initial verison of self-drawn static text control on OS/2.
Mon, 30 Apr 2012 12:22:37 +0000 bsmith Updated the test program removing deprecated flags and using new
Mon, 30 Apr 2012 11:54:19 +0000 bsmith Fixed calculating the GDI+ ratio based on the DPI on Windows.
Mon, 30 Apr 2012 07:13:14 +0000 bsmith Added code to do DPI conversion on Windows.
Sun, 29 Apr 2012 19:46:30 +0000 bsmith Some more GDI+ changes... implement dw_draw_point() using dw_draw_rect().
Sat, 28 Apr 2012 20:42:49 +0000 bsmith Decided to move to all GDI+ drawing when GDIPLUS is defined...
Sat, 28 Apr 2012 17:06:20 +0000 bsmith On OS/2 and Windows need to use the parent (box) handle not the item
Fri, 27 Apr 2012 16:02:32 +0000 bsmith More comment cleanups.
Fri, 27 Apr 2012 15:49:16 +0000 bsmith Added exports for building with MinGW on Windows and Watcom on OS/2.
Fri, 27 Apr 2012 15:33:05 +0000 bsmith Implement dw_box_remove_at_index() for GTK2.
Fri, 27 Apr 2012 08:25:58 +0000 bsmith Explicitly set codepage 1208 for GPI rendering on OS/2...
Fri, 27 Apr 2012 02:47:44 +0000 bsmith Committed some code for dw_box_remove_at_index() for GTK2...
Fri, 27 Apr 2012 02:16:09 +0000 bsmith Implemented dw_box_remove_at_index() for GTK3.
Fri, 27 Apr 2012 01:17:09 +0000 bsmith Fix packing padding not triggering automatic redraws on OS/2, Mac and Windows.
Thu, 26 Apr 2012 23:26:35 +0000 bsmith Fix minor issues with dw_box_remove_at_index() on Mac.
Thu, 26 Apr 2012 21:57:18 +0000 bsmith Initial implementation of dw_box_remove() and dw_box_remove_at_index() for Mac.
Thu, 26 Apr 2012 21:32:40 +0000 bsmith Fix warning with gcc no OS/2.
Thu, 26 Apr 2012 21:18:37 +0000 bsmith Initial implementation of dw_box_remove() for GTK2/3 and stub for dw_box_remove_at_index().
Thu, 26 Apr 2012 20:47:50 +0000 bsmith Missing parameter to WinSetParent() on OS/2.
Thu, 26 Apr 2012 20:33:39 +0000 bsmith Initial implementation of dw_box_remove() and dw_box_remove_at_index()
Tue, 24 Apr 2012 16:30:11 +0000 bsmith Updated the readme with latest changes.
Tue, 24 Apr 2012 07:22:34 +0000 bsmith Fixed drawing filled arcs on GTK2.
Tue, 24 Apr 2012 00:08:20 +0000 bsmith Fix dw_window_destroy() failing on splitbars and possibly other widgets on Mac.
Fri, 20 Apr 2012 19:44:16 +0000 bsmith Fixes for building in Unicode mode with MinGW on Windows.
Wed, 18 Apr 2012 07:28:19 +0000 bsmith Fixes for dw_file_browse() on Windows in Unicode mode.
Tue, 17 Apr 2012 19:54:30 +0000 bsmith Workaround WinLoadPointer() modifying the icon size on OS/2 by
Mon, 16 Apr 2012 17:16:19 +0000 bsmith Okay second attempt at that Windows 7 icon/bitmap fix...
Mon, 16 Apr 2012 17:01:49 +0000 bsmith Fix auto-sizing bitmap buttons with icons on Windows 7 (and maybe Vista).
Mon, 16 Apr 2012 15:43:43 +0000 bsmith Added DW_POINTER() macro for casting parameters to (void *)
Tue, 10 Apr 2012 21:19:11 +0000 bsmith Rewrite of dw_window_destroy() on GTK2 so that the table contracts removing
Tue, 10 Apr 2012 11:34:20 +0000 bsmith Take into account empty box cells created by dw_window_destroy() in GTK3
Tue, 10 Apr 2012 02:58:28 +0000 bsmith Only include compat.h when building the dwcompat shared library.
Mon, 09 Apr 2012 21:06:50 +0000 bsmith Fixed windows not automatically redrawing when removing items from a layout
Mon, 09 Apr 2012 07:15:05 +0000 bsmith Fixes for the latest MinGW (gcc 4.6.2). Only ANSI mode is currently supported.
Sat, 07 Apr 2012 20:51:40 +0000 bsmith Fix taskbar/menubar event breakage from the recent Mac control key changes.
Sat, 07 Apr 2012 18:27:03 +0000 bsmith Update readme with the latest changes.
Sat, 07 Apr 2012 18:03:38 +0000 bsmith Improved arc drawing on the Mac using the same method as GDI+ on Windows.
Sat, 07 Apr 2012 03:54:24 +0000 bsmith Ug, missing parenthesis made that last fix misbehave in certain cirucumstances.
Sat, 07 Apr 2012 03:11:51 +0000 bsmith Another fix for Contol clicking on Mac... getting double events
Sat, 07 Apr 2012 02:16:36 +0000 bsmith On Mac set button to 2 (right) when Control key is pressed and left clicking
Sat, 07 Apr 2012 01:22:15 +0000 bsmith Fixed off by one in the y field of the expose event on OS/2.
Fri, 06 Apr 2012 23:34:00 +0000 bsmith Fixed render widgets being incorrectly identified as boxes on OS/2
Fri, 06 Apr 2012 22:15:06 +0000 bsmith Color chooser changes for Lion compatibility on Mac.
Fri, 06 Apr 2012 09:32:02 +0000 bsmith Need to convert to UTF8 in dw_font_choose() on Windows in Unicode mode.
Mon, 02 Apr 2012 21:14:53 +0000 bsmith For safety reasons on OS/2 in case the codepage isn't inherited...
Mon, 02 Apr 2012 19:44:45 +0000 bsmith Fixed issue with dw_mle_import() in Unicode mode.
Mon, 02 Apr 2012 19:25:09 +0000 bsmith Removed now unneeded locale conversion on Windows since everything is UTF-8.
Mon, 02 Apr 2012 09:49:07 +0000 bsmith Set the OS/2 codepage to 1208 (UTF-8) when creating the message queue.
Sat, 31 Mar 2012 17:17:11 +0000 bsmith Add code to disable anti-aliased drawing for GTK2 printing.
Fri, 30 Mar 2012 23:42:47 +0000 bsmith In GTK 3.4 foreground colors are now inherited from the parent.
Thu, 29 Mar 2012 17:10:04 +0000 bsmith Fixed a couple warnings generated by the new OS/2 code.
Thu, 29 Mar 2012 05:18:35 +0000 bsmith Readme updates.
Thu, 29 Mar 2012 05:16:26 +0000 bsmith Fixed issues drawing arcs on GTK3 and GTK2 for printing.
Wed, 28 Mar 2012 23:11:12 +0000 bsmith Fix rendering Arc segments in anti-antialiased mode on Windows.
Wed, 28 Mar 2012 19:17:08 +0000 bsmith Fixed full arcs with GDI+ and disabled antialiased rendering for rectangles.
Wed, 28 Mar 2012 18:33:54 +0000 bsmith Got anti-aliased drawing working with GDI+ on Windows.
Wed, 28 Mar 2012 16:29:35 +0000 bsmith On Windows with the correct -DUNICODE -D_UNICODE and #include <tchar.h> lines
Wed, 28 Mar 2012 16:14:49 +0000 bsmith Add Windows 8 string to the environment query.
Wed, 28 Mar 2012 16:03:20 +0000 bsmith _init_thread() needs to be called after initializing GDI+ on Windows.
Wed, 28 Mar 2012 02:47:55 +0000 bsmith dw_window_get_text() was truncating the text by 1 byte in Unicode mode on Windows.
Wed, 28 Mar 2012 02:28:55 +0000 bsmith Add support for mercurial revisions in addition to subversion on Windows.
Wed, 28 Mar 2012 02:14:38 +0000 bsmith Fixed value changed events on spinbuttons for OS/2.
Tue, 27 Mar 2012 23:07:09 +0000 bsmith Implemented value changed event for spinbuttons on Windows.
Tue, 27 Mar 2012 17:00:44 +0000 bsmith After looking at that last commit I realized what I was doing was
Tue, 27 Mar 2012 16:53:24 +0000 bsmith Fix dw_listbox_get_text() to work in Unicode mode on Windows.
Tue, 27 Mar 2012 15:57:36 +0000 bsmith Rewrite of _get_logfont on Windows to use library functions and
Tue, 27 Mar 2012 15:09:52 +0000 bsmith Must convert from UTF8 for the raw HTML on Windows regardless of the
Tue, 27 Mar 2012 14:51:24 +0000 bsmith Updated the readme with pre-release 2.4 info.
Tue, 27 Mar 2012 14:46:04 +0000 bsmith Switch to UNICODE builds by default on Windows.
Tue, 27 Mar 2012 08:51:14 +0000 bsmith Add code to allow building DW.DLL as Unicode on Windows.
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.