remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / html /
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
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...
next