| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Fixes https://gitlab.com/inkscape/inbox/issues/1104
|
| | |
|
| |
|
|
|
|
| |
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Replaces all hard coded or implicit desktop coordinate usage with
doc2dt multiplication.
New global preference: Interface > Origin at upper left
https://bugs.launchpad.net/inkscape/+bug/170049
|
| | |
|
| |
|
|
| |
This renames most C <*.h> includes into C++ <c*> includes.
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| |
|
|
| |
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
| | |
|
| |
|
|
| |
A lot of header clean-up.
|
| |
|
|
|
|
|
|
|
| |
Replace "\stackrel" with "\tabular" to achieve constant line spacing.
The former varies line spacing depending on the content of the line
(i.e. an line containing "-" will have a very small height)
Add basic support for line-height.
(currently only the top level text element is considered)
|
| |
|
| |
Found via `codespell`
|
| |
|
|
|
| |
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/1739497
|
| |
|
|
|
|
| |
As the parser seems to wrap newlines into their own tspan which has
the same style as the preceding tspan the latex-text renderer
produced output like "\texbf{\\}" which broke compilation in LaTeX
|
| |
|
|
|
|
|
|
|
|
|
| |
Wrap text in "\shortstack" to allow for newlines using "\\".
The output extension already produced those but they are ignored
in a "\smash" environment.
Patch by Michael Jäntsch
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/771959
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This also fixes an issue with multipage PDF output where an empty
string would have been assumed to require emission of the previous
page when in fact the CairoRenderer does not produce a new page in
this case resulting in another facet of
https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1417470
Invisible characters might still cause this issue but it seems to be
a very unlikely scenario and there's no way to know this without
actually rendering the glyphs (which seems to be overkill here)
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
(bzr r14436)
|
| |
|
| |
(bzr r14236)
|
| |
|
| |
(bzr r14125)
|
| |
|
| |
(bzr r13922.1.11)
|
| |
|
| |
(bzr r13922.1.10)
|
| |
|
| |
(bzr r13922.1.6)
|
| |
|
|
|
|
|
|
| |
change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on.
(bzr r13922.1.1)
|
| |
|
| |
(bzr r13700)
|
| |\
| |
| | |
(bzr r12475.1.29)
|
| | |\
| | |
| | | |
(bzr r11608.1.121)
|
| | |\ \
| | | |
| | | | |
(bzr r11608.1.120)
|
| | | | |
| | | |
| | | | |
(bzr r11608.1.60)
|
| |\ \ \ \
| | |_|/
| |/| | |
(bzr r12475.1.16)
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
Fixed bugs:
- https://launchpad.net/bugs/771957
(bzr r12487.1.2)
|
| |/ /
| |
| | |
(bzr r12475.1.2)
|
| |/
|
| |
(bzr r12380.1.54)
|
| |
|
| |
(bzr r11847)
|
| |\
| |
| | |
(bzr r11027)
|
| | |
| |
| |
| |
| |
| | |
tells us 'line 154: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 147"
Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly)
(bzr r10915)
|
| |/
|
| |
(bzr r10914)
|
| |
|
| |
(bzr r10781)
|
| |
|
| |
(bzr r10779)
|
| |
|
| |
(bzr r10686)
|
| |
|
|
|
| |
using them more obvious. Fix filter region computation.
(bzr r10582.1.1)
|
| |
|
|
|
|
|
| |
item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded
(bzr r10466)
|
| |
|
| |
(bzr r10461)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/792384
(bzr r10257)
|
| |
|
|
|
| |
SP_ROOT() gtk type function/macro.
(bzr r10254)
|
| |
|
|
|
|
| |
* use textit instead of itshape, use textbf instead of bfseries; this improves kerning
* add textsl (slanted) for oblique font shapes (e.g. Arial)
(bzr r10156)
|
| |
|
| |
(bzr r10155)
|
| |
|
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/643849
- https://launchpad.net/bugs/687344
(bzr r10154)
|
| |
|
|
|
| |
Tobias Gradl)
(bzr r10089)
|