create xpm files from hard coded pixmaps, added function get_xpm() to make sure any...
authorDoug McLain <doug@nostar.net>
Sun, 12 Mar 2006 15:46:29 +0000 (15:46 +0000)
committerDoug McLain <doug@nostar.net>
Sun, 12 Mar 2006 15:46:29 +0000 (15:46 +0000)
commit670641c3df89af73de36efa5b0a184c2430275b0
treeae4104e88cb85102fad0462efcf1682c9db34863
parent1ed64a7842ac57d1fe9e0464690f961781ca4080
create xpm files from hard coded pixmaps, added function get_xpm() to make sure any xpm only gets load from disk once

git-svn-id: svn://localhost/trunk/ardour2@379 d708f5d6-7413-0410-9779-e7cbd77b26cf
28 files changed:
gtk2_ardour/ardour_ui.h
gtk2_ardour/ardour_ui2.cc
gtk2_ardour/crossfade_edit.cc
gtk2_ardour/crossfade_edit.h
gtk2_ardour/editor.cc
gtk2_ardour/mixer_strip.cc
gtk2_ardour/panner_ui.cc
gtk2_ardour/pixmaps/forwardblarrow.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/h_meter_strip.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/hiin.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/hiout.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/left_arrow.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/linin.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/linout.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/loin.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/loop.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/loout.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/regin.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/regin2.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/regout.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/revdblarrow.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/right_arrow.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/vslider_rail.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/vslider_slider.xpm [new file with mode: 0644]
gtk2_ardour/pixmaps/vslider_slider_16wide.xpm [new file with mode: 0644]
gtk2_ardour/utils.cc
gtk2_ardour/utils.h
libs/ardour/globals.cc