Rev |
Age |
Author |
Path |
Log message |
Diff |
2607 |
6174d 21h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Fixed bug #81, Document Size and Orientation can now be changed at any time. |
|
2603 |
6175d 01h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
#2159: Rename AppModes to reduce external conflicts |
|
2558 |
6177d 23h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Fixed bugs #2130 and #2131 |
|
2550 |
6180d 04h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
#2015: Better fix. Remove items in the reverse order |
|
2538 |
6184d 02h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Disabled the possibility to convert a linked text frame into something else.
Improved redraw speed a bit, makes the display look a bit better too. |
|
2529 |
6185d 04h |
craig |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Give util.cpp its own header file and start moving util.cpp users
over to it instead of `extern' definitions.
Also move some of the functions in util.cpp into their own files,
scfontmetrics.{cpp,h}. These functions are used only by a small
subset of util.cpp users, and doing this means we don't have to
pull in the Freetype header files for all util.h users. Several
functions and global variables are also made static since they're
only used in that file. |
|
2528 |
6185d 04h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Clear all selected objects. |
|
2499 |
6187d 12h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Make the StoryEditor handle inline Objects gracefully, Copy and Paste still not proper working. |
|
2495 |
6187d 22h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
#2099: Stop delete and cut operations on in use text items |
|
2449 |
6190d 08h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Set PageItem::isPrintable to protected and create printable() and setPrintable().
Add an option to the TOC to list non printing frames. |
|
2447 |
6190d 21h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Saving and loading of docs with inline Objects works now. |
|
2443 |
6191d 21h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Improvements for the on screen drawing of inline Objects. |
|
2434 |
6192d 08h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Started work for inline images in textframes.
Short Description how to use:
Create Textframe.
Fill with text.
Copy any other single object to the clipboard.
Go into edit mode for the textframe.
Paste the copied object into the textframe.
The copied object acts now like any character.
Warning this is currently only useable on screen, no saving, loading,
exporting or printing is implemented yet. |
|
2408 |
6194d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Fix offpage redraw issue in align/distribute.
Remove old align calling code.
Convert context->send to layer to actions and add to item menu (resolves #1102 at last) |
|
2382 |
6198d 00h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Completed the Paragraph Styles.
Kerning/Tracking is now a percentage of the Fontsize.
Accepted Range is -300 % to +300% |
|
2380 |
6198d 11h |
cbradney |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Add width and height to align objects struct and use this when aligning.
Update gtMeasure class to use units.cpp.
Update the rulers to use units.cpp functions and move these calculations out from the paint event
Set ScribusView Scale private and update code appropriately. setScale must be used so rulers get the new scale. |
|
2379 |
6198d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Enabled the new Style options except for Kerning/Tracking. |
|
2352 |
6201d 22h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Fixed Bug #2036 |
|
2318 |
6203d 00h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Fixed bug #2033 |
|
2309 |
6203d 21h |
fschmid |
/branches/Version13x/Scribus/scribus/scribusview.cpp |
Implemented a new variant how the linespacing is calculated.
Now there are three methods available:
- Fixed, this is the original one
- Automatic, "New", this uses the linespacing provided by the font itself
- Align to baseline grid |
|