]> git.saurik.com Git - wxWidgets.git/history - src/html
wxDocument::SaveAs sets m_savedYet flag correctly (patch 494838)
[wxWidgets.git] / src / html /
2001-12-27  Václav Slavíkfixed bug in wxHTML that certainly prevented it from...
2001-12-22  Václav Slavíkuse wxBusyCursor in wxHtmlWindow instead of SetCursor...
2001-12-10  Robert Roebling Changed wxTreeCtrl to look Mac-like under Mac
2001-12-01  Vadim Zeitlinfixed compilation after wxTipWindow base class change...
2001-11-27  Václav Slavíkadded two-step creation of wxHtmlWindow
2001-11-20  Václav Slavíkbetter <HR> tag handling in wxHTML
2001-11-19  Václav Slavíkcase-insensitive sort of HTML help index
2001-11-15  Václav Slavíkoptimalization of wxHtmlWindow painting (used to repain...
2001-11-15  Robert Roebling Small patch for HTML help under Drawin.
2001-10-27  Václav Slavíkfix for colspan or rowspan = 0 in HTML tables
2001-10-27  Václav Slavíkfix for animated GIFs with frames of different dimensions
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-16  Mattia BarbonChanged char* to wxChar* in wxColour constructor.
2001-10-14  Václav Slavíkadded wxHtmlWindow::AppendToPage
2001-10-10  Jouk Jansen Committing in .
2001-10-05  Václav Slavík1) wxHTML now outputs unrecognized entities verbosely
2001-09-29  Václav Slavíkadded support for animated GIFs to wxHTML
2001-09-19  Václav Slavíkfixed problems with HTML printing w/o using wxHtmlWindow
2001-09-08  Václav Slavíkoops, HTML entities were parsed twice
2001-09-02  Václav Slavíkadded id handling to image cells
2001-09-02  Václav Slavíkcomment clarification
2001-09-01  Václav Slavíkfixed memory leaks when parsing
2001-08-31  Vadim Zeitlinimplemented and documented wxHtmlWindow::OnCellMouseHov...
2001-08-27  Vadim Zeitlinsend right click events for the URLs too
2001-08-26  Václav Slavíktables code fixes
2001-08-26  Václav Slavíkfixed HTML parsing in regard to spaces between tags
2001-08-25  Václav Slavíkbeginnings of HTML4 tables layouter
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-08-08  Václav Slavíkfix for nbsp problem and minor parsing flow change
2001-08-06  Václav Slavíkcompilation fix
2001-08-03  Václav Slavíkonce again forgot about this OS/2 strangeness
2001-08-02  Robin Dunncompilation fix for VC++
2001-08-01  Václav Slavíkfixed <pre> handling
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-20  Václav Slavíkfixed entities parsing under win32
2001-07-20  Václav Slavíkoops, forgot to fix wxHtmlTag dtor
2001-07-20  Vadim Zeitlinfixed three new warnings after the last warning fix
2001-07-20  Vadim Zeitlinfixed a warning and detabified
2001-07-19  Vadim ZeitlinVC++ warning fixed
2001-07-19  Václav Slavíknew wxHtmlParser core and changes implied by it
2001-07-18  Václav Slavíkfixed ugly stupid piece of code
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-14  Robert RoeblingFix HTML help on Mac.
2001-07-14  Robert RoeblingAddBook ignores wxMac paths (still won't work)
2001-07-14  Vadim Zeitlinfixed crash in ~wxHtmlCell
2001-07-10  Václav Slavíkfixes for tables renderer: now recognizes missing borde...
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-08  Václav SlavíkTrying to hide evidence of my negative programming...
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-06  David WebsterMissing LINKAGEMODE on static declaration (for OS/2).
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-03  Václav Slavíkmore intelligent behaviour of wxHtmlWindow history...
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-07-02  Václav Slavíkoops, fixed fatal bug in new HTML parsing code (I wonde...
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-07-01  Václav Slavíkfixed handling of HTML tables with empty row(s)
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-20  Václav Slavíkfixed yet another bug in wxHtmlTag's parameters parser
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 &agrave; parsing (here too)
2001-05-16  Václav Slavíkfixed wrong parsing of &agrave; (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
next