summaryrefslogtreecommitdiffstats
path: root/src/text-editing.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize some uninitialized variablesMarc Jeanmougin2019-10-111-1/+1
* Improve casts from voids and fix a issue when fill/stroke is unset set deskto...Jabier Arraiza2019-09-161-11/+11
* fixx flowbox on SVG2 mode using tspansJabiertxof2019-09-071-0/+2
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-1/+1
* Prevent segmentation fault when editing flow text missing <flowPara>.Tavmjong Bah2019-04-101-2/+21
* modernize: add overridesMarc Jeanmougin2019-01-021-1/+1
* modernize loops (2)Marc Jeanmougin2019-01-021-1/+1
* modernize loopsMarc Jeanmougin2019-01-021-1/+1
* Minor style fixesMarc Jeanmougin2019-01-011-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-80/+80
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-11/+11
* Fix keyboard shortcuts for changing line spacing.Tavmjong Bah2017-08-091-53/+98
* Fix crash when modifying text in "Text and Font" dialogEduard Braun2017-04-231-3/+3
* Merged trunkAdrian Boguszewski2016-08-031-2/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-8/+8
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-6/+3
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-25/+28
|/
* static code analysisKris De Gussem2015-12-071-1/+1
* Commented out tidy_operator_styled_whitespace (fixes bug 1477723).Marc Jeanmougin2015-07-261-2/+10
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-4/+3
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-20/+19
* Prevent segfault when style string is null.Tavmjong Bah2014-04-051-2/+2
* "fix" some "unused parameter" warningsKris De Gussem2013-10-281-6/+6
* improve legibilityJohan B. C. Engelen2013-09-101-5/+5
* merge from trunk (r12487)su_v2013-08-291-6/+6
|\
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-6/+6
* | changes_2013_05_22a.patch:David Mathog2013-06-191-20/+38
|/
* cppcheckKris De Gussem2013-03-161-1/+1
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
* Fix for 903772 : Support --export-text-to-path when outputting plain SVGJohn Smith2012-05-261-0/+17
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-2/+2
* cppcheckKris De Gussem2012-02-151-7/+11
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-1/+1
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-149/+212
|\
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-1/+1
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-142/+205
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-100/+142
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-100/+142
| |\
| | * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-1/+2