summaryrefslogtreecommitdiffstats
path: root/src/sp-missing-glyph.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-144/+0
A lot of header clean-up.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
(bzr r15025)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2013-08-03Cleaned up.Markus Engel1-37/+28
(bzr r11608.1.117)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-8/+5
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-36/+16
(bzr r11608.1.84)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-3/+9
(bzr r11608.1.67)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-8/+8
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-3/+3
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-19Fixing regressionjtx1-3/+0
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+3
(bzr r11950.1.56)
2013-03-16Drop checks for ancient dependency versions. These are satisfied elsewhere.Alex Valavanis1-3/+0
(bzr r12213)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-37/+9
(bzr r12064)
2012-08-21Added "virtual pad" to SPMissingGlyph.Markus Engel1-41/+63
(bzr r11608.1.44)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
(bzr r10067)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-5/+5
Privatisation tweaks (bzr r9546.1.6)
2010-07-06C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public1-5/+8
Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
2010-03-30Corrected string-to-number conversion to use locale-independent conversion ↵Jon A. Cruz1-12/+24
and to handle missing/null values. Fixes bug #544833. Fixed bugs: - https://launchpad.net/bugs/544833 (bzr r9259)
2009-12-13updating my email address in file headersFelipe Corr??a da Silva Sanches1-1/+1
(bzr r8889)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2008-07-18removing lots of g_warningsFelipe Corr??a da Silva Sanches1-5/+0
(bzr r6348)
2008-06-25adding ifdef HAVE_CONFIG_HFelipe Corr??a da Silva Sanches1-1/+4
(bzr r6054)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
(bzr r5884)
2008-05-25* add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches1-1/+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)
2008-02-29fix some header definesFelipe Corr??a da Silva Sanches1-1/+1
(bzr r4906)
2008-02-28more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches1-1/+1
(bzr r4897)
2008-02-28a bit more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches1-0/+191
added <missing-glyph> (bzr r4890)