Rev |
Age |
Author |
Path |
Log message |
Diff |
6805 |
5683d 15h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
fix Style::update() declaration which inhibited style inheritance |
|
6765 |
5686d 16h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
fix freak crash, output is still wrong |
|
6733 |
5690d 19h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
rework of style and font infrastructure:
there are now FontSubstitutes and styles are referenced by name |
|
6425 |
5723d 11h |
fschmid |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
Small fix for patterns containing text frames. |
|
6389 |
5728d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
Compromise on overflow indicator size.. should be fixed to scale properly in future. |
|
6375 |
5730d 07h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
some cleanup |
|
6370 |
5731d 14h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
fix for dropcaps, should work now on canvas |
|
6366 |
5734d 17h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
fix #4220: caps/smallcaps; partly fix #4221: pagenumbers are now uppdated |
|
6354 |
5737d 07h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
fix for #1447, only the first of a sequence of #'s is shown |
|
6351 |
5737d 14h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
fix #4205 and #3633 |
|
6334 |
5739d 16h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
fix #4183 and cursor positioning bug |
|
6326 |
5739d 20h |
fschmid |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
Allmost all colours used in the GUI can now configured in the Preferences, thus resolving Bug #4202 and a few others i think. |
|
6163 |
5757d 08h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
make glyphNames() return a map glyph->(QChar,name) instead of QChar->(glyph,name)
adapt PSLib to new layout code |
|
6144 |
5759d 07h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
remove struct ZZ, new fonts, layout glyphs, layout relative to lines, multidigit pagenumbers (not perfect yet) |
|
6143 |
5759d 07h |
cbradney |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
Remove tabdist crash from textframe as per avox :) |
|
5993 |
5782d 08h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
fix fonts/ #includes |
|
5991 |
5782d 14h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
experimenting with left optical margins |
|
5980 |
5782d 18h |
avox |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
use new ScFace class instead of Foi, get rid of struct ZZ |
|
5850 |
5798d 07h |
tsoots |
/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
Initial SM gui work |
|
5781 |
5811d 18h |
cbradney |
/branches/Version13x/Scribus/scribus/pageitem_textframe.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. |
|