summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/print.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-03-13BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista tempfi...Albin Sunnanbo1-1/+2
2008-02-24Warning and whitespace cleanupJon A. Cruz1-6/+6
2007-12-30don't zoom when changing dpiKees Cook1-2/+2
2007-12-30rip out gtkmmification of print dialog, to temporarily solve LP: #176018Kees Cook1-46/+60
2007-12-30adjust cairo bitmap origin offset fixupKees Cook1-1/+1
2007-12-29clean up print dialog for better integration with gtkmmKees Cook1-30/+26
2007-12-22Fixed the parenting of the print dialog so that it cannot fall behind the mai...Joel Holdsworth1-2/+2
2007-12-12Warning cleanupJon A. Cruz1-3/+2
2007-12-11r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800Ted Gould1-2/+3
2007-12-10include header for close commandAdib Taraben1-0/+1
2007-12-10add #include <io.h> to enable win32 compileBob Jamison1-0/+1
2007-12-10Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook1-0/+170