Rev |
Age |
Author |
Path |
Log message |
Diff |
3218 |
6352d 04h |
fschmid |
/branches/ |
Fixed Bug #2541 |
|
3217 |
6352d 05h |
cbradney |
/branches/ |
Clean up distribute code loops to remove some warnings on some gccs. |
|
3216 |
6352d 06h |
craig |
/branches/ |
Give the scripter a preferences GUI. Also serves as an example of how to
do it 'till I get the docs written. Also fixes a few missing header installs
from scribus/Makefile.am . Icon is temporary. |
|
3215 |
6352d 08h |
craig |
/branches/ |
Missing #ifdef protection in prefspanel.h |
|
3214 |
6352d 08h |
craig |
/branches/ |
Improve docs on pluginmanager, scplugin. Improved version of plugin prefs
panel loader. |
|
3213 |
6352d 09h |
craig |
/branches/ |
- Add new interface for preferences panels, convert PluginManagerPrefsGui to it.
- Make PluginManagerPrefsGui only save changes if dialog is accepted
- Makes a few PluginManager methods protected
- Loads prefs widgets from plugins if provided using new plugin API
- A couple of minor include tidy ups
prefspanel.h is just an interface; there is no accompanying .cpp file.
You MUST re-run make -f Makefile.cvs and ./configure . |
|
3211 |
6352d 14h |
craig |
/branches/ |
Improve -fvisibility=hidden support for gcc4 (for bug #1961).
gcc4 uses should build with this on, as they'll get a smaller binary, faster
load times, and will get errors if they forget a symbol export that'd break
win32. |
|
3210 |
6352d 14h |
craig |
/branches/ |
Fix missing include |
|
3208 |
6353d 05h |
craig |
/branches/ |
New files for new plugin API (for #2097) |
|
3207 |
6353d 05h |
craig |
/branches/ |
Implement the new plug-in API and convert all plug-ins over to the new API.
See #2097 for details. |
|
3206 |
6353d 05h |
craig |
/branches/ |
Make CMSuse SCRIBUS_API so scripter can use it with gcc4 symbol visibility.
Should fix win32 issue too. |
|
3205 |
6353d 05h |
craig |
/branches/ |
Removes scattered "extern ScribusApp* ScApp" declarations, in favour of
declaring the extern in scribus.h . |
|
3204 |
6353d 06h |
craig |
/branches/ |
Fix SCRIBUS_API export required for gcc4 symbol export limits and for win32 |
|
3203 |
6353d 07h |
craig |
/branches/ |
Fix C++ comments in scribusapi.h so it doesn't confuse gcc in rc4.h |
|
3202 |
6353d 08h |
craig |
/branches/ |
Fix typo in Makefile.am that prevented collect4output.h from being found
and blocked install. |
|
3201 |
6353d 08h |
subik |
/branches/ |
Collect for output rewritten. It handles files from misc. directories carefully. It copies the file only if it isn't used before in document now. scribus.cpp and scribusdoc.cpp are smaller too. You'll need re-make -f. |
|
3200 |
6353d 12h |
cbradney |
/branches/ |
Privatise the Page's width,height, initial width and height, canvas X & Y Offset, page number. Fix the align distribute code to handle current page location possibilities. Add in copy page to master page function to scribusdoc in preparation for move from scribus.cpp. |
|
3197 |
6354d 01h |
fschmid |
/branches/ |
Fixed Bug #2216, still needs some polishing but it's mostly working now. |
|
3195 |
6354d 04h |
cbradney |
/branches/ |
Minor adjustments, and some comments of the things TODO |
|
3194 |
6354d 05h |
subik |
/branches/ |
crashing mouse moves out of bounds should be fixed. (I'll rewrite it later) |
|