summaryrefslogtreecommitdiffstats
path: root/src/inkview.rc (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-17cmake: autogenerate Windows .rc files for inkscape and inkviewEduard Braun1-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
2017-07-16root dir tidying: cleanup inkscape iconsEduard Braun1-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)
2017-07-14Revert "Drop btool .rc files"Eduard Braun1-0/+29
This reverts commit a32a763a36548f63b6c0d758cb8a82de60e11f18.
2017-07-14Drop btool .rc filesBryce Harrington1-29/+0
The btool build system is no longer present in inkscape's source tree.
2016-08-25[Bug #1616730] Bump trunk version to 0.92+devel.Nicolas Dufour1-5/+5
Fixed bugs: - https://launchpad.net/bugs/1616730 (bzr r15074)
2016-05-25Update for pre1Bryce Harrington1-2/+2
(bzr r14916)
2016-05-25Update for 0.92 alpha releaseBryce Harrington1-4/+4
(bzr r14915)
2014-10-30Fix version numbersBryce Harrington1-4/+4
(bzr r13643)
2014-10-30Open development for the 0.92 seriesBryce Harrington1-4/+4
(bzr r13642)
2014-08-17fix build problem for win32 due to syntax problem in .rc files after tagging ↵Adib Taraben1-2/+2
pre2 (bzr r13526)
2014-08-15Set pre-release version to 0.91pre2Bryce Harrington1-4/+4
(bzr r13513)
2014-06-18packaging: Update copyrights for the releaseBryce Harrington1-1/+1
(bzr r13431)
2012-03-14Packaging. Changing package date to 2012.Nicolas Dufour1-1/+1
Translations. New Latvian translation by Janis Eisaks. (bzr r11085)
2011-07-05Gcodetools have been upgraded to v. 1.7.Nick Drobchenko1-29/+29
(bzr r10417)
2010-09-04Updated Win32 executable VersionInfo tables for 0.48+devel.Chris Morgan1-5/+5
(bzr r9741)
2010-01-05Changed version number (0.47.0.0 -> 0.47.0.9, "0.47" -> "0.47+devel") in ↵Chris Morgan1-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)
2009-11-29Updated version files that were missed.Chris Morgan1-5/+5
(bzr r8833.1.9)
2008-02-23Merged in Native File Dialogs for Windows BranchJoel Holdsworth1-0/+2
(bzr r4830)
2007-12-22Updated the version numbers in the .rc filesJoel Holdsworth1-4/+4
(bzr r4276)
2007-06-24This is a minor patch for the windows RC files. I've added the VERSIONINFO ↵Joel Holdsworth1-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)
2006-12-25included inkview into new win32 build system btooltheAdib1-3/+3
(bzr r2101)
2006-06-13patch [ 1504669 ] New win32 iconAaron Spike1-1/+1
(bzr r1207)