| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r12537)
|
| |
|
|
|
| |
should be refactored at some point.
(bzr r12536)
|
| |\
| |
| | |
(bzr r12532)
|
| | |\
| | |
| | | |
(bzr r11608.1.121)
|
| | |\ \
| | | |
| | | | |
(bzr r11608.1.120)
|
| | | | |
| | | |
| | | | |
(bzr r11608.1.117)
|
| | |\ \ \
| | | | |
| | | | | |
(bzr r11608.1.112)
|
| | | | | |
| | | | |
| | | | | |
(bzr r11608.1.111)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
called Inkscape::Pixbuf. Replace usage in the code as appropriate.
(bzr r12531)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed bugs:
- https://launchpad.net/bugs/243729
(bzr r12528)
|
| | | | | |
| | | | |
| | | | | |
(bzr r12525)
|
| | |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
for blocker bug #1005892; this reinstates a line that was commented out in rev. 12488
Fixed bugs:
- https://launchpad.net/bugs/1005892
(bzr r12523)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes blocker bug #871563.
Fixed bugs:
- https://launchpad.net/bugs/871563
(bzr r12516)
|
| | | | |
| | | |
| | | | |
(bzr r12515)
|
| | |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
and vice versa. Simplifies some code.
Also introduce proper refcounting into svg_preview_cache.cpp
and fix its users.
(bzr r12512)
|
| |\ \ \
| | | |
| | | | |
(bzr r11668.1.75)
|
| | | | |
| | | |
| | | | |
(bzr r12380.1.62)
|
| | |\ \ \
| | | |/
| | |/| |
(bzr r12380.1.57)
|
| | | |/
| | |
| | |
| | |
| | |
| | | |
Fixed bugs:
- https://launchpad.net/bugs/1089702
(bzr r12440)
|
| | | |
| | |
| | | |
(bzr r12380.1.36)
|
| | | |
| | |
| | | |
(bzr r12380.1.28)
|
| | | |
| | |
| | | |
(bzr r12380.1.25)
|
| | |/
| |
| | |
(bzr r12380.1.21)
|
| |\|
| |
| | |
(bzr r11668.1.72)
|
| | |
| |
| |
| |
| |
| | |
Fixed bugs:
- https://launchpad.net/bugs/1188336
(bzr r12362)
|
| | |
| |
| |
| |
| | |
has it.
(bzr r12353)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
versions. Fixes bug #1179338.
Fixed bugs:
- https://launchpad.net/bugs/1179338
(bzr r12346.1.1)
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
Whitespace cleanup to make the issue easier to spot.
(bzr r12311)
|
| |
|
| |
(bzr r12275)
|
| |
|
| |
(bzr r12272)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1122774
(bzr r12243)
|
| |
|
| |
(bzr r12235)
|
| |
|
| |
(bzr r12228)
|
| |
|
| |
(bzr r12227)
|
| |
|
| |
(bzr r12213)
|
| |
|
| |
(bzr r12211)
|
| |
|
| |
(bzr r12206)
|
| |
|
| |
(bzr r12205)
|
| |
|
| |
(bzr r12204)
|
| |
|
|
|
| |
forward declarations
(bzr r12203)
|
| |
|
| |
(bzr r12180)
|
| |
|
|
|
|
|
| |
sRGB.
Huge speed advantage when using multiple threads.
(bzr r12170)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/858814
(bzr r12166)
|
| |
|
| |
(bzr r12128)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1110397
(bzr r12086)
|
| |
|
|
|
| |
you can.
(bzr r12077)
|
| |
|
| |
(bzr r12070)
|
| |
|
| |
(bzr r12065)
|
| |
|
| |
(bzr r12045)
|