| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
pref optional to scale dashes on stroke scale
|
| | |
|
| | |
|
| |
|
|
| |
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`
|
| |
|
| |
(bzr r15724)
|
| |
|
| |
(bzr r15526)
|
| |
|
| |
(bzr r14594)
|
| |
|
| |
(bzr r14059.2.16)
|
| |\
| |
| | |
(bzr r14059.2.15)
|
| | |
| |
| | |
(bzr r14059.1.20)
|
| | |\
| | |
| | | |
(bzr r14059.1.12)
|
| | |\ \
| | | |
| | | | |
(bzr r14059.1.2)
|
| | | | |
| | | |
| | | | |
(bzr r13341.6.19)
|
| |\ \ \ \
| | |_|/
| |/| | |
(bzr r14059.2.11)
|
| | |/ /
| | |
| | | |
(bzr r14062)
|
| |/ /
| |
| | |
(bzr r14059.2.1)
|
| | |
| |
| | |
(bzr r13908)
|
| |/
|
| |
(bzr r13459)
|
| |
|
| |
(bzr r13300)
|
| |
|
| |
(bzr r13162)
|
| |
|
|
|
|
|
| |
properties.
Split style.h into more manageable size files.
(bzr r13135)
|
| |
|
|
|
|
|
|
| |
import/export (bug #1278645).
Fixed bugs:
- https://launchpad.net/bugs/1278645
(bzr r13049)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1263242
(bzr r12953)
|
| |
|
| |
(bzr r12746)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1241783
(bzr r12726)
|
| |\
| |
| | |
(bzr r12475.1.29)
|
| | |
| |
| |
| |
| | |
called Inkscape::Pixbuf. Replace usage in the code as appropriate.
(bzr r12531)
|
| |/
|
| |
(bzr r12475.1.16)
|
| |
|
| |
(bzr r12499)
|
| |
|
|
|
| |
Rename libunicode-convert to symbol_convert and put it in libuemf.
(bzr r12490)
|
| |
|
| |
(bzr r11668.1.76)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export).
2. Implements CSS 3 (and CSS 2) text-decoration support.
Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance:
text-decoration: underline solid
is valid, but would break CSS2. Solid is the default, so that sort of case is written as:
text-decoration: underline
If the state is CSS3 specific all of the needed fields are of course include, like
text-decoration: underline wavy red
3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces)
4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span.
5. It incorporates code to disable text decorations when text so marked is mapped onto a path.
6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts.
7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. )
(bzr r11668.1.71)
|