summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/print.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More document.h cleanup.Tavmjong Bah2019-04-061-1/+1
* Merge branch 'DontRotateCustomPaper' of gitlab.com:Skrapion/inkscapeMartin Owens2019-03-061-14/+19
|\
| * Fix bug #630635: Print page size is incorrect: https://bugs.launchpad.net/ink...Rick Yorgason2018-11-041-14/+19
* | Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-1/+1
* | Clarify licensesMax Gaukler2018-11-081-1/+2
|/
* Remembers printer settings between calls to the print dialogue. Fixes bug #17...Rick Yorgason2018-10-271-0/+4
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Print: Match document size against known paper sizesPatrick McDermott2018-05-201-8/+32
* Print: C++ifyPatrick McDermott2018-05-201-76/+66
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Fix printing multiple copies of a documentEduard Braun2017-11-201-1/+5
* Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini2017-10-191-2/+1
* Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6efEduard Braun2017-07-191-11/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
* mergingMarc Jeanmougin2015-04-261-19/+2
|\
| * Fix for Bug #918319 (Printing offsets page).Nicolas Dufour2015-03-051-19/+2
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
* | Just...mc2015-02-181-1/+1
|/
* fix Windows 64-bit buildJohan B. C. Engelen2014-08-231-2/+2
* Fix buildLiam P. White2014-08-131-1/+3
* Printing. Fix for Bug #264831 (Print settings not persistent).Nicolas Dufour2014-08-131-1/+7
* Fix format security errorsAlex Valavanis2013-09-211-3/+3
* Improve code readability.Matthew Petroff2013-08-281-2/+2
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-4/+4
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-6/+6
* add bleed/margin to pdf exportJohan B. C. Engelen2012-10-281-1/+1
* Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis2012-02-151-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-12/+14
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+6
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Warning cleanupJon A. Cruz2009-12-201-5/+9
* patch by Adrian Johnson for 166678bulia byak2009-09-051-1/+1
* Fix for Bug #166678 (Paper size or orientation are not used when printing) b...Nicolas Dufour2009-08-121-4/+11
* Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.Nicolas Dufour2009-08-121-1/+20
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben2009-04-241-63/+0
* apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben2009-04-241-1/+4
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-0/+1
* From trunkTed Gould2008-10-271-5/+15
* Made bitmap printing use the DPI setting (bug 258916)Niko Kiirala2008-09-221-3/+7
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-1/+1
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-3/+77