]> git.saurik.com Git - wxWidgets.git/history - src/html
Bug in wxDocument::Save logic corrected, whereby Save didn't save when not
[wxWidgets.git] / src / html /
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-06-01  Václav Slavíkfixed bug #429351 (compilation broken in CJK environmen...
2001-05-26  Václav Slavíkfixed memory leak in DoPrint
2001-05-19  Václav Slavík-fix for a bug in parsing tag's properties with common...
2001-05-18  Václav Slavíkfixed à parsing (here too)
2001-05-16  Václav Slavíkfixed wrong parsing of à (typo in tables)
2001-05-10  Julian SmartAdded a couple more numeric character references
2001-05-08  Václav Slavíkforgot to check in wxHtmlProcessor::IsEnabled test...
2001-05-08  Václav Slavíkremoved now obsoleted commented-out piece of code
2001-05-07  Julian SmartMisc small mods
2001-05-06  Václav Slavíkfixed typo that caused incorrect if there was only...
2001-05-05  Václav Slavíkreverted the hack for accepting broken HHC files (new...
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-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 BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-29  Václav Slavíkchanged wxAddBasePath to wxHtmlCotentsItem's method
2001-04-29  Václav Slavíkcleanup
2001-04-27  Julian SmartAdded showing the default URL in DisplayContents and...
2001-04-26  Václav Slavíkremoved duplicities in HTML entities tables
2001-04-26  Julian SmartMinor mods
2001-04-26  George TaskerFixed BCC compilation warning if wxUSE_HELP was 1
2001-04-24  Václav Slavíkimplemented (more) correct <pre> handling
2001-04-23  Julian SmartAdded support for more special characters
2001-04-19  Julian SmartFix/hack 1.
2001-03-18  Václav SlavíkwxHTML: fixed bug in tables rendering when rowspan...
2001-03-09  Václav Slavíkfixed parsing of tags with whitespace around = sign
2001-03-02  Julian SmartAdded DisplayTextPopup to wxHtmlHelpController; fixed...
2001-02-16  Václav Slavíkapplied patch #103817 to both branches (HTML printing...
2001-02-06  Julian SmartFixed some warnings (don't know why dialoged Makefile...
2001-01-20  Václav Slavíkfixed bug #129464 (hopefully)
2001-01-19  Václav Slavíkapplied pseudo-patch #103306
2001-01-17  Václav SlavíkBitmaps are no longer rescaled to reflect printerPPI...
2000-11-15  David WebsterFor some reason VA needs a default ctor for wxHtmlHelpT...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-11-05  Václav Slavíkfixed <li><p> paragraph break problem
2000-10-10  Václav Slavíkadded wxHtmlWindow::HistoryCanBack/Forward
2000-10-06  Václav Slavíkfixed bug in parsing incomplete HTML when the very...
2000-09-28  Václav Slavíkmodified wxHtmlHelpFrame to use AssignImageList
2000-09-26  Václav Slavíkfixed bug in wxHtmlWindow: HistoryBack/Forward now...
2000-09-08  Václav Slavíkyet another fix in wxHtmlParser::DoParsing
2000-09-07  Václav Slavíkfixed bug in parsing html strings longer than 1024...
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
next