]> git.saurik.com Git - wxWidgets.git/history - include/wx/html
put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / html /
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-02-11  Václav Slavíkrewrote wxHtmlHelpFrame using sizers
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-01-27  Václav Slavíknew wxHtmlWindow::OnOpeningURL API
2002-01-24  Václav Slavíkadded dummy <style> handler in order to hide CSS code
2002-01-19  Václav Slavíkimplemented URLs blocking in wxHtmlWindow
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-06  Gilles Depeyrotuse "..." instead of <...> for wx headers
2001-11-27  Václav Slavíkadded two-step creation of wxHtmlWindow
2001-11-02  Václav Slavíkmingw compilation fixc
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-14  Václav Slavíkadded wxHtmlWindow::AppendToPage
2001-10-05  Václav SlavíkwxHTML now outputs unrecognized entities verbosely
2001-10-04  Václav Slavíkfixed unimportant typo
2001-09-23  David WebsterFALSE, not false
2001-09-19  Václav Slavíkfixed problems with HTML printing w/o using wxHtmlWindow
2001-09-02  Václav Slavíkadded wxHtmlCell::Get/SetId
2001-08-31  Vadim Zeitlinimplemented and documented wxHtmlWindow::OnCellMouseHov...
2001-08-25  Václav Slavíkbeginnings of HTML4 tables layouter
2001-08-23  Václav SlavíkwxHtmlEasyPrinting indentation changes + CreatePrintout...
2001-08-08  Václav Slavíkmade some wxHtmlEntitiesParser's methods public --...
2001-08-06  Václav Slavíkcompilation fix
2001-08-06  Vadim Zeitlindon't allow TABbing to wxHtmlWindow
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-19  Václav Slavíknew wxHtmlParser core
2001-07-08  Václav SlavíkwxHTML fixes
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-05  Vadim Zeitlinfixed ifdef
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-01  Václav Slavíkadded convenience accessors to wxHtmlTag and modified...
2001-07-01  Václav Slavíknew HTML tags parser and entities substitution code
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-05-08  Václav Slavíkfixed typo in pragma implementation
2001-05-05  Václav Slavíkadded new wxHF_xxxx contants to control wxHtmlHelpFrame...
2001-05-04  Václav Slavík1. changed AddSharedProcessor to AddGlobalProcessor
2001-05-04  Václav Slavíkadded wxHtmlHelpController::GetHelpData and removed...
2001-05-03  Kendall BennettFixed Windows DLL link problems with wxHtmlProcessor
2001-05-02  Václav Slavík1) some cleanup in wxHtmlWindow, moved private structur...
2001-05-02  Kendall BennettFixed wxHTML code in a Watcom Win32 DLL
2001-04-29  Václav Slavíkchanged wxAddBasePath to wxHtmlCotentsItem's method
2001-04-29  Václav Slavíkcleanup and reformatting to match indentation style...
2001-04-29  Václav Slavíkindentation fixes; virtual dtor for all platforms,...
2001-04-27  Julian SmartAdded showing the default URL in DisplayContents and...
2001-04-24  Václav Slavíkimplemented (more) correct <pre> handling
2001-04-19  Julian SmartFix/hack 1.
2001-04-13  Gilles Depeyrotcorrection for Mac OS X
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-03-02  Julian SmartAdded DisplayTextPopup to wxHtmlHelpController; fixed...
2001-02-26  Vadim Zeitlinapplied patch 403956 (gcc warning fix)
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-10-18  Julian SmartFixed memory bug
2000-10-10  Václav Slavíkadded wxHtmlWindow::HistoryCanBack/Forward
2000-09-28  Václav Slavíkmodified wxHtmlHelpFrame to use AssignImageList
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-09  Julian SmartwxHtmlHelpController made compatible with other controllers
2000-03-05  Stefan NeisFixed apparent typo (int->wxWindowID)
2000-02-02  Václav Slavíkfixing memory leaks & mem tracing false alerts
2000-01-27  Václav Slavíkminor visual enhancement of help browser
2000-01-27  Václav Slavíkinline functions with if moved to .cpp
2000-01-27  Václav Slavíkremoved wxHtmlWindow::OnKeyDown
2000-01-26  Václav SlavíkwxHtmlHelpFrame enhancements
2000-01-26  Václav Slavíkadded wxHtmlWindow::GetOpenedAnchor
2000-01-26  Václav Slavíkadded more navigation controls to html help frame
2000-01-19  Václav Slavíkadded encoding support to help contents
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íkm_LastPage changed to wxChar*, forgot to commit
2000-01-18  Václav Slavíkadded wxHTML_ALIGN_JUSTIFY
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íkfixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig
2000-01-16  Václav Slavíkadded encoding conversion to wxHTML
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-14  Václav Slavíkoptimized wxHtmlContainerCell - now proceeds layouting...
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-08  Vadim Zeitlinkeyword search should work now
2000-01-03  Ove KaavenBetter make it a const reference then.
2000-01-03  Ove KaavenMake wxColour parameter be passed by reference to inlin...
1999-12-28  Robin DunnAdded some WXDLLEXPORTs
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í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-20  Václav SlavíkHTML help: index panel now displays only part of index...
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-05  Václav Slavíkadded bookmarks support (strange thing : red color...
1999-12-05  Václav Slavíkadded bookmarks support
1999-11-28  Václav SlavíkSetTitle method (internal use only) changed to virtual...
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-06  Václav Slavíkhtml help : added '?' icon to root node of contents...
1999-11-06  Václav Slavíkbetter-looking icons
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, can't hurt to do some char -> wxChar, though...
next