Rev |
Age |
Author |
Path |
Log message |
Diff |
5917 |
5875d 08h |
jghali |
/branches/Version13x/Scribus/scribus/scimage.cpp |
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 |
5884d 03h |
jghali |
/branches/Version13x/Scribus/scribus/scimage.cpp |
replace all bool args in CustomFDialog ctor by a combination of enum flags, makes the code more readable |
|
5788 |
5895d 10h |
jghali |
/branches/Version13x/Scribus/scribus/scimage.cpp |
remove use of cms externs in scimage |
|
5781 |
5896d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/scimage.cpp |
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 |
5905d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/scimage.cpp |
Fixed the visual appearance of several blend modes so that they match the Adobe Reader behaviour. |
|
5721 |
5906d 09h |
avox |
/branches/Version13x/Scribus/scribus/scimage.cpp |
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 |
5909d 10h |
fschmid |
/branches/Version13x/Scribus/scribus/scimage.cpp |
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 |
5917d 10h |
jghali |
/branches/Version13x/Scribus/scribus/scimage.cpp |
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 |
5925d 01h |
avox |
/branches/Version13x/Scribus/scribus/scimage.cpp |
make QImage a private superclass of ScImage (instead of public) |
|
5567 |
5927d 00h |
mrdocs |
/branches/Version13x/Scribus/scribus/scimage.cpp |
fix for related issue to # 3852 - Scribus was detecting embedded image when there was none |
|
5555 |
5930d 02h |
mrdocs |
/branches/Version13x/Scribus/scribus/scimage.cpp |
patch from jghali for #3705 |
|
5369 |
5951d 02h |
mrdocs |
/branches/Version13x/Scribus/scribus/scimage.cpp |
patch from jghali, gives us color managed color editing and improves RGB color management |
|
5345 |
5955d 01h |
mrdocs |
/branches/Version13x/Scribus/scribus/scimage.cpp |
Jean's mega patch for # 3706 |
|
5243 |
5965d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/scimage.cpp |
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 |
5966d 18h |
fschmid |
/branches/Version13x/Scribus/scribus/scimage.cpp |
Applied Jean's patch for qstring->qbytearray in pdflib and pslib |
|
5010 |
5987d 12h |
fschmid |
/branches/Version13x/Scribus/scribus/scimage.cpp |
Fixed Bug #3469 |
|
4849 |
6005d 00h |
cbradney |
/branches/Version13x/Scribus/scribus/scimage.cpp |
#3356: Don't access memory we don't have when a layer or mask is not 100% aligned with the base layer. |
|
4832 |
6005d 17h |
fschmid |
/branches/Version13x/Scribus/scribus/scimage.cpp |
Fixed Bug #3248.
Started work on Lock/Unlock of Layers, Bug #1533 |
|
4825 |
6006d 10h |
fschmid |
/branches/Version13x/Scribus/scribus/scimage.cpp |
Fixed an issue in the PDF-Export with .eps files with white background. |
|
4742 |
6014d 14h |
fschmid |
/branches/Version13x/Scribus/scribus/scimage.cpp |
Fixed bug #3240. |
|