summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/svg.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* replace super-linear complexity stacked C stirng concatenations with O(1) ↵MenTaLguY2006-05-221-13/+5
| | | | | append to std::vector (bzr r932)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-9/+11
| | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+248
(bzr r1)