specify the file name in IO errors messages; also make Do{Open,Save}Document() use...
[wxWidgets.git] / src / html /
2008-09-07  Václav Slavíkfixed pagebreaks computation in tables (#9935, patch...
2008-08-31  Václav Slavíkfixed memory corruption in wxHTML when parsing '&;...
2008-08-12  Václav Slavíkapply Stefan's fix for wxHtmlDCRenderer clipping
2008-08-01  Vadim Zeitlinfix warning about possible uninitialized variable with...
2008-07-29  Stefan Csomornew SDK has frame CGRect return param
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-06-26  Julian SmartFixed bug whereby sash would disappear under left hand...
2008-06-16  Václav Slavíkfixed SetUserScale() calls to use correct scale on...
2008-06-13  Julian SmartSmall improvement in HTML help options dialog.
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-05  Václav SlavíkPCH-less compilation fix
2008-06-05  Václav Slavíkadded wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
2008-06-04  Václav SlavíkChanged wxHTML default font size for printing to be...
2008-05-31  Vadim Zeitlinno real changes, just simplify LoadPage() to make it...
2008-05-30  Vadim Zeitlincheck that the argument is not empty in wxHtmlWindow...
2008-05-28  Robin DunnAdd wxWebKitNewWindowEvent
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-05  Václav Slavíkfixed   handling in wxHtmlWinParser, broken by...
2008-05-04  Václav Slavíkcheck tables width parameter for invalid values
2008-05-04  Václav Slavíkfixed incorrect handling of end iterator in HtmlizeLine...
2008-05-03  Vadim Zeitlindon't return junk from wxHtmlTag::GetParamAsInt() if...
2008-04-23  Jouk JansenUpdate OpenVMS compile support
2008-04-21  Václav Slavíkuse iterators in HtmlizeLinebreaks()
2008-04-21  Václav Slavíkpreserve TAB characters when copying HTML <pre> content...
2008-04-19  Václav Slavíksource files are not executable
2008-04-15  Vadim Zeitlinadd possibility to specify the conversion to use in...
2008-04-13  Václav Slavíkfixed incorrect layout width caching in wxHtmlContainer...
2008-04-03  Václav SlavíkFixed timing of malformed animated GIFs in wxHTML ...
2008-03-29  Václav Slavíkbe tolerant of XHTML self-closing tags when parsing...
2008-03-25  Stefan Csomorfix adding non owned window for mac
2008-03-21  Václav Slavíkfixed TABs positioning inside <pre> so that tags don...
2008-03-21  Václav Slavíkremove needless casting (no real change)
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-13  Václav Slavíkreverted Julian's r44600, it broke help window behavior...
2008-03-13  Václav Slavíkfixed crash in wxHtmlHelpController if the help window...
2008-03-13  Václav Slavíkfixed unreadable formatting
2008-02-28  Václav Slavíkclear statusbar 'Connecting...' message on failure
2008-02-25  Vadim Zeitlincheck that we have a non-empty keyword in KeywordSearch...
2008-01-15  Václav Slavíkfixed wxHTML parser to not assert on invalid HTML input...
2008-01-02  Václav Slavíkremoved wxSTRING_TEXT() macro in favour of wxS()
2007-12-11  Vadim Zeitlindon't leak wxImageList if wxHF_CONTENTS is not used...
2007-11-19  Julian SmartRemoved redundant mnemonic
2007-11-14  Robert RoeblingOk -> IsOk
2007-11-05  Vadim Zeitlinmore unused parameters warnings (should have been part...
2007-10-22  Vadim Zeitlincalling SetFocus() in OnMouseUp() is unnecessary if...
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-09-27  Václav Slavíkfixed cellpadding when printing (bug #1795572)
2007-09-21  Julian SmartSize of help window tabs reduced to prevent ugly overlap
2007-09-16  Vadim Zeitlinexpand the table cells to fill the entire table width...
2007-08-31  Václav Slavíkfixed badly named wxHtmlTag::GetParam() argument: with_...
2007-08-29  Julian SmartAvoid crash if user aborts the print
2007-08-28  Václav Slavíkfixed memory leak in RestoreState
2007-08-26  Václav Slavíkfixed wxHTML parsing to run in O(n) even in UTF8 build
2007-08-22  Václav Slavíkuse wxVector<T> instead of OBJARRAY macros for wxHtmlTe...
2007-08-22  Václav Slavíkdon't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
2007-08-22  Václav Slavíkrewrote wxHtmlEntitiesParser::Parse() using iterators...
2007-08-22  Václav Slavíkslight optimization for wxHtmlEntitiesParser::GetEntity...
2007-08-22  Václav Slavíkfixed wxHtmlParser::SkipCommentTag() to run the initial...
2007-08-21  Václav Slavíkuse wxVector<T> instead of homegrown growing array...
2007-08-20  Václav Slavíkdon't recompute nonbreakable space character every...
2007-08-20  Václav Slavíkmarked const wxHtmlEntitiesParser methods as such
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-07-07  Václav Slavíkfixed dereferencing of invalid pointers
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxHTML API
2007-06-17  Václav Slavíkwhen selecting text in wxHTML, selecting half a charact...
2007-06-17  Václav Slavíkfixed selecting part of word from right to left in...
2007-06-17  Václav Slavíkdetermine wxFSFile's MIME type when wxFSFile::GetMimeTy...
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-06-05  Václav Slavíkdon't crash when using wxHtmlWidgetCell in wxHtmlListBox
2007-05-16  Václav SlavíkDo not follow HTML links if selecting text (patch ...
2007-05-15  Václav Slavíkfixed HTML entities parsing broken by wxString changes
2007-05-11  Vadim Zeitlinapply the table bg colour between the cells too (patch...
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-20  Vadim Zeitlincreate the spin control with the correct range instead...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2007-04-04  Vadim Zeitlincall SetEventObject() for wxHtmlLinkEvents we generate
2007-03-29  Vadim Zeitlinfix memory leak when handling background attribute...
2007-03-17  Vadim Zeitlinfix extra indentation in wxHTML_ALIGN_JUSTIFY display...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-11  Václav SlavíkVC6 compilation fix
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-02  Julian SmartFixed premature exit of helpview sample and utility
2007-01-07  Vadim Zeitlincorrected message about page number overflow
2006-12-06  Kevin OllivierFix eating of key events (cleaner impl will come after...
2006-10-31  Václav Slavíkfixed: clicking on links in the help view did nothing
2006-10-30  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
2006-10-29  Vadim Zeitlinrenamed OnLinkClicked() event handler to avoid hiding...
2006-10-29  Vadim Zeitlinsearch in the index case-insensitively in FindPageByNam...
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-29  Václav Slavíkcompilation fix
2006-10-27  Kevin OllivierDon't use the superview when converting.
2006-10-27  Michael WetherellUse wxFS_SEEKABLE when opening images since some image...
2006-10-24  Robin DunnPass the config object into the wxHtmlHelpFrame so...
2006-10-19  Kevin OllivierSeveral wxWebKitCtrl enhancements/fixes. Including:
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-04  Vadim Zeitlinfixed off by 2 error in HasPage() (patch 1562871)
next