summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/rendering-options.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+1
| | | (bzr r15025)
* Fix buildLiam P. White2014-08-131-0/+2
| | | (bzr r13510)
* Printing. Fix for Bug #264831 (Print settings not persistent).Nicolas Dufour2014-08-131-4/+12
| | | | | | | | | Printing. Fix for Bug #508529 (Printing rastered image offsets the page). Fixed bugs: - https://launchpad.net/bugs/264831 - https://launchpad.net/bugs/508529 (bzr r13509)
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-3/+3
| | | (bzr r12380.1.54)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-031-4/+4
| | | (bzr r10828)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
| | | (bzr r10826)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-10/+2
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* 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)
* Fixed initialization orderJon A. Cruz2008-03-281-3/+3
| | | (bzr r5217)
* beautify rendering options tabKees Cook2007-12-301-29/+52
| | | (bzr r4337)
* clean up print dialog for better integration with gtkmmKees Cook2007-12-291-1/+1
| | | (bzr r4331)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-0/+101
(bzr r4199)