summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-win32-print.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-2/+2
| | | | | 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)
* fix include pathsJohan B. C. Engelen2008-04-151-1/+1
| | | (bzr r5446)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-5/+5
| | | (bzr r5149)
* Export/Import text as text + some bug-fixes.Ulf Erikson2007-11-251-6/+177
| | | (bzr r4134)
* Purged fill type, stroke type enumAdib Taraben2007-09-111-2/+2
| | | (bzr r3721)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-629/+629
| | | (bzr r2399)
* patch for emf export on win32bulia byak2006-11-131-0/+629
(bzr r1947)