summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merged trunkAdrian Boguszewski2016-08-031-6/+1
| |\
| * | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-9/+9
| * | Last part of new SPObject children listAdrian Boguszewski2016-07-141-2/+2
| * | Second part of new SPObject children listAdrian Boguszewski2016-07-131-27/+27
* | | Merge changes from trunkkamalpreetgrewal2016-08-041-6/+1
|\ \ \ | | |/ | |/|
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
| |/
* / Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-1/+1
|/
* Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah2016-06-011-0/+22
* static code analysisKris De Gussem2015-12-071-2/+4
* create SPObject factoryLiam P. White2015-02-251-10/+0
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-4/+4
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-74/+93
* modify scaling procedure for uniform scaling of flowed text (Bug 1278561)Alvin Penner2014-10-031-1/+16
* noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen2014-07-281-2/+0
* refresh text objects when clipping (Bug 1339305)Alvin Penner2014-07-251-0/+2
* Fixing format-security errors in text debug code.Nicolas Dufour2014-02-101-1/+1
* Partial fix for Bug #1247985 (Incorrect implementation of plural forms).Nicolas Dufour2013-11-061-1/+1
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-1/+1
* Added some consts.Markus Engel2013-10-261-4/+4
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-7/+10
* on hiding, texts must _clearFlow to release arena items, otherwise they leakbuliabyak2013-09-281-1/+6
* Refactored SPUse.Markus Engel2013-09-241-8/+50
* Removed placement news / explicit destructor calls.Markus Engel2013-07-311-2/+2
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
* Merged Item.Markus Engel2013-04-051-10/+8
* Merged FlowX classes.Markus Engel2013-04-051-129/+91
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+10
* Added constructors to SP classes.Markus Engel2013-04-011-4/+10
* Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-2/+2
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
* Renamed virtual function names.Markus Engel2013-03-291-20/+20
* merged from trunkMarkus Engel2013-03-291-148/+3
|\
| * More GObject boilerplate reductionAlex Valavanis2013-01-261-41/+15
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-7/+7
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-47/+136
|/
* cppcheckKris De Gussem2012-02-151-1/+1
* Fix crashes with empty text objectsKrzysztof Kosi??ski2011-09-041-1/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-44/+21
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-24/+17
|\
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-3/+3
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-23/+16
* | Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-1/+1
|/
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2