summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry ↵Tavmjong Bah2015-01-051-0/+2
| | | | | Kirsanov (buliabyak). (bzr r13839)
* Revert old behavior: changing "Default units" changes *only* the displayed ↵Johan B. C. Engelen2014-11-221-1/+1
| | | | | 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)
* Update to trunk r13621Liam P. White2014-10-171-0/+5
|\ | | | | (bzr r13341.1.278)
| * Merge hatch rendering code from Tomasz Boczkowski.Tavmjong Bah2014-10-141-0/+5
| |\ | | | | | | (bzr r13614)
| | * Merged hatch rendering codeTomasz Boczkowski2014-10-141-0/+5
| | | | | | | | | (bzr r13611.1.8)
| * | Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah2014-10-141-4/+6
| |/ | | | | (bzr r13612)
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-1/+1
| | | | | | (bzr r13485)
| * Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-311-0/+2
| | | | | | (bzr r13484)
* | Update to experimental r13531Liam P. White2014-08-311-7/+6
|\ \ | | | | | | (bzr r13090.1.106)
| * | Code cleanup.Liam P. White2014-08-181-7/+6
| | | | | | | | | (bzr r13341.1.145)
* | | Update to experimental r13460Liam P. White2014-08-061-1/+1
|\| | | | | | | | (bzr r13090.1.98)
| * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-1/+1
| | | | | | | | | (bzr r13341.1.113)
* | | Update to experimental r13452Liam P. White2014-07-301-4/+8
|\| | | | | | | | (bzr r13090.1.95)
| * | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' ↵Tavmjong Bah2014-07-301-4/+6
| | | | | | | | | | | | | | | attributes. (bzr r13341.1.110)
| * | Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+2
| |/ | | | | (bzr r13341.1.98)
| * Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-1/+0
| | | | | | | | | | on the root element. (bzr r13146)
| * Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-0/+1
| | | | | | | | | | | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
* | Add selection setsLiam P. White2014-05-101-0/+1
| | | | | | (bzr r13090.1.75)
* | Fixed path color when changed by Objects DialogLiam P. White2014-03-031-0/+1
|/ | | (bzr r13090.1.11)
* Read new SVG2 property 'paint-order'.Tavmjong Bah2014-02-181-0/+1
| | | (bzr r13037)
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+2
| | | | | | | 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)
* changes_2013_05_22a.patch:David Mathog2013-06-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Minor changes.Tavmjong Bah2012-12-221-3/+0
| | | (bzr r11969)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+3
| | | (bzr r11406)
* 1) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop2012-02-141-0/+2
| | | | | | | 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)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-0/+2
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* 1) Use the "snap guides" button both for guides being snap sources, as well ↵Diederik van Lierop2011-08-231-1/+1
| | | | | | | as for guides being snap targets 2) Remove some redundant guide-snapping code from the object snapper, (bzr r10576)
* Some code cosmetics and commentsDiederik van Lierop2011-08-221-16/+15
| | | (bzr r10570)
* Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-1/+1
| | | | | a single array, instead of each having its own member variable (bzr r10569)
* Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-0/+1
| | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
* - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-261-0/+2
| | | | | | | | 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)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | 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)
* Fix for Bug #586955 (the unit for user defined document size is not ↵Nicolas Dufour2010-09-261-0/+1
| | | | | refreshed if document is reopen). (bzr r9793)
* Cleanup of gradient swatch property and collection policy.Jon A. Cruz2010-07-091-0/+1
| | | (bzr r9602)
* Disabled unfinished connection point edit mode. Added ↵Arcadie M. Cracan2010-02-211-1/+3
| | | | | 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)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-2/+6
| | | (bzr r8952)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+2
| | | (bzr r8855)
* Removed sodipodi:versionJon A. Cruz2009-06-091-1/+0
| | | (bzr r8029)
* Store the maximized state in the document (closes bug #168422)Diederik van Lierop2009-05-311-2/+2
| | | (bzr r7967)
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-2/+4
| | | (bzr r7200)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-2/+5
| | | | | | | - 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)
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-0/+1
| | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008)
* Merge from fe-movedTed Gould2008-11-211-1/+0
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-0/+1
| | | (bzr r6885)
* Snap to intersections of any kind of path (were we previously only could ↵Diederik van Lierop2008-08-081-1/+1
| | | | | snap to intersections of line-segments) (bzr r6597)
* initial handling of <script> tagFelipe Corr??a da Silva Sanches2008-07-221-0/+1
| | | | | | | | 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)
* * implemented handling of font-style, font-variant, font-weight, and Felipe Corr??a da Silva Sanches2008-05-121-7/+7
| | | | | | | 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)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-0/+1
| | | (bzr r5600)
* Snap to page borderDiederik van Lierop2008-03-121-0/+1
| | | (bzr r5059)