summaryrefslogtreecommitdiffstats
path: root/src/object/sp-flowtext.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-22Properly calculate line height for flowDivPatrick Storz1-1/+1
Fixes https://gitlab.com/inkscape/inkscape/issues/244
2019-09-16Allow paste preserving new lines into a flowtext elementJabiertxof1-0/+20
2019-09-16Allow paste on flowbox at same sice of origin, also improve creation to get ↵Jabiertxof1-5/+3
rid of transforms on origin
2019-04-15Make sure Layout.wrap_mode is initialized and defined.Tavmjong Bah1-0/+2
2019-01-02modernize loopsMarc Jeanmougin1-3/+3
2018-11-08Clarify licensesMax Gaukler1-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-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-34/+34
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-04-23Remove some documents updatesJabier Arraiza1-2/+0
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+5
A lot of header clean-up.
2017-10-01First batchMarc Jeanmougin1-14/+8
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-06-10libnrtype/Layout-TNG refactoring for better code legibilityFelipe Corrêa da Silva Sanches1-1/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-9/+9
(bzr r14954.1.21)
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-2/+2
(bzr r14954.1.20)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-27/+27
(bzr r14954.1.19)
2016-07-13Propagate changes to object tree with changes in style elementTavmjong Bah1-1/+1
(bzr r14949.1.46)
2016-06-01Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah1-0/+22
(bzr r14935)
2015-12-07static code analysisKris De Gussem1-2/+4
(bzr r14511)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-12-25Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah1-4/+4
(bzr r13822.1.4)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
(bzr r13820)
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-74/+93
(bzr r13700)
2014-10-03modify scaling procedure for uniform scaling of flowed text (Bug 1278561)Alvin Penner1-1/+16
Fixed bugs: - https://launchpad.net/bugs/1278561 (bzr r13578)
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-2/+0
(bzr r13476)
2014-07-25refresh text objects when clipping (Bug 1339305)Alvin Penner1-0/+2
Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470)
2014-02-10Fixing format-security errors in text debug code.Nicolas Dufour1-1/+1
(bzr r13017)
2013-11-06Partial fix for Bug #1247985 (Incorrect implementation of plural forms).Nicolas Dufour1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1247985 (bzr r12780)
2013-10-27"fix" some "unused parameter" warningsKris De Gussem1-1/+1
(bzr r12736)
2013-10-26Added some consts.Markus Engel1-4/+4
(bzr r12729)
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-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-28on hiding, texts must _clearFlow to release arena items, otherwise they leakbuliabyak1-1/+6
(bzr r12608)
2013-09-24Refactored SPUse.Markus Engel1-8/+50
(bzr r11608.1.128)
2013-09-24Replace xml node get_double with simple direct value.Martin Owens1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1229558 (bzr r12585)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-1/+1
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-6/+9
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-09-15Fix document unit change for transformed flow text and transformed text on path.Matthew Petroff1-1/+7
(bzr r12475.1.18)
2013-09-11(Mostly) fix document unit change for flowed text.Matthew Petroff1-0/+39
(bzr r12475.1.13)
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-2/+2
(bzr r11608.1.113)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-10/+8
(bzr r11608.1.81)
2013-04-05Merged FlowX classes.Markus Engel1-129/+91
(bzr r11608.1.79)