]> git.saurik.com Git - wxWidgets.git/history - src/html
added wxLogError/Warning into wxHTML
[wxWidgets.git] / src / html /
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...
1999-11-11  Václav Slavík<br><br><br> is now handled correctly, e.g. empty lines...
1999-11-08  David WebsterOS/2 PM Fixeups for fonts, validators, and html
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-06  Václav Slavíkcosmetic changes : indentation etc.
1999-11-06  Václav Slavíkhtml help : added '?' icon to root node of contents...
1999-11-06  Václav Slavíkfixed some clipping related bugs in wxHTML priting
1999-11-03  Václav Slavíkadded frame icon for HTMLhelp frame
1999-11-03  Václav SlavíkwxHTML now supports not only "&nbsp;"-like specials...
1999-11-03  Václav Slavíksaving customization now works fine
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-11-01  Julian SmartAdded some makefiles to HTML samples; added help.ico...
1999-10-31  Václav Slavíkmore wxHtmlHelpFrame fixes (didn't store customization...
1999-10-30  Václav Slavíkfixed bug that caused assertion failure during HTML...
1999-10-29  Ove KaavenWell, wxHTML compiles in Unicode mode now. But if it...
1999-10-28  David Webster*** empty log message ***
1999-10-27  Václav Slavíkcleaned Harm's new wxHTML help code
1999-10-27  Václav Slavíkadded wxHtmlParser::{Push|Pop}TagHandler
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-25  David Websterno message
1999-10-20  Václav Slavíkdoes compile under MSW now
1999-10-20  Václav SlavíkwxHtmlEasyPrinting now uses wxThePrintSetupData - creat...
1999-10-18  Václav SlavíkwxUSE_HTML was missiing at some places
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-17  Václav Slavíkadded HTML printing
1999-10-16  Václav SlavíkwxHtmlCell::AdjustPagebreak now works correctly
1999-10-16  Václav SlavíkSetFonts methods have const param now
1999-10-16  Václav Slavíkremoved wxVERSION_* macros
1999-10-15  Vadim Zeitlincompilation fix
next