summaryrefslogtreecommitdiffstats
path: root/src/filter-enums.cpp (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
* Update to trunk r13580Liam P. White2014-10-061-1/+1
|\ | | | | (bzr r13341.1.255)
| * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
| * Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-3/+5
| | | | | | (bzr r13443)
* | Fix build (not pretty).Liam P. White2014-08-181-0/+1
| | | | | | (bzr r13341.1.146)
* | Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-3/+5
|/ | | (bzr r13341.1.70)
* New CSS blending and compositing modes.Tavmjong Bah2013-12-051-12/+37
| | | | | | | | Define WITH_CSSBLEND and/or WITH_CSSCOMPOSITE to try out. Note: these new modes are not yet defined to apply to SVG filters in the CSS Compositing and Blending Level 1 or in CSS Filters Level 1 specifications. They are expected to be included in Level 2. (bzr r12837)
* Translations. Context removed in filter-enums (context support too complex ↵Nicolas Dufour2011-02-031-5/+5
| | | | | to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030)
* 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)
* i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-7/+5
| | | (bzr r9722)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-1/+2
| | | (bzr r7985)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-51/+51
| | | (bzr r7058)
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-191-6/+6
| | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781)
* i18n patch from MarcinAlexandre Prokoudine2008-02-131-1/+2
| | | (bzr r4719)
* Filter effects dialog:Nicholas Bishop2007-08-191-3/+3
| | | | | | | | | Lots of fixes for the light source controls for feDiffuseLighting and feSpecularLighting: * Corrected feDistantLight name (was feDistanceLight) * Corrected elevation attribute (was using azimuth) * Corrected visibility of the light control widgets when changing filter primitives * Changed the light source type combobox to show nothing if a filter light primitive has no light source (bzr r3513)
* Filter effects dialog:Nicholas Bishop2007-08-171-0/+10
| | | | | * 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/+7
| | | | | | * 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/+7
| | | | | * Added controls for feMorphology (bzr r3434)
* Filter effects dialog:Nicholas Bishop2007-08-061-2/+11
| | | | | * Added controls for scale and channel selection to the filter dialog for feDisplacementMap (bzr r3383)
* Filter effects:Nicholas Bishop2007-08-061-0/+8
| | | | | | * 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-4/+16
| | | | | | * 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/+7
| | | | | * 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/+12
| | | | | | * 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/+68
* 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)