Rev |
Age |
Author |
Path |
Log message |
Diff |
3699 |
5655d 03h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Change and add some class declarations and includes. |
|
3670 |
5658d 21h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
-Remove page.h from scribusview.h as its not needed there.
-Implement new conversion to image frames, and undo functionality, with new functions in ScribusDoc and Page.
-Go to sleep at stupid time, hope it compiles everywhere else too :) |
|
3625 |
5667d 09h |
avox |
/trunk/Scribus/scribus/pdflib_core.cpp |
pageitem: use PageItem::asXY in many places, first try at transfomring pageitems |
|
3557 |
5671d 13h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed bug #2690 |
|
3544 |
5672d 12h |
avox |
/trunk/Scribus/scribus/pdflib_core.cpp |
Work on Foi API: replace SCName, Family, Effect with accessors, Drop QFont attribute |
|
3440 |
5680d 03h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Repalced the replace( QRegExp("[\\s\\/\\{\\[\\]\\}\\<\\>\\(\\)\\%]"), "" ) command with
replace( QRegExp("[\\s\\/\\{\\[\\]\\}\\<\\>\\(\\)\\%]"), "_" ) to ensure that you can use
Names like Test(1)b and Test 1 b for spot colours and master pages |
|
3378 |
5687d 00h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed bug #2451 |
|
3366 |
5687d 23h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed bugs #2591 and #2593 |
|
3304 |
5694d 01h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bugs #2561 and #2565 |
|
3252 |
5698d 01h |
craig |
/trunk/Scribus/scribus/pdflib_core.cpp |
More header dependency cleanups |
|
3232 |
5700d 00h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Rename the ItemTypes of FrameType1&3 to ItemType1&3, and put in a new FrameType enum. |
|
3205 |
5702d 04h |
craig |
/trunk/Scribus/scribus/pdflib_core.cpp |
Removes scattered "extern ScribusApp* ScApp" declarations, in favour of
declaring the extern in scribus.h . |
|
3200 |
5702d 10h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Privatise the Page's width,height, initial width and height, canvas X & Y Offset, page number. Fix the align distribute code to handle current page location possibilities. Add in copy page to master page function to scribusdoc in preparation for move from scribus.cpp. |
|
3137 |
5709d 00h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixes for the PDFlib, and moved the dynamic tooltip code into an own file. |
|
3133 |
5709d 02h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Moved the pdflib to the main sources. |
|