summaryrefslogtreecommitdiffstats
path: root/src/sp-text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix rendering of "plain" SVG text.Tavmjong Bah2010-07-281-1/+1
| | | (bzr r9665)
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-0/+2
| | | | | | | | 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)
* Add dx (kerning), dy (vertical shifting), and rotate widgets toTavmjong Bah2010-05-141-0/+72
| | | | | text toolbar along with routines needed by them. (bzr r9417)
* Fixing conts correctness.Jon A. Cruz2010-01-201-1/+1
| | | (bzr r9009)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-4/+3
| | | | | for the devs) (bzr r8960)
* utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-211-2/+8
| | | (bzr r8898)
* Position of baseline anchor is now dependent of the text alignmentDiederik van Lierop2009-12-131-23/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168329 (bzr r8887)
* Text alignment is now taken into account when snapping a text objectDiederik van Lierop2009-12-051-2/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/412746 (bzr r8867)
* patch by Richard Hughes for 417777bulia byak2009-08-261-3/+3
| | | (bzr r8534)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-271-1/+1
| | | (bzr r7388)
* fix scaling of text without font size setbulia byak2009-02-241-1/+1
| | | (bzr r7358)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-3/+4
| | | | | displayed "B". (bzr r7335)
* Warning cleanup.Jon A. Cruz2008-12-051-2/+2
| | | (bzr r6947)
* NR -> 2geom some headers in src/Joshua L. Blocher2008-12-041-8/+8
| | | (bzr r6935)
* NR->Geom conversion of some text functions and tweak-contextJoshua L. Blocher2008-11-281-25/+25
| | | (bzr r6915)
* From trunkTed Gould2008-10-271-2/+2
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-5/+6
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
| | | (bzr r6839)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-1/+1
| | | (bzr r6793)
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-231-0/+4
| | | (bzr r6709)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* Patch from codedread. Prevents rendering of title/desc/metadata elements in ↵Stephen Silver2008-07-081-1/+1
| | | | | text (fixes bug 238093). (bzr r6226)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+2
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-5/+4
| | | (bzr r5884)
* bug 190722: crash adding newline to simple text object (gcc4.3+)Richard Hughes2008-02-131-3/+6
| | | (bzr r4728)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-2/+2
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* fix bug 168751 (sf1749738)bulia byak2007-12-301-1/+1
| | | (bzr r4340)
* Purged fill type enumJon A. Cruz2007-09-101-1/+1
| | | (bzr r3706)
* now this is the correct way to avoid nested updates, instead of the hack i ↵bulia byak2007-07-291-2/+14
| | | | | recently removed from sptspan set method (bzr r3338)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-0/+7
| | | | | (patch by gbanaszk) (bzr r3227)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+3
| | | | | create methods to match DOM (bzr r2253)
* Filtering now works with text and image objectsNiko Kiirala2006-10-101-0/+2
| | | (bzr r1794)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+2
| | | (bzr r1252)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-1/+1
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Before the rev 10880 fix in xml/simple-node.cpp, text updating when dragging ↵bulia byak2006-04-091-0/+14
| | | | | gradient handle worked solely due to a bug: a fake attribute change was fired on style= though it did not in fact change. Now that these fake change events are eliminated, we need to explicitly update the style of the text's arena items in _modified, same as is done e.g. in sp_shape_modified. (bzr r461)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+913
(bzr r1)