summaryrefslogtreecommitdiffstats
path: root/src/trace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* Remove cmake checks for C89 headers.Elliott Sales de Andrade2017-06-151-2/+0
| | | | | | | | | | These are roughly equivalent to autoconf's AC_HEADER_STDC and even they say that macro is obsolescent. strings.h is not really a C89 header, but it defined some things that are no longer needed [1]. And no file actually #includes it. [1] https://stackoverflow.com/a/4291328
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Merged trunkAdrian Boguszewski2016-08-091-23/+0
|\ | | | | (bzr r14954.1.30)
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-23/+0
| | | | | | (bzr r15046)
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski2016-04-131-0/+1
| | | (bzr r14834)
* static code analysisKris De Gussem2015-12-071-1/+1
| | | (bzr r14510)
* Fix CMake buildAlex Valavanis2015-11-121-0/+3
| | | (bzr r14449.1.6)
* Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-091-0/+4
| | | (bzr r14449.1.4)
* Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis2015-11-091-17/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3)
* Update Potrace bitmap macros to upstream 1.13Alex Valavanis2015-11-081-8/+9
| | | (bzr r14449.1.2)
* Use external PotraceAlex Valavanis2015-11-0819-4054/+5
| | | (bzr r14449.1.1)
* Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps ↵Nicolas Dufour2015-06-221-1/+1
| | | | | | | | produces mostly black result). Fixed bugs: - https://launchpad.net/bugs/1456387 (bzr r14209)
* cmake: Add some missing header files to CMakeLists.txtBryce Harrington2015-06-081-0/+1
| | | | | These were found by running cmake_consistency_check.py (bzr r14198)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | (bzr r14126)
* mergingMarc Jeanmougin2015-04-2617-103/+251
|\ | | | | (bzr r13922.1.13)
| * Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵Nicolas Dufour2015-03-3117-103/+251
| | | | | | | | | | | | | | | | vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-3/+3
| | | | | | | | | | | | | | some... more... lines... (bzr r13922.1.2)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-4/+4
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-071-4/+4
| | | (bzr r13908)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_message_stackLiam P. White2014-12-212-6/+6
| | | (bzr r13817)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-3/+3
| | | (bzr r13809)
* undo whitespace edit. it's an external dependency, and let's assume that the ↵Johan B. C. Engelen2014-10-121-1040/+1019
| | | | | potential bug is not a bug (line 611, possibly uninitialized used of prev[i]) (bzr r13594)
* Mass fix whitespace (clang-format) before working on bugJohan B. C. Engelen2014-10-121-1019/+1040
| | | (bzr r13593)
* Warning cleanups.Jon A. Cruz2014-03-181-1/+1
| | | (bzr r13162)
* part of patch by David Evans to fix C++11 buildJohan B. C. Engelen2013-11-121-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1244295 (bzr r12801)
* fix warningKris De Gussem2013-10-291-1/+1
| | | (bzr r12748)
* Fix format security errorsAlex Valavanis2013-09-211-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
* Fix colors when tracingKrzysztof Kosi??ski2013-09-191-2/+2
| | | (bzr r12541)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-1/+1
|\ | | | | (bzr r12532)
| * Merged from trunk (r12465).Markus Engel2013-08-041-7/+11
| |\ | | | | | | (bzr r11608.1.119)
| * | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | | | | | | | (bzr r11608.1.111)
* | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-3/+22
| |/ |/| | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | fix initializationJohan B. C. Engelen2013-08-031-7/+11
|/ | | (bzr r12459)
* Fix Apache2 license conflict with GPL with re-license from SOIX upstreamMartin Owens2013-06-122-23/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/357043 (bzr r12370)
* Drop remaining unused functionsAlex Valavanis2013-03-181-1/+1
| | | (bzr r12224)
* cppcheckKris De Gussem2013-03-161-2/+2
| | | (bzr r12217)
* removing some more unused functionsKris De Gussem2013-01-304-124/+0
| | | (bzr r12076)
* fix Memory leak in bitmap trace (Bug #996695)Kris De Gussem2013-01-232-8/+10
| | | (bzr r12057)
* Fixed memory leaksKris De Gussem2013-01-201-37/+45
| | | (bzr r12050)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-6/+5
| | | (bzr r11874)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-6/+10
| | | (bzr r11737)
* cppcheckKris De Gussem2012-03-073-11/+4
| | | (bzr r11052)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+3
| | | (bzr r11030)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)