summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Resources/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove MacOSX packaging and make space for future 0.93 osx packagers.Martin Owens2016-12-302-182/+0
| | | (bzr r15377.1.1)
* packaging/macosx: fix print preview (Gtk+ itself only sets Preview.app as ↵su_v2015-05-121-0/+3
| | | | | default for the Quartz backend) (bzr r14147)
* Update for osx packaging (re merge review by bryce)su_v2014-10-241-1/+1
| | | (bzr r13634.1.1)
* generate GtkStock icon theme when filling the app bundlesu_v2014-08-201-1/+1
| | | (bzr r13506.1.13)
* update custom fonts.conf to latest upstream changessu_v2014-08-201-4/+8
| | | (bzr r13506.1.10)
* Fix GTK+ module caches; simplify gtk theme usage; remove copy of Adwaita themesu_v2014-08-201-0/+20
| | | (bzr r13506.1.8)
* Add /System/Library/Fonts back to fontconfig's directory list (see bug #1288672)su_v2014-08-191-1/+1
| | | (bzr r13506.1.5)
* - Fix bug #400165: Binary Inkscape dist crashes when MacPorts is installed.mjwybrow2009-07-191-1/+0
| | | | | | The problem was Inkscape trying to read incompatible fontconfig caches from Macports. (bzr r8303)
* Fix bug 215906JiHO2009-05-171-1/+6
| | | | | | | | | The comments: https://bugs.launchpad.net/inkscape/+bug/215906 highlight that the user ~/Library/fonts folder is not used by Inkscape, which is weird because it most likely was before. We provide our own fonts.conf and this fixes it to add ~/Library/fonts. In addition, it currently comments the system fonts because most of them are in dfont format and are not yet handled well by pango. (bzr r7899)
* * macosx/Resources/bin/inkscape, macosx/Resources/etc/fonts/fonts.conf:mjwybrow2008-03-121-10/+7
| | | | | | Fix fontconfig configuration on machines where Macport's fontconfig is not installed. (bzr r5065)
* * packaging/macosx/Resources/etc/fonts/fonts.conf: Update packaging filesmjwybrow2007-02-031-199/+44
| | | | | for more recent versions of dependencies. (bzr r2316)
* * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:mjwybrow2006-01-171-0/+309
Use a modified fonts.conf file for Mac OS X that includes the standard user font directory ~/Library/Fonts. (bzr r5)