summaryrefslogtreecommitdiffstats
path: root/src/sp-symbol.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-169/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2015-02-25create SPObject factoryLiam P. White1-10/+0
2014-02-15Symbols: turn off viewBox-related debug messages (from r13002)su_v1-2/+2
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-227/+7
2013-10-26Added some consts.Markus Engel1-1/+1
2013-06-15Big change in symbols ui and selection chemistry.Martin Owens1-5/+2
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-1/+0
2013-04-05Merged Group and subclasses.Markus Engel1-130/+134
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-3/+13
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-23/+23
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-6/+6
2013-03-19Fixing regressionjtx1-12/+21
2013-03-17Working with widjetsJabier Arraiza Cenoz1-21/+12
2013-03-16Warning cleanupAlex Valavanis1-12/+21
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-51/+26
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-0/+5
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-4/+4
2012-08-19Added "virtual pad" to SPSymbol.Markus Engel1-56/+112
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-31/+25
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-3/+5
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-4/+4
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-7/+9
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-93/+46
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-5/+5
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-2/+0
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-2/+2
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-2/+5
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-2/+2
2008-12-12typo in xMaxYMidThomas Holder1-1/+1
2008-12-11bug #166885 (preserveAspectRatio="none" misinterpreted)Thomas Holder1-1/+1
2008-10-11Merging from trunkTed Gould1-1/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-3/+3
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-328/+328
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-10/+10
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+6
2007-01-22continue switching sp_repr_new* over to XML::Document::create*Aaron Spike1-1/+3