summaryrefslogtreecommitdiffstats
path: root/src/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)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-5/+5
| | | (bzr r5149)
* Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth2007-12-231-1/+1
| | | (bzr r4279)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-221-2/+2
| | | | | main inkscape desktop window (bzr r4278)
* Warning cleanupJon A. Cruz2007-12-121-1/+2
| | | (bzr r4216)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-170/+16
| | | (bzr r4199)
* Warning cleanupJon A. Cruz2007-11-041-25/+26
| | | (bzr r4025)
* Unix printing: use correct paper size instead of defaulting to letter sizeDiederik van Lierop2007-10-161-5/+28
| | | (bzr r3914)
* r16619@tres: ted | 2007-09-18 21:09:29 -0700Ted Gould2007-09-191-4/+0
| | | | | Removing more GNOME Print. It's everywhere! (bzr r3773)
* (PrintPS::begin): Change isspace to g_ascii_isspace.Peter Moulder2007-09-121-7/+6
| | | | | print.cpp, extension/internal/ps.cpp: Fix some #includes. (bzr r3725)
* commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg2007-03-011-0/+4
| | | (bzr r2485)
* relocated unix print dialog outside of extension call pathKees Cook2007-02-181-0/+102
| | | (bzr r2390)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+228
(bzr r1)