Timeline
May 2, 2012:
- 2:23 AM Changeset [1702] by
- Strange for some reason we are including compat.h instead of config.h?
- 2:11 AM Changeset [1701] by
- Fix warnings building with MinGW on Windows.
- 1:25 AM Changeset [1700] by
- Ah so... eliminated the last few VAC36 warnings on OS/2. Thanks to the …
- 1:12 AM Changeset [1699] by
- Fixed a variety of warnings in different compiler/linker combinations …
May 1, 2012:
- 12:11 AM Changeset [1698] by
- Fixed bubble help/tooltips with UTF-8 encoded characters on OS/2.
Apr 30, 2012:
- 7:16 PM Changeset [1697] by
- Ugg this stupid editor keeps adding tabs!
- 7:13 PM Changeset [1696] by
- Unicode (UTF-8) mode on OS/2 as noted to me by Alex Taylor comes with …
- 6:49 PM Changeset [1695] by
- Fixed dw_window_set_color() not removing the transparent flag on OS/2. …
- 6:23 PM Changeset [1694] by
- Gr... messed up tabs in the last commit.
- 6:22 PM Changeset [1693] by
- Initial verison of self-drawn static text control on OS/2. This works …
- 2:22 PM Changeset [1692] by
- Updated the test program removing deprecated flags and using new flags …
- 1:54 PM Changeset [1691] by
- Fixed calculating the GDI+ ratio based on the DPI on Windows. Not sure …
- 9:13 AM Changeset [1690] by
- Added code to do DPI conversion on Windows. This almost fixes the …
Apr 29, 2012:
- 9:46 PM Changeset [1689] by
- Some more GDI+ changes... implement dw_draw_point() using …
- 2:32 AM Ticket #2 (OS/2 warnings) created by
- There are a couple warnings when building with (about protmode and emx …
Apr 28, 2012:
- 10:42 PM Changeset [1688] by
- Decided to move to all GDI+ drawing when GDIPLUS is defined... instead …
- 7:06 PM Changeset [1687] by
- On OS/2 and Windows need to use the parent (box) handle not the item …
Apr 27, 2012:
- 6:02 PM Changeset [1686] by
- More comment cleanups.
- 5:49 PM Changeset [1685] by
- Added exports for building with MinGW on Windows and Watcom on OS/2. …
- 5:33 PM Changeset [1684] by
- Implement dw_box_remove_at_index() for GTK2.
- 10:25 AM Changeset [1683] by
- Explicitly set codepage 1208 for GPI rendering on OS/2... It clearly …
- 4:47 AM Changeset [1682] by
- Committed some code for dw_box_remove_at_index() for GTK2... …
- 4:16 AM Changeset [1681] by
- Implemented dw_box_remove_at_index() for GTK3.
- 3:17 AM Changeset [1680] by
- Fix packing padding not triggering automatic redraws on OS/2, Mac and …
- 1:26 AM Changeset [1679] by
- Fix minor issues with dw_box_remove_at_index() on Mac.
Apr 26, 2012:
- 11:57 PM Changeset [1678] by
- Initial implementation of dw_box_remove() and dw_box_remove_at_index() …
- 11:32 PM Changeset [1677] by
- Fix warning with gcc no OS/2.
- 11:18 PM Changeset [1676] by
- Initial implementation of dw_box_remove() for GTK2/3 and stub for …
- 10:47 PM Changeset [1675] by
- Missing parameter to WinSetParent() on OS/2.
- 10:33 PM Changeset [1674] by
- Initial implementation of dw_box_remove() and dw_box_remove_at_index() …
Apr 24, 2012:
- 6:30 PM Changeset [1673] by
- Updated the readme with latest changes.
- 9:22 AM Changeset [1672] by
- Fixed drawing filled arcs on GTK2.
- 2:08 AM Changeset [1671] by
- Fix dw_window_destroy() failing on splitbars and possibly other …
Apr 20, 2012:
- 9:44 PM Changeset [1670] by
- Fixes for building in Unicode mode with MinGW on Windows. Also fix …
Apr 18, 2012:
- 9:28 AM Changeset [1669] by
- Fixes for dw_file_browse() on Windows in Unicode mode.
Apr 17, 2012:
- 9:54 PM Changeset [1668] by
- Workaround WinLoadPointer() modifying the icon size on OS/2 by loading …
Apr 16, 2012:
- 7:16 PM Changeset [1667] by
- Okay second attempt at that Windows 7 icon/bitmap fix... Last fix …
- 7:01 PM Changeset [1666] by
- Fix auto-sizing bitmap buttons with icons on Windows 7 (and maybe …
- 5:43 PM Changeset [1665] by
- Added DW_POINTER() macro for casting parameters to (void *) Fixed …
Apr 10, 2012:
- 11:19 PM Changeset [1664] by
- Rewrite of dw_window_destroy() on GTK2 so that the table contracts …
- 1:34 PM Changeset [1663] by
- Take into account empty box cells created by dw_window_destroy() in …
- 4:58 AM Changeset [1662] by
- Only include compat.h when building the dwcompat shared library.
Apr 9, 2012:
- 11:06 PM Changeset [1661] by
- Fixed windows not automatically redrawing when removing items from a …
- 9:15 AM Changeset [1660] by
- Fixes for the latest MinGW (gcc 4.6.2). Only ANSI mode is currently …
Apr 7, 2012:
- 10:51 PM Changeset [1659] by
- Fix taskbar/menubar event breakage from the recent Mac control key changes.
- 8:27 PM Changeset [1658] by
- Update readme with the latest changes.
- 8:03 PM Changeset [1657] by
- Improved arc drawing on the Mac using the same method as GDI+ on Windows.
- 5:54 AM Changeset [1656] by
- Ug, missing parenthesis made that last fix misbehave in certain …
- 5:11 AM Changeset [1655] by
- Another fix for Contol clicking on Mac... getting double events since …
- 4:16 AM Changeset [1654] by
- On Mac set button to 2 (right) when Control key is pressed and left …
- 3:22 AM Changeset [1653] by
- Fixed off by one in the y field of the expose event on OS/2.
- 1:34 AM Changeset [1652] by
- Fixed render widgets being incorrectly identified as boxes on OS/2 in …
- 12:15 AM Changeset [1651] by
- Color chooser changes for Lion compatibility on Mac.
Apr 6, 2012:
- 11:32 AM Changeset [1650] by
- Need to convert to UTF8 in dw_font_choose() on Windows in Unicode mode.
Apr 2, 2012:
- 11:14 PM Changeset [1649] by
- For safety reasons on OS/2 in case the codepage isn't inherited... Set …
- 9:44 PM Changeset [1648] by
- Fixed issue with dw_mle_import() in Unicode mode. Need to convert to …
- 9:25 PM Changeset [1647] by
- Removed now unneeded locale conversion on Windows since everything is …
- 11:49 AM Changeset [1646] by
- Set the OS/2 codepage to 1208 (UTF-8) when creating the message queue. …
Mar 31, 2012:
- 7:17 PM Changeset [1645] by
- Add code to disable anti-aliased drawing for GTK2 printing.
- 1:42 AM Changeset [1644] by
- In GTK 3.4 foreground colors are now inherited from the parent. So …
Mar 29, 2012:
- 7:10 PM Changeset [1643] by
- Fixed a couple warnings generated by the new OS/2 code.
- 7:18 AM Changeset [1642] by
- Readme updates.
- 7:16 AM Changeset [1641] by
- Fixed issues drawing arcs on GTK3 and GTK2 for printing. This issue …
- 1:11 AM Changeset [1640] by
- Fix rendering Arc segments in anti-antialiased mode on Windows.
Mar 28, 2012:
- 9:17 PM Changeset [1639] by
- Fixed full arcs with GDI+ and disabled antialiased rendering for …
- 8:33 PM Changeset [1638] by
- Got anti-aliased drawing working with GDI+ on Windows. Problem was I …
- 6:29 PM Changeset [1637] by
- On Windows with the correct -DUNICODE -D_UNICODE and #include …
- 6:14 PM Changeset [1636] by
- Add Windows 8 string to the environment query.
- 6:03 PM Changeset [1635] by
- _init_thread() needs to be called after initializing GDI+ on Windows. …
- 4:47 AM Changeset [1634] by
- dw_window_get_text() was truncating the text by 1 byte in Unicode mode …
- 4:28 AM Changeset [1633] by
- Add support for mercurial revisions in addition to subversion on Windows.
- 4:14 AM Changeset [1632] by
- Fixed value changed events on spinbuttons for OS/2. Not sure about …
- 1:07 AM Changeset [1631] by
- Implemented value changed event for spinbuttons on Windows. This code …
Mar 27, 2012:
- 7:00 PM Changeset [1630] by
- After looking at that last commit I realized what I was doing was …
- 6:53 PM Changeset [1629] by
- Fix dw_listbox_get_text() to work in Unicode mode on Windows. Added …
- 5:57 PM Changeset [1628] by
- Rewrite of _get_logfont on Windows to use library functions and not …
- 5:09 PM Changeset [1627] by
- Must convert from UTF8 for the raw HTML on Windows regardless of the …
- 4:51 PM Changeset [1626] by
- Updated the readme with pre-release 2.4 info.
- 4:46 PM Changeset [1625] by
- Switch to UNICODE builds by default on Windows. Need to include …
- 10:51 AM Changeset [1624] by
- Add code to allow building DW.DLL as Unicode on Windows. DWCOMPAT.DLL …
- 1:17 AM Changeset [1623] by
- Removed the pragma... guess I misunderstood what the Visual C pragma …
- 12:20 AM Changeset [1622] by
- Fix for Visual C giving errors on UTF-8 literals in source files. …
Mar 26, 2012:
- 11:51 PM Changeset [1621] by
- Initial UTF8 support for Windows. Window/widget creation and …
- 8:12 PM Changeset [1620] by
- Initial commit for GDI+ anti-aliased drawing. Code currently does not …
Mar 24, 2012:
- 4:00 PM Changeset [1619] by
- Should only remove dwindows-config and dwindows-config1 during …
- 3:57 PM Changeset [1618] by
- First attempt at fixing dwindows-config --version after the build …
Mar 3, 2012:
- 9:43 AM Changeset [1617] by
- Make sure source will build with Mac frameworks older than 10.7.
- 7:15 AM Changeset [1616] by
- Last commit didn't help, seems getmntinfo() isn't thread safe on Mac …
- 6:21 AM Changeset [1615] by
- Not setting the structure to NULL seems to cause crashes on Mac when …
Mar 2, 2012:
- 3:19 PM Changeset [1614] by
- Add full screen support for resizable windows on Mac 10.7.
Mar 1, 2012:
- 1:06 PM Changeset [1613] by
- Tagged Dynamic Windows for version 2.3
Feb 26, 2012:
- 11:53 AM Changeset [1612] by
- Missed updating the Debian copyright file in that last commit.
- 11:49 AM Changeset [1611] by
- Added debian changelog for version 2.3.
- 11:32 AM Changeset [1610] by
- OS/2 and Windows zip rules need to include dwcompat.h.
- 11:22 AM Changeset [1609] by
- Updated the readme with the final changes for version 2.3.
- 10:36 AM Changeset [1608] by
- Attempt to fix another Visual C warning in DEBUG mode building 32bit.
- 10:21 AM Changeset [1607] by
- Enable level 3 warnings in DEBUG mode with Visual C to show …
- 12:35 AM Changeset [1606] by
- Fixed building dwcompat with Watcom on OS/2. Fixed unsupported …
- 12:22 AM Changeset [1605] by
- Last commit didn't work with GCC... not quite as pretty but this works.
- 12:12 AM Changeset [1604] by
- Added initial API deprecation support for clang, GCC and Visual C.
Feb 25, 2012:
- 2:50 AM Changeset [1603] by
- Removed deprecated GtkColorSelectionDialog in 3.4 and higher switching …
Feb 23, 2012:
- 3:55 PM Changeset [1602] by
- Updated the configure script with a newer autoconf.
- 2:03 PM Changeset [1601] by
- Up version number to 2.3. Rename readme to readme.txt. Cleanup some …
- 1:44 PM Changeset [1600] by
- Rename compat.c/h dwcompat.c/h and configure option to …
Feb 18, 2012:
- 9:45 PM Changeset [1599] by
- Yet another fix attempt for mene item issues on Mac 10.5.
Feb 14, 2012:
- 1:33 AM Changeset [1598] by
- Tab fixed for that last commit.
- 1:31 AM Changeset [1597] by
- Attempt at localizing the calendar widget on OS/2.
Note:
See TracTimeline
for information about the timeline view.