| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r13822.1.7)
|
| |
|
| |
(bzr r13822.1.6)
|
| |
|
| |
(bzr r13822.1.5)
|
| |
|
| |
(bzr r13822.1.4)
|
| |
|
| |
(bzr r13822.1.3)
|
| |
|
| |
(bzr r13822.1.2)
|
| |
|
| |
(bzr r13822.1.1)
|
| |
|
| |
(bzr r13679)
|
| |\
| |
| | |
(bzr r13341.1.278)
|
| | |
| |
| | |
(bzr r13615)
|
| | |\
| | |
| | | |
(bzr r13614)
|
| | | |
| | |
| | | |
(bzr r13611.1.4)
|
| | |/
| |
| | |
(bzr r13612)
|
| | |
| |
| | |
(bzr r13485)
|
| | |
| |
| | |
(bzr r13484)
|
| | |
| |
| | |
(bzr r13341.1.117)
|
| | |
| |
| | |
(bzr r13341.1.114)
|
| | |
| |
| | |
(bzr r13341.1.113)
|
| | |
| |
| |
| |
| | |
attributes.
(bzr r13341.1.110)
|
| |\|
| |
| | |
(bzr r13341.1.103)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
#1348891, #1344217, #1333445, and stubborn Windows bug #956225 (possibly more).
Fixed bugs:
- https://launchpad.net/bugs/1348891
- https://launchpad.net/bugs/1344217
- https://launchpad.net/bugs/1333445
- https://launchpad.net/bugs/956225
(bzr r13474)
|
| | |
| |
| | |
(bzr r13415)
|
| | |
| |
| | |
(bzr r13402)
|
| | |
| |
| | |
(bzr r13341.1.98)
|
| | |
| |
| | |
(bzr r13341.1.56)
|
| |/
|
| |
(bzr r13341.1.42)
|
| |
|
| |
(bzr r13315)
|
| |
|
| |
(bzr r13301)
|
| |
|
| |
(bzr r13300)
|
| |
|
| |
(bzr r13298)
|
| |
|
| |
(bzr r13208)
|
| |
|
| |
(bzr r13151)
|
| |
|
|
|
| |
on the root element.
(bzr r13146)
|
| |
|
|
|
|
|
| |
properties.
Split style.h into more manageable size files.
(bzr r13135)
|
| |
|
| |
(bzr r13133)
|
| |
|
| |
(bzr r13128)
|
| |
|
| |
(bzr r13125)
|
| |
|
| |
(bzr r13037)
|
| |
|
|
|
|
|
| |
Define WITH_CSSBLEND to try out.
Note: The modes are defined in CSS Compositing and Blending Level 1.
To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border).
(bzr r12845)
|
| |
|
|
|
|
|
| |
zoomed in"
Fixed typo in style.cpp which prevent reading in "image-rendering" attribute.
(bzr r12808)
|
| |
|
| |
(bzr r12670.1.1)
|
| |
|
|
|
| |
toString()
(bzr r12607)
|
| |
|
| |
(bzr r12590)
|
| |\
| |
| | |
(bzr r12475.1.29)
|
| | |
| |
| |
| |
| |
| | |
Fixed bugs:
- https://launchpad.net/bugs/1127103
(bzr r12530)
|
| |\|
| |
| | |
(bzr r12475.1.16)
|
| | |\
| | |
| | | |
(bzr r11668.1.75)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |/
|/|
| | |
(bzr r12475.1.9)
|
| |\ \
| | |
| | | |
(bzr r12471)
|