Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / html /
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)
2006-09-10  Vadim Zeitlinensure that -2 font size is readable, it could be too...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-02  Vadim Zeitlindon't convert title to current encoding if input encodi...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-29  Václav Slavíkfixed crash in <sub/sup> handling (bug #1545152)
2006-08-25  Vadim Zeitlindon't hardcode HTML font sizes, this makes wxHtmlWindow...
2006-08-23  Václav Slavíkfixed HTML colours parsing after patch #1473731 ('wxCol...
2006-08-10  Vadim Zeitlinremoved wxHtmlWindow::m_Style which duplicated wxWindow...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-29  Vadim Zeitlinadd @DATE@, @TIME@ and @TITLE@ macros to HTML printing...
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-04  Włodzimierz SkibaWarning fix.
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-06-27  Kevin OllivierFixed incorrect get page source check around SetPageSource.
2006-06-22  Vadim Zeitlinstrip HTML tags when searching for keywords
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2006-06-14  Vadim Zeitlinfix for the last printf format warning fix
2006-06-09  Włodzimierz SkibaInclude wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-04  Vadim Zeitlinprintf format spec warning fix
2006-05-29  Paul Cornettbuild fix
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
2006-05-28  Vadim ZeitlinwxFontEnumerator::GetFacenames/Encodings() now return...
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-17  Julian SmartDocumentation states scrollbars (plural) are switched...
2006-05-17  Václav Slavíkcommented OpenContainer usage
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-03  Włodzimierz SkibaInclude wx/stream.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/object.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-14  Václav Slavíkdon't show the I-beam cursor over text in wxHtmlListBox
2006-04-13  Václav Slavík1. added abstract interface to wxHtmlWindow for use...
2006-04-03  Václav Slavíkadded ParseInnerSource() to make <pre>-like parsing...
2006-03-27  Włodzimierz SkibaCoverity CID 100 fix.
2006-03-21  Vadim ZeitlinMade wxList::compatibility_iterator a class in wxUSE_ST...
next