summaryrefslogtreecommitdiffstats
path: root/src/print.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+9
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot2018-06-211-18/+17
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-6/+11
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-2/+0
* Add exportersJabier Arraiza Cenoz2016-11-051-0/+2
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
|\
* | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis2012-02-151-2/+2
* | Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-15/+8
|/
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-17/+6
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-4/+6
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-7/+6
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-12/+3
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+3
* No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-37/+0
* update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-19/+19
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-11/+11
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Warning cleanupJon A. Cruz2009-12-201-0/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3
* SPDocument->Documentjohnce2009-08-051-3/+3
* remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak2008-09-161-3/+0
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-7/+7
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-4/+4
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-2/+2
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-5/+5
* Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth2007-12-231-1/+1
* Fixed the parenting of the print dialog so that it cannot fall behind the mai...Joel Holdsworth2007-12-221-2/+2
* Warning cleanupJon A. Cruz2007-12-121-1/+2
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-170/+16
* Warning cleanupJon A. Cruz2007-11-041-25/+26
* Unix printing: use correct paper size instead of defaulting to letter sizeDiederik van Lierop2007-10-161-5/+28
* r16619@tres: ted | 2007-09-18 21:09:29 -0700Ted Gould2007-09-191-4/+0
* (PrintPS::begin): Change isspace to g_ascii_isspace.Peter Moulder2007-09-121-7/+6
* commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg2007-03-011-0/+4
* relocated unix print dialog outside of extension call pathKees Cook2007-02-181-0/+102
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+228