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