summaryrefslogtreecommitdiffstats
path: root/src/filter-enums.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
| | | | A lot of header clean-up.
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-14/+14
| | | (bzr r7058)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-191-2/+3
| | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781)
* Filter effects dialog:Nicholas Bishop2007-08-171-0/+4
| | | | | * Added most of the settings for feComponentTransfer to the filter dialog (still haven't done the table attribute) (bzr r3488)
* Filter effects dialog:Nicholas Bishop2007-08-121-0/+4
| | | | | | * Changed SPFeTurbulence/FilterTurbulence to use an enum for the type field * Added type setting to the filter dialog (bzr r3454)
* Filter effects dialog:Nicholas Bishop2007-08-091-0/+4
| | | | | * Added controls for feMorphology (bzr r3434)
* Filter effects dialog:Nicholas Bishop2007-08-061-0/+3
| | | | | * Added controls for scale and channel selection to the filter dialog for feDisplacementMap (bzr r3383)
* Filter effects:Nicholas Bishop2007-08-061-0/+4
| | | | | | * Added edge mode setting to the filter dialog * Changed type of edgeMode in SPFeConvolveMatrix to use the enum type (bzr r3381)
* Filter effects:Nicholas Bishop2007-08-051-0/+4
| | | | | | * Changed type field of ColorMatrix filter to use an enum rather than a plain int * Added control for the ColorMatrix type to the filter dialog (bzr r3375)
* Filter effects dialog:Nicholas Bishop2007-08-011-0/+9
| | | | | * Added light source controls for feDiffuseLighting and feSpecularLighting. (bzr r3354)
* Filter effects dialog:Nicholas Bishop2007-07-231-3/+1
| | | | | | | * Fixed misnamed primitive input (BackgroundImage was incorrectly called BackgroundGraphic) * Removed the filter primitive input comboboxes in favor of drag-and-drop. The standard inputs are shown as vertical text to the right. * Various minor improvements to the drawing of filter connections (bzr r3285)
* Filter effects dialog:Nicholas Bishop2007-07-161-0/+16
| | | | | | * Made a lot of strings translatable * Fixed the filter primitive input settings to work more like other ComboBoxEnums. (bzr r3253)
* Filter effects:Nicholas Bishop2007-07-141-0/+41
* As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241)