summaryrefslogtreecommitdiffstats
path: root/src/livarot/LivarotDefs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-5/+9
| | | | | | - 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
|
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-20/+14
|
* 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.
* Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-091-12/+0
| | | (bzr r15223.1.1)
* cstdint is c++11, defaulting to stdint.hMarc Jeanmougin2016-04-111-1/+1
| | | (bzr r14776)
* fix compile error in livarotMarc Jeanmougin2016-04-111-11/+1
| | | (bzr r14774)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* add a new return code indicating nothing was donebulia byak2007-04-111-1/+2
| | | (bzr r2849)
* ifdef'd win32 #include <inttypes.h> to fix compile errorJosh Andler2006-02-061-0/+4
| | | (bzr r96)
* revert to using inttypes.h instead of stdint.hRalf Stephan2006-02-061-3/+5
| | | (bzr r94)
* optimize includes, use stdlib instead of inttypes if we have itRalf Stephan2006-02-041-1/+10
| | | (bzr r73)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+170
(bzr r1)