summaryrefslogtreecommitdiffstats
path: root/src/sp-use.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-761/+0
2017-11-07Misc. typosUnknown1-1/+1
2017-10-05Extract SPDimensions from spuseShlomi Fish1-19/+2
2017-10-02Second batchMarc Jeanmougin1-9/+6
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-6/+6
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-0/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-4/+4
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-20/+12
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-4/+1
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-1/+4
2015-05-08fix for bug 168013 and its mask counterpartMarc Jeanmougin1-3/+59
2015-02-25create SPObject factoryLiam P. White1-13/+1
2015-01-19Don't update viewbox if referenced element not <symbol> or <svg>Tavmjong Bah1-2/+7
2015-01-15for symbol description, report 'id' if 'title' does not exist.Alvin Penner1-0/+2
2014-12-25Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah1-5/+2
2014-12-23Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah1-4/+10
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah1-5/+6
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-45/+64
2014-07-25refresh text objects when clipping (Bug 1339305)Alvin Penner1-1/+11
2014-07-10refresh SPCurve in a cloned clip (Bug 1322940)Alvin Penner1-0/+3
2014-03-17Fix for Bug #1293073 (Dragging a symbol crashes the application when the symb...Nicolas Dufour1-1/+5
2014-03-06Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ...Nicolas Dufour1-1/+2
2014-02-27Partial fix for LP #1001756 (crash when ungrouping a selectionKrzysztof Kosi??ski1-0/+17
2013-10-26Added some consts.Markus Engel1-5/+9
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-14/+15
2013-09-24Refactored SPUse.Markus Engel1-146/+110
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-2/+2
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-5/+10
2013-09-16Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel1-1/+1
2013-08-04cppcheckKris De Gussem1-8/+4
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-6/+6
2013-04-21Clean up symbol pixmap generator and title descriptionMartin Owens1-4/+3
2013-04-21Output attributes as lengths instead of doubles.Martin Owens1-2/+4
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-1/+1
2013-04-10Removed old SPObject factory.Markus Engel1-3/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-11/+9
2013-04-05Merged more classes.Markus Engel1-191/+145
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel1-6/+28
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-4/+12
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-4/+4
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-18/+18
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-5/+5
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-39/+13