summaryrefslogtreecommitdiffstats
path: root/src/io/registrytool.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-29Drop "RegistryTool" which is no longer in use.Patrick Storz1-215/+0
2018-11-08Clarify licensesMax Gaukler1-19/+8
- 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-10-13Move some files to 'io' directory.Tavmjong Bah1-0/+0
2018-06-20Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2013-10-09Win32. Fix for Bug #627943 (Unexpected RegistryTool message on Windows 7).Nicolas Dufour1-1/+1
Fixed bugs: - https://launchpad.net/bugs/627943 (bzr r12672)
2013-03-29Header cleanupAlex Valavanis1-0/+1
(bzr r12258)
2013-03-28fix buildJohan B. C. Engelen1-3/+3
(bzr r12254)
2012-12-03win32 registry. set value for inkscape location (Bug 644185)Alvin Penner1-1/+2
Fixed bugs: - https://launchpad.net/bugs/644185 (bzr r11928)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-16/+2
(bzr r10697)
2010-03-28Allow Inkscape to run from Unicode directories on WindowsKrzysztof Kosi??ski1-25/+28
Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248)
2010-02-01Updates for devlibs revision 9Krzysztof Kosi??ski1-0/+1
(bzr r9041)
2008-06-04Remove warningsBob Jamison1-4/+27
(bzr r5806)
2008-04-13address some char* string literal warnings.Peter Moulder1-2/+2
(bzr r5414)
2008-03-28Completing incomplete application of patch at ↵Mike Pittman1-3/+3
https://bugs.launchpad.net/inkscape/+bug/187290/comments/30 (bzr r5216)
2006-05-31Convert from std::string to glib::ustring to fit into rest of inkscapeBob Jamison1-15/+15
(bzr r1104)