summaryrefslogtreecommitdiffstats
path: root/src/sp-string.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* create SPObject factoryLiam P. White2015-02-251-17/+0
| | | (bzr r13939.1.1)
* Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah2014-10-141-25/+94
| | | (bzr r13612)
* noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen2014-07-281-1/+0
| | | (bzr r13475)
* warning cleanupJohan B. C. Engelen2014-01-081-1/+1
| | | (bzr r12892)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-44/+23
|\ | | | | (bzr r12532)
| * Removed placement news / explicit destructor calls.Markus Engel2013-07-311-2/+2
| | | | | | (bzr r11608.1.113)
| * Merged from trunk (r12419).Markus Engel2013-07-141-4/+4
| |\ | |/ |/| (bzr r11608.1.107)
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-7/+4
| | | | | | (bzr r11608.1.86)
| * Merged more classes.Markus Engel2013-04-061-35/+13
| | | | | | (bzr r11608.1.84)
| * Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-0/+9
| | | | | | | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
| * Added constructors to SP classes.Markus Engel2013-04-011-4/+10
| | | | | | (bzr r11608.1.67)
| * Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | | | | (bzr r11608.1.63)
| * Renamed virtual function names.Markus Engel2013-03-291-7/+7
| | | | | | (bzr r11608.1.57)
| * merged from trunkMarkus Engel2013-03-291-69/+4
| |\ | | | | | | (bzr r11608.1.56)
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-3/+3
| | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
| * | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | | | | (bzr r11608.1.48)
| * | Added "virtual pad" to SPString.Markus Engel2012-08-211-12/+43
| | | | | | | | | (bzr r11608.1.33)
* | | cppcheckKris De Gussem2013-06-211-4/+4
| |/ |/| | | (bzr r12382)
* | More GObject boilerplate cleanupAlex Valavanis2013-01-241-34/+7
|/ | | (bzr r12059)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-9/+18
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-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)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* more correct whitespace handling per ↵bulia byak2007-02-101-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)
* silence warningsbulia byak2006-02-061-1/+0
| | | (bzr r86)
* clean up unused codebulia byak2006-02-051-8/+0
| | | (bzr r79)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+178
(bzr r1)