summaryrefslogtreecommitdiffstats
path: root/src/text-editing.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-11Initialize some uninitialized variablesMarc Jeanmougin1-1/+1
2019-09-16Improve casts from voids and fix a issue when fill/stroke is unset set deskto...Jabier Arraiza1-11/+11
2019-09-07fixx flowbox on SVG2 mode using tspansJabiertxof1-0/+2
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-1/+1
2019-04-10Prevent segmentation fault when editing flow text missing <flowPara>.Tavmjong Bah1-2/+21
2019-01-02modernize: add overridesMarc Jeanmougin1-1/+1
2019-01-02modernize loops (2)Marc Jeanmougin1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-1/+1
2019-01-01Minor style fixesMarc Jeanmougin1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-80/+80
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-11/+11
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