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
3133 6603 d 16 h fschmid /branches/Version13x/Scribus/scribus/ Moved the pdflib to the main sources.  
2969 6625 d 5 h craig /branches/Version13x/Scribus/scribus/ Get plugins to compile on Windows (win32), from Jean Ghali
Fixes #2398
Adds explicit exports / imports of symbols for win32.
 
2534 6676 d 18 h craig /branches/Version13x/Scribus/scribus/ More util.h conversion, and move some more functions over into
scfontmetrics.{cpp,h} .
 
2529 6676 d 19 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.