summaryrefslogtreecommitdiffstats
path: root/src/text-editing.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-211-0/+31
| | | (bzr r8898)
* Richard's patch for crash bug 402274bulia byak2009-10-041-2/+3
| | | (bzr r8710)
* utilities for getting style at cursor, placing cursor at iterator or ↵bulia byak2009-02-161-2/+10
| | | | | coordinates, getting cursor iterator; display char count when editing in text tool (bzr r7299)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-2/+2
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* NR -> 2geom some headers in src/Joshua L. Blocher2008-12-041-3/+3
| | | (bzr r6935)
* bug #168370 (consider parent transform and viewBox)Thomas Holder2008-11-281-1/+16
| | | (bzr r6914)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-7/+7
| | | (bzr r6839)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-9/+9
| | | (bzr r6793)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-5/+5
| | | (bzr r6593)
* slight tweak to r19493 to ensure that there's no possibility that we might ↵Richard Hughes2008-07-311-8/+5
| | | | | accidentally alter an SPString outside of the flowtext (bzr r6491)
* fix crash when deleting whitespace in start of flowtextbulia byak2008-07-301-4/+8
| | | (bzr r6483)
* codedread's patch to fix editing of text with a title or description (see ↵Stephen Silver2008-07-281-0/+1
| | | | | bug 238093). (bzr r6438)
* add utility function for average linespacingbulia byak2008-07-181-0/+13
| | | (bzr r6343)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-5/+5
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-2/+2
| | | (bzr r5884)
* handle PI nodesMenTaLguY2008-06-111-0/+3
| | | (bzr r5882)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* Warning cleanupJon A. Cruz2007-11-101-8/+8
| | | (bzr r4052)
* Revert back to old is_line_break_object() to fix problems with line breaks ↵Gail Carmichael2007-09-251-7/+1
| | | | | in first line of unflowed text. Reason for changing it in the first place was to match line break logic in sp-text.cpp but apparently this wasn't a good call. (bzr r3797)
* Cleaned up logic of sp_te_delete to adhere to UI/logic layering.Gail Carmichael2007-07-181-29/+25
| | | (bzr r3267)
* A few additions to ensure that editing trefs is not allowed (and doesn't ↵Gail Carmichael2007-07-171-15/+46
| | | | | cause a crash). Also allows all trefs within a selection to be 'unlinked'. (bzr r3261)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-2/+65
| | | | | (patch by gbanaszk) (bzr r3227)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-3/+3
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* replace sp_repr_new*sAaron Spike2007-01-251-22/+30
| | | (bzr r2281)
* removing some gcc4.1 warnings the right wayRalf Stephan2006-05-301-32/+51
| | | (bzr r1082)
* revert patch 12062:12063, deemed unsafe, with better alternativesRalf Stephan2006-05-301-94/+93
| | | (bzr r1081)
* use unions for type-punning to remove some gcc-4.1 warningsRalf Stephan2006-05-291-93/+94
| | | (bzr r1061)
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-061-8/+21
| | | | | | | Okay, I'm basically undoing the last commit that SVK screwed up. All this work is not mine, it was done by other people. Sorry to mess things up. (bzr r92)
* (bzr r90)Ted Gould2006-02-061-21/+8
|
* fix recurstion gaffe, commentbulia byak2006-02-051-8/+21
| | | (bzr r80)
* sp_text_get_length_upto to count length recursively up to a given childbulia byak2006-02-051-0/+24
| | | (bzr r76)
* fix crash when setting letterspacing at the end of a non-tspanned textbulia byak2006-01-211-2/+5
| | | (bzr r19)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1660
(bzr r1)