Rev |
Age |
Author |
Path |
Log message |
Diff |
8092 |
5191d 06h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #5268 |
|
8091 |
5192d 03h |
avox |
/trunk/Scribus/scribus/pdflib_core.cpp |
#5218 |
|
8078 |
5194d 18h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #5254, but text typed in textfields has now a weired encoding, maybe due to Avox's encoding changes? |
|
8063 |
5195d 20h |
avox |
/trunk/Scribus/scribus/pdflib_core.cpp |
replace useBaselineGrid() with linespacingMode() |
|
8022 |
5198d 16h |
jghali |
/trunk/Scribus/scribus/pdflib_core.cpp |
- introduce ScGzFile class to handle gz file compression/decompression
- libz being now required, remove all #ifdef HAVE_LIBZ |
|
7994 |
5200d 21h |
avox |
/trunk/Scribus/scribus/pdflib_core.cpp |
encapsulate PageItem::{Back,Next}Box
new PageItem methods: link(), unlink(), layout()
drop ExtraV, NextIt and TabValues fields from PageItem |
|
7981 |
5201d 19h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #5199 |
|
7977 |
5202d 07h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed compiler warnings. |
|
7961 |
5203d 03h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Added ID's "Skew" mode to the Pathtext modes. |
|
7926 |
5205d 00h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Added a new type of Pathtext. Now we have two types:
- "Default", thats the normal one we have for ages
- "Step Stairs", thats the same as ID's "Step Stairs"
Additionally i've added an option to flip the Text on the Path, useful if you want to have the text inside a circle and not outside. |
|
7915 |
5206d 00h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fourth part of fixing "Text on a Path", export to PDF is working again. |
|
7770 |
5214d 02h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #5104 |
|
7736 |
5214d 20h |
cbradney |
/trunk/Scribus/scribus/pdflib_core.cpp |
Move MoveItem, SizeItem, MoveSizeItem, AdjustItemSize, RotateItem, MoveRotated, getClosestGuides, SnapToGuides, ApplyGuides from the view to the doc. This should allow a lot more cleaning. No major code changes other than pointers used. Cleans up a lot of view requirements in Scripter and importers etc |
|
7599 |
5223d 07h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
PDF Export: better fix for broken color conversion CMYK->RGB |
|
7583 |
5224d 01h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Postscript and PDF Export: fixed broken color conversions, but Jean should look at that too, to see if everything is correct. |
|
7491 |
5231d 03h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed issues with color names containing the "#" char in the pdf export and ensured that the vector importers don't treat RGB colors as spot colors. |
|
7478 |
5231d 17h |
jghali |
/trunk/Scribus/scribus/pdflib_core.cpp |
prepare color management abstraction: move color management code out of ScColor |
|
7420 |
5234d 02h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #4862 |
|
7355 |
5239d 23h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Fixed Bug #4780, was too much optimized in scimage ;) |
|
7334 |
5242d 02h |
fschmid |
/trunk/Scribus/scribus/pdflib_core.cpp |
Additional fix for #4737 and #4096: use correct UTF16BE enconding. |
|