summaryrefslogtreecommitdiffstats
path: root/src/trace/trace.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-2/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-3/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-9/+9
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-9/+9
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+4
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2016-04-13Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski1-0/+1
2015-12-07static code analysisKris De Gussem1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-18Just...mc1-3/+3
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+4
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Purge sp_desktop_message_stackLiam P. White1-3/+3
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-3/+3
2013-09-21Fix format security errorsAlex Valavanis1-2/+2
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-3/+22
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+1
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-31/+4
2011-10-18cppcheckKris De Gussem1-3/+3
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-1/+1
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-39/+14
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-6/+6
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-14/+13
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-1/+2
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
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-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-02-02fix crashbulia byak1-1/+2
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-2/+2
2008-10-11Merging from trunkTed Gould1-3/+3
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-6/+6
2008-02-24Warning and whitespace cleanupJon A. Cruz1-4/+4
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-2/+3
2006-11-08undo annotationsgustav_b1-2/+1
2006-08-26Display message to indicate that bitmap tracing has startedJohn Bintz1-0/+3
2006-07-27fix bug in normalizeMatrix, add some better trace messagesBob Jamison1-1/+2
2006-07-05refactoring, add background removalBob Jamison1-11/+10
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
2006-06-13patch [ 1503865 ] Siox performance patchAaron Spike1-33/+39
2006-06-06Applied patch #1501375Jon A. Cruz1-7/+61