summaryrefslogtreecommitdiffstats
path: root/src/sp-use.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-6/+6
|
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Merged trunkAdrian Boguszewski2016-08-031-1/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-4/+4
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-20/+12
|/ | | (bzr r14954.1.20)
* Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-291-4/+1
| | | (bzr r14864)
* SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-291-1/+4
| | | (bzr r14863)
* fix for bug 168013 and its mask counterpartMarc Jeanmougin2015-05-081-3/+59
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168013 (bzr r14129)
* create SPObject factoryLiam P. White2015-02-251-13/+1
| | | (bzr r13939.1.1)
* Don't update viewbox if referenced element not <symbol> or <svg>Tavmjong Bah2015-01-191-2/+7
| | | (bzr r13864)
* for symbol description, report 'id' if 'title' does not exist.Alvin Penner2015-01-151-0/+2
| | | (bzr r13855)
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-5/+2
| | | (bzr r13822.1.5)
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-4/+10
| | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
* Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah2014-12-211-5/+6
| | | | | handled yet). (bzr r13807)
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-45/+64
| | | (bzr r13700)
* refresh text objects when clipping (Bug 1339305)Alvin Penner2014-07-251-1/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470)
* refresh SPCurve in a cloned clip (Bug 1322940)Alvin Penner2014-07-101-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1322940 (bzr r13448)
* Fix for Bug #1293073 (Dragging a symbol crashes the application when the ↵Nicolas Dufour2014-03-171-1/+5
| | | | | | | | symbol has no title). Fixed bugs: - https://launchpad.net/bugs/1293073 (bzr r13159)
* Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ↵Nicolas Dufour2014-03-061-1/+2
| | | | | | | | in description result in console warning). Fixed bugs: - https://launchpad.net/bugs/1288401 (bzr r13122)
* Partial fix for LP #1001756 (crash when ungrouping a selectionKrzysztof Kosi??ski2014-02-271-0/+17
| | | | | | containing both a group and its clone). There are still some problems with undo/redo (incomplete undo transaction somewhere). (bzr r13063)
* Added some consts.Markus Engel2013-10-261-5/+9
| | | (bzr r12729)
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-14/+15
| | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648)
* Refactored SPUse.Markus Engel2013-09-241-146/+110
| | | (bzr r11608.1.128)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-238/+186
|\ | | | | (bzr r12532)
| * Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-161-1/+1
| | | | | | (bzr r11608.1.124)
| * Merged from trunk (r12488).Markus Engel2013-08-301-1/+1
| |\ | |/ |/| (bzr r11608.1.120)
| * Removed placement news / explicit destructor calls.Markus Engel2013-07-311-6/+6
| | | | | | (bzr r11608.1.113)
| * Merged from trunk (r12305)Markus Engel2013-04-271-6/+6
| |\ | | | | | | (bzr r11608.1.106)
| * | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-1/+1
| | | | | | | | | (bzr r11608.1.94)
| * | Removed old SPObject factory.Markus Engel2013-04-101-3/+1
| | | | | | | | | (bzr r11608.1.91)
| * | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| | | | | | | | | (bzr r11608.1.86)
| * | Merged Item.Markus Engel2013-04-051-11/+9
| | | | | | | | | (bzr r11608.1.81)
| * | Merged more classes.Markus Engel2013-04-051-191/+145
| | | | | | | | | (bzr r11608.1.78)
| * | Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-6/+28
| | | | | | | | | | | | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
| * | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+10
| | | | | | | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
| * | Added constructors to SP classes.Markus Engel2013-04-011-4/+12
| | | | | | | | | (bzr r11608.1.67)
| * | Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-4/+4
| | | | | | | | | (bzr r11608.1.65)
| * | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | | | | | | | (bzr r11608.1.63)
| * | Renamed virtual function names.Markus Engel2013-03-291-18/+18
| | | | | | | | | (bzr r11608.1.57)
| * | merged from trunkMarkus Engel2013-03-291-138/+11
| |\ \ | | | | | | | | (bzr r11608.1.56)
| * | | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
| | | | | | | | | | | | | | | | | | | | 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 SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-6/+6
| | | | | | | | | | | | (bzr r11608.1.46)
| * | | Fixed some virtual function calls in SPItem and SPUse that led to crashes as ↵Markus Engel2012-08-211-1/+6
| | | | | | | | | | | | | | | | | | | | they were not implemented in the base class. (bzr r11608.1.36)
| * | | Added "virtual pad" to SPUse.Markus Engel2012-08-191-54/+116
| | | | | | | | | | | | (bzr r11608.1.29)
* | | | cppcheckKris De Gussem2013-08-041-8/+4
| |_|/ |/| | | | | (bzr r12467)
* | | Clean up symbol pixmap generator and title descriptionMartin Owens2013-04-211-4/+3
| | | | | | | | | (bzr r12291)