Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / common / artprov.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-12-28  Vadim ZeitlinAdd standard art providers at the bottom of the art...
2011-12-27  Vadim ZeitlinDon't use deprecated wxArtProvider::Insert().
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-12-31  Vadim ZeitlinAdd wxUSE_ARTPROVIDER_STD build option.
2010-12-31  Vadim ZeitlinAdd wxArtProvider using Tango icons.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-10-05  Vadim ZeitlinReturn smaller images for wxART_MENU/BUTTON under OS X.
2009-10-05  Vadim ZeitlinAdded wxArtProvider::GetMessageBoxIconId().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-29  Václav SlavíkwxArtProvider::GetIconBundle() cleanup:
2008-11-03  Vadim Zeitlinfix (harmless) unused variable warning
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-08-07  Václav Slavíksmall wxArtProvider API improvements: added HasNativePr...
2007-12-02  Vadim Zeitlinadded wxArtProvider::GetMessageBoxIcon() to avoid dupli...
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-31  Václav Slavíkadded wxArtProvider::InsertProvider to accompany PushPr...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-03-12  Robert Roebling Applied patch for ArtProvider.
2005-03-05  Vadim Zeitlin(blind) GTK1 compilation fix
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2004-09-08  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-08-22  Václav Slavíkadded GTK2 implementation of wxArtProvider
2004-08-22  Václav Slavíklinking in artstd.obj doesn't have to be forced, it...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-11  Julian SmartCater for wxUSE_IMAGE=0
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-12  Mattia Barbon Fix some leaks cause by removing list.DeleteContents...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-04-06  Václav Slavíkclear wxArtProvider cache when pushing new provider
2002-03-28  Vadim Zeitlinfixed VC++ warning in optimized build
2002-03-26  Robin Dunnswitch to _EXPORTED_ hash maps to avoid VC++ warnings
2002-03-24  Václav Slavíkadd automatic rescaling to wxArtProvider
2002-03-23  Julian SmartAdded hack to make standard art provider link with app
2002-03-21  Václav Slavík(hopefully) final touches to wxArtProvider
2002-03-19  Václav Slavíkadded wxArtProvider