summaryrefslogtreecommitdiffstats
path: root/src/inkscape-x64.rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: autogenerate Windows .rc files for inkscape and inkviewEduard Braun2017-07-171-30/+0
| | | | | | | | | | | | | | | | | | - 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
* root dir tidying: cleanup inkscape iconsEduard Braun2017-07-161-1/+1
| | | | | | | - move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer) - remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size) - use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px) - also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
* Revert "Drop btool .rc files"Eduard Braun2017-07-141-0/+30
| | | | This reverts commit a32a763a36548f63b6c0d758cb8a82de60e11f18.
* Drop btool .rc filesBryce Harrington2017-07-141-30/+0
| | | | The btool build system is no longer present in inkscape's source tree.
* [Bug #1616730] Bump trunk version to 0.92+devel.Nicolas Dufour2016-08-251-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1616730 (bzr r15074)
* Update for pre1Bryce Harrington2016-05-251-2/+2
| | | (bzr r14916)
* Update for 0.92 alpha releaseBryce Harrington2016-05-251-4/+4
| | | (bzr r14915)
* Fix version numbersBryce Harrington2014-10-301-4/+4
| | | (bzr r13643)
* Open development for the 0.92 seriesBryce Harrington2014-10-301-4/+4
| | | (bzr r13642)
* fix build problem for win32 due to syntax problem in .rc files after tagging ↵Adib Taraben2014-08-171-2/+2
| | | | | pre2 (bzr r13526)
* Set pre-release version to 0.91pre2Bryce Harrington2014-08-151-4/+4
| | | (bzr r13513)
* add Windows resource files for x64 buildsJohan B. C. Engelen2014-05-121-0/+30
(bzr r13366)