summaryrefslogtreecommitdiffstats
path: root/src/version.cpp (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
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Store rest of string in Inkscape version ('pre' 'devel').Tavmjong Bah2016-06-081-2/+10
| | | | | | Fix try/catch blocks by really throwing errors. (stringstream doesn't throw errors by default.) (bzr r14962)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-11/+11
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-01-221-9/+21
| | | | | input data. (bzr r10918)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Cleanup constructors and initialization. Removed unused macro.Jon A. Cruz2011-10-231-12/+11
| | | (bzr r10693)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* optimized includesRalf Stephan2006-01-181-0/+1
| | | (bzr r16)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+64
(bzr r1)