summaryrefslogtreecommitdiffstats
path: root/src/text-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-3/+3
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-5/+5
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-3/+3
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-12/+12
2015-12-07static code analysisKris De Gussem1-8/+8
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-1/+2
2015-02-27more cast cleanupMarc Jeanmougin1-4/+4
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-5/+5
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-20/+20
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-47/+36
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-10/+10
2014-12-21Purge sp_desktop_message_stackLiam P. White1-13/+13
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-7/+7
2014-01-04Fix for bug #1057494 (Remove Manual Kerns hides the selected text).Nicolas Dufour1-0/+1
2013-09-30more string leaksJohan B. C. Engelen1-2/+6
2013-09-30fix another g_strdup memleakJohan B. C. Engelen1-2/+2
2013-01-13Minor warning and dead code cleanup.Jon A. Cruz1-12/+0
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-5/+5
2012-02-12Header cleaningAlex Valavanis1-0/+2
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+1
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+5
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-38/+38
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-7/+6
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-2/+2
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-6/+6
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-02-24fix font size jump when unflowing flowed textbulia byak1-0/+7
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-4/+4
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-05-22Fixing z-order problem on flowed text -> text. See LP#233830Mike Pittman1-1/+1
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+5
2007-12-30fix bug 168751 (sf1749738)bulia byak1-1/+1
2007-07-23removing kerns also trims multi-value x attribute; allow it to work on tspans...bulia byak1-3/+19
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-3/+3
2007-01-24fix crash 1640798bulia byak1-0/+4
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-9/+14
2007-01-11Fix 1633473 (Crash on "Convert to Text")gustav_b1-1/+21
2007-01-08patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed textbulia byak1-19/+107
2006-10-05undo annotationsbulia byak1-5/+5
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-5/+10
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-21/+21