summaryrefslogtreecommitdiffstats
path: root/src/filter-chemistry.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
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-6/+3
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.111)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+6
| | | | | the contents forward.h at all). (bzr r10667)
* Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\ | | | | (bzr r9508.1.70)
| * 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)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-4/+7
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-1/+1
| | | (bzr r7058)
* helper functions to access a single blur primitive in a filterbulia byak2008-03-231-0/+2
| | | (bzr r5174)
* Filter effects:Nicholas Bishop2007-07-141-1/+1
| | | | | | | * 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)
* initial filter UI code drop from NickMenTaLguY2007-06-241-1/+3
| | | (bzr r3095)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-1/+4
| | | (bzr r3086)
* fix filter area clipping when blurring a squeezed objectbulia byak2007-01-161-1/+1
| | | (bzr r2221)
* change API: separate functions creating a blur filter, one for a given item, ↵bulia byak2006-10-231-1/+2
| | | | | another from the given matrix expansion and w/h (bzr r1839)
* make blur slider a percentage; change opacity to 1..100 as well; ensure the ↵bulia byak2006-10-201-1/+1
| | | | | filter margins are at least twice the blur radius (bzr r1817)
* new file for filter manipulation stuffbulia byak2006-10-071-0/+33
(bzr r1775)