summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-23/+16
| | | | | | (bzr r10347.1.21)
* | Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-1/+1
|/ | | | | a single array, instead of each having its own member variable (bzr r10569)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-2/+2
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-6/+5
| | | (bzr r10461)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-8/+10
|\ | | | | (bzr r10347.1.5)
| * Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-8/+10
| | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+4
|/ | | (bzr r10347.1.2)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-13/+13
| | | (bzr r10060)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-67/+72
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-2/+4
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-7/+7
| | | | | | (bzr r9546.1.4)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-8/+8
|/ | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-4/+3
| | | | | for the devs) (bzr r8960)
* Warning cleanup for char const*Jon A. Cruz2009-12-311-6/+4
| | | (bzr r8929)