support for GTK3
[wxWidgets.git] / src / gtk / renderer.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2011-11-12  Paul Cornettposition expander in center of given rectangle
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-10-30  Václav SlavíkAdd wxRenderer::GetHeaderButtonMargin().
2010-07-29  Robert RoeblingAdd ability to render checkbox in undeterminate state...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-11  Vadim ZeitlinDon't use tree style to draw focus in DrawItemSelection...
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
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-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
2009-01-26  Francesco Montorsisuppress warning about unused win pointer when wxUSE_GR...
2009-01-23  Robert RoeblingDon't pretend to be a GtkTreeView where it isn't required
2009-01-23  Robert RoeblingTried hard to get the selection/focus rectangle drawn...
2009-01-22  Robert RoeblingFurther header button details
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingUse wxCONTROL_SPECIAL to denote first header button
2009-01-21  Paul Cornettdon't use m_backing_window, it can't be drawn on
2009-01-20  Kevin OllivierRestore fixes needed for wxRenderer functions to work...
2008-12-13  Paul Cornettfix build, remove unused parameter from wxGetGdkWindowF...
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-07-28  Paul Cornettfix Gtk-WARNING "... no property named `row-ending...
2007-11-30  Robert RoeblingDC reorganization
2007-11-12  Paul Cornettdestroy created widgets
2007-11-12  Paul Cornettremove unused function
2007-11-09  Robert RoeblingMore attempts to better support theme borders
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-20  Robert RoeblingSupport hover over effect for DrawHeaderButton for...
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-07-10  Robin DunnSwitch GetHeaderButtonWidget to use a real column heade...
2007-07-09  Robin DunnUse a button that has a tree widget as a parent as...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-26  Vadim Zeitlincall gtk_paint_focus() with NORMAL state, not SELECTED...
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-14  Robert Roebling The usual RTL fix for GTK+'s theme drawing function.
2006-11-14  Robert Roebling Just use the already existing wxRenderer::DrawItemSel...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Robert Roebling New magic number for positioning the tree triangle.
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Robert Roebling More RTL fixes.
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-11  Robert Roebling Further RTL fixes.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-08-20  Vadim Zeitlinremoved unneeded cast to wxWindowDC in DrawItemSelectio...
2006-08-19  Paul Cornettsimplify coordinate transformation code
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-04-30  Włodzimierz SkibaRenamed DrawCheckButton due to conflict with existing...
2006-04-26  Robert Roebling Added wxRenderer method for drawing selection
2006-04-25  Robert Roebling Minor corrections to native renderer. I also corrected
2006-04-24  Robert Roebling Committed Jaako's renderer patch
2006-04-18  Robert Roebling Add wxRenderer::DrawCheckButton for use inside
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-04-16  Julian SmartApplied patch [ 1183153 ] [wxGTK] DrawComboBoxDropButto...
2005-03-24  Vadim Zeitlinadded wxRendererNative::DrawDropArrow (patch 1166596)
2005-03-12  Robert Roebling Correct orientation of splitter sash again.
2005-03-12  Robert Roebling There shouldn't be any need to draw the backgound
2005-03-07  Robert Roebling Readd support for prelight tree control triangles...
2005-02-28  Robert Roebling Changed ComboDropDown button under GTK+ so that it
2005-02-20  Vadim Zeitlinuse native gtk_paint_expander() to implement DrawTreeIt...
2005-02-20  Vadim Zeitlintrying to draw transparent arrow instead of opaque...
2005-02-20  Vadim Zeitlinyet more corrections to drop down button drawing: don...
2005-02-19  Robin DunnFixed compile error
2005-02-19  Vadim Zeitlindraw drop down button using native calls (patch 1144389)
2005-02-17  Vadim Zeitlinmore tweaks to drop down arrow drawing (Andreas Pflug)
2005-02-14  Vadim Zeitlinno changes, just mention gtk_paint_expander() in comment
2004-12-13  Robert Roebling Correctd orientation of sash handle.
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-08-30  Václav Slavík(partially) fixed splitter sash rendering under GTK2
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-22  Robert Roebling Draw bug.
2004-02-16  Robert Roebling Added better visual feedback for tree control
2004-02-08  Robert Roebling Improvements for splitter sash hack. GTK2 look
2004-02-08  Robert Roebling Draw listctrls's headers right for themes.
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-28  Václav Slavíkcompilation fix
2003-07-27  Vadim Zeitlinimplemented native GTK drawing for the splitter
2003-07-22  Vadim Zeitlinfailed attempts to implement native GTK look for the...
2003-07-20  Vadim Zeitlincompilation fix
2003-07-20  Václav Slavík(incomplete) compilation fix
2003-07-20  Vadim Zeitlincompilation fixes
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...