The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / htmllbox.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-25  Robin DunnAdd wxRTTI macros for the wxSimpleHtmlListBox class
2010-11-27  Vadim ZeitlinFix the return value of wxSimpleHtmlListBox::Insert().
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-03-03  Vadim Zeitlinuse the selection background colour set using SetSelect...
2008-03-02  Vadim Zeitlinuse custom selection colours in wxHtmlListBox again...
2008-01-08  Vadim Zeitlinresolve ambiguity between 2 inherited versions of Clear...
2007-12-01  Bryan PettyReplaced moved wxVScrolledWindow HitTest methods fixing...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-03-07  Vadim Zeitlinuse wxRendererNative::DrawItemSelectionRect() to draw...
2006-12-21  Václav Slavíkcompilation fix for !wxUSE_VALIDATORS
2006-12-04  Julian SmartUse font encoding
2006-12-04  Julian SmartAdded SetEncoding
2006-11-04  Vadim Zeitlinremoved out of date FIXME (part of patch 1590194)
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-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-05-03  Vadim Zeitlinfixed printf format warning on 64 bit platforms
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-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-02  Vadim Zeitlininvalidate cache when RefreshLine[s]() is called
2004-10-01  Václav Slavíkuse default GUI font in wxHtmlListBox
2004-05-25  Julian SmartMissed reversions
2004-05-23  Julian SmartName and version changes
2004-04-30  Vadim Zeitlinuse an internal wxFileSystem in wxHtmlListBox so that...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2003-08-13  Robin DunnAdd a little space so the wxHtmlCell doesn't overwrite...
2003-08-08  Robin DunnAdded wxRTTI for the new wxVScrolledWindow, wxVListBox...
2003-07-30  Vadim Zeitlinadded wxVListBox::OnDrawBackground(); fixed warnings
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-03  Vadim Zeitlincompilation fixed after recent wxHTML changes
2003-06-02  Vadim Zeitlinrefresh cache on size/margins change; expanded cache...
2003-06-02  Vadim Zeitlincompilation fixes for !USE_PCH
2003-06-01  Vadim Zeitlinadded wxVListBox using wxVScrolledWindow and wxHtmlList...