summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/print.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remembers printer settings between calls to the print dialogue. Fixes bug ↵Rick Yorgason2018-10-271-0/+4
| | | | #1711112.
* Print: C++ifyPatrick McDermott2018-05-201-1/+5
|
* 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-4/+2
| | | (bzr r10963)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8407)
* From trunkTed Gould2008-10-271-5/+4
| | | (bzr r6885)
* Bugfix to prevent the print dialog falling underneath the inkscape desktop ↵Joel Holdsworth2008-03-211-1/+1
| | | | | windows in Win32 (bzr r5147)
* rip out gtkmmification of print dialog, to temporarily solve LP: #176018Kees Cook2007-12-301-7/+19
| | | (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-10/+6
| | | (bzr r4331)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-221-1/+1
| | | | | main inkscape desktop window (bzr r4278)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-0/+66
(bzr r4199)