summaryrefslogtreecommitdiffstats
path: root/src/inkview.rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: autogenerate Windows .rc files for inkscape and inkviewEduard Braun2017-07-171-29/+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/+29
| | | | This reverts commit a32a763a36548f63b6c0d758cb8a82de60e11f18.
* Drop btool .rc filesBryce Harrington2017-07-141-29/+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)
* packaging: Update copyrights for the releaseBryce Harrington2014-06-181-1/+1
| | | (bzr r13431)
* Packaging. Changing package date to 2012.Nicolas Dufour2012-03-141-1/+1
| | | | | Translations. New Latvian translation by Janis Eisaks. (bzr r11085)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-29/+29
| | | (bzr r10417)
* Updated Win32 executable VersionInfo tables for 0.48+devel.Chris Morgan2010-09-041-5/+5
| | | (bzr r9741)
* Changed version number (0.47.0.0 -> 0.47.0.9, "0.47" -> "0.47+devel") in ↵Chris Morgan2010-01-051-4/+4
| | | | | | | inkscape.rc and inkview.rc so VersionInfo in inkscape.exe and inkview.exe for devel builds will be a bit different from 0.47 final. The installer has a much better version number detection system and will use the style 0.47.0.8944 and "0.47+devel-r8944" for bzr revision 8944, but I'm not quite up to wedging Bazaar revision detection into buildtool.cpp and build.xml yet. (bzr r8944)
* Updated version files that were missed.Chris Morgan2009-11-291-5/+5
| | | (bzr r8833.1.9)
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-231-0/+2
| | | (bzr r4830)
* Updated the version numbers in the .rc filesJoel Holdsworth2007-12-221-4/+4
| | | (bzr r4276)
* This is a minor patch for the windows RC files. I've added the VERSIONINFO ↵Joel Holdsworth2007-06-241-1/+25
| | | | | 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)
* included inkview into new win32 build system btooltheAdib2006-12-251-0/+3
(bzr r2101)