Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / html /
2010-01-19  Václav SlavíkSupport XHTML ' entity.
2009-12-18  Vadim ZeitlinDon't access the first character of a possible empty...
2009-11-17  Václav SlavíkImproved handling of anchors in wxHTML: scroll to bette...
2009-11-11  Kevin OllivierUse wxWebKitCtrlNameStr to adhere to the convention...
2009-11-04  Vadim ZeitlinRevert "trivial" change of r61772.
2009-10-10  Julian SmartSet the initial size
2009-08-28  Vadim ZeitlinNo real changes, just slightly simplify code.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-25  Vadim ZeitlinUse stock id instead of duplicating its string label...
2009-07-25  Vadim ZeitlinUse Ok/Cancel dialog instead of Yes/No one in CheckFit().
2009-07-25  Vadim ZeitlinAdd a period to the sentence end.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-18  Vadim ZeitlinwxHtmlWindow background drawing fixes for OS X and...
2009-06-04  Julian SmartUse live update for splitter on Mac since Leopard seems...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-15  Václav Slavíkset icons bundle instead of single icon for wxHtmlHelpFrame
2009-05-13  Vadim Zeitlincompare wxMessageDialog::ShowModal() return value with...
2009-05-06  Stefan Csomorfirst stab at having webkit under osx_cocoa working
2009-05-04  Vadim Zeitlindon't duplicate wxGetTopLevelParent() code in wxHtmlHel...
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-03-31  Vadim Zeitlinfix g++ warnings for float->int conversions
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-03-21  Václav SlavíkwxHTML tables handler didn't properly restore m_enclosi...
2009-03-11  Vadim Zeitlinwork around some (harmless) g++ warnings about possibly...
2009-03-05  Julian SmartDon't set a large minimum size for both panes
2009-02-24  Vadim Zeitlinrender <TH> contents in bold, as all the browsers do
2009-02-21  Václav Slavíkadded asserts to check correct order of wxHtmlDCRendere...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Vadim Zeitlinremove unused function and out of date comments (we...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-23  Robert RoeblingOptical improvements under OS X
2009-01-23  Robert RoeblingCorrect conversion from text file to charset (which...
2009-01-23  Robert RoeblingDon't attempt to convert non-ascii strings to filenames
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-09  Stefan Csomorguard against NULL win (happens during debug startup...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-14  Francesco Montorsiremove old file not compiled/used anymore since at...
2008-11-22  Kevin OllivierForward port event handler fixes to trunk.
2008-10-30  Václav SlavíkwxHTML: don't include extra whitespace in table cells
2008-10-28  Václav Slavíkfixed interpretation of line breaks in <pre> to conform...
2008-10-23  Vadim Zeitlinfix a couple of typos pointed out by a translator
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-15  Václav Slavíkfixed wxHtmlWindow::SelectionToText() to correctly...
2008-10-11  Václav Slavíkget help frame's icon using wxART_FRAME_ICON wxArtClien...
2008-09-29  Vadim Zeitlinno real changes, just fixed all occurences of 'occurenc...
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 &nbsp; 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
next