]> git.saurik.com Git - wxWidgets.git/history - src/html
merge of wxMac into main repository
[wxWidgets.git] / src / html /
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-11  Václav Slavíkfixed incorrect use of _() where it should be wxT()
2000-03-11  Václav Slavíksome != NULL checks
2000-03-11  Václav Slavíkfixed typo : _ instead of wxT
2000-03-09  Julian SmartHelp sample should work for .zip help files now.
2000-03-09  Julian SmartwxHtmlHelpController made compatible with other controllers
2000-03-09  Vadim Zeitlindon't translate wxASSERT_MSG messages
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-22  Václav Slavíkfixed divide by zero exception when layouting justified...
2000-02-17  Václav Slavíkfixed inaccurancy in container layouting with wxHTML_AL...
2000-02-15  Václav Slavíkfixed typo bug in my last commit that caused image...
2000-02-11  Václav Slavíkfixed bug in scaling images
2000-02-05  Julian SmartVC++ changes + makeproj additions
2000-02-02  Václav Slavíkfixed bug that caused assertion failure when printing...
2000-02-02  Václav Slavíkfixing memory leaks & mem tracing false alerts
2000-01-29  Václav Slavíkfixed memory leak (m_PagesHash not deleted)
2000-01-29  Václav Slavíkswitched back to old use of DrawBitmap for transparent...
2000-01-27  Václav Slavíkinline functions with if moved to .cpp
2000-01-27  Václav Slavíksome scrolling&refreshing fixed ; removed wxHtmlWindow...
2000-01-27  Václav Slavíkyet another help browser visual enhancement
2000-01-26  Václav Slavíksets frame title even for pages without <title> tag
2000-01-26  Václav Slavíksome fixes in names of cached helpbooks (does not conta...
2000-01-26  Václav Slavíkadded more navigation controls to wxHtmlHelpFrame
2000-01-26  Václav Slavíkadded more navigation controls to html help frame
2000-01-24  Václav Slavíkfixed false error report with helpfiles without index
2000-01-24  Julian SmartCorrected font calculation (use screen resolution now...
2000-01-23  Václav Slavíkmoved bookmarks to Contents panel
2000-01-23  Václav Slavíkadded wxLogError/Warning into wxHTML
2000-01-23  Václav Slavíkadded WXMAC default font sizes
2000-01-23  Václav Slavíkremoved call to win32 api ::SetMapMode -- hopefully...
2000-01-19  Václav Slavíkfixed SetLink (if link.Href is empty, nulls the link
2000-01-19  Václav Slavíkadded encoding support to help contents
2000-01-19  Václav Slavíkfixed compilation problem with BC (at least I hope so)
2000-01-19  Julian SmartAdded missing windows.h includes
2000-01-19  Václav Slavíkit is now possible to add custom buttons into wxHtmlHel...
2000-01-19  Václav Slavík.cached format of help books is now endian-independent...
2000-01-18  Václav Slavíkadded align=justify support ; also removed relic:...
2000-01-17  Václav Slavíkremoved show_progress argument in some private function...
2000-01-17  Václav SlavíkPageUp/PageDown scroll by 2/3 of client area height...
2000-01-17  Václav Slavíkhelp search is much faster now (7 times! that's what...
2000-01-17  Václav Slavíkfixed BC compilation bug (line 145)
2000-01-17  Václav SlavíkwxHtmlHelpController can now use default wxConfig instance
2000-01-17  Václav Slavíkremoved some forgotted wxLogDebug calls
2000-01-16  Václav Slavíksearch progress bar has smooth gauge under win95 now
2000-01-16  Václav Slavíkadded encoding conversion to wxHTML
2000-01-16  Václav Slavík<pre> environment uses charset conversion as well
2000-01-16  Václav Slavíkadded <meta http-equiv> handler
2000-01-16  Václav SlavíkwxHtmlFilterHTML adds fake <meta> tag so that the parse...
2000-01-16  Václav Slavíkadded case sensitive and whole words only search
2000-01-16  Václav Slavíkindex search is case insensitive now; index panel indic...
2000-01-15  Václav Slavíkfixed my previous commit that broke help context/index...
2000-01-14  Václav Slavíkcode fragment that adds one more line to each html...
2000-01-14  Václav Slavíkoptimized wxHtmlContainerCell - now proceeds layouting...
2000-01-14  Václav Slavíkremoved a condition (l. 124) that always eval to true
2000-01-14  Václav SlavíkwxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL
2000-01-14  Václav Slavíkadded <address>, <code>, <kbd>, <samp>, <small>, <big...
2000-01-12  Václav Slavíkadded wxHtmlLinkInfo::GetHtmlCell so that you know...
2000-01-11  Václav Slavíkadded mouse event member into wxHtmlLinkInfo. wxHtmlWin...
2000-01-03  Ove KaavenUnicode compilation fixes for BC++ 5
1999-12-28  Julian SmartSome BC++ issues
1999-12-25  Václav Slavíkfont size fix for <PRE>
1999-12-24  Václav Slavíkremoved wxHtmlParser::GetTempData (internal function...
1999-12-24  Václav Slavíkadded <font face> support
1999-12-23  Václav Slavíkfixed interpretation of <font size>: was always relativ...
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Václav Slavíkremoved wxITALIC/wxSLANT stuff from wxHTML (no longer...
1999-12-23  Václav SlavíkwxHtmlFontCell now has member wxFont m_Font instead...
1999-12-21  Václav Slavíkfixed horizontal scrollbar bug
1999-12-21  Václav Slavík#ifdef wxUSE_TOOLTIPS around tooltips
1999-12-21  Václav Slavíkstupid typo in wxHTML help options dlg - did not displa...
1999-12-20  Robert Roebling Minor optical changes to toolbar and the help frame's
1999-12-20  Václav Slavíkadded <EM>, <CITE> and <STRONG> tags; now use separate...
1999-12-20  Václav SlavíkHTML help: index panel now displays only part of index...
1999-12-20  Václav Slavíkadded support for definition lists (DL,DT,DD) to wxHTML
1999-12-20  Václav Slavíkcleaned some relics - mod_* instead of m_* in wxHTML...
1999-12-15  Václav Slavíkfixed wxHtmlWindow flicker
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-12-10  Václav Slavíkremoved platform specific #ifdefs around wxComboBox
1999-12-07  Robert Roebling Minor optical changes to toolbar and wxHelpFrame.
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-12-05  Václav Slavíkadded bookmarks support
1999-12-05  Václav Slavíkfixed bug in SetFonts (caused segfault in wxHtmlHelpFrame)
1999-12-05  Václav Slavíkfixed incorrect rendering of tables with cellspacing...
1999-12-01  Václav Slavíkcosmetic changes in help browser settings dlg; fixed...
1999-11-29  Václav Slavíkjust deleted one empty line (testing CVS server)
1999-11-28  Václav SlavíkwxHtmlWinParser::SetFonts now refreshes fonts cache
1999-11-28  Václav Slavíkfixed MSVC++ (stupid) warning
1999-11-28  Václav SlavíkSetTitle method (internal use only) changed to virtual...
1999-11-28  Václav Slavíkadded &copy; in <PRE> environment
1999-11-28  Václav Slavíkadded setup dialog, changed icons names (prefixed with w)
1999-11-28  Václav SlavíkwxHTML icons are now prefixed with w so that it does...
1999-11-25  Václav Slavíka bit better solution for &copy;,&nbsp; etc. (in terms...
1999-11-24  Václav Slavíkadded &copy; -> (c) conversion in html docs
1999-11-23  Václav Slavíkfixed bug that caused wxHtmlWindow to segfault on html...
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-17  Václav SlavíkwxHtmlWindow::LoadPage does not use wxBusyCursor anymor...
1999-11-13  Václav Slavíkhtml help : search panel now has more logical order...
next