summaryrefslogtreecommitdiffstats
path: root/src/trace (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-06-15Remove cmake checks for C89 headers.Elliott Sales de Andrade1-2/+0
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-4/+0
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-23/+0
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-11-12Fix CMake buildAlex Valavanis1-0/+3
2015-11-09Enable builds without flood/trace on systems without PotraceAlex Valavanis1-0/+4
2015-11-09Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis1-17/+0
2015-11-08Update Potrace bitmap macros to upstream 1.13Alex Valavanis1-8/+9
2015-11-08Use external PotraceAlex Valavanis19-4054/+5
2015-06-22Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps pro...Nicolas Dufour1-1/+1
2015-06-08cmake: Add some missing header files to CMakeLists.txtBryce Harrington1-0/+1
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
2015-03-31Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 vulner...Nicolas Dufour17-103/+251
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
2015-02-07Fixing dead assignment and uninitialized argument value.Nicolas Dufour1-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. White2-6/+6
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-3/+3
2014-10-12revert previous commit.Johan B. C. Engelen1-1040/+1019
2014-10-12undo whitespace edit. it's an external dependency, and let's assume that the ...Johan B. C. Engelen1-1040/+1019
2014-10-12Mass fix whitespace (clang-format) before working on bugJohan B. C. Engelen1-1019/+1040
2014-10-12Mass fix whitespace (clang-format) before working on bugJohan B. C. Engelen1-1019/+1040
2014-03-18Warning cleanups.Jon A. Cruz1-1/+1
2013-11-12part of patch by David Evans to fix C++11 buildJohan B. C. Engelen1-0/+1
2013-10-29fix warningKris De Gussem1-1/+1
2013-09-21Fix format security errorsAlex Valavanis1-2/+2
2013-09-19Fix colors when tracingKrzysztof Kosi??ski1-2/+2
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-3/+22
2013-08-03fix initializationJohan B. C. Engelen1-7/+11
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
2013-06-12Fix Apache2 license conflict with GPL with re-license from SOIX upstreamMartin Owens2-23/+3
2013-03-19Fixing regressionjtx1-2/+2
2013-03-18Drop remaining unused functionsAlex Valavanis1-1/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-2/+2
2013-03-16cppcheckKris De Gussem1-2/+2
2013-01-30removing some more unused functionsKris De Gussem4-124/+0
2013-01-23fix Memory leak in bitmap trace (Bug #996695)Kris De Gussem2-8/+10
2013-01-20Fixed memory leaksKris De Gussem1-37/+45
2012-11-15cppcheck: Simple fixes for src/ui/dialogAlex Valavanis1-6/+5
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-6/+10
2012-03-07cppcheckKris De Gussem3-11/+4
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-2/+3
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-02-06(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-8/+10