summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-6/+5
* Merge from trunkKrzysztof Kosi??ski2011-07-061-8/+10
|\
| * Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-301-8/+10
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+4
|/
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-13/+13
* update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-67/+72
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-1/+1
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-2/+4
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-7/+7
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-8/+8
|/