summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Resources/themes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix GTK+ module caches; simplify gtk theme usage; remove copy of Adwaita themesu_v2014-08-20134-5910/+0
| | | (bzr r13506.1.8)
* OS X packaging updateLiam P. White2014-08-11151-561/+5910
| | | (bzr r13506.1.1)
* packaging/macosx: update default theme for newer Clearlooks enginesu_v2012-10-091-22/+46
| | | | | | Fixed bugs: - https://launchpad.net/bugs/875577 (bzr r11763)
* - Check that poppler iis included in the App bundle.mjwybrow2009-09-112-38/+2
| | | | | | | | | - Discover the ImageMagick version at packaging time rather than it being hardcoded. - Move the theme related gtkrc file into the user's $HOME/.inkscape-etc directory, rather than the modified version getting written into the App bundle. Fixes bug #169013. (bzr r8579)
* - Hide some warnings that occur if the AppleAquaColorVariant ormjwybrow2009-07-191-2/+2
| | | | | AppleHighlightColor preference values do not exist. (bzr r8307)
* * optipng -o9 *.png (in trunk)Ivan Mas??r2009-06-1214-0/+0
| | | (bzr r8072)
* Fix problem with GTK font sizeJiHO2009-05-181-2/+1
| | | | | Not specifying the font chooses a nice default but throws all kind of console messages. Choose 10. (bzr r7906)
* Fixes to icon and font sizesJiHO2009-05-181-3/+17
| | | | | | Some icons made smaller (smaller button sizes on OS X) Font size left blank which chooses a good default and should play better with people having custom configuations. (bzr r7905)
* Fix GTK font size in custom themeJiHO2009-05-171-1/+1
| | | (bzr r7902)
* Fix bug 263932: print preview on OS XJiHO2009-05-171-0/+2
| | | | | | | | | The print preview command was looking for evince by default. Marnen Laibow-Koser comment on the bug: https://bugs.launchpad.net/inkscape/+bug/263932 and suggested setting the gtk-print-preview-command in the theme. This is done here. (bzr r7901)
* * ↵mjwybrow2008-03-051-0/+4
| | | | | | | | | | packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc: Make the highlight colour for the menus be the user's OSX highlight colour, rather than white. * packaging/macosx/osx-app.sh: Include the gtk printbackends in app bundle. (bzr r4966)
* When the appearance settings on OS X are not changed from the default, the ↵JiHO2008-02-161-4/+10
| | | | | | | properties AppleAquaColorVariant and AppleHighlightColor do not exist. Add defaults which correspond to Aqua and blue, the default, flashy, appearance of OS X. Fixes bug #175967. (bzr r4743)
* added icon theme specification to the GTK theme Inkscape uses on OS X. I use ↵JiHO2007-10-111-0/+2
| | | | | gnome default which is currently Pango (and looks better than the old gnome theme) (bzr r3872)
* added a default gtk theme for Inkscape on OS X. The shell script which runs ↵JiHO2007-09-0518-0/+546
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). (bzr r3683)