Timeline



May 1, 2012:

11:25 PM Changeset [1700] by bsmith
Ah so... eliminated the last few VAC36 warnings on OS/2. Thanks to the …
11:12 PM Changeset [1699] by bsmith
Fixed a variety of warnings in different compiler/linker combinations …

Apr 30, 2012:

10:11 PM Changeset [1698] by bsmith
Fixed bubble help/tooltips with UTF-8 encoded characters on OS/2.
5:16 PM Changeset [1697] by bsmith
Ugg this stupid editor keeps adding tabs!
5:13 PM Changeset [1696] by bsmith
Unicode (UTF-8) mode on OS/2 as noted to me by Alex Taylor comes with …
4:49 PM Changeset [1695] by bsmith
Fixed dw_window_set_color() not removing the transparent flag on OS/2. …
4:23 PM Changeset [1694] by bsmith
Gr... messed up tabs in the last commit.
4:22 PM Changeset [1693] by bsmith
Initial verison of self-drawn static text control on OS/2. This works …
12:22 PM Changeset [1692] by bsmith
Updated the test program removing deprecated flags and using new flags …
11:54 AM Changeset [1691] by bsmith
Fixed calculating the GDI+ ratio based on the DPI on Windows. Not sure …
7:13 AM Changeset [1690] by bsmith
Added code to do DPI conversion on Windows. This almost fixes the …

Apr 29, 2012:

