summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-747/+0
| | | | A lot of header clean-up.
* First batchMarc Jeanmougin2017-10-011-14/+8
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* libnrtype/Layout-TNG refactoring for better code legibilityFelipe Corrêa da Silva Sanches2017-06-101-1/+3
|
* Merge changes from trunkkamalpreetgrewal2016-08-151-29/+29
|\ | | | | (bzr r14949.1.64)
| * Merged trunkAdrian Boguszewski2016-08-031-6/+1
| |\ | | | | | | (bzr r14954.1.29)
| * | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-9/+9
| | | | | | | | | (bzr r14954.1.21)
| * | Last part of new SPObject children listAdrian Boguszewski2016-07-141-2/+2
| | | | | | | | | (bzr r14954.1.20)
| * | Second part of new SPObject children listAdrian Boguszewski2016-07-131-27/+27
| | | | | | | | | (bzr r14954.1.19)
* | | Merge changes from trunkkamalpreetgrewal2016-08-041-6/+1
|\ \ \ | | |/ | |/| (bzr r14949.1.62)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
| |/ | | | | (bzr r15025)
* / Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-1/+1
|/ | | (bzr r14949.1.46)
* Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah2016-06-011-0/+22
| | | (bzr r14935)
* static code analysisKris De Gussem2015-12-071-2/+4
| | | (bzr r14511)
* create SPObject factoryLiam P. White2015-02-251-10/+0
| | | (bzr r13939.1.1)
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-4/+4
| | | (bzr r13822.1.4)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-74/+93
| | | (bzr r13700)
* modify scaling procedure for uniform scaling of flowed text (Bug 1278561)Alvin Penner2014-10-031-1/+16
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1278561 (bzr r13578)
* noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen2014-07-281-2/+0
| | | (bzr r13476)
* refresh text objects when clipping (Bug 1339305)Alvin Penner2014-07-251-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470)
* Fixing format-security errors in text debug code.Nicolas Dufour2014-02-101-1/+1
| | | (bzr r13017)
* Partial fix for Bug #1247985 (Incorrect implementation of plural forms).Nicolas Dufour2013-11-061-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1247985 (bzr r12780)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-1/+1
| | | (bzr r12736)
* Added some consts.Markus Engel2013-10-261-4/+4
| | | (bzr r12729)
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-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)
* on hiding, texts must _clearFlow to release arena items, otherwise they leakbuliabyak2013-09-281-1/+6
| | | (bzr r12608)
* Refactored SPUse.Markus Engel2013-09-241-8/+50
| | | (bzr r11608.1.128)
* Removed placement news / explicit destructor calls.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.113)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| | | (bzr r11608.1.86)
* Merged Item.Markus Engel2013-04-051-10/+8
| | | (bzr r11608.1.81)
* Merged FlowX classes.Markus Engel2013-04-051-129/+91
| | | (bzr r11608.1.79)
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+10
| | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
* Added constructors to SP classes.Markus Engel2013-04-011-4/+10
| | | (bzr r11608.1.67)
* Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-2/+2
| | | (bzr r11608.1.65)
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | (bzr r11608.1.63)
* Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
| | | (bzr r11608.1.60)
* Renamed virtual function names.Markus Engel2013-03-291-20/+20
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-148/+3
|\ | | | | (bzr r11608.1.56)
| * More GObject boilerplate reductionAlex Valavanis2013-01-261-41/+15
| | | | | | (bzr r12064)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-7/+7
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | (bzr r11608.1.48)
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-47/+136
|/ | | (bzr r11608.1.46)
* cppcheckKris De Gussem2012-02-151-1/+1
| | | (bzr r10987)
* Fix crashes with empty text objectsKrzysztof Kosi??ski2011-09-041-1/+1
| | | (bzr r10617)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-44/+21
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-24/+17
|\ | | | | (bzr r10579)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-3/+3
| | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)