summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-pstricks.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+2
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* Fixed some further issues with Internal extensions after the introduction of ↵Marcin Floryan2008-04-231-1/+1
| | | | | schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+4
| | | (bzr r5149)
* Purged fill type enumJon A. Cruz2007-09-101-2/+2
| | | (bzr r3706)
* Applied Yossi's patch 1721693 for bugs 1718405, 1718934, and 1720822Bob Jamison2007-05-191-6/+46
| | | (bzr r3030)
* Apply Yossi's patchBob Jamison2007-05-181-39/+0
| | | (bzr r3028)
* Apply yfarjoun's one-line patch to remove any stroke from fill(), to ↵Bob Jamison2007-05-111-1/+1
| | | | | accomodate strokeless objects. Strokes are handled separately in stroke(). (bzr r3001)
* patch from bug 1474575bulia byak2006-05-271-0/+6
| | | (bzr r1028)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-1/+3
| | | | | | | | 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/+362
(bzr r1)