Add wxArtProvider using Tango icons.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:39:25 +0000 (17:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:39:25 +0000 (17:39 +0000)
commitc1d2466a792bf2fdd30da76529f42d5959eb324c
treed20ea82e43acb76c6424e34b16f2c7e6424dbeb9
parenta7cfad3ad6bc8080b33a0878a14b1c02ca33fe3e
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
62 files changed:
Makefile.in
art/tango/application_x_executable.h [new file with mode: 0644]
art/tango/dialog_error.h [new file with mode: 0644]
art/tango/dialog_information.h [new file with mode: 0644]
art/tango/dialog_warning.h [new file with mode: 0644]
art/tango/document_new.h [new file with mode: 0644]
art/tango/document_open.h [new file with mode: 0644]
art/tango/document_print.h [new file with mode: 0644]
art/tango/document_save.h [new file with mode: 0644]
art/tango/document_save_as.h [new file with mode: 0644]
art/tango/drive_harddisk.h [new file with mode: 0644]
art/tango/drive_optical.h [new file with mode: 0644]
art/tango/drive_removable_media.h [new file with mode: 0644]
art/tango/edit_copy.h [new file with mode: 0644]
art/tango/edit_cut.h [new file with mode: 0644]
art/tango/edit_delete.h [new file with mode: 0644]
art/tango/edit_find.h [new file with mode: 0644]
art/tango/edit_find_replace.h [new file with mode: 0644]
art/tango/edit_paste.h [new file with mode: 0644]
art/tango/edit_redo.h [new file with mode: 0644]
art/tango/edit_undo.h [new file with mode: 0644]
art/tango/folder.h [new file with mode: 0644]
art/tango/folder_new.h [new file with mode: 0644]
art/tango/folder_open.h [new file with mode: 0644]
art/tango/go_down.h [new file with mode: 0644]
art/tango/go_first.h [new file with mode: 0644]
art/tango/go_home.h [new file with mode: 0644]
art/tango/go_last.h [new file with mode: 0644]
art/tango/go_next.h [new file with mode: 0644]
art/tango/go_previous.h [new file with mode: 0644]
art/tango/go_up.h [new file with mode: 0644]
art/tango/image_missing.h [new file with mode: 0644]
art/tango/list_add.h [new file with mode: 0644]
art/tango/list_remove.h [new file with mode: 0644]
art/tango/text_x_generic.h [new file with mode: 0644]
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
configure
configure.in
docs/changes.txt
docs/doxygen/mainpages/const_wxusedef.h
docs/tech/tn0015.txt
include/wx/artprov.h
include/wx/chkconf.h
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/osx/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/univ/setup0.h
setup.h.in
src/common/artprov.cpp
src/common/arttango.cpp [new file with mode: 0644]