| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-13 | Fix alignment error for inline-size SVG 1.1 fallback text. | Tavmjong Bah | 1 | -1/+6 | |
| Puts white space at end of line into separate tspan when 'text-anchor' is not start. | |||||
| 2019-09-30 | Don't create empty text node when reading in "textPath". | Tavmjong Bah | 1 | -16/+0 | |
| Fix for https://gitlab.com/inkscape/inbox/issues/512 | |||||
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -2/+2 | |
| Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| 2019-06-03 | Change TextPath to Text positioning | Nathan Lee | 1 | -32/+19 | |
| Uses originalPath instead of bounding-box. Make positioning consistent with text that is not visible (too long for path). | |||||
| 2019-06-03 | Crashfix deleting path with invisible text on path | Nathan Lee | 1 | -5/+21 | |
| Fixes https://gitlab.com/inkscape/inbox/issues/491 | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -2/+2 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -15/+15 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-31 | Prevent seg fault if value is null. | Tavmjong Bah | 1 | -0/+5 | |
| 2018-05-31 | Implement rendering for 'textPath' 'side' attribute. No GUI. | Tavmjong Bah | 1 | -9/+24 | |
| 2018-05-31 | More boilerplate for 'textPath' 'side' attribute. | Tavmjong Bah | 1 | -2/+17 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -8/+8 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -8/+8 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-10-02 | Second batch | Marc Jeanmougin | 1 | -18/+15 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -3/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+3 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -3/+1 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -9/+9 | |
| (bzr r14954.1.21) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -40/+40 | |
| (bzr r14954.1.19) | |||||
| 2016-04-29 | Backout last commit as it introduced subtle errors. | Tavmjong Bah | 1 | -2/+0 | |
| (bzr r14864) | |||||
| 2016-04-29 | SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'. | Tavmjong Bah | 1 | -0/+2 | |
| (bzr r14863) | |||||
| 2015-12-05 | Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes. | Tavmjong Bah | 1 | -2/+30 | |
| Fixed bugs: - https://launchpad.net/bugs/1522478 - https://launchpad.net/bugs/262528 - https://launchpad.net/bugs/168845 (bzr r14505) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -15/+0 | |
| (bzr r13939.1.1) | |||||
| 2015-01-06 | Add getDocumentScale() to return "real-world" to "user-unit" scale factor. | Tavmjong Bah | 1 | -2/+4 | |
| Use it to correct text postion after removing from path. (bzr r13843) | |||||
| 2014-07-28 | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 1 | -3/+0 | |
| (bzr r13476) | |||||
| 2014-07-28 | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 1 | -2/+0 | |
| (bzr r13475) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -2/+2 | |
| (bzr r12729) | |||||
| 2013-10-01 | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 1 | -6/+6 | |
| Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648) | |||||
| 2013-09-24 | change names for displayName and detailedDescription, improve char code and ↵ | Martin Owens | 1 | -1/+1 | |
| remove const. (bzr r12584) | |||||
| 2013-09-20 | Refactor status-bar text for multiple items, was very broken | Martin Owens | 1 | -2/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | |||||
| 2013-08-04 | cppcheck: c-style casts > c++ style casts | Kris De Gussem | 1 | -21/+13 | |
| (bzr r12466) | |||||
| 2013-07-31 | Removed placement news / explicit destructor calls. | Markus Engel | 1 | -4/+4 | |
| (bzr r11608.1.113) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -4/+0 | |
| (bzr r11608.1.86) | |||||
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -18/+14 | |
| (bzr r11608.1.81) | |||||
| 2013-04-05 | Merged more classes. | Markus Engel | 1 | -194/+130 | |
| (bzr r11608.1.78) | |||||
| 2013-04-02 | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 1 | -0/+14 | |
| rewritten, as they aren't real classes. (bzr r11608.1.69) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -8/+20 | |
| (bzr r11608.1.67) | |||||
| 2013-03-31 | Prepared exchange of casting macros. | Markus Engel | 1 | -0/+2 | |
| (bzr r11608.1.63) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -24/+24 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -10/+10 | |
| Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | |||||
| 2013-03-14 | Various changes. | Markus Engel | 1 | -2/+2 | |
| (bzr r11608.1.48) | |||||
| 2013-01-19 | cleanup sp_tspan: Use G_DEFINE_TYPE | Alex Valavanis | 1 | -98/+37 | |
| (bzr r12044) | |||||
| 2012-10-06 | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. | Markus Engel | 1 | -2/+2 | |
| (bzr r11608.1.46) | |||||
| 2012-08-19 | Added "virtual pad" to SPTextPath and SPTSpan. | Markus Engel | 1 | -57/+154 | |
| (bzr r11608.1.27) | |||||
| 2012-01-08 | Warning and uninitialized variable cleanup. | Jon A. Cruz | 1 | -49/+44 | |
| (bzr r10860) | |||||
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -18/+13 | |
| using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| 2011-02-21 | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 1 | -16/+20 | |
| (bzr r10064) | |||||
