Timeline


and

2012-05-16: Yesterday

21:18 Changeset [1742] by bsmith
Minor layout changes to the test program so all buttons are visible on …
20:39 Changeset [1741] by bsmith
Updated readme.
12:19 Ticket #3 (missing picture from render tab OS/2 dwtest) closed by bsmith
fixed
12:12 Changeset [1740] by bsmith
Fixes for GBM unable to open files when compiled with GCC/Watcom on OS/2.
11:09 Ticket #2 (OS/2 warnings) closed by bsmith
fixed
10:56 Changeset [1739] by bsmith
Fixes for building on Windows 2000. Use VS2008 and disabled …
07:05 Ticket #4 (buttons hidden on button tab of dwtest) created by abwillis
This has been this way for probably the life of DW but when the buttons …
06:57 Ticket #3 (missing picture from render tab OS/2 dwtest) created by abwillis
I initially held off opening a ticket as I do not know if the gbm stuff is …

2012-05-15:

21:43 Changeset [1738] by bsmith
A much better solution that centering the button in the space on …
09:09 Changeset [1737] by bsmith
Had to move uxtheme/SetWindowTheme out of the AERO #ifdefs to get it to …
08:49 Changeset [1736] by bsmith
Slight improvement... check the flat flags and adjust the required size …
08:37 Changeset [1735] by bsmith
Set the minimum button size to 24x24 instead of 20x20 when toolbar buttons …
08:13 Changeset [1734] by bsmith
Since toolbars need to have a bitmap to add a button, if toolbar based …
01:08 Changeset [1733] by bsmith
Enable toolbar double buffering during packing on Windows if the window …
00:26 Changeset [1732] by bsmith
Create a separate disabled image list with washed out and grayscale …

2012-05-14:

23:36 Changeset [1731] by bsmith
Toolbar bitmap buttons don't seem to draw properly smaller than 20x20 on …
22:32 Changeset [1730] by bsmith
Center toolbar-based bitmap buttons on Windows during layout since they …
21:24 Changeset [1729] by bsmith
Toolbar based bitmap buttons are now functional on Windows. They don't …
11:07 Changeset [1728] by bsmith
Improved but still non-functional bitmapbutton/toolbar implementation on …

2012-05-12:

21:45 Changeset [1727] by bsmith
Disabled experimental code on Windows for using toolbar controls instead …

2012-05-08:

20:53 Changeset [1726] by bsmith
Fix dw_window_set_bitmap_from_data() not using the resource ID if data is …
20:28 Changeset [1725] by bsmith
Same fix for GTK2/3 as committed for OS/2 and Windows... Not sure why I …
20:14 Changeset [1724] by bsmith
Same fix on Windows as I just committed on OS/2.
19:34 Changeset [1723] by bsmith
Only use the ID on OS/2 in dw_window_set_bitmap_from_file() if the data is …
19:14 Changeset [1722] by bsmith
Define O_BINARY as 0 in dwcompat.h for platforms which don't have it.

2012-05-07:

20:07 Changeset [1721] by bsmith
Looks like there was an incorrect fix for GTK2 combobox misbehavior... A …
15:56 Changeset [1720] by bsmith
Create an internal _dw_icon_load() which does not resize the image on Mac. …
15:29 Changeset [1719] by bsmith
Disable wrapping on entryfields and static text on Mac. Also enable …

2012-05-06:

02:02 Changeset [1718] by bsmith
Fix dw_window_set_bitmap() on OS/2 on files with extensions.
00:44 Changeset [1717] by bsmith
Move some more platform specific code into dwcompat.

2012-05-05:

23:41 Changeset [1716] by bsmith
Safety check for the icon resize code on Mac and GTK.
23:32 Changeset [1715] by bsmith
Similar code for Mac to keep HICNs from getting too big.
23:21 Changeset [1714] by bsmith
Opps committed wrong version of _icon_resize() for GTK2.
23:18 Changeset [1713] by bsmith
Limit the size of an HICN to 24x24 on GTK... icons are used for Tree and …
22:13 Changeset [1712] by bsmith
Fixed a bug in dw_container_delete_row() on Mac and potentially a similar …
08:48 Changeset [1711] by bsmith
Fix Unicode issues with the directory browser on Windows. Fix a hang with …

2012-05-03:

