summaryrefslogtreecommitdiffstats
path: root/src/inkscape-manifest.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: autogenerate Windows .rc files for inkscape and inkviewEduard Braun2017-07-171-8/+20
| | | | | | | | | | | | | | | | | | - inkscape.rc/inkview.rc are automatically configured with the correct program name, version number and copyright year - use one common file for all four configurations (inkscape/inkview, x86/x64) which should make it much easier to maintain and keep in sync - fix/update/add some fields in the resource file, see https://msdn.microsoft.com/library/windows/desktop/aa381058.aspx - also unify inkscape-manifest.xml As a result all configurations will use dpiAware=True now (x86 and inkview did not have that setting yet) This does not matter in gtk3 but is known know to cause tiny icons on gtk2. It's still the preferred option as everything else (including canvas) is properly scaled; if bitmap interpolation is more desirable instead the setting can be overriden in the compatibility tab of the executables properties dialog
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-9/+9
| | | (bzr r10417)
* This is a minor patch for the windows RC files. I've added the VERSIONINFO ↵Joel Holdsworth2007-06-241-0/+10
metadata, as well as a manifest entry to both inkview.rc, and inkscape.rc. The two xml manifest files have been added to \src as well. (bzr r3089)