Fix assorted typos in comments and other non-code.
[wxWidgets.git] / include / wx / html / htmlwin.h
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-04-28  Vadim ZeitlinFix erasing wxHtmlWindow background in wxUniv.
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...
2010-02-25  Vadim ZeitlinCompilation fixes in wxHTML for wxUSE_CONFIG==0.
2009-06-18  Vadim ZeitlinwxHtmlWindow background drawing fixes for OS X and...
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-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-06-05  Václav Slavíkadded wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
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-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
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-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-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-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-12-09  Václav Slavíkmade wxHtmlWindow::SetPage virtual so that the behaviou...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-02-17  Vadim Zeitlinrevert to the old flicker-less version when background...
2005-02-14  Ron LeeNow needs wxBitmap as a concrete type.
2005-02-13  Vadim Zeitlinadded support for background bitmap specified in backgr...
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
2004-09-24  Václav Slavíkreplaced NormalizeFontSizes with SetStandardFonts
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-07-16  Václav Slavíkmade SelectionToText and ToText public
2004-07-16  Václav Slavíkadded wxHtmlWindow::ToText
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-11-26  Vadim Zeitlinresolved conflict (because I forgot to commit before)
2003-11-26  Dimitri SchoolwerthDeclaration of CopySelection is bool instead of void.
2003-09-01  Václav Slavíkaccept focus, keyboard can be used for navigation ...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Vadim Zeitlinreduced compilation dependencies
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-06-11  Vadim Zeitlinmade CopySelection() always available (otherwise it...
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-05  Václav Slavíkadded line selection
2003-06-04  Václav Slavíkdoubleclick selects word
2003-06-04  Václav Slavíkadded selecting-while-dragging
2003-06-02  Václav Slavíkadded copying selection to clipboard; fixes to selectio...
2003-06-01  Václav Slavíkmore work on text selection: selecting should work...
2003-06-01  Václav Slavíkreact on mouse up, not mouse down
2003-05-31  Václav Slavíkpreparing wxHtmlWindow for text selection (highlighting...
2003-03-16  Václav Slavíkapplied patch adding SetFonts to wxHTML printing classe...
2003-01-26  Václav Slavíkadded wxHtmlWindow::LoadFile
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-01-27  Václav Slavíknew wxHtmlWindow::OnOpeningURL API
2002-01-19  Václav Slavíkimplemented URLs blocking in wxHtmlWindow
2001-11-27  Václav Slavíkadded two-step creation of wxHtmlWindow
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-14  Václav Slavíkadded wxHtmlWindow::AppendToPage
2001-08-31  Vadim Zeitlinimplemented and documented wxHtmlWindow::OnCellMouseHov...
2001-08-06  Vadim Zeitlindon't allow TABbing to wxHtmlWindow
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-05-04  Václav Slavík1. changed AddSharedProcessor to AddGlobalProcessor
2001-05-03  Kendall BennettFixed Windows DLL link problems with wxHtmlProcessor
2001-05-02  Václav Slavík1) some cleanup in wxHtmlWindow, moved private structur...
2001-04-29  Václav Slavíkcleanup and reformatting to match indentation style...
2000-10-10  Václav Slavíkadded wxHtmlWindow::HistoryCanBack/Forward
2000-02-02  Václav Slavíkfixing memory leaks & mem tracing false alerts
2000-01-27  Václav Slavíkremoved wxHtmlWindow::OnKeyDown
2000-01-26  Václav Slavíkadded wxHtmlWindow::GetOpenedAnchor
2000-01-11  Václav Slavíkadded mouse event member into wxHtmlLinkInfo. wxHtmlWin...
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Václav Slavíkremoved wxITALIC/wxSLANT stuff from wxHTML (no longer...
1999-12-15  Václav Slavíkfixed wxHtmlWindow flicker
1999-11-28  Václav SlavíkSetTitle method (internal use only) changed to virtual...
1999-10-16  Václav SlavíkSetFonts methods have const param now
1999-10-10  Václav Slavíkfixed cursor flickering in wxHtmlWindow
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant
1999-09-14  Robin DunnAdded GetParser method to wxHtmlWindow
1999-08-22  Harco de HilsterA few small fixes for cross compilation
1999-08-08  Václav Slavíkm_Style was bool by mistake, fixed
1999-08-04  Václav Slavíkbool scrollable replaced by wxHW_* flags
1999-07-25  Václav Slavíkfixed static members
1999-07-07  Václav Slavík*** empty log message ***