summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/implementation.h (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)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+4
| | | (bzr r5149)
* r16894@shi: ted | 2007-10-30 09:26:42 -0700Ted Gould2007-10-301-1/+1
| | | | | OH MY GOD IT WORKS!!! (bzr r3980)
* r16893@shi: ted | 2007-10-30 07:31:04 -0700Ted Gould2007-10-301-6/+6
| | | | | | Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we need to be able to get selections in the document cache. (bzr r3979)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-3/+4
| | | | | | | Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977)
* r16676@shi: ted | 2007-10-12 21:09:50 -0700Ted Gould2007-10-301-6/+23
| | | | | Half fixed caching (bzr r3976)
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-131-0/+1
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould2007-06-271-1/+1
| | | | | Switching to sigc::signal so it actually works. (bzr r3126)
* r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould2007-06-271-1/+1
| | | | | | | The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125)
* r15379@tres: ted | 2007-05-09 19:13:37 -0700Ted Gould2007-06-271-0/+1
| | | | | Moving the dialog one step out and adding a cancel event. (bzr r3121)
* patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak2006-11-181-0/+1
| | | (bzr r1977)
* r11147@tres: ted | 2006-03-27 22:30:08 -0800Ted Gould2006-05-021-0/+1
| | | | | Ah, need to tell you what a node is first eh? (bzr r660)
* r11138@tres: ted | 2006-03-27 21:15:14 -0800Ted Gould2006-05-021-0/+1
| | | | | | Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+127
(bzr r1)