A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / msw / renderer.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-26  Vadim ZeitlinFix DrawChoice() behaviour in wxRendererXP.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-29  Dimitri SchoolwerthFixed drawing a check box in the undetermined state...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-07  Vadim ZeitlinAdd wxDCImpl::MSWApplyGDIPlusTransform() to formalize...
2011-05-05  Robin DunnWhen we're using GDI+, the DC might have transforms...
2010-10-30  Václav SlavíkAdd wxRenderer::GetHeaderButtonMargin().
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-10-05  Vadim ZeitlinAdded wxRendererNative::DrawTitleBarBitmap().
2009-10-05  Vadim ZeitlinReplaced GraphicsHDC from src/msw/renderer.cpp with...
2009-10-05  Vadim ZeitlinRefactor wxRendererXP button drawing methods.
2009-10-05  Vadim ZeitlinImplement wxRenderer::DrawRadioBitmap() for classic...
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-03-11  Vadim Zeitlinremove MSVC warnings about DLL-exported class inheritin...
2009-03-05  Francesco Montorsiimprove look of wxDataViewCtrl and of its renderer...
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-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-14  Vadim Zeitlincompilation fix after latest changes (missing header)
2008-12-13  Kevin OllivierHopefully the right fix this time.
2008-12-13  Kevin OllivierHDC() fix was wrong, may have been just a problem with...
2008-12-13  Kevin OllivierMSW compile fixes.
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2007-11-30  Robert RoeblingDC reorganization
2007-10-20  Robert RoeblingUse BTNFACE colour for rendering selected item when...
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-02  Vadim Zeitlininitialize all fields of WINDOWPOS struct to avoid...
2007-09-16  Vadim Zeitlindon't use NULL when we mean 0
2007-09-03  Vadim Zeitlindon't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT...
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-04-26  Vadim Zeitlinuse wxCopyRectToRECT() instead of duplicating its code...
2007-04-16  Vadim Zeitlinadded new wxCONTROL_FLAT bit (see discussion of patch...
2007-04-16  Vadim Zeitlinimplement DrawCheckBox() in class Win32 renderer (modif...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-17  Robert Roebling Minor parts from FM's wxDataViewCtrl patch.
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-10-30  Vadim Zeitlininclude wx/msw/private.h before wx/msw/uxtheme.h for...
2006-10-08  Vadim Zeitlincorrected last commit: Inflate() should be Deflate()
2006-10-08  Vadim Zeitlinadd support for wxCONTROL_ISDEFAULT to wxRendererMSW...
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-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-30  Włodzimierz SkibaRenamed DrawCheckButton due to conflict with existing...
2006-04-24  Robert Roebling Committed Jaako's renderer patch
2006-04-19  Vadim Zeitlinimplemented DrawCheckButton() for XP renderer; code...
2006-01-17  Julian SmartApplied patch [ 1389709 ] XP theme support for DrawHead...
2005-09-17  Julian SmartInclude settings.h
2005-09-17  Julian SmartApplied [ 1294048 ] [wxMSW] Correct splitter sash drawi...
2005-05-17  Julian SmartGuess settings for reasonable behaviour in all 3 standa...
2005-05-14  Julian SmartUse theme and HTML Help headers from Wine (with permission)
2005-02-28  Julian SmartWinCE doesn't have DFCS_FLAT
2005-02-21  Vadim Zeitlinimplementation of wxRendererXP::DrawComboBoxDropButton...
2005-01-24  Włodzimierz SkibaMissing include.
2005-01-21  Vadim Zeitlinimplemented DrawComboBoxDropButton() for classic Win32
2004-11-15  Vadim Zeitlinfixed XP sash rendering to really do something (using...
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-03  Julian SmartAdded wxSP_NO_XP_THEME style to wxSplitterWindow to...
2003-08-01  Vadim Zeitlinremoved IsAppThemedEx()
2003-08-01  Julian SmartOnly draw borders if wxSP_3DBORDER specified, as before
2003-08-01  Vadim Zeitlinfixed XP renderer after base class changes
2003-07-31  Václav Slavíkcompilation fixes
2003-07-31  Vadim Zeitlinuse XP renderer if available; implemented splitter...
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-21  Vadim Zeitlincompilation fix
2003-07-20  Vadim Zeitlincompilation fixes
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...