summaryrefslogtreecommitdiffstats
path: root/src/text-editing.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-11-10Warning cleanupJon A. Cruz1-8/+8
2007-09-25Revert back to old is_line_break_object() to fix problems with line breaks in...Gail Carmichael1-7/+1
2007-07-18Cleaned up logic of sp_te_delete to adhere to UI/logic layering.Gail Carmichael1-29/+25
2007-07-17A few additions to ensure that editing trefs is not allowed (and doesn't caus...Gail Carmichael1-15/+46
2007-07-11bug 1243190: add tref element support; limited editing support thus far (patc...Richard Hughes1-2/+65
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-3/+3
2007-01-25replace sp_repr_new*sAaron Spike1-22/+30
2006-05-30removing some gcc4.1 warnings the right wayRalf Stephan1-32/+51
2006-05-30revert patch 12062:12063, deemed unsafe, with better alternativesRalf Stephan1-94/+93
2006-05-29use unions for type-punning to remove some gcc-4.1 warningsRalf Stephan1-93/+94
2006-02-06r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould1-8/+21
2006-02-06(bzr r90)Ted Gould1-21/+8
2006-02-05fix recurstion gaffe, commentbulia byak1-8/+21
2006-02-05sp_text_get_length_upto to count length recursively up to a given childbulia byak1-0/+24
2006-01-21fix crash when setting letterspacing at the end of a non-tspanned textbulia byak1-2/+5