| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Many bug fixes to ensure proper behavior for the different line spacing modes.
Return focus to canvas when buttons are pushed in text tool bar.
Change step size to a reasonable value for line height when unit not percent.
Fix some issues with history for changes to line spacing in flowed text.
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1618015
(bzr r15632)
|
| |\
| |
| | |
(bzr r14954.1.29)
|
| | |
| |
| | |
(bzr r15034)
|
| | |
| |
| | |
(bzr r15027)
|
| | |
| |
| | |
(bzr r15025)
|
| | |
| |
| | |
(bzr r14954.1.21)
|
| | |
| |
| | |
(bzr r14954.1.20)
|
| |/
|
| |
(bzr r14954.1.19)
|
| |
|
| |
(bzr r14509)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1477723
(bzr r14258)
|
| |
|
| |
(bzr r13922.1.10)
|
| |
|
| |
(bzr r13922.1.5)
|
| |
|
|
|
|
|
|
| |
change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on.
(bzr r13922.1.1)
|
| |
|
| |
(bzr r13822.1.4)
|
| |
|
| |
(bzr r13270)
|
| |
|
| |
(bzr r12738)
|
| |
|
| |
(bzr r12505)
|
| |\
| |
| | |
(bzr r11668.1.75)
|
| | |
| |
| | |
(bzr r12380.1.54)
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 r12217)
|
| |
|
| |
(bzr r12119)
|
| |
|
| |
(bzr r11418)
|
| |
|
| |
(bzr r11011)
|
| |
|
| |
(bzr r10987)
|
| |
|
|
|
|
|
| |
item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded
(bzr r10466)
|
| |
|
| |
(bzr r10461)
|
| |\
| |
| | |
(bzr r9508.1.73)
|
| | |
| |
| | |
(bzr r10064)
|
| | |
| |
| | |
(bzr r10060)
|
| | |
| |
| | |
(bzr r10025)
|
| |\|
| |
| | |
(bzr r9508.1.72)
|
| | |\
| | |
| | | |
(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)
|
| | | |
| | |
| | | |
(bzr r9546.1.4)
|
| | | |
| | |
| | |
| | |
| | | |
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options].
(bzr r9546.1.1)
|
| |\| |
| | |
| | | |
(bzr r9508.1.70)
|
| | | |
| | |
| | |
| | |
| | | |
meant that if the file was immediately saved it might display wrong in other apps
(bzr r9840)
|
| | |/
| |
| | |
(bzr r9811)
|
| |/
|
| |
(bzr r9508.1.47)
|
| |
|
|
|
| |
text toolbar along with routines needed by them.
(bzr r9417)
|
| |
|
| |
(bzr r8898)
|
| |
|
| |
(bzr r8710)
|
| |
|
|
|
| |
coordinates, getting cursor iterator; display char count when editing in text tool
(bzr r7299)
|
| |
|
|
|
|
| |
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement
(bzr r7251)
|