summaryrefslogtreecommitdiffstats
path: root/src/text-editing.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)