removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / generic / renderg.cpp
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...