7:46 PM Changeset [1689] by bsmith
Some more GDI+ changes... implement dw_draw_point() using …
12:32 AM Ticket #2 (OS/2 warnings) created by abwillis
There are a couple warnings when building with (about protmode and emx …

Apr 28, 2012:

8:42 PM Changeset [1688] by bsmith
Decided to move to all GDI+ drawing when GDIPLUS is defined... instead …
5:06 PM Changeset [1687] by bsmith
On OS/2 and Windows need to use the parent (box) handle not the item …

Apr 27, 2012:

4:02 PM Changeset [1686] by bsmith
More comment cleanups.
3:49 PM Changeset [1685] by bsmith
Added exports for building with MinGW on Windows and Watcom on OS/2. …
3:33 PM Changeset [1684] by bsmith
Implement dw_box_remove_at_index() for GTK2.
8:25 AM Changeset [1683] by bsmith
Explicitly set codepage 1208 for GPI rendering on OS/2... It clearly …
2:47 AM Changeset [1682] by bsmith
Committed some code for dw_box_remove_at_index() for GTK2... …
2:16 AM Changeset [1681] by bsmith
Implemented dw_box_remove_at_index() for GTK3.
1:17 AM Changeset [1680] by bsmith
Fix packing padding not triggering automatic redraws on OS/2, Mac and …

Apr 26, 2012:

11:26 PM Changeset [1679] by bsmith
Fix minor issues with dw_box_remove_at_index() on Mac.
9:57 PM Changeset [1678] by bsmith
Initial implementation of dw_box_remove() and dw_box_remove_at_index() …
9:32 PM Changeset [1677] by bsmith
Fix warning with gcc no OS/2.
9:18 PM Changeset [1676] by bsmith
Initial implementation of dw_box_remove() for GTK2/3 and stub for …
8:47 PM Changeset [1675] by bsmith
Missing parameter to WinSetParent?() on OS/2.
8:33 PM Changeset [1674] by bsmith
Initial implementation of dw_box_remove() and dw_box_remove_at_index() …

Apr 24, 2012:

4:30 PM Changeset [1673] by bsmith
Updated the readme with latest changes.
7:22 AM Changeset [1672] by bsmith
Fixed drawing filled arcs on GTK2.
12:08 AM Changeset [1671] by bsmith
Fix dw_window_destroy() failing on splitbars and possibly other …

Apr 20, 2012:

7:44 PM Changeset [1670] by bsmith
Fixes for building in Unicode mode with MinGW on Windows. Also fix …

Apr 18, 2012:

7:28 AM Changeset [1669] by bsmith
Fixes for dw_file_browse() on Windows in Unicode mode.

Apr 17, 2012:

7:54 PM Changeset [1668] by bsmith
Workaround WinLoadPointer?() modifying the icon size on OS/2 by loading …

Apr 16, 2012:

5:16 PM Changeset [1667] by bsmith
Okay second attempt at that Windows 7 icon/bitmap fix... Last fix …
5:01 PM Changeset [1666] by bsmith
Fix auto-sizing bitmap buttons with icons on Windows 7 (and maybe …
3:43 PM Changeset [1665] by bsmith
Added DW_POINTER() macro for casting parameters to (void *) Fixed …

Apr 10, 2012:

9:19 PM Changeset [1664] by bsmith
Rewrite of dw_window_destroy() on GTK2 so that the table contracts …
11:34 AM Changeset [1663] by bsmith
Take into account empty box cells created by dw_window_destroy() in …
2:58 AM Changeset [1662] by bsmith
Only include compat.h when building the dwcompat shared library.

Apr 9, 2012:

9:06 PM Changeset [1661] by bsmith
Fixed windows not automatically redrawing when removing items from a …
7:15 AM Changeset [1660] by bsmith
Fixes for the latest MinGW (gcc 4.6.2). Only ANSI mode is currently …

Apr 7, 2012:

8:51 PM Changeset [1659] by bsmith
Fix taskbar/menubar event breakage from the recent Mac control key changes.
6:27 PM Changeset [1658] by bsmith
Update readme with the latest changes.
6:03 PM Changeset [1657] by bsmith
Improved arc drawing on the Mac using the same method as GDI+ on Windows.
3:54 AM Changeset [1656] by bsmith
Ug, missing parenthesis made that last fix misbehave in certain …
3:11 AM Changeset [1655] by bsmith
Another fix for Contol clicking on Mac... getting double events since …
2:16 AM Changeset [1654] by bsmith
On Mac set button to 2 (right) when Control key is pressed and left …
1:22 AM Changeset [1653] by bsmith
Fixed off by one in the y field of the expose event on OS/2.

Apr 6, 2012:

11:34 PM Changeset [1652] by bsmith
Fixed render widgets being incorrectly identified as boxes on OS/2 in …
10:15 PM Changeset [1651] by bsmith
Color chooser changes for Lion compatibility on Mac.
9:32 AM Changeset [1650] by bsmith
Need to convert to UTF8 in dw_font_choose() on Windows in Unicode mode.

Apr 2, 2012:

9:14 PM Changeset [1649] by bsmith
For safety reasons on OS/2 in case the codepage isn't inherited... Set …
7:44 PM Changeset [1648] by bsmith
Fixed issue with dw_mle_import() in Unicode mode. Need to convert to …
7:25 PM Changeset [1647] by bsmith
Removed now unneeded locale conversion on Windows since everything is …
9:49 AM Changeset [1646] by bsmith
Set the OS/2 codepage to 1208 (UTF-8) when creating the message queue. …

Mar 31, 2012:

5:17 PM Changeset [1645] by bsmith
Add code to disable anti-aliased drawing for GTK2 printing.

Mar 30, 2012:

11:42 PM Changeset [1644] by bsmith
In GTK 3.4 foreground colors are now inherited from the parent. So …

Mar 29, 2012:

5:10 PM Changeset [1643] by bsmith
Fixed a couple warnings generated by the new OS/2 code.
5:18 AM Changeset [1642] by bsmith
Readme updates.
5:16 AM Changeset [1641] by bsmith
Fixed issues drawing arcs on GTK3 and GTK2 for printing. This issue …

Mar 28, 2012:

11:11 PM Changeset [1640] by bsmith
Fix rendering Arc segments in anti-antialiased mode on Windows.
7:17 PM Changeset [1639] by bsmith
Fixed full arcs with GDI+ and disabled antialiased rendering for …
6:33 PM Changeset [1638] by bsmith
Got anti-aliased drawing working with GDI+ on Windows. Problem was I …
4:29 PM Changeset [1637] by bsmith
On Windows with the correct -DUNICODE -D_UNICODE and #include …
4:14 PM Changeset [1636] by bsmith
Add Windows 8 string to the environment query.
4:03 PM Changeset [1635] by bsmith
_init_thread() needs to be called after initializing GDI+ on Windows. …
2:47 AM Changeset [1634] by bsmith
dw_window_get_text() was truncating the text by 1 byte in Unicode mode …
2:28 AM Changeset [1633] by bsmith
Add support for mercurial revisions in addition to subversion on Windows.
2:14 AM Changeset [1632] by bsmith
Fixed value changed events on spinbuttons for OS/2. Not sure about …

Mar 27, 2012:

11:07 PM Changeset [1631] by bsmith
Implemented value changed event for spinbuttons on Windows. This code …
5:00 PM Changeset [1630] by bsmith
After looking at that last commit I realized what I was doing was …
4:53 PM Changeset [1629] by bsmith
Fix dw_listbox_get_text() to work in Unicode mode on Windows. Added …
3:57 PM Changeset [1628] by bsmith
Rewrite of _get_logfont on Windows to use library functions and not …
3:09 PM Changeset [1627] by bsmith
Must convert from UTF8 for the raw HTML on Windows regardless of the …
2:51 PM Changeset [1626] by bsmith
Updated the readme with pre-release 2.4 info.
2:46 PM Changeset [1625] by bsmith
Switch to UNICODE builds by default on Windows. Need to include …
8:51 AM Changeset [1624] by bsmith
Add code to allow building DW.DLL as Unicode on Windows. DWCOMPAT.DLL …

Mar 26, 2012:

11:17 PM Changeset [1623] by bsmith
Removed the pragma... guess I misunderstood what the Visual C pragma …
10:20 PM Changeset [1622] by bsmith
Fix for Visual C giving errors on UTF-8 literals in source files. …
9:51 PM Changeset [1621] by bsmith
Initial UTF8 support for Windows. Window/widget creation and …
6:12 PM Changeset [1620] by bsmith
Initial commit for GDI+ anti-aliased drawing. Code currently does not …

Mar 24, 2012:

3:00 PM Changeset [1619] by bsmith
Should only remove dwindows-config and dwindows-config1 during …
2:57 PM Changeset [1618] by bsmith
First attempt at fixing dwindows-config --version after the build …

Mar 3, 2012:

8:43 AM Changeset [1617] by bsmith
Make sure source will build with Mac frameworks older than 10.7.
6:15 AM Changeset [1616] by bsmith
Last commit didn't help, seems getmntinfo() isn't thread safe on Mac …
5:21 AM Changeset [1615] by bsmith
Not setting the structure to NULL seems to cause crashes on Mac when …

Mar 2, 2012:

2:19 PM Changeset [1614] by bsmith
Add full screen support for resizable windows on Mac 10.7.

Mar 1, 2012:

12:06 PM Changeset [1613] by bsmith
Tagged Dynamic Windows for version 2.3

Feb 26, 2012:

10:53 AM Changeset [1612] by bsmith
Missed updating the Debian copyright file in that last commit.
10:49 AM Changeset [1611] by bsmith
Added debian changelog for version 2.3.
10:32 AM Changeset [1610] by bsmith
OS/2 and Windows zip rules need to include dwcompat.h.
10:22 AM Changeset [1609] by bsmith
Updated the readme with the final changes for version 2.3.
9:36 AM Changeset [1608] by bsmith
Attempt to fix another Visual C warning in DEBUG mode building 32bit.
9:21 AM Changeset [1607] by bsmith
Enable level 3 warnings in DEBUG mode with Visual C to show …

Feb 25, 2012:

11:35 PM Changeset [1606] by bsmith
Fixed building dwcompat with Watcom on OS/2. Fixed unsupported …
11:22 PM Changeset [1605] by bsmith
Last commit didn't work with GCC... not quite as pretty but this works.
11:12 PM Changeset [1604] by bsmith
Added initial API deprecation support for clang, GCC and Visual C.
1:50 AM Changeset [1603] by bsmith
Removed deprecated GtkColorSelectionDialog? in 3.4 and higher switching …

Feb 23, 2012:

2:55 PM Changeset [1602] by bsmith
Updated the configure script with a newer autoconf.
1:03 PM Changeset [1601] by bsmith
Up version number to 2.3. Rename readme to readme.txt. Cleanup some …
12:44 PM Changeset [1600] by bsmith
Rename compat.c/h dwcompat.c/h and configure option to …

Feb 18, 2012:

8:45 PM Changeset [1599] by bsmith
Yet another fix attempt for mene item issues on Mac 10.5.

Feb 14, 2012:

12:33 AM Changeset [1598] by bsmith
Tab fixed for that last commit.
12:31 AM Changeset [1597] by bsmith
Attempt at localizing the calendar widget on OS/2.
Note: See TracTimeline for information about the timeline view.