summaryrefslogtreecommitdiffstats
path: root/src/trace/trace.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski2016-04-131-0/+1
* static code analysisKris De Gussem2015-12-071-1/+1
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
* Just...mc2015-02-181-3/+3
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-4/+4
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Purge sp_desktop_message_stackLiam P. White2014-12-211-3/+3
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-3/+3
* Fix format security errorsAlex Valavanis2013-09-211-2/+2
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-3/+22
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+1
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-31/+4
* cppcheckKris De Gussem2011-10-181-3/+3
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+1
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-39/+14
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-6/+6
* Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-7/+10
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+10
| |\
| | * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-1/+2
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-1/+1
| | * 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
| |/
* / Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-14/+13
|/
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* fix crashbulia byak2009-02-021-1/+2
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-2/+2
* Merging from trunkTed Gould2008-10-111-3/+3
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-6/+6
* Warning and whitespace cleanupJon A. Cruz2008-02-241-4/+4
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-2/+3
* undo annotationsgustav_b2006-11-081-2/+1
* Display message to indicate that bitmap tracing has startedJohn Bintz2006-08-261-0/+3
* fix bug in normalizeMatrix, add some better trace messagesBob Jamison2006-07-271-1/+2
* refactoring, add background removalBob Jamison2006-07-051-11/+10
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-131-33/+39
* Applied patch #1501375Jon A. Cruz2006-06-061-7/+61
* Applied patch #1501134Jon A. Cruz2006-06-061-2/+2
* Applied patch 1500171Jon A. Cruz2006-06-041-75/+94
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY2006-04-171-12/+12
* remove superfluous line, compile warningRalf Stephan2006-04-071-2/+0
* Select much improved, but need to fix rotate and scaleBob Jamison2006-03-301-140/+24
* WIP. siox election progress. fix api a bit.Bob Jamison2006-03-301-17/+162
* most of region selection completedBob Jamison2006-03-261-8/+103