| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1127103
(bzr r12530)
|
| |\
| |
| | |
(bzr r11668.1.75)
|
| | |\
| | |
| | | |
(bzr r12471)
|
| | | |
| | |
| | | |
(bzr r12380.1.54)
|
| | | |
| | |
| | |
| | |
| | | |
of SPStyle struct. (after r12452)
(bzr r12470)
|
| | |/
| |
| |
| |
| | |
besides just integers and enums
(bzr r12452)
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 r12297)
|
| |
|
| |
(bzr r12272)
|
| |
|
| |
(bzr r12206)
|
| |
|
|
|
| |
annoying warning.
(bzr r11970)
|
| |
|
|
|
| |
they are not used elsewhere.
(bzr r11735)
|
| |
|
| |
(bzr r11686)
|
| |
|
| |
(bzr r11668)
|
| |
|
| |
(bzr r11621)
|
| |
|
| |
(bzr r11616)
|
| |
|
| |
(bzr r11608)
|
| |
|
| |
(bzr r11393)
|
| |
|
| |
(bzr r11325)
|
| |
|
| |
(bzr r11007)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/935157
(bzr r10995)
|
| |
|
| |
(bzr r10830)
|
| |
|
| |
(bzr r10659)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
color-interpolation-filters
properties (however, Inkscape assumes sRGB everywhere at the moment).
Change color-interpolation-filters from attribute to style property in
sp-filter.cpp as it is not allowed as an attribute in a <filter> (it is
only allowed as an attribute in filter primitives).
Added color-interpolation-filters:sRGB to style when new filter is created
in filter-chemistry.cpp.
(bzr r10591)
|
| |\
| |
| | |
(bzr r10347.1.13)
|
| | |
| |
| |
| |
| | |
for GSOC.
(bzr r10448)
|
| | |
| |
| | |
(bzr r10437.1.1)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
a patch by Andrew Lutomirski.
Fixed bugs:
- https://launchpad.net/bugs/171243
(bzr r10347.1.8)
|
| |/
|
| |
(bzr r10347.1.1)
|
| |
|
| |
(bzr r10060)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| | |
| |
| |
| |
| | |
Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected.
(bzr r9546.1.5)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet.
(bzr r9900)
|
| | |
| |
| |
| |
| | |
is drag-n-drop'ed or selected.
(bzr r9620)
|
| |/
|
|
|
| |
"commit the awesomesauce"
(bzr r9587)
|
| |
|
|
|
|
| |
(Call sp_desktop_set_style() with write_current = false.)
Tweak superscript/subscript shifts/sizes.
(bzr r9489)
|
| |
|
| |
(bzr r9487)
|
| |
|
|
|
| |
baseline-shift.
(bzr r9481)
|
| |
|
|
|
|
|
|
| |
Add superscript and subscript support to Text toolbar.
Missing icons for superscript and subscript.
Known bug: adding a character to a superscript or subscript text
string resets baseline-shift attribute.
(bzr r9475)
|
| |
|
|
|
|
| |
everyone has Bitstream Vera Sans and having a non-existant
default font can cause problems.
(bzr r9328)
|
| |
|
|
|
| |
properties; fixes the linespacing display in text and font dialog
(bzr r9243)
|
| |
|
| |
(bzr r9127)
|
| |
|
|
|
|
|
| |
http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device
* related to https://bugs.launchpad.net/inkscape/+bug/444021
(bzr r8871)
|
| |
|
|
|
| |
make them correctly handle inherit values; test case for the bug is added to the testsuite
(bzr r8519)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8404)
|
| |
|
| |
(bzr r7798)
|
| |
|
| |
(bzr r7050)
|
| |
|
|
|
| |
object is NULL
(bzr r6917)
|
| |
|
| |
(bzr r6885)
|