Remove wxMGL port.
[wxWidgets.git] / src / univ / themes / win32.cpp
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2012-01-09  Vadim ZeitlinUse wxT() instead of _T() in XTI code.
2011-11-27  Vadim ZeitlinMerge similar but not quite identical translated strings.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-25  Dimitri SchoolwerthFixed width of scrollbars in wxUniv.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-08-20  Vadim ZeitlinRefactor and clean up slider labels drawing code.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-05-06  Václav Slavíkuse const char*, not char*, for embedded XPMs to fix...
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-15  Vadim Zeitlindon't use deprecated wxMenuItem methods
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2006-12-24  Václav Slavíkfixed wxFrame background colour in wxUniv on ports...
2006-10-30  Václav Slavíkmoved wxScrollBar geometry methods out of wxRenderer...
2006-10-17  Julian SmartDraw tool transparently if we have a mask
2006-09-29  Václav Slavíksimplified #ifs around the code
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-09-21  Václav Slavíkput remaining toolbars-related methods into #if wxUSE_T...
2006-09-20  Vadim Zeitlinmove frame decorations drawing to the base class
2006-09-20  Vadim Zeitlinfix infinite recursion in DrawStatusField() after lates...
2006-09-20  Vadim Zeitlinmove generic part of AdjustSize() and status bar method...
2006-09-20  Vadim Zeitlinmoved Arrow_ constants to the base class
2006-09-20  Vadim Zeitlinrefactored common parts of DrawItem() in the base class...
2006-09-19  Vadim Zeitlinadd if wxUSE_NOTEBOOK around notebook-only renderer...
2006-09-18  Vadim Zeitlinrefactor some existing themes methods in a new base...
2006-09-14  Vadim ZeitlinMany changes for wxInputHandler creation mainly related to:
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-05-31  Włodzimierz Skiba[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Julian SmartApplied patch 1489656: support for wxToggleButton under...
2006-05-23  Włodzimierz Skiba[ 1470717 ] wxUniv toolbar separator drawing fix.
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2005-05-31  Julian SmartReplaced embedded images
2005-05-31  Julian SmartOlly Betts' typo patch
2005-02-11  Włodzimierz SkibaVarious cleanings.
2004-11-22  Włodzimierz SkibaGCC fixes.
2004-11-19  Włodzimierz SkibaDo not make bitmap buttons with standard width (like...
2004-11-18  Włodzimierz Skiba3rd state in checkboxes for wxUniv [closes bug#1040585].
2004-11-15  Włodzimierz SkibaVertical tabs orientation in gtk renderer of wxUniv.
2004-11-15  Włodzimierz SkibaPartial fix to bug #1040607: support for vertical orien...
2004-08-10  Włodzimierz SkibaCleaning of sources (Univ related files). -1/TRUE/FALSE...
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-13  Julian SmartImproved colours in wxUniv -- white (window colour...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlinuse ShouldInheritColours()
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-08-03  Vadim Zeitlinwarnings (and some errors) fixes for wxUniv DLL build
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-18  Julian SmartApplied patch [ 681893 ] Combobox in toolbar
2003-01-24  Julian SmartApplied patch [ 621451 ] Fixed version of wxSlider...
2002-12-07  Vadim Zeitlinminor visual corrections to renderers (patch 649847)
2002-12-06  Vadim Zeitlinfix typo in drawing slider ticks; added assert to check...
2002-04-20  Vadim Zeitlininitialize (and delete) the themes art provider - fixes...
2002-04-14  Robert Roebling Three more attempts to get metal look.
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-30  Robert Roebling Rewrote wxToolBar another time.
2002-03-30  Robert Roebling Added code for erasing the small square between scrol...
2002-03-27  Robert Roebling wxX11 wants to have the border style flag
2002-03-24  Václav Slavíkadded wxTheme::GetArtProvider to wxUniv
2002-03-17  Václav Slavíkfix to segfault in system menu code
2002-03-15  Vadim Zeitlinfixed scrollbar shaft colour
2002-03-15  Vadim Zeitlindraw toolbar separators in Win32 theme
2002-03-12  Václav Slavíkimplemented system menu handling in wxUniv
2002-03-10  Robert Roebling Next try on pop up menus. (#ifdef x11).
2002-02-27  Vadim Zeitlin[start of] a wxUniversal implementation of wxToolBar
2002-02-19  Vadim Zeitlinshow the resize cursor when the mouse is above the...
2002-02-17  Robert Roebling wxX11:
2002-02-15  Václav Slavíkdon't show size grip when maximized
2002-02-14  Vadim Zeitlincache various bitmaps
2002-02-14  Vadim Zeitlinno changes (de-TABified, undid some horrors with which...
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-02-09  Václav Slavíkimplemented titlebar doubleclick in win32 theme
2002-02-04  Vadim Zeitlinadded GAUGE standard colour and use it in DrawProgressB...
2002-01-27  Václav Slavík(hacky) fix for bg colour handling in wxUniv's win32...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-31  Julian SmartRemoved debug comments
2001-12-22  Julian SmartMore tweaks to wxMicroWi
2001-12-21  Julian SmartMore tinkering
2001-11-22  Václav Slavíkreverted fix for missing wxEvent::operator=
2001-11-20  Václav Slavíkcompilation fix (caused by removal of wxMouseEvent...
2001-11-06  Vadim Zeitlincompilation warning fix
2001-11-04  Václav Slavíkimplemented late(r) initialization of wxUniv themes
2001-10-30  Václav Slavíkadded inactive titlebar text colour
2001-10-15  Václav Slavík1. added GetStdIcon support to wxRenderer
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-09-30  Václav Slavíkimplemented wxTLW::InteractiveMove and mostly finished...
2001-09-29  Václav Slavíkfixed assertion failures with invalid icons
2001-09-28  Václav Slavíkinput handling in wxTLW/Univ
next