summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-3/+3
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-23/+16
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-6/+5
2011-06-30Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop1-8/+10
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+4
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-13/+13
2011-02-02update to latest 2geom !Johan B. C. Engelen1-3/+3
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-1/+1
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-2/+4
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-7/+7
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-8/+8
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-4/+3
2009-12-31Warning cleanup for char const*Jon A. Cruz1-6/+4
2009-12-30Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop1-1/+17
2009-12-21utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak1-2/+8
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-3/+2
2009-02-08gcc warning cleanup:Felipe Corr??a da Silva Sanches1-1/+1
2008-12-08Make all tools consider full parent transform (up to document, not just up to...Thomas Holder1-2/+4
2008-11-21Merge from fe-movedTed Gould1-1/+5
2008-10-27From trunkTed Gould1-16/+16
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-8/+8
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-07-08Patch from codedread. Prevents rendering of title/desc/metadata elements in t...Stephen Silver1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-5/+4
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-11-16fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen1-1/+6
2007-09-10Purged fill type enumJon A. Cruz1-1/+1
2007-03-03fix bug 1672619bulia byak1-1/+4
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-10/+13
2007-01-08patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed textbulia byak1-35/+21
2007-01-05port the fix from sp-text.cpp rev 11260 to fix bug 1628173bulia byak1-0/+12
2006-10-05undo annotationsbulia byak1-1/+1
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
2006-05-30removing some gcc4.1 warnings the right wayRalf Stephan1-4/+8
2006-05-30revert patch 12062:12063, deemed unsafe, with better alternativesRalf Stephan1-8/+8
2006-05-29use unions for type-punning to remove some gcc-4.1 warningsRalf Stephan1-8/+8
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-4/+4
2006-04-05add stroke to bbox for flowtext toobulia byak1-0/+15
2006-03-27minor changes to adjust strings for plural formsAndrius Ramanauskas1-2/+2
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-3/+3
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-3/+3
2006-02-03implement par_indent in flowtext, no ui yet, done via first character's dxbulia byak1-5/+30