Add EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro.
[wxWidgets.git] / include / wx / html /
2011-11-30  Vadim ZeitlinUse more clear names for variables in wxHtmlSelection...
2011-10-27  Vadim ZeitlinAdd _PTR WX_DECLARE_HASH_SET variants to fix warnings...
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-18  Vadim ZeitlinAdd wxHtmlHelpController::SetShouldPreventAppExit().
2011-01-27  Stefan Csomorsupporting clang 2.0 under xcode, see #12332
2011-01-07  Stefan Csomorfixing class name
2010-07-24  Vadim ZeitlinRemove hard limit on number of pages in wxHtmlPrintout.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
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-02-25  Vadim ZeitlinCompilation fixes in wxHTML for wxUSE_CONFIG==0.
2009-12-01  Bryan PettyForward-port of r62758 (Added wxHtmlEasyPrinting name...
2009-11-11  Kevin OllivierUse wxWebKitCtrlNameStr to adhere to the convention...
2009-10-09  Paul Cornettreplace TRUE/FALSE with true/false
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-06-18  Vadim ZeitlinwxHtmlWindow background drawing fixes for OS X and...
2009-05-07  Stefan Csomorexplicitly export symbols
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
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-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlincompilation fix after the event patch
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Francesco Montorsitypo fix
2008-10-29  Francesco Montorsis/FALSE/false
2008-09-29  Vadim Zeitlinno real changes, just fixed all occurences of 'occurenc...
2008-08-30  Vadim Zeitlinno changes, just de-TAB-bed
2008-06-05  Václav Slavíkadded wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
2008-05-28  Robin DunnAdd wxWebKitNewWindowEvent
2008-04-21  Václav Slavíkpreserve TAB characters when copying HTML <pre> content...
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-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-15  Václav Slavíkfixed wxHTML parser to not assert on invalid HTML input...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-08-31  Václav Slavíkfixed badly named wxHtmlTag::GetParam() argument: with_...
2007-08-28  Václav Slavíkadded some clarifying comments
2007-08-26  Václav Slavíkfixed wxHTML parsing to run in O(n) even in UTF8 build
2007-08-22  Václav Slavíkdon't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
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-03  Julian SmartAdded Get/SetParentWindow to allow the same easy printi...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxHTML API
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
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
2006-12-07  Paul Cornettcorrect access for virtuals
2006-10-30  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-24  Robin DunnPass the config object into the wxHtmlHelpFrame so...
2006-10-19  Kevin OllivierSeveral wxWebKitCtrl enhancements/fixes. Including:
2006-10-17  Włodzimierz SkibaHeaders cleaning.
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-25  Vadim Zeitlindon't hardcode HTML font sizes, this makes wxHtmlWindow...
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-06  Włodzimierz SkibaMissing include for wxCocoa build at Tinderbox.
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
2006-05-20  Paul Cornettparenthesize macro replacement containing operator
2006-04-21  Václav Slavíkadded comment explaining how to replace calls to deprec...
2006-04-16  Vadim Zeitlinadded virtual dtor to wxHtmlWindowMouseHelper to avoid...
2006-04-14  Václav Slavíkuse public inheritance when deriving from wxHtmlWindowM...
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-12  Vadim Zeitlinmade ShouldPreventAppExit() public
2006-04-07  Vadim Zeitlinadded wxTLW::ShouldPreventAppExit() which can be overri...
2006-04-03  Václav Slavíkadded ParseInnerSource() to make <pre>-like parsing...
2006-03-07  Włodzimierz SkibaDon't send dummy wxCommandEvent.
2006-03-07  Václav Slavíkpreserve window's content when changing the fonts
2006-02-11  Vadim Zeitlinremoved stray #endif added in previous commit
2006-02-11  Vadim Zeitlinuse wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation
2006-02-11  Mart RaudseppDo not reintroduce #pragma interface/implementation...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-26  Julian SmartFixed duplicate guard
2006-01-18  Vadim Zeitlindeclare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with corre...
2006-01-11  Jouk Jansen Committing in .
2006-01-11  Julian SmartCorrected accessor names
2006-01-11  Julian SmartTypos
2006-01-11  Julian SmartRenamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
2006-01-09  Julian SmartMade the HTML command ids visible
2006-01-09  Julian SmartMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
2005-12-27  Václav Slavíkadded support for <sub> and <sup> to wxHTML (based...
2005-12-09  Václav Slavíkmade wxHtmlWindow::SetPage virtual so that the behaviou...
2005-11-17  Václav Slavíkfixed layout of tables that are first element on a...
2005-11-17  Václav Slavíkreduced code duplication in wxHtmlWinParser::AddText...
next