summaryrefslogtreecommitdiffstats
path: root/src/sp-tspan.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-499/+0
2017-10-02Second batchMarc Jeanmougin1-18/+15
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-9/+9
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-40/+40
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+0
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+2
2015-12-05Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah1-2/+30
2015-02-25create SPObject factoryLiam P. White1-15/+0
2015-01-06Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah1-2/+4
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-3/+0
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-2/+0
2013-10-26Added some consts.Markus Engel1-2/+2
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-6/+6
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-1/+1
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-2/+2
2013-08-04cppcheck: c-style casts > c++ style castsKris De Gussem1-21/+13
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-4/+4
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-4/+0
2013-04-05Merged Item.Markus Engel1-18/+14
2013-04-05Merged more classes.Markus Engel1-194/+130
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+14
2013-04-01Added constructors to SP classes.Markus Engel1-8/+20
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+2
2013-03-29Renamed virtual function names.Markus Engel1-24/+24
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-10/+10
2013-03-14Various changes.Markus Engel1-2/+2
2013-01-19cleanup sp_tspan: Use G_DEFINE_TYPEAlex Valavanis1-98/+37
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-2/+2
2012-08-19Added "virtual pad" to SPTextPath and SPTSpan.Markus Engel1-57/+154
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-49/+44
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-18/+13
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-16/+20
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-3/+4
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-1/+0
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-13/+13
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-8/+8
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2009-02-08gcc warning cleanup:Felipe Corr??a da Silva Sanches1-1/+1
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-4/+4
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-3/+3
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-16/+14