summaryrefslogtreecommitdiffstats
path: root/src/trace/trace.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-06-06Applied patch #1501134Jon A. Cruz1-2/+2
2006-06-04Applied patch 1500171Jon A. Cruz1-75/+94
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-12/+12
2006-04-07remove superfluous line, compile warningRalf Stephan1-2/+0
2006-03-30Select much improved, but need to fix rotate and scaleBob Jamison1-140/+24
2006-03-30WIP. siox election progress. fix api a bit.Bob Jamison1-17/+162
2006-03-26most of region selection completedBob Jamison1-8/+103
2006-03-25Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. Also...Bob Jamison1-30/+9
2006-03-25initial hookup of siox into Tracer. much work still to be done, and testing tooBob Jamison1-21/+146
2006-03-25add enableSiox() for testingBob Jamison1-0/+8