| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The name "description" seems to be misleading -
it's (mis?)used by Microsoft to include the name of the program
|
| |
|
|
|
|
| |
The idea behind inkscape-version.h / inkscape-version.cpp is to
avoid rebuilding most of the code base when the version number
changes. Defining a version number in config.h defeats this purpose.
|
| |
|
|
| |
It's widely unused and seems harly necessary.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
(targets depended only on inkscape-version.cmake to be run but not on the created file itself resulting in changes only being picked up on the second build)
|
| |
|
| |
(bzr r15690.1.8)
|
| |
|
| |
(bzr r15679)
|
| |
|
|
|
|
|
|
|
|
|
| |
for inkscape executables.
It's not only more elegant, but it also makes the "install/strip" target work!
Also convert DESTINATION to a relative path. As relative paths are relative to ${CMAKE_INSTALL_PREFIX}, it's effectively the same as before, but cmake does not properly handle absolute paths on Windows, see [1].
[1] https://gitlab.kitware.com/cmake/cmake/issues/16859
(bzr r15678)
|
| |
|
|
|
|
|
| |
printing to console
(just as we do with inkscape.com / inkscape.exe)
(bzr r15677)
|
| |
|
| |
(bzr r15485)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code written by su_v in python as an extension, ported to c++ by Mc,
some fixes added by bryce.
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351
Option to disable it is called --no-convert-text-baseline-spacing
The terminology "convert" is chosen as a jargon word to be used for all
such legacy file conversions. The "--no-XXX" naming style is adopted
from the convention used by other software such as GIMP.
(bzr r15481)
|
| |
|
|
|
|
|
|
| |
http://inkscape.13.x6.nabble.com/compile-error-on-Windows-10-Inkscape-rev-15382-64-bit-td4978305.html)
Fixed bugs:
- https://launchpad.net/bugs/1645062
(bzr r15388)
|
| |
|
| |
(bzr r15187)
|
| |
|
| |
(bzr r15180)
|
| |
|
|
|
| |
There was a wrong dependency which caused a direct "check" target build to fail.
(bzr r15100.1.33)
|
| |\
| |
| | |
(bzr r15136.1.2)
|
| | |
| |
| |
| |
| | |
Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient.
(bzr r15137)
|
| |/
|
| |
(bzr r15136.1.1)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1094771
(bzr r15096)
|
| |\
| |
| | |
(bzr r14954.1.30)
|
| | |\
| | |
| | | |
(bzr r15038)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed bugs:
- https://launchpad.net/bugs/1424830
- https://launchpad.net/bugs/1606558
(bzr r15023.2.1)
|
| |\| |
| | |
| | | |
(bzr r14954.1.29)
|
| | |/
| |
| |
| |
| |
| | |
Added inkscape.com and icon to inkview.exe
Added msysenv.sh to support compiling using MSYS.
(bzr r15023.1.1)
|
| |\|
| |
| | |
(bzr r14954.1.18)
|
| | |
| |
| |
| |
| | |
Replaced tabs with whitespaces.
(bzr r15002.1.7)
|
| | |
| |
| | |
(bzr r15002.1.1)
|
| |\|
| |
| | |
(bzr r14954.1.6)
|
| | |
| |
| |
| |
| | |
Useful for comparing different versions of an SVG file.
(bzr r14980)
|
| |\|
| |
| | |
(bzr r14954.1.5)
|
| | |
| |
| |
| |
| |
| | |
Fixed bugs:
- https://launchpad.net/bugs/1591251
(bzr r14970)
|
| | |
| |
| | |
(bzr r14954.1.4)
|
| |/
|
| |
(bzr r14954.1.1)
|
| |
|
|
|
| |
system-wide
(bzr r14867)
|
| |\
| |
| |
| |
| | |
installed bin to installed libs.
(bzr r14866)
|
| |/
|
|
|
| |
be found correctly.
(bzr r14862.1.2)
|
| |\
| |
| | |
(bzr r14761.1.11)
|
| | |
| |
| | |
(bzr r14853)
|
| |/
|
|
|
| |
inkview against it.
(bzr r14761.1.6)
|
| |
|
|
|
|
|
|
|
| |
inkscape.desktop file (CMake build)
Fixed bugs:
- https://launchpad.net/bugs/1543304
- https://launchpad.net/bugs/1514588
(bzr r14785)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1509969
(bzr r14430)
|
| |
|
|
|
| |
selector tool and the node tool. Splitting large chunks of code into some small classes, and eliminating some wrapper methods which were all just too similar
(bzr r14363)
|
| |
|
| |
(bzr r14293.1.1)
|
| |
|
|
|
| |
These were found by running cmake_consistency_check.py
(bzr r14198)
|
| |
|
| |
(bzr r14106)
|
| |
|
| |
(bzr r14045)
|
| |
|
|
|
|
|
|
| |
<meshpatch>.
Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option.
Per SVG WG decission at Sydney 2015 face-to-face meeting.
(bzr r13956)
|
| |
|
| |
(bzr r13950)
|
| |
|
| |
(bzr r13946)
|
| |
|
| |
(bzr r13944)
|