| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
fixes ungrouping of "font-weight:bolder"
fixes "titling-caps" parsing
fixes a casting error in CairoRenderContext::renderGlyphtext
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/Code_refactoring
Some small optimisations may have slipped in as well.
----
I hereby disclaim any implicit or explicit ownership of my changes in this
changeset, and put them under a multiple licence consisting of your choice of
one of more of:
- The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .
- The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License
- The default licence of your project
- The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version
2.1 or higher
- The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or
higher
- Any licence in the 2018-Aug-27 popular licenses list of
https://opensource.org/licenses
- The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later
- The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later
- The https://en.wikipedia.org/wiki/ISC_license
- The https://opensource.org/licenses/BSD-2-Clause
Crediting me will be nice, but not mandatory, and you can change the licence
of the project without needing my permission.
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
| |
Found via `codespell`
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
pref optional to scale dashes on stroke scale
|
| | |
|
| | |
|
| |
|
|
|
| |
This makes it clearer whether an integer or a boolean has to be passed
in this specific call.
|
| |
|
|
| |
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.
|
| |
|
| |
Found via `codespell`
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead.
Fixed bugs:
- https://launchpad.net/bugs/1549015
- https://launchpad.net/bugs/1675755
- https://launchpad.net/bugs/1335660
- https://launchpad.net/bugs/1089857
- https://launchpad.net/bugs/1599763
(bzr r15617)
|
| |
|
|
|
|
| |
Remove rotation via viewbox.
Still some work to do...
(bzr r15603)
|
| |
|
| |
(bzr r15142.1.32)
|
| |
|
|
|
|
|
|
| |
internal extensions where translation via gettext is desired.
Fixed bugs:
- https://launchpad.net/bugs/1591230
(bzr r14979)
|
| |
|
| |
(bzr r14660)
|
| |
|
| |
(bzr r14435)
|
| |
|
| |
(bzr r14062)
|
| |
|
| |
(bzr r13947)
|
| |
|
| |
(bzr r13914)
|
| |
|
| |
(bzr r13913)
|
| |\
| |
| | |
(bzr r13341.1.255)
|
| | |
| |
| | |
(bzr r13544)
|
| |/
|
| |
(bzr r13341.1.184)
|
| |
|
| |
(bzr r13468)
|
| |
|
| |
(bzr r13459)
|
| |
|
| |
(bzr r13322)
|
| |
|
| |
(bzr r13319)
|
| |
|
| |
(bzr r13318)
|
| |
|
|
|
| |
class.
(bzr r13310)
|
| |
|
|
|
|
|
|
|
| |
-----
The patch:
1. Removes half a dozen or so code lines that didn't do anything.
2. Fixes a couple of missing tests for pointers which cannot be NULL. (Note that in many instances the pseudoobject functions in upmf.c do accept null pointers because the objects being constructed have optional parts.)
3. There was one "real" potential memory leak (line 6276 in upmf.c, numbers before the patch). I fixed the others too, but they just never happen (iconv would have to fail in some strange way.) There are no (real) memory access violations or memory leaks in any of this either in standalone libUEMF testing or in use as part of Inkscape as determined from valgrind runs.
(bzr r13211)
|
| |
|
|
|
|
|
|
| |
<rect> element (bug #1294713)
Fixed bugs:
- https://launchpad.net/bugs/1294713
(bzr r13166)
|
| |
|
|
|
|
|
| |
properties.
Split style.h into more manageable size files.
(bzr r13135)
|