summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-747/+0
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)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
(bzr r11608.1.67)
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-2/+2
(bzr r11608.1.65)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-30Turned all functions concerning SPRect into member functions.Markus Engel1-1/+1
(bzr r11608.1.60)
2013-03-29Renamed virtual function names.Markus Engel1-20/+20
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-7/+7
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-41/+15
(bzr r12064)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-47/+136
(bzr r11608.1.46)
2012-02-15cppcheckKris De Gussem1-1/+1
(bzr r10987)
2011-09-04Fix crashes with empty text objectsKrzysztof Kosi??ski1-1/+1
(bzr r10617)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-44/+21
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop1-1/+1
a single array, instead of each having its own member variable (bzr r10569)