summaryrefslogtreecommitdiffstats
path: root/src/version.h (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
2016-06-08Store rest of string in Inkscape version ('pre' 'devel').Tavmjong Bah1-0/+3
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-7/+5
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-7/+5
GThread deprecation errors. (bzr r13341.1.190)
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-36/+46
(bzr r10693)
2011-10-22cppcheck: variable initialisation / fix possible memory leakKris De Gussem1-1/+4
(bzr r10688)
2009-06-09Removed sodipodi:versionJon A. Cruz1-1/+0
(bzr r8029)
2009-06-09Correct handling of version and set to 1.1 for default. Fixes bug #168180.Jon A. Cruz1-1/+1
(bzr r8028)
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-1/+1
(bzr r16)