Subversion Repositories Scribus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5778 6303 d 11 h avox /branches/Version13x/Scribus/scribus/ finally found the stupid bug which caused hang in text layout  
5777 6304 d 5 h avox /branches/Version13x/Scribus/scribus/text/ also fix default charstyle inheritance  
5776 6304 d 6 h avox /branches/Version13x/Scribus/scribus/text/ fix the inheritance chain for charstyles  
5773 6304 d 7 h avox /branches/Version13x/Scribus/scribus/text/ implement eraseStyle()  
5753 6309 d 15 h jghali /branches/Version13x/Scribus/scribus/ remove a bunch of compilation warnings  
5751 6310 d 4 h avox /branches/Version13x/Scribus/scribus/ make delete in textframes work again, reduce crashes  
5732 6311 d 15 h avox /branches/Version13x/Scribus/scribus/ fixing linked frames  
5724 6312 d 11 h avox /branches/Version13x/Scribus/scribus/text/ fix gcc4 const warning  
5722 6312 d 11 h avox /branches/Version13x/Scribus/scribus/text/ cache length()  
5721 6312 d 13 h avox /branches/Version13x/Scribus/scribus/ 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.
 
5691 6319 d 4 h avox /branches/Version13x/Scribus/scribus/ self-encapsulate all CharStyle fields, use inheritance chain for getters  
5569 6333 d 3 h avox /branches/Version13x/Scribus/scribus/ paragraphstyle cleanup, rightmargin in hruler, general cleanup  
5559 6335 d 9 h avox /branches/Version13x/Scribus/scribus/ pageitem and font cleanup  
5464 6345 d 13 h avox /branches/Version13x/Scribus/scribus/text/ define runs as length 1 runs  
5365 6357 d 9 h avox /branches/Version13x/Scribus/scribus/text/ be more lenient about inserting an empty string  
5291 6366 d 5 h avox /branches/Version13x/Scribus/scribus/ more NLS API fixes  
5192 6378 d 6 h avox /branches/Version13x/Scribus/scribus/ avoid "invalid int->StyleFlag" conversions  
5184 6378 d 8 h avox /branches/Version13x/Scribus/ NLS Api changes: encapsulate ParagraphStyle fields, relate ParagraphStyle to CharStyle, use #ifdef NLS_PROTO  
5105 6381 d 9 h mrdocs /branches/Version13x/Scribus/scribus/text/ #include <cassert> to make Fedora-5 happy  
4777 6417 d 14 h avox /branches/Version13x/Scribus/scribus/text/ Fix for #3306. Stupid, stupid error!  

Show All