Code

added a default gtk theme for Inkscape on OS X. The shell script which runs Inkscape...
authorjiho-sf <jiho-sf@users.sourceforge.net>
Wed, 5 Sep 2007 16:57:37 +0000 (16:57 +0000)
committerjiho-sf <jiho-sf@users.sourceforge.net>
Wed, 5 Sep 2007 16:57:37 +0000 (16:57 +0000)
commitfe6f50af4f0beef4a4444a0e490c78fa94134e90
treec762222665c9c10ff96eb10d41fa20719c615ab6
parent9156dfbf1a53d8eb5e892870b01c67dfa3d9dd3a
added a default gtk theme for Inkscape on OS X. The shell script which runs Inkscape checks if ~/.gtkrc-2.0 does not already exists and if it does not it uses the theme. The theme has to be constructed first to reflect OS X appearance settings (this is done by sync_osx_look.sh).
20 files changed:
Makefile.am
packaging/macosx/Resources/bin/inkscape
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-down.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-left.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-right.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/stepper-up.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars/trough-scrollbar-vert.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/copy-slider.sh [new file with mode: 0755]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz-prelight.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-horiz.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert-prelight.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_1/slider-vert.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/copy-slider.sh [new file with mode: 0755]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz-prelight.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-horiz.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert-prelight.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/Scrollbars_6/slider-vert.png [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc [new file with mode: 0644]
packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/sync_osx_look.sh [new file with mode: 0755]