summaryrefslogtreecommitdiffstats
path: root/src/version.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2016-06-08Store rest of string in Inkscape version ('pre' 'devel').Tavmjong Bah1-2/+10
Fix try/catch blocks by really throwing errors. (stringstream doesn't throw errors by default.) (bzr r14962)
2014-09-27Update to experimental r13565Liam P. White1-11/+11
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-11/+11
GThread deprecation errors. (bzr r13341.1.190)
2012-01-22cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem1-9/+21
input data. (bzr r10918)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-10-23Cleanup constructors and initialization. Removed unused macro.Jon A. Cruz1-12/+11
(bzr r10693)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-2/+2
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-2/+2
one major janitorial task we identified.... (bzr r1633)
2006-01-18optimized includesRalf Stephan1-0/+1
(bzr r16)