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
5917 6280 d 3 h jghali /branches/Version13x/Scribus/scribus/ fix for #3945. On Windows:
- scribus preferences are now stored in Application Data\Scribus
- temporary files are created in system temporary files directory
- document folder is set by default to the My Documents directory
 
5846 6288 d 22 h jghali /branches/Version13x/Scribus/scribus/ replace all bool args in CustomFDialog ctor by a combination of enum flags, makes the code more readable  
5788 6300 d 6 h jghali /branches/Version13x/Scribus/scribus/ remove use of cms externs in scimage  
5781 6301 d 8 h cbradney /branches/Version13x/Scribus/scribus/ Remove the ScMW extern so we rely on the doc*s more and can exclude GUI interaction wherever possible, and possibly allow multiple ScMW's/SDI mode in the future. This has involved passing doc* or ScMW*s through to many functions, including the plugins. Rewrote many API to handle this change. Crashes may still exist in many places. Pleaasssee.. NO more externs. We cannot rely on them being consistent. The only extern I can see that should exist is the ScCore one.  
5734 6309 d 23 h fschmid /branches/Version13x/Scribus/scribus/ Fixed the visual appearance of several blend modes so that they match the Adobe Reader behaviour.  
5721 6311 d 4 h avox /branches/Version13x/Scribus/scribus/ commiting parstyle refactoring:
* ScText::cab is no more
* ScText::cselect is no more (uses start/end indices in StoryText now)
* each ScText with ch==PARSEP has a pointer to an anonymous ParagraphStyle
* each ScText has a CharStyle parent which points to the unnamed ParagraphStyle
by default
* unnamed ParagraphStyles have the StoryText's default style as parent
* a StoryText's default style has docParagraphStyles[0] as parent
* if the last paragraphs isn't terminated with a PARSEP, it has the StoryText's
default style as ParagraphStyle. I'm not perfectly happy with this; we have
to see how it works when we use it. Suggestions welcome

Known bugs:
- changing parstyle with palette doesn't work
- craig's linespacing error is still there it seems
- linked frames don't work

I will try to fix those as soon as possible.
 
5712 6314 d 5 h fschmid /branches/Version13x/Scribus/scribus/ Added the missing "Hue", "Saturation", "Color" and "Luminosity" blendmodes.
Fixed a typo in the PDF-Exporter which prevents the "Exclusion" mode from working properly.
Moved the RGBTOHLS etc.. functions to util.cpp so that ScPainter and ScImage can share that code.
 
5636 6322 d 5 h jghali /branches/Version13x/Scribus/scribus/ based on info from lcms doc, set proofing intent to relative colorimetric when calling cmsCreateProofingTransform, an option should be later added to set proofing intent to absolute colorimetric  
5593 6329 d 21 h avox /branches/Version13x/Scribus/scribus/ make QImage a private superclass of ScImage (instead of public)  
5567 6331 d 20 h mrdocs /branches/Version13x/Scribus/scribus/ fix for related issue to # 3852 - Scribus was detecting embedded image when there was none  
5555 6334 d 22 h mrdocs /branches/Version13x/Scribus/scribus/ patch from jghali for #3705  
5369 6355 d 21 h mrdocs /branches/Version13x/Scribus/scribus/ patch from jghali, gives us color managed color editing and improves RGB color management  
5345 6359 d 20 h mrdocs /branches/Version13x/Scribus/scribus/ Jean's mega patch for # 3706  
5243 6370 d 0 h cbradney /branches/Version13x/Scribus/ Make a new ScribusCore class to hold non main window variables and code and eventually allow SDI mode and non GUI mode. Rewrite the startup procedure to allow a different order to occur. Lots more to come :).  
5234 6371 d 13 h fschmid /branches/Version13x/Scribus/scribus/ Applied Jean's patch for qstring->qbytearray in pdflib and pslib  
5010 6392 d 8 h fschmid /branches/Version13x/Scribus/scribus/ Fixed Bug #3469  
4849 6409 d 19 h cbradney /branches/Version13x/Scribus/scribus/ #3356: Don't access memory we don't have when a layer or mask is not 100% aligned with the base layer.  
4832 6410 d 12 h fschmid /branches/Version13x/Scribus/scribus/ Fixed Bug #3248.
Started work on Lock/Unlock of Layers, Bug #1533
 
4825 6411 d 6 h fschmid /branches/Version13x/Scribus/scribus/ Fixed an issue in the PDF-Export with .eps files with white background.  
4742 6419 d 9 h fschmid /branches/Version13x/Scribus/scribus/ Fixed bug #3240.  

Show All