Add wxArtProvider using Tango icons.
The icons are embedded as PNG images directly in the source code to avoid the need for installing them. This does make the library larger though so provide a wxUSE_ARTPROVIDER_TANGO option to turn the new code and associated bloat off. Also turn it off by default under wxGTK as the native art provider is used there anyhow. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -450,6 +450,7 @@ All (GUI):
|
||||
- Fixed resizing columns in wxGrid when they were reordered.
|
||||
- Added wxImage::Rotate180() (Jeff Tupper).
|
||||
- Added support for saving TGA files.
|
||||
- Added wxArtProvider returning higher quality icons from Tango project.
|
||||
|
||||
GTK:
|
||||
|
||||
|
Reference in New Issue
Block a user