summaryrefslogtreecommitdiffstats
path: root/src/print.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot2018-06-211-14/+13
|
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-3/+3
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | (bzr r13309)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+3
| | | (bzr r11030)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+1
| | | (bzr r10940)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+3
| | | | | the contents forward.h at all). (bzr r10667)
* More forward.h purging.Jon A. Cruz2011-10-041-1/+9
| | | (bzr r10665)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.5)
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-4/+3
| | | (bzr r10582.1.2)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+2
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+1
| | | (bzr r10347.1.21)
* No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-1/+0
| | | (bzr r9508.1.82)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
| | | (bzr r10025)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-7/+7
| | | (bzr r6612)
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-2/+3
| | | (bzr r6274)
* 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)
* 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-1/+2
| | | | | main inkscape desktop window (bzr r4278)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+58
(bzr r1)