summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/print.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-04Fix bug #630635: Print page size is incorrect: https://bugs.launchpad.net/ink...Rick Yorgason1-14/+19
2018-10-27Remembers printer settings between calls to the print dialogue. Fixes bug #17...Rick Yorgason1-0/+4
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-05-20Print: Match document size against known paper sizesPatrick McDermott1-8/+32
2018-05-20Print: C++ifyPatrick McDermott1-76/+66
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-11-20Fix printing multiple copies of a documentEduard Braun1-1/+5
2017-10-19Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini1-2/+1
2017-07-19Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6efEduard Braun1-11/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2015-03-05Fix for Bug #918319 (Printing offsets page).Nicolas Dufour1-19/+2
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
2015-02-18Just...mc1-1/+1
2014-08-23fix Windows 64-bit buildJohan B. C. Engelen1-2/+2
2014-08-23fix Windows 64-bit buildJohan B. C. Engelen1-2/+2
2014-08-13Fix buildLiam P. White1-1/+3
2014-08-13Printing. Fix for Bug #264831 (Print settings not persistent).Nicolas Dufour1-1/+7
2014-06-25fix windows build (gtk3) partly. broken because of windows.h poluting namespa...Johan B. C. Engelen1-4/+5
2013-09-21Fix format security errorsAlex Valavanis1-3/+3
2013-08-28Improve code readability.Matthew Petroff1-2/+2
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-4/+4
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-6/+6
2012-10-28add bleed/margin to pdf exportJohan B. C. Engelen1-1/+1
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem1-12/+14
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-4/+4
2009-12-20Warning cleanupJon A. Cruz1-5/+9
2009-09-05patch by Adrian Johnson for 166678bulia byak1-1/+1
2009-08-12Fix for Bug #166678 (Paper size or orientation are not used when printing) b...Nicolas Dufour1-4/+11
2009-08-12Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.Nicolas Dufour1-1/+20
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-04-24apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben1-63/+0
2009-04-24apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben1-1/+4
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-0/+1
2008-10-27From trunkTed Gould1-5/+15
2008-09-22Made bitmap printing use the DPI setting (bug 258916)Niko Kiirala1-3/+7
2008-08-29Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak1-1/+1
2008-03-28Fixing as per discussion in LP # 179988Mike Pittman1-3/+77
2008-03-21Bugfix to prevent the print dialog falling underneath the inkscape desktop wi...Joel Holdsworth1-2/+3