summaryrefslogtreecommitdiffstats
path: root/src/text-chemistry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Active SVG2 Flow Text by defaultJabiertxof2019-09-161-1/+1
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-9/+9
* fix #140 scaled text flow into frameThomas Holder2019-05-311-2/+3
* Do partial convert flowed text to tspan if possibleNathan Lee2019-03-061-5/+9
* Add preference for using SVG 2 text in a shape (GUI to come).Tavmjong Bah2018-12-191-57/+58
* Add ability to create SVG 2 text:Tavmjong Bah2018-12-181-0/+36
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-17/+17
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-12/+14
* Misc. typosluz.paz2018-01-081-1/+1
* third batchMarc Jeanmougin2017-10-021-12/+9
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-2/+2
* Merged trunkAdrian Boguszewski2016-08-031-2/+1
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-3/+3
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-5/+5
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-3/+3
* | Added items as a range functionAdrian Boguszewski2016-07-031-19/+20
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-12/+12
|/
* static code analysisKris De Gussem2015-12-071-8/+8
* Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin2015-04-261-1/+2
* more cast cleanupMarc Jeanmougin2015-02-271-4/+4
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-5/+5
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-20/+20
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-47/+36
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-10/+10
* Purge sp_desktop_message_stackLiam P. White2014-12-211-13/+13
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-7/+7
* Fix for bug #1057494 (Remove Manual Kerns hides the selected text).Nicolas Dufour2014-01-041-0/+1
* more string leaksJohan B. C. Engelen2013-09-301-2/+6
* fix another g_strdup memleakJohan B. C. Engelen2013-09-301-2/+2
* Minor warning and dead code cleanup.Jon A. Cruz2013-01-131-12/+0
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-5/+5
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+1
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+5
* Merge from trunkKrzysztof Kosi??ski2011-04-071-38/+38
|\
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-38/+38
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-24/+25
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-24/+25
| |\
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-6/+6
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-3/+3
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| |