Rev |
Age |
Author |
Path |
Log message |
Diff |
5917 |
5875d 09h |
jghali |
/branches/Version13x/Scribus/scribus/pdflib.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 |
|
5880 |
5879d 04h |
jghali |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
remove cms externs |
|
5781 |
5896d 14h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.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. |
|
5753 |
5903d 12h |
jghali |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
remove a bunch of compilation warnings |
|
5748 |
5904d 05h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Export of Object blendmodes to PDF works now. |
|
5732 |
5905d 11h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
fixing linked frames |
|
5723 |
5906d 08h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
fix chars-in-frame iteration code |
|
5721 |
5906d 09h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.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/pdflib.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. |
|
5697 |
5912d 11h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
- PDF-Export: fixed wrong 2nd layer rendering in files with more than one page.
- SVG-Export: added #ifdefs to ensure that only the needed parts are compiled in the cairo build. |
|
5691 |
5913d 01h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
self-encapsulate all CharStyle fields, use inheritance chain for getters |
|
5685 |
5914d 03h |
cbradney |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Protect the pageNam variable of a Page
Some comments in the fileloader plugins
#1184: Allow editing of master page names by double clicking on the master page list window |
|
5608 |
5923d 06h |
jghali |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
correct potential variable use before initialization |
|
5606 |
5923d 06h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Fixed Bug #3874, was caused by the font having space glyphs at unusual places. |
|
5604 |
5923d 13h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Improved the experimental support for layer blending, works now with cairo-1.1.8, once it will be out.
Fixed the longstanding issue that a RGB PDF with transparency is displayed with wrong colours in AR 7. |
|
5593 |
5925d 02h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
make QImage a private superclass of ScImage (instead of public) |
|
5569 |
5926d 23h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
paragraphstyle cleanup, rightmargin in hruler, general cleanup |
|
5559 |
5929d 06h |
avox |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
pageitem and font cleanup |
|
5547 |
5930d 14h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
Some more fixes for Bug #3282, seems that i've hit an Acrobat Reader 7 bug again. |
|
5433 |
5944d 04h |
fschmid |
/branches/Version13x/Scribus/scribus/pdflib.cpp |
First support for transparency groups in the pdf export. |
|