BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
Scribus
(root)
/
branches
/
Version13x
/
Scribus
/
scribus
/
pdfoptions.h
@ 2969
- Rev 7225
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
7225
5909d 09h
cbradney
/branches/Version13x/Scribus/scribus/pdfoptions.h
Also use MarginStruct for Bleeds
7076
5922d 23h
fschmid
/branches/Version13x/Scribus/scribus/pdfoptions.h
PDF-Export: Enabled saving of the "Use Document Bleeds" setting and still maintaining the values setup in the PDF Options.
6921
5931d 21h
fschmid
/branches/Version13x/Scribus/scribus/pdfoptions.h
First steps to fix Bugs #129 and #1041
6493
5972d 00h
fschmid
/branches/Version13x/Scribus/scribus/pdfoptions.h
Improvements to the PDF Font embedding setup, related to bug #4310
5320
6131d 12h
fschmid
/branches/Version13x/Scribus/scribus/pdfoptions.h
Object dependend overprinting is now implemented for ps and pdf output, resolves Bugs #1959 and #3687
4649
6198d 02h
fschmid
/branches/Version13x/Scribus/scribus/pdfoptions.h
More updates to the Scrapbook:
- Closing a Scrapbook tab works now.
- Item Previews are now stored as .png files in the Scrapbook folder.
- Removed the 3 different Icon sizes, now using only the 60x60 pixel variant.
Printing and PDF-Export:
Removed the "Clip to Margin" setting from the Preferences and
moved that setting to the "Print" and "Export to PDF" dialogs.
4430
6222d 11h
cbradney
/branches/Version13x/Scribus/scribus/pdfoptions.h
#2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files.
4201
6242d 20h
fschmid
/branches/Version13x/Scribus/scribus/pdfoptions.h
Fixed Bug #273 too.
4197
6244d 19h
fschmid
/branches/Version13x/Scribus/scribus/pdfoptions.h
First part of fixing Bugs #273 and #1993.
3079
6374d 10h
fschmid
/branches/Version13x/Scribus/scribus/pdfoptions.h
Fixed Bugs #1708 and #2455.
Improved Icons in the color list.
Added Option to convert Spot Colors to Process Colors in the PDF export.
2969
6388d 02h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
Get plugins to compile on Windows (win32), from Jean Ghali
Fixes #2398
Adds explicit exports / imports of symbols for win32.
2046
6492d 04h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
Write out proper DOCTYPE, minor fixes
2036
6492d 17h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
Pull PDFOptionsIO out of pdfoptions.{h,cpp} into its own files.
Improves dependency handling.
2033
6492d 19h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
Tidying; don't clobber file until content generated if writing to file.
2032
6492d 20h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
better comments
2031
6492d 20h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
Support for saving PDF options largely done, just a couple of fields not
yet supported. No load yet.
2030
6492d 21h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
Most of the implementation for the settings writer.
1973
6499d 01h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
Convert PDFOptions::Version to a new PDFOptions::PDFVersion enum.
1972
6499d 02h
craig
/branches/Version13x/Scribus/scribus/pdfoptions.h
Beginnings of support for loading/saving PDF options and verifying them. Split
PDFOptions out of scribusstructs.cpp into its own files pdfoptions.{cpp,h}
and fix up includes where required. Make pdfoptions into a simple class
with stubs for load/save/verify methods.
PDFOptions' behaviour should otherwise be unchanged.