Subversion Repositories Scribus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4197 6477 d 14 h fschmid /branches/Version13x/Scribus/scribus/ First part of fixing Bugs #273 and #1993.  
3079 6607 d 6 h fschmid /branches/Version13x/Scribus/scribus/ 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 6620 d 22 h craig /branches/Version13x/Scribus/scribus/ Get plugins to compile on Windows (win32), from Jean Ghali
Fixes #2398
Adds explicit exports / imports of symbols for win32.
 
2046 6725 d 0 h craig /branches/Version13x/Scribus/scribus/ Write out proper DOCTYPE, minor fixes  
2036 6725 d 13 h craig /branches/Version13x/Scribus/scribus/ Pull PDFOptionsIO out of pdfoptions.{h,cpp} into its own files.
Improves dependency handling.
 
2033 6725 d 15 h craig /branches/Version13x/Scribus/scribus/ Tidying; don't clobber file until content generated if writing to file.  
2032 6725 d 16 h craig /branches/Version13x/Scribus/scribus/ better comments  
2031 6725 d 16 h craig /branches/Version13x/Scribus/scribus/ Support for saving PDF options largely done, just a couple of fields not
yet supported. No load yet.
 
2030 6725 d 16 h craig /branches/Version13x/Scribus/scribus/ Most of the implementation for the settings writer.  
1973 6731 d 21 h craig /branches/Version13x/Scribus/scribus/ Convert PDFOptions::Version to a new PDFOptions::PDFVersion enum.  
1972 6731 d 22 h craig /branches/Version13x/Scribus/scribus/ 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.