summaryrefslogtreecommitdiffstats
path: root/src/text-editing.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-09Fix keyboard shortcuts for changing line spacing.Tavmjong Bah1-53/+98
2017-04-23Fix crash when modifying text in "Text and Font" dialogEduard Braun1-3/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-8/+8
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-6/+3
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-25/+28
2015-12-07static code analysisKris De Gussem1-1/+1
2015-07-26Commented out tidy_operator_styled_whitespace (fixes bug 1477723).Marc Jeanmougin1-2/+10
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+3
2014-12-25Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah1-20/+19
2014-04-05Prevent segfault when style string is null.Tavmjong Bah1-2/+2
2013-10-28"fix" some "unused parameter" warningsKris De Gussem1-6/+6
2013-09-10improve legibilityJohan B. C. Engelen1-5/+5
2013-08-28Improve code readability.Matthew Petroff1-5/+5
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-6/+6
2013-06-19changes_2013_05_22a.patch:David Mathog1-20/+38
2013-03-19Fixing regressionjtx1-1/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
2013-03-16cppcheckKris De Gussem1-1/+1
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-05-26Fix for 903772 : Support --export-text-to-path when outputting plain SVGJohn Smith1-0/+17
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-2/+2
2012-02-15cppcheckKris De Gussem1-7/+11
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-1/+1
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-1/+1
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-142/+205
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
2010-10-21repr wasn't updated immediately after some text editing operations, which mea...Richard Hughes1-7/+9
2010-10-03Warning cleanup.Jon A. Cruz1-23/+31
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-1/+1
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-1/+2
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-5/+5
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-05-14Add dx (kerning), dy (vertical shifting), and rotate widgets toTavmjong Bah1-1/+50
2009-12-21utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak1-0/+31
2009-10-04Richard's patch for crash bug 402274bulia byak1-2/+3
2009-02-16utilities for getting style at cursor, placing cursor at iterator or coordina...bulia byak1-2/+10
2009-02-08gcc warning cleanup:Felipe Corr??a da Silva Sanches1-2/+2
2008-12-04NR -> 2geom some headers in src/Joshua L. Blocher1-3/+3
2008-11-28bug #168370 (consider parent transform and viewBox)Thomas Holder1-1/+16
2008-10-27From trunkTed Gould1-1/+1
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-7/+7
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-9/+9
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-5/+5
2008-07-31slight tweak to r19493 to ensure that there's no possibility that we might ac...Richard Hughes1-8/+5