BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
Scribus
(root)
/
branches
/
Version13x
/
Scribus
/
scribus
/
fileloader.cpp
@ 734
- Rev 9593
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
9593
5480d 19h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
more fixes to CharStyles: effects() -> features()
8923
5518d 17h
jghali
/branches/Version13x/Scribus/scribus/fileloader.cpp
fix some warnings
8866
5524d 02h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
replace useBaselineGrid() with lineSpacingMode() == BaselineGridLineSpacing
8716
5537d 06h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
unify handling of font substitutions
8156
5583d 11h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
implement readCharStyles()
8155
5583d 12h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
fix import of styles
8022
5599d 05h
jghali
/branches/Version13x/Scribus/scribus/fileloader.cpp
- introduce ScGzFile class to handle gz file compression/decompression
- libz being now required, remove all #ifdef HAVE_LIBZ
7992
5601d 15h
cbradney
/branches/Version13x/Scribus/scribus/fileloader.cpp
Add the bulk of the changes to allow character style selection from properties palette. Doesnt quite work, but it's close. Handing over to Andreas
7442
5633d 04h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
implement ScribusDoc::replaceStyles() & co, make docParagraphStyles private
6845
5680d 05h
cbradney
/branches/Version13x/Scribus/scribus/fileloader.cpp
Remove duplicate include
6843
5680d 05h
cbradney
/branches/Version13x/Scribus/scribus/fileloader.cpp
Fix missing include
6841
5680d 05h
jghali
/branches/Version13x/Scribus/scribus/fileloader.cpp
add missing header
6839
5680d 06h
cbradney
/branches/Version13x/Scribus/scribus/fileloader.cpp
#3749: propagate doc hyphenation settings to the hyphenator so they actually get used
Other minor adjustments
6733
5690d 18h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
rework of style and font infrastructure:
there are now FontSubstitutes and styles are referenced by name
5980
5782d 16h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
use new ScFace class instead of Foi, get rid of struct ZZ
5781
5811d 17h
cbradney
/branches/Version13x/Scribus/scribus/fileloader.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.
5721
5821d 13h
avox
/branches/Version13x/Scribus/scribus/fileloader.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.
5691
5828d 04h
avox
/branches/Version13x/Scribus/scribus/fileloader.cpp
self-encapsulate all CharStyle fields, use inheritance chain for getters
5669
5830d 16h
cbradney
/branches/Version13x/Scribus/scribus/fileloader.cpp
Reduce FileLoader import code and rely on inheritance
5653
5831d 05h
cbradney
/branches/Version13x/Scribus/scribus/fileloader.cpp
Add in 1.3.4 format plugin. Tighten checks for format ID in 1.3 plugin, but its still a basic string hack that could be made better. Add in an end plugin id and fix code in scribus.cpp.
←Prev
1
2
Next→
Show All