summaryrefslogtreecommitdiffstats
path: root/src/sp-string.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-177/+0
A lot of header clean-up.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
(bzr r15025)
2015-02-25create SPObject factoryLiam P. White1-17/+0
(bzr r13939.1.1)
2014-10-14Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah1-25/+94
(bzr r13612)
2014-07-30Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' ↵Tavmjong Bah1-25/+94
attributes. (bzr r13341.1.110)
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-1/+0
(bzr r13475)
2014-01-08warning cleanupJohan B. C. Engelen1-1/+1
(bzr r12892)
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-2/+2
(bzr r11608.1.113)
2013-06-21cppcheckKris De Gussem1-4/+4
(bzr r12382)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+4
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-35/+13
(bzr r11608.1.84)
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel1-0/+9
casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
(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-7/+7
(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-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-34/+7
(bzr r12059)
2012-08-21Added "virtual pad" to SPString.Markus Engel1-12/+43
(bzr r11608.1.33)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
(bzr r10067)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-06C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public1-1/+3
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)
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)
2007-02-10more correct whitespace handling per ↵bulia byak1-2/+2
http://www.w3.org/TR/SVG11/text.html#WhiteSpace, fixes what remains of bug 1614678. Note that our parser does not seem to fully comply - it does not convert 0xd into 0xa, so here we must handle both. (bzr r2351)
2006-02-06silence warningsbulia byak1-1/+0
(bzr r86)
2006-02-05clean up unused codebulia byak1-8/+0
(bzr r79)