summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Matthew Petroff2013-09-201-183/+125
|\
| * Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-6/+9
| * 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
| |\
| * | 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
* | | Fix document unit change for transformed flow text and transformed text on path.Matthew Petroff2013-09-151-1/+7
* | | (Mostly) fix document unit change for flowed text.Matthew Petroff2013-09-111-0/+39
| |/ |/|
* | More GObject boilerplate reductionAlex Valavanis2013-01-261-41/+15
|/
* 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
|/
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-4/+3
* Warning cleanup for char const*Jon A. Cruz2009-12-311-6/+4
* Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop2009-12-301-1/+17
* utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-211-2/+8
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3
* SPDocument->Documentjohnce2009-08-051-3/+3
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-3/+2
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-1/+1
* Make all tools consider full parent transform (up to document, not just up to...Thomas Holder2008-12-081-2/+4
* Merge from fe-movedTed Gould2008-11-211-1/+5
* From trunkTed Gould2008-10-271-16/+16