summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/svgz.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-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2012-04-18Warning cleanupJon A. Cruz1-7/+5
(bzr r11265)
2008-04-23Fixed some further issues with Internal extensions after the introduction of ↵Marcin Floryan1-1/+1
schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496)
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-3/+3
Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
2008-03-26system clipboard support (bug #170185) from Chris KosińskiMenTaLguY1-3/+3
(bzr r5190)
2006-01-30r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould1-9/+11
Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)