summaryrefslogtreecommitdiffstats
path: root/src/sp-font.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-46/+0
| | | | A lot of header clean-up.
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-6/+2
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Replacement of unnecessary variables.Markus Engel2013-07-311-0/+1
| | | (bzr r11608.1.114)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-1/+1
| | | (bzr r11608.1.86)
* Merged more classes.Markus Engel2013-04-061-21/+3
| | | (bzr r11608.1.84)
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | (bzr r11608.1.67)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-7/+7
| | | (bzr r11608.1.57)
* Added "virtual pads" toMarkus Engel2013-03-291-1/+27
| | | | | | | | | | | | | | - SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49)
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
| | | (bzr r8889)
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-261-6/+4
| | | (bzr r6063)
* adding ifdef HAVE_CONFIG_HFelipe Corr??a da Silva Sanches2008-06-251-1/+4
| | | (bzr r6054)
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches2008-05-251-0/+3
| | | | | | | cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753)
* more SVGFonts boilerplate codeFelipe Corr??a da Silva Sanches2008-02-261-0/+6
| | | (bzr r4867)
* starting work on svgfont boilerplate codeFelipe Corr??a da Silva Sanches2008-02-261-0/+32
(bzr r4856)