20:44 Changeset [1710] by bsmith
Cleanups on the icon creation code on OS/2. Make sure any temporary …
19:45 Changeset [1709] by bsmith
Fixed creating icons from other file types on OS/2. Forgot the height was …
14:19 Changeset [1708] by bsmith
Oops... missed the header file change in that last commit.
14:18 Changeset [1707] by bsmith
Initial attempt at creating icons from other formats on OS/2. Doesn't work …
11:04 Changeset [1706] by bsmith
Removed some code to workaround a buggy version of GBM on OS/2. Moved the …
10:31 Changeset [1705] by bsmith
More fixes to the GBM code on OS/2... if loading a file fails... Keep …
06:04 Changeset [1704] by bsmith
Added image extension list for OS/2 for use when using GBM.
00:28 Changeset [1703] by bsmith
Added initial support on OS/2 for runtime loading GBM (Generalized Bitmap …

2012-05-02:

02:23 Changeset [1702] by bsmith
Strange for some reason we are including compat.h instead of config.h?
02:11 Changeset [1701] by bsmith
Fix warnings building with MinGW on Windows.
01:25 Changeset [1700] by bsmith
Ah so... eliminated the last few VAC36 warnings on OS/2. Thanks to the …
01:12 Changeset [1699] by bsmith
Fixed a variety of warnings in different compiler/linker combinations on …

2012-05-01:

00:11 Changeset [1698] by bsmith
Fixed bubble help/tooltips with UTF-8 encoded characters on OS/2.

2012-04-30:

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

2012-04-29:

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

2012-04-28:

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

2012-04-27:

18:02 Changeset [1686] by bsmith
More comment cleanups.
17:49 Changeset [1685] by bsmith
Added exports for building with MinGW on Windows and Watcom on OS/2. …
17:33 Changeset [1684] by bsmith
Implement dw_box_remove_at_index() for GTK2.
10:25 Changeset [1683] by bsmith
Explicitly set codepage 1208 for GPI rendering on OS/2... It clearly is …
04:47 Changeset [1682] by bsmith
Committed some code for dw_box_remove_at_index() for GTK2... Incomplete, …
04:16 Changeset [1681] by bsmith
Implemented dw_box_remove_at_index() for GTK3.
03:17 Changeset [1680] by bsmith
Fix packing padding not triggering automatic redraws on OS/2, Mac and …
01:26 Changeset [1679] by bsmith
Fix minor issues with dw_box_remove_at_index() on Mac.

2012-04-26:

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

2012-04-24:

18:30 Changeset [1673] by bsmith
Updated the readme with latest changes.
09:22 Changeset [1672] by bsmith
Fixed drawing filled arcs on GTK2.
02:08 Changeset [1671] by bsmith
Fix dw_window_destroy() failing on splitbars and possibly other widgets on …

2012-04-20:

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

2012-04-18:

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

2012-04-17:

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

2012-04-16:

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

2012-04-10:

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

2012-04-09:

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

2012-04-07:

22:51 Changeset [1659] by bsmith
Fix taskbar/menubar event breakage from the recent Mac control key …
20:27 Changeset [1658] by bsmith
Update readme with the latest changes.
20:03 Changeset [1657] by bsmith
Improved arc drawing on the Mac using the same method as GDI+ on Windows.
05:54 Changeset [1656] by bsmith
Ug, missing parenthesis made that last fix misbehave in certain …
05:11 Changeset [1655] by bsmith
Another fix for Contol clicking on Mac... getting double events since it …
04:16 Changeset [1654] by bsmith
On Mac set button to 2 (right) when Control key is pressed and left …
03:22 Changeset [1653] by bsmith
Fixed off by one in the y field of the expose event on OS/2.
01:34 Changeset [1652] by bsmith
Fixed render widgets being incorrectly identified as boxes on OS/2 in the …
00:15 Changeset [1651] by bsmith
Color chooser changes for Lion compatibility on Mac.

2012-04-06:

11:32 Changeset [1650] by bsmith
Need to convert to UTF8 in dw_font_choose() on Windows in Unicode mode.

2012-04-02:

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

2012-03-31:

19:17 Changeset [1645] by bsmith
Add code to disable anti-aliased drawing for GTK2 printing.
01:42 Changeset [1644] by bsmith
In GTK 3.4 foreground colors are now inherited from the parent. So don't …

2012-03-29:

19:10 Changeset [1643] by bsmith
Fixed a couple warnings generated by the new OS/2 code.
07:18 Changeset [1642] by bsmith
Readme updates.
07:16 Changeset [1641] by bsmith
Fixed issues drawing arcs on GTK3 and GTK2 for printing. This issue was …
01:11 Changeset [1640] by bsmith
Fix rendering Arc segments in anti-antialiased mode on Windows.

2012-03-28:

21:17 Changeset [1639] by bsmith
Fixed full arcs with GDI+ and disabled antialiased rendering for …
20:33 Changeset [1638] by bsmith
Got anti-aliased drawing working with GDI+ on Windows. Problem was I was …
18:29 Changeset [1637] by bsmith
On Windows with the correct -DUNICODE -D_UNICODE and #include <tchar.h> …
18:14 Changeset [1636] by bsmith
Add Windows 8 string to the environment query.
18:03 Changeset [1635] by bsmith
_init_thread() needs to be called after initializing GDI+ on Windows. Was …
04:47 Changeset [1634] by bsmith
dw_window_get_text() was truncating the text by 1 byte in Unicode mode on …
04:28 Changeset [1633] by bsmith
Add support for mercurial revisions in addition to subversion on Windows.
04:14 Changeset [1632] by bsmith
Fixed value changed events on spinbuttons for OS/2. Not sure about this …
01:07 Changeset [1631] by bsmith
Implemented value changed event for spinbuttons on Windows. This code …

2012-03-27:

19:00 Changeset [1630] by bsmith
After looking at that last commit I realized what I was doing was …
18:53 Changeset [1629] by bsmith
Fix dw_listbox_get_text() to work in Unicode mode on Windows. Added MacOS …
17:57 Changeset [1628] by bsmith
Rewrite of _get_logfont on Windows to use library functions and not …
17:09 Changeset [1627] by bsmith
Must convert from UTF8 for the raw HTML on Windows regardless of the …
16:51 Changeset [1626] by bsmith
Updated the readme with pre-release 2.4 info.
16:46 Changeset [1625] by bsmith
Switch to UNICODE builds by default on Windows. Need to include tchar.h …
10:51 Changeset [1624] by bsmith
Add code to allow building DW.DLL as Unicode on Windows. DWCOMPAT.DLL …
01:17 Changeset [1623] by bsmith
Removed the pragma... guess I misunderstood what the Visual C pragma …
00:20 Changeset [1622] by bsmith
Fix for Visual C giving errors on UTF-8 literals in source files. …

2012-03-26:

23:51 Changeset [1621] by bsmith
Initial UTF8 support for Windows. Window/widget creation and …
20:12 Changeset [1620] by bsmith
Initial commit for GDI+ anti-aliased drawing. Code currently does not …

2012-03-24:

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

2012-03-03:

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

2012-03-02:

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

2012-03-01:

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

2012-02-26:

11:53 Changeset [1612] by bsmith
Missed updating the Debian copyright file in that last commit.
11:49 Changeset [1611] by bsmith
Added debian changelog for version 2.3.
11:32 Changeset [1610] by bsmith
OS/2 and Windows zip rules need to include dwcompat.h.
11:22 Changeset [1609] by bsmith
Updated the readme with the final changes for version 2.3.
10:36 Changeset [1608] by bsmith
Attempt to fix another Visual C warning in DEBUG mode building 32bit.
10:21 Changeset [1607] by bsmith
Enable level 3 warnings in DEBUG mode with Visual C to show deprecation …
00:35 Changeset [1606] by bsmith
Fixed building dwcompat with Watcom on OS/2. Fixed unsupported compilers …
00:22 Changeset [1605] by bsmith
Last commit didn't work with GCC... not quite as pretty but this works.
00:12 Changeset [1604] by bsmith
Added initial API deprecation support for clang, GCC and Visual C.

2012-02-25:

02:50 Changeset [1603] by bsmith
Removed deprecated GtkColorSelectionDialog? in 3.4 and higher switching to …

2012-02-23:

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

2012-02-18:

21:45 Changeset [1599] by bsmith
Yet another fix attempt for mene item issues on Mac 10.5.
Note: See TracTimeline for information about the timeline view.