| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -761/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Extract SPDimensions from spuse | Shlomi Fish | 2017-10-05 | 1 | -19/+2 |
| | | |||||
| * | Second batch | Marc Jeanmougin | 2017-10-02 | 1 | -9/+6 |
| | | |||||
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -6/+6 |
| | | |||||
| * | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 2017-02-05 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -4/+4 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -20/+12 |
| |/ | | | (bzr r14954.1.20) | ||||
| * | Backout last commit as it introduced subtle errors. | Tavmjong Bah | 2016-04-29 | 1 | -4/+1 |
| | | | | (bzr r14864) | ||||
| * | SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'. | Tavmjong Bah | 2016-04-29 | 1 | -1/+4 |
| | | | | (bzr r14863) | ||||
| * | fix for bug 168013 and its mask counterpart | Marc Jeanmougin | 2015-05-08 | 1 | -3/+59 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168013 (bzr r14129) | ||||
| * | create SPObject factory | Liam P. White | 2015-02-25 | 1 | -13/+1 |
| | | | | (bzr r13939.1.1) | ||||
| * | Don't update viewbox if referenced element not <symbol> or <svg> | Tavmjong Bah | 2015-01-19 | 1 | -2/+7 |
| | | | | (bzr r13864) | ||||
| * | for symbol description, report 'id' if 'title' does not exist. | Alvin Penner | 2015-01-15 | 1 | -0/+2 |
| | | | | (bzr r13855) | ||||
| * | Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). | Tavmjong Bah | 2014-12-25 | 1 | -5/+2 |
| | | | | (bzr r13822.1.5) | ||||
| * | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 2014-12-23 | 1 | -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 Bah | 2014-12-21 | 1 | -5/+6 |
| | | | | | | handled yet). (bzr r13807) | ||||
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -45/+64 |
| | | | | (bzr r13700) | ||||
| * | refresh text objects when clipping (Bug 1339305) | Alvin Penner | 2014-07-25 | 1 | -1/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470) | ||||
| * | refresh SPCurve in a cloned clip (Bug 1322940) | Alvin Penner | 2014-07-10 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1322940 (bzr r13448) | ||||
| * | Fix for Bug #1293073 (Dragging a symbol crashes the application when the ↵ | Nicolas Dufour | 2014-03-17 | 1 | -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 Dufour | 2014-03-06 | 1 | -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 selection | Krzysztof Kosi??ski | 2014-02-27 | 1 | -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 Engel | 2013-10-26 | 1 | -5/+9 |
| | | | | (bzr r12729) | ||||
| * | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 2013-10-01 | 1 | -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 Engel | 2013-09-24 | 1 | -146/+110 |
| | | | | (bzr r11608.1.128) | ||||
| * | Merge C++ification of the SP tree by Markus Engel | Krzysztof Kosi??ski | 2013-09-19 | 1 | -238/+186 |
| |\ | | | | | (bzr r12532) | ||||
| | * | Removed TypeInfo; adjusted Factory to meet code style conventions. | Markus Engel | 2013-09-16 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.124) | ||||
| | * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -1/+1 |
| | |\ | |/ |/| | (bzr r11608.1.120) | ||||
| | * | Removed placement news / explicit destructor calls. | Markus Engel | 2013-07-31 | 1 | -6/+6 |
| | | | | | | | (bzr r11608.1.113) | ||||
| | * | Merged from trunk (r12305) | Markus Engel | 2013-04-27 | 1 | -6/+6 |
| | |\ | | | | | | | (bzr r11608.1.106) | ||||
| | * | | Added prefPaths to contexts; modified SPFactory | Markus Engel | 2013-04-12 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r11608.1.94) | ||||
| | * | | Removed old SPObject factory. | Markus Engel | 2013-04-10 | 1 | -3/+1 |
| | | | | | | | | | | (bzr r11608.1.91) | ||||
| | * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -2/+0 |
| | | | | | | | | | | (bzr r11608.1.86) | ||||
| | * | | Merged Item. | Markus Engel | 2013-04-05 | 1 | -11/+9 |
| | | | | | | | | | | (bzr r11608.1.81) | ||||
| | * | | Merged more classes. | Markus Engel | 2013-04-05 | 1 | -191/+145 |
| | | | | | | | | | | (bzr r11608.1.78) | ||||
| | * | | Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵ | Markus Engel | 2013-04-02 | 1 | -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 Engel | 2013-04-02 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69) | ||||
| | * | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -4/+12 |
| | | | | | | | | | | (bzr r11608.1.67) | ||||
| | * | | Replaced calls to g_object_(un)ref with sp_object_(un)ref. | Markus Engel | 2013-04-01 | 1 | -4/+4 |
| | | | | | | | | | | (bzr r11608.1.65) | ||||
| | * | | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | | | | | | | (bzr r11608.1.63) | ||||
| | * | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -18/+18 |
| | | | | | | | | | | (bzr r11608.1.57) | ||||
| | * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -138/+11 |
| | |\ \ | | | | | | | | | (bzr r11608.1.56) | ||||
| | * | | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| | * | | | Various changes. | Markus Engel | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r11608.1.48) | ||||
| | * | | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. | Markus Engel | 2012-10-06 | 1 | -6/+6 |
| | | | | | | | | | | | | | (bzr r11608.1.46) | ||||
