Return after activating already opened document in wxDocManager.
[wxWidgets.git] / src / html /
2010-07-24  Vadim ZeitlinRemove hard limit on number of pages in wxHtmlPrintout.
2010-07-23  Vadim ZeitlinPropagate wxHtmlWindow layout direction to the wxDC...
2010-07-14  Vadim ZeitlinSuppress warnings about double to int truncation in...
2010-07-13  Vadim ZeitlinFix file paths in the header comments.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-22  Jouk JansenUpdate OpenVMS compile support
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
2010-05-05  Vadim ZeitlinFix PCH-less compilation after recent changes.
2010-05-05  Vadim ZeitlinNotify user less intrusively about overflow when previe...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-03-29  Václav SlavíkUse fixed screen DPI of 96 when printing HTML.
2010-03-29  Václav SlavíkRemoved useless wxDisplaySize() calls from wxHtmlPrintout.
2010-03-29  Paul Cornettnon-pch build fix
2010-03-28  Václav SlavíkwxHTML: Support percentage width in IMG tag.
2010-02-25  Vadim ZeitlinCompilation fixes in wxHTML for wxUSE_CONFIG==0.
2010-02-14  Václav SlavíkFix wxHtmlWindow to correctly decide whether to show...
2010-01-19  Václav SlavíkSupport XHTML &apos; 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...
next