| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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 r15525)
|
| |
|
| |
(bzr r15142.1.32)
|
| |
|
|
|
|
|
|
| |
internal extensions where translation via gettext is desired.
Fixed bugs:
- https://launchpad.net/bugs/1591230
(bzr r14979)
|
| |
|
| |
(bzr r14660)
|
| |
|
| |
(bzr r14169)
|
| |
|
| |
(bzr r14126)
|
| |
|
| |
(bzr r14067)
|
| |
|
| |
(bzr r14062)
|
| |
|
| |
(bzr r13947)
|
| |
|
| |
(bzr r13915)
|
| |
|
| |
(bzr r13914)
|
| |
|
| |
(bzr r13913)
|
| |\
| |
| | |
(bzr r13341.1.255)
|
| | |
| |
| | |
(bzr r13544)
|
| |/
|
| |
(bzr r13341.1.184)
|
| |
|
| |
(bzr r13473)
|
| |
|
| |
(bzr r13459)
|
| |
|
| |
(bzr r13454)
|
| |
|
| |
(bzr r13322)
|
| |
|
| |
(bzr r13319)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
class. (WMF)
modified:
src/extension/internal/emf-inout.h
src/extension/internal/wmf-inout.cpp
src/extension/internal/wmf-inout.h
unknown:
.comments/
1232425-fix-clang-warnings-mismatched-tags-SPStyle-r13299-v1.diff
FILTERS/
RecentTextDecoChagnes.zip
doxygen/
share/attributes/attindex.html
share/attributes/propidx.html
share/symbols/FlowSymbolsNew.svg
src/cxxtests
src/cxxtests.cpp
src/cxxtests.log
src/cxxtests.xml
src/ui/dialog/symbols.cpp_new
(bzr r13311)
|
| |
|
|
|
|
|
|
|
| |
-----
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)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1248753
(bzr r13167)
|
| |
|
|
|
|
|
| |
properties.
Split style.h into more manageable size files.
(bzr r13135)
|
| |
|
|
|
|
|
|
| |
EMF: code cleanup
Fixed bugs:
- https://launchpad.net/bugs/1241783
(bzr r13119)
|
| |
|
|
|
|
|
|
| |
import/export (bug #1278645).
Fixed bugs:
- https://launchpad.net/bugs/1278645
(bzr r13049)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EMF support:
- linear gradients: improve numeric stability on round-trip editing
- linear gradients: fix scaling issue
libTERE/text_reassemble update:
- improve handling of whitespace created with large x kerns
- fix handling of absolute RTL-positioning of LTR text in EMF files
WMF support:
- fix support for 'textout' records and Placeable headers
- add support for CREATEPATTERNBRUSH
- fix offset on load if opened via GUI (bug #1250250)
Fixed bugs:
- https://launchpad.net/bugs/1263242
- https://launchpad.net/bugs/1250250
(bzr r13008)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1263242
(bzr r12953)
|
| |
|
| |
(bzr r12897)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1243011
(bzr r12733)
|
| |
|
|
|
|
|
|
| |
make it work, the applied scale transform works weird somehow
Fixed bugs:
- https://launchpad.net/bugs/1244793
(bzr r12732)
|