summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/channel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-10/+10
|
* Refactor a lot of the parameter handling codePatrick Storz2019-08-311-1/+1
| | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333
* run clang tidy modernize passMarc Jeanmougin2019-01-021-1/+1
|
* 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
* Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun2016-06-111-1/+1
| | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
* Fix build failure in extensionsAlex Valavanis2012-02-281-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028)
* Tooltips inconsistency fix (Bug 340723)Kris De Gussem2010-09-191-1/+1
| | | (bzr r9769)
* Extensions. Consistency fix and UI improvements (internal extensions and ↵Nicolas Dufour2010-09-101-1/+1
| | | | | filters). (bzr r9754)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
| | | | | | | | | 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)
* Fixing localization issues (following a patch for 0.46 rev. 17583) where ↵Marcin Floryan2008-03-261-9/+9
| | | | | some messages for internal extensions were not being used as translated. (bzr r5197)
* r16594@tres: ted | 2007-09-18 09:27:48 -0700Ted Gould2007-09-191-9/+9
| | | | | Making a lot more strings translatable. (bzr r3769)
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-131-1/+1
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-101-0/+73
ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)