Add wxMenuItem::IsCheck() and IsRadio() accessors.
[wxWidgets.git] / include / wx / htmllbox.h
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-30  Vadim ZeitlinGet rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJEC...
2011-01-25  Robin DunnAdd wxRTTI macros for the wxSimpleHtmlListBox class
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-29  Francesco Montorsiadd the HTML string of the selected item to wxSimpleHtm...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-03-02  Vadim Zeitlinuse custom selection colours in wxHtmlListBox again...
2008-01-08  Vadim Zeitlinresolve ambiguity between 2 inherited versions of Clear...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2006-12-04  Julian SmartUse font encoding
2006-12-04  Julian SmartAdded SetEncoding
2006-10-29  Stefan NeisRenamed m_clientData member variable to avoid clash...
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-25  Michael WetherellFix export.
2006-10-23  Julian SmartFixed return values
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
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...
2005-02-02  Vadim Zeitlininvalidate cache when RefreshLine[s]() is called
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-30  Vadim Zeitlinuse an internal wxFileSystem in wxHtmlListBox so that...
2003-08-08  Robin DunnAdded wxRTTI for the new wxVScrolledWindow, wxVListBox...
2003-07-30  Vadim Zeitlinadded wxVListBox::OnDrawBackground(); fixed warnings
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-06-26  Vadim Zeitlinchanging the number of items in wxHtmlListBox should...
2003-06-13  Vadim Zeitlinadded possibility to customize the listbox colours
2003-06-11  Vadim Zeitlinremoved countItems parameter from ctor -- doesn't work...
2003-06-02  Vadim Zeitlinrefresh cache on size/margins change; expanded cache...
2003-06-01  Vadim Zeitlinadded wxVListBox using wxVScrolledWindow and wxHtmlList...