| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
| |
(bzr r13890)
|
| |
|
| |
(bzr r13852)
|
| |
|
|
|
| |
Kirsanov (buliabyak).
(bzr r13839)
|
| |
|
|
|
| |
units. It should not change the units used in SVG. We will need to create another setting for that at some later point.
(bzr r13748)
|
| |\
| |
| | |
(bzr r13341.1.278)
|
| | |\
| | |
| | | |
(bzr r13614)
|
| | | |
| | |
| | | |
(bzr r13611.1.8)
|
| | |/
| |
| | |
(bzr r13612)
|
| | |
| |
| | |
(bzr r13485)
|
| | |
| |
| | |
(bzr r13484)
|
| |\ \
| | |
| | | |
(bzr r13090.1.106)
|
| | | |
| | |
| | | |
(bzr r13341.1.145)
|
| |\| |
| | |
| | | |
(bzr r13090.1.98)
|
| | | |
| | |
| | | |
(bzr r13341.1.113)
|
| |\| |
| | |
| | | |
(bzr r13090.1.95)
|
| | | |
| | |
| | |
| | |
| | | |
attributes.
(bzr r13341.1.110)
|
| | |/
| |
| | |
(bzr r13341.1.98)
|
| | |
| |
| |
| |
| | |
on the root element.
(bzr r13146)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
antialiasing for display and export.
Fixes a nearly 10 year old bug #170356
Fixed bugs:
- https://launchpad.net/bugs/170356
(bzr r13144)
|
| | |
| |
| | |
(bzr r13090.1.75)
|
| |/
|
| |
(bzr r13090.1.11)
|
| |
|
| |
(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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 r11969)
|
| |
|
| |
(bzr r11406)
|
| |
|
|
|
|
|
| |
properties dialog (on the snap tab)
2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog)
(bzr r10975)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/898538
(bzr r10762)
|
| |
|
|
|
|
|
|
| |
-> snap tab)
2) for debugging purposes: code added for showing all snap candidates
3) groundwork for tangential/perpendicular snapping
(bzr r10672)
|
| |
|
|
|
|
|
| |
as for guides being snap targets
2) Remove some redundant guide-snapping code from the object snapper,
(bzr r10576)
|
| |
|
| |
(bzr r10570)
|
| |
|
|
|
| |
a single array, instead of each having its own member variable
(bzr r10569)
|
| |
|
|
|
| |
button for this (as requested in LP bug #727281 )
(bzr r10392)
|
| |
|
|
|
|
|
|
| |
had only ¨bounding box¨ and nodes (see bug #788178)
- Fix the display of the snap source
- Fix snapping of guides to other guides & grids
(bzr r10372)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
refreshed if document is reopen).
(bzr r9793)
|
| |
|
| |
(bzr r9602)
|
| |
|
|
|
| |
inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored).
(bzr r9103.1.1)
|
| |
|
| |
(bzr r8952)
|
| |
|
| |
(bzr r8855)
|
| |
|
| |
(bzr r8029)
|
| |
|
| |
(bzr r7967)
|
| |
|
| |
(bzr r7200)
|
| |
|
|
|
|
|
| |
- Snap to the midpoint of paths and bbox edges
- Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar
PS: icons.svg has been modified, so use "make install" if needed
(bzr r7144)
|
| |
|
|
|
| |
2) snap intersections within a single shape (as source; as target was already implemented)
(bzr r7008)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6885)
|
| |
|
|
|
| |
snap to intersections of line-segments)
(bzr r6597)
|
| |
|
|
|
|
|
|
| |
Some people develope SVG files that contain javascript. We should not
erase their script nodes!
Also, we could develop a scripting IDE in inkscape. Look at
http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE
(bzr r6391)
|
| |
|
|
|
|
|
| |
font-stretch attributes on font-face tags
* fixed typo on v-ideographic attribute on attributes.cpp
* fixed typo on src/sp-font-face.h
(bzr r5652)
|