summaryrefslogtreecommitdiffstats
path: root/src/trace/trace.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* add autotrace basic supportMarc Jeanmougin2018-09-131-5/+2
|
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-4/+5
| | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
| | | | A lot of header clean-up.
* 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)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-6/+5
| | | (bzr r11874)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-2/+2
| | | (bzr r10940)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-1/+1
| | | (bzr r10766.1.1)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-6/+14
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-5/+3
| | | (bzr r10696)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* fix bug in normalizeMatrix, add some better trace messagesBob Jamison2006-07-271-2/+2
| | | (bzr r1490)
* refactoring, add background removalBob Jamison2006-07-051-24/+27
| | | (bzr r1360)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-131-4/+9
| | | (bzr r1208)
* most of region selection completedBob Jamison2006-03-261-1/+2
| | | (bzr r299)
* initial hookup of siox into Tracer. much work still to be done, and testing tooBob Jamison2006-03-251-2/+3
| | | (bzr r293)
* add enableSiox() for testingBob Jamison2006-03-251-0/+8
| | | (bzr r291)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+246
(bzr r1)