| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-22 | Properly calculate line height for flowDiv | Patrick Storz | 1 | -1/+1 | |
| Fixes https://gitlab.com/inkscape/inkscape/issues/244 | |||||
| 2019-09-16 | Allow paste preserving new lines into a flowtext element | Jabiertxof | 1 | -0/+20 | |
| 2019-09-16 | Allow paste on flowbox at same sice of origin, also improve creation to get ↵ | Jabiertxof | 1 | -5/+3 | |
| rid of transforms on origin | |||||
| 2019-04-15 | Make sure Layout.wrap_mode is initialized and defined. | Tavmjong Bah | 1 | -0/+2 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -3/+3 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -0/+9 | |
| - 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 | -1/+1 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -3/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 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 | -34/+34 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -5/+5 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -5/+5 | |
| 2018-04-23 | Remove some documents updates | Jabier Arraiza | 1 | -2/+0 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -3/+5 | |
| A lot of header clean-up. | |||||
| 2017-10-01 | First batch | Marc Jeanmougin | 1 | -14/+8 | |
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -1/+1 | |
| 2017-06-10 | libnrtype/Layout-TNG refactoring for better code legibility | Felipe Corrêa da Silva Sanches | 1 | -1/+3 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+6 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -9/+9 | |
| (bzr r14954.1.21) | |||||
| 2016-07-14 | Last part of new SPObject children list | Adrian Boguszewski | 1 | -2/+2 | |
| (bzr r14954.1.20) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -27/+27 | |
| (bzr r14954.1.19) | |||||
| 2016-07-13 | Propagate changes to object tree with changes in style element | Tavmjong Bah | 1 | -1/+1 | |
| (bzr r14949.1.46) | |||||
| 2016-06-01 | Use CSS 'strut' as minimum value of CSS line box height. | Tavmjong Bah | 1 | -0/+22 | |
| (bzr r14935) | |||||
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -2/+4 | |
| (bzr r14511) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -10/+0 | |
| (bzr r13939.1.1) | |||||
| 2014-12-25 | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 1 | -4/+4 | |
| (bzr r13822.1.4) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -2/+2 | |
| (bzr r13820) | |||||
| 2014-11-10 | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 1 | -74/+93 | |
| (bzr r13700) | |||||
| 2014-10-03 | modify scaling procedure for uniform scaling of flowed text (Bug 1278561) | Alvin Penner | 1 | -1/+16 | |
| Fixed bugs: - https://launchpad.net/bugs/1278561 (bzr r13578) | |||||
| 2014-07-28 | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 1 | -2/+0 | |
| (bzr r13476) | |||||
| 2014-07-25 | refresh text objects when clipping (Bug 1339305) | Alvin Penner | 1 | -0/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470) | |||||
| 2014-02-10 | Fixing format-security errors in text debug code. | Nicolas Dufour | 1 | -1/+1 | |
| (bzr r13017) | |||||
| 2013-11-06 | Partial fix for Bug #1247985 (Incorrect implementation of plural forms). | Nicolas Dufour | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1247985 (bzr r12780) | |||||
| 2013-10-27 | "fix" some "unused parameter" warnings | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12736) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -4/+4 | |
| (bzr r12729) | |||||
| 2013-10-01 | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 1 | -7/+10 | |
| 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-28 | on hiding, texts must _clearFlow to release arena items, otherwise they leak | buliabyak | 1 | -1/+6 | |
| (bzr r12608) | |||||
| 2013-09-24 | Refactored SPUse. | Markus Engel | 1 | -8/+50 | |
| (bzr r11608.1.128) | |||||
| 2013-09-24 | Replace xml node get_double with simple direct value. | Martin Owens | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1229558 (bzr r12585) | |||||
| 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 | -6/+9 | |
| Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | |||||
| 2013-09-15 | Fix document unit change for transformed flow text and transformed text on path. | Matthew Petroff | 1 | -1/+7 | |
| (bzr r12475.1.18) | |||||
| 2013-09-11 | (Mostly) fix document unit change for flowed text. | Matthew Petroff | 1 | -0/+39 | |
| (bzr r12475.1.13) | |||||
| 2013-07-31 | Removed placement news / explicit destructor calls. | Markus Engel | 1 | -2/+2 | |
| (bzr r11608.1.113) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -2/+0 | |
| (bzr r11608.1.86) | |||||
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -10/+8 | |
| (bzr r11608.1.81) | |||||
| 2013-04-05 | Merged FlowX classes. | Markus Engel | 1 | -129/+91 | |
| (bzr r11608.1.79) | |||||
