support for GTK3
[wxWidgets.git] / src / gtk / artgtk.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-03-25  Paul Cornettreplace wxBitmap::SetPixbuf() with wxBitmap ctor taking...
2011-12-28  Vadim ZeitlinAdd standard art providers at the bottom of the art...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-12-31  Vadim ZeitlinAdd go to first/last and plus/minus art provider icons.
2009-10-05  Vadim ZeitlinAdded wxART_CLOSE art id.
2009-05-30  Vadim Zeitlinfix ANSI build compilation (closes #10846)
2009-03-29  Václav Slavíkcompilation fix for r59932
2009-03-29  Václav Slavíkimplemented CreateIconBundle() in GTK+ native art provider
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-16  Paul Cornettsimplify code by using wxGTKPrivate::GetButtonWidget()
2008-10-15  Václav Slavíkcompilation fix for older glib versions after r56345
2008-10-15  Václav Slavíkdon't use deprecated gtk_object_sink(), replace it...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-06-22  Paul Cornettgtk_widget_destroy does not unref the widget unless...
2006-10-07  Paul Cornettsmall cleanup
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-04-04  Mart Raudseppgdk_pixbuf_unref -> g_object_unref
2006-01-14  Mart RaudseppRemove stray whitespaces
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-05-31  Julian SmartTemporary fix
2005-05-31  Julian SmartApplied Vaclav's gtk_icon_size_lookup_for_settings...
2005-05-26  Robin Dunnadded wxART_NEW
2005-03-12  Robert Roebling Applied patch for ArtProvider.
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-02-19  Vadim Zeitlinadded more icons (for GTK only) (patch 1097684)
2004-12-05  Robert Roebling Implemented run-time checks for the GTK version
2004-11-27  Robert Roebling Added new Art which GTK+ 2.4 defines and
2004-11-15  Václav Slavíkfixed to work with themes that redefine icons (e.g...
2004-08-30  Václav Slavíkload icons from current icon theme under GTK >= 2.4...
2004-08-22  Václav Slavíkadded GTK2 implementation of wxArtProvider