summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/print.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add bleed/margin to pdf exportJohan B. C. Engelen2012-10-281-1/+1
| | | (bzr r11847)
* Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis2012-02-151-1/+1
| | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-12/+14
| | | (bzr r10858)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+6
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
| | | | | | (bzr r9546.1.2)
* | 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)
* Warning cleanupJon A. Cruz2009-12-201-5/+9
| | | (bzr r8895)
* patch by Adrian Johnson for 166678bulia byak2009-09-051-1/+1
| | | (bzr r8561)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-121-4/+11
| | | | | by Adrian Johnson. (bzr r8473)
* Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.Nicolas Dufour2009-08-121-1/+20
| | | (bzr r8469)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* apply printing w32 patch ↵Adib Taraben2009-04-241-63/+0
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/176 (bzr r7768)
* apply printing w32 patch ↵Adib Taraben2009-04-241-1/+4
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-0/+1
| | | | | version string on Linux. (bzr r7123)
* From trunkTed Gould2008-10-271-5/+15
| | | (bzr r6885)
* Made bitmap printing use the DPI setting (bug 258916)Niko Kiirala2008-09-221-3/+7
| | | (bzr r6870)
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-1/+1
| | | (bzr r6726)
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-3/+77
| | | (bzr r5211)
* Bugfix to prevent the print dialog falling underneath the inkscape desktop ↵Joel Holdsworth2008-03-211-2/+3
| | | | | windows in Win32 (bzr r5147)
* BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵Albin Sunnanbo2008-03-131-1/+2
| | | | | tempfiles breaks some extensions (including Save as XAML) (bzr r5082)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-6/+6
| | | (bzr r4838)
* don't zoom when changing dpiKees Cook2007-12-301-2/+2
| | | (bzr r4338)
* rip out gtkmmification of print dialog, to temporarily solve LP: #176018Kees Cook2007-12-301-46/+60
| | | (bzr r4336)
* adjust cairo bitmap origin offset fixupKees Cook2007-12-301-1/+1
| | | (bzr r4335)
* clean up print dialog for better integration with gtkmmKees Cook2007-12-291-30/+26
| | | (bzr r4331)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-221-2/+2
| | | | | main inkscape desktop window (bzr r4278)
* Warning cleanupJon A. Cruz2007-12-121-3/+2
| | | (bzr r4216)
* r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800Ted Gould2007-12-111-2/+3
| | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205)
* include header for close commandAdib Taraben2007-12-101-0/+1
| | | (bzr r4204)
* add #include <io.h> to enable win32 compileBob Jamison2007-12-101-0/+1
| | | (bzr r4202)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-0/+170
(bzr r4199)