The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / renderg.cpp
2013-09-30  Vadim ZeitlinImprove drawing of the tree item buttons in the generic...
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.
2010-11-10  Vadim ZeitlinAdd #if checks fixing minimal wxGTK build.
2010-10-30  Václav SlavíkAdd wxRenderer::GetHeaderButtonMargin().
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-16  Robert RoeblingNo-PCH compilation fix
2010-05-15  Vadim ZeitlinClip drawing in wxRendererGeneric::DrawHeaderButtonCont...
2010-05-15  Vadim ZeitlinDon't change the current pen and brush in DrawHeaderBut...
2010-05-15  Vadim ZeitlinRemove wxGTK-specific text shift in wxRenderer::DrawHea...
2009-10-05  Vadim ZeitlinAdded wxRendererNative::DrawTitleBarBitmap().
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-07  Kevin OllivierAssert if these methods are triggered to alert the...
2009-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
2009-01-22  Robert Roeblingdraw icon before text label in header (huh?)
2009-01-22  Robert RoeblingFurther header button details
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-17  Paul Cornettfix a huge number of build errors
2007-11-20  Stefan Csomormac cleanup
2007-10-24  Vadim Zeitlinfix off by 1 pixel error in header drawing (patch 1819260)
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-08-16  Julian SmartMac fix
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-09-14  Robin DunnOops, file wasn't saved before last commit
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaImproved wxDCPen/BrushChangers.
2006-05-22  Włodzimierz SkibaIntroduced wxDCPenChanger and wxDCBrushChanger.
2006-05-22  Włodzimierz SkibaDrawing fix for generic wxTreeCtrl.
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-04-30  Włodzimierz SkibaRenamed DrawCheckButton due to conflict with existing...
2006-04-26  Vadim Zeitlinfixed unused param warning and code cleanup/simplificat...
2006-04-26  Robert Roebling Added wxRenderer method for drawing selection
2006-04-24  Robert Roebling Committed Jaako's renderer patch
2006-04-19  Vadim Zeitlinuse wxDC::DrawCheckMark() to draw the checkbox button...
2006-04-18  Włodzimierz SkibaWarning fix.
2006-04-18  Robert Roebling Add wxRenderer::DrawCheckButton for use inside
2005-04-16  Julian SmartApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButto...
2005-03-24  Vadim Zeitlinadded wxRendererNative::DrawDropArrow (patch 1166596)
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-11  Vadim Zeitlindon't hardcode the array size as done by last commit...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-09  Julian SmartApplied patch [ 1116706 ] wxRendererGeneric::DrawComboB...
2005-01-21  Vadim Zeitlinadded DrawComboBoxDropButton()
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-25  Julian SmartMissed reversions
2004-05-23  Julian SmartName and version changes
2003-12-11  Julian SmartApplied patch [ 829072 ] Splitter rendering fix
2003-08-11  Julian SmartRemoved some experimental code I left in by accident
2003-08-11  Julian SmartMore fixes for !wxUSE_TIMER, !wxUSE_IMAGE
2003-08-11  Vadim Zeitlinreally fixed '-' and '+' drawing
2003-08-11  Vadim Zeitlintrying to fix the generic tree appearance problems
2003-08-10  Vadim Zeitlinadded version checking to the renderers
2003-08-08  Julian SmartStatic object -> pointer
2003-08-02  Vadim Zeitlinfixed wrong border/sash widths (typo during last commit)
2003-08-01  Julian SmartDon't draw full-width sash if not drawing 3D border...
2003-08-01  Vadim Zeitlin1. added flags to splitter drawing functions and replaced
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-27  Vadim Zeitlinadded orient parameter to DrawSplitterSash instead...
2003-07-22  Vadim Zeitlinrestore some of the styles; added support for splitters...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-21  Vadim Zeitlinvirtualized splitter drawing; removed/deprecated some...
2003-07-20  Vadim Zeitlin'-' and '+' icons were reversed
2003-07-20  Vadim Zeitlinmore compilation fixes
2003-07-20  Vadim Zeitlincompilation fixes
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...