Rev |
Age |
Author |
Path |
Log message |
Diff |
3133 |
6595 d 2 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Moved the pdflib to the main sources. |
|
3113 |
6597 d 23 h |
fschmid |
/branches/Version13x/Scribus/ |
Fixed bug #1445. Cairo support can now switched on with --enable-cairo in ./configure.
The build system still compiles the libart related files, so in a better version this should be changed. |
|
3059 |
6605 d 0 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Move the PDF Options updates from scribus.cpp into a function the pdf export dialog. Minor spacing update in Makefile.am. |
|
2975 |
6616 d 10 h |
craig |
/branches/Version13x/Scribus/scribus/ |
First basic implementation of the ScPlugin base class. |
|
2952 |
6620 d 0 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Implement a CommonStrings class. Set up some strings, include &OK and &Cancel. Update occurences of those two. Update en_GB translation and DE translation for testing. About 75 strings saved. Must be careful with context! |
|
2927 |
6623 d 12 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Generalise FileSearch's deferred execution into DeferredTask, make
FileSearch inherit DeferredTask. This is necessary to provide a generalised
way to handle deferred execution in the new plugin API, as requested by Petr. |
|
2901 |
6626 d 9 h |
fschmid |
/branches/Version13x/Scribus/ |
Started work on having more page layouts. Currently the "New Doc", "Document Settings" and "Preferences" Dialogs are updated. Only "Insert Page" and the code for doing the layouts is not done. |
|
2886 |
6629 d 3 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Applied patch from Bug #2322 and adjusted the Makefile.am accordingly. |
|
2868 |
6633 d 11 h |
fschmid |
/branches/Version13x/Scribus/ |
Made the origin of the rulers moveable, thus resolving Bugs #405 and #1144
Double-clicking on the mover icon resets the ruler origin |
|
2834 |
6641 d 23 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Create a PrefsManager class where Preferences will be held in future. For now the old prefs variable is just public in this new class. This will be protected in future. PrefsManager is a singleton and can be accessed easily anywhere without the need to pass the preferences variable around. This has simplified many of the function calls and now some classes dont event need references to the prefs or even . More to come.... :) |
|
2804 |
6644 d 10 h |
craig |
/branches/Version13x/Scribus/scribus/ |
Add filesearch class, used by new pic search code (to come) |
|
2777 |
6647 d 12 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Added the ability to have different margins for every page. |
|
2769 |
6648 d 6 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Added a new custom widget for the margin settings. |
|
2712 |
6651 d 2 h |
fschmid |
/branches/Version13x/Scribus/ |
Fixed Bugs #2111, #2175, #2179 and #2181. |
|
2707 |
6651 d 2 h |
subik |
/branches/Version13x/Scribus/scribus/ |
Multi alphabet Lorem Ipsum. First functional release. TODO at the bug #1335 |
|
2529 |
6668 d 6 h |
craig |
/branches/Version13x/Scribus/scribus/ |
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. |
|
2509 |
6669 d 8 h |
craig |
/branches/Version13x/Scribus/ |
Link -framework CoreFoundation on Mac OS X |
|
2508 |
6669 d 10 h |
fschmid |
/branches/Version13x/Scribus/scribus/ |
Implemented a new Font selector, currently only used in the properties palette and
the Edit Style Dialog. Need some good idea to combine the 2 ComboBoxes into one
widget. |
|
2441 |
6675 d 0 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
Initial commit of new TOC generator class. Moved default test code out of scribus.cpp. |
|
2408 |
6677 d 23 h |
cbradney |
/branches/Version13x/Scribus/scribus/ |
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) |
|