summaryrefslogtreecommitdiff
path: root/operations
AgeCommit message (Expand)AuthorFilesLines
2015-09-16displace: explicitly initialize cx and cy variable to silence gccØyvind Kolås1-3/+3
2015-09-16shift: remove outdated XXX comment about abyss policyØyvind Kolås1-2/+0
2015-09-16mosaic: remove unused variable/allocation "data"Øyvind Kolås1-3/+0
2015-09-16ink-simulator: fix a leak in key-less linesØyvind Kolås1-0/+1
2015-09-13ops: fix bug in hstack opØyvind Kolås1-1/+1
2015-09-08apply-lens: some improvementsThomas Manni1-178/+148
2015-09-03Bug 754204 - Port of Maze plug-in from GIMP to GEGLakash akya2-0/+741
2015-07-26seamless-clone-compose: follow changes in seamless-cloneOyvind Kolas1-2/+2
2015-07-12seamless-clone: max-refine-steps is not used.Jehan1-4/+36
2015-07-07color-exchange: add opencl supportThomas Manni1-7/+66
2015-07-06color-exchange: simplify input pixels selection and output pixels generationThomas Manni1-39/+33
2015-07-03color:exchange: modify delta computation, providing better colors shadingThomas Manni1-3/+1
2015-06-24illusion: opt out of multithreadingThomas Manni1-0/+1
2015-06-24gblur-1d: constantsMassimo Valentini1-4/+7
2015-06-11operations: wind: use GeglWindEdge enum order the same as the original gimp p...Thomas Manni1-1/+1
2015-06-08openraw: remove in favor of librawØyvind Kolås2-269/+0
2015-06-08libraw: rewrite from Paul SbarraØyvind Kolås1-150/+137
2015-06-08raw-load: fix compilation warningsØyvind Kolås1-2/+3
2015-06-08ops: rename raw-load to dcraw-load, and lraw-load to rawloadØyvind Kolås4-18/+19
2015-06-08add libraw based raw loader opØyvind Kolås2-5/+282
2015-06-07operations: wind: fix last pixel determination for the 2 wind stylesThomas Manni1-2/+2
2015-06-07operations: fix gegl:windThomas Manni1-265/+560
2015-06-07Bug 750473 - Replace `quote' by 'quote'Michael Natterer1-1/+1
2015-06-07operations: fix compiler warnings in gegl:loadMichael Natterer1-5/+8
2015-06-03operations: bump-map: complete rewriteThomas Manni1-236/+216
2015-06-02warp: opt out of multithreadingØyvind Kolås1-0/+1
2015-05-30workshop: median-blur: clamp pixel values used for histogram bins indexesThomas Manni1-28/+29
2015-05-30operations: displace: fix potential leaks for aux and aux2 buffersThomas Manni1-12/+9
2015-05-28operations: add gegl:displaceThomas Manni2-0/+385
2015-05-26operations/workshop: add gegl:component-extractThomas Manni2-0/+271
2015-05-26operations/workshop: add gegl:median-blurThomas Manni2-0/+415
2015-05-25buffer: Add an abyss argument to gegl_buffer_copy, this changes the API butØyvind Kolås16-19/+35
2015-05-23operations: move checkerboard kernel source to opencl folderNanley Chery1-30/+1
2015-05-23operations: optimize checkerboard kernel with new algorithmNanley Chery1-52/+16
2015-05-23operations/common/grey: Use memcpy instead of a loopDebarshi Ray1-8/+2
2015-05-23operations: improve descriptions of gegl:buffer-sink and gegl:write-buffer.Jehan2-2/+2
2015-05-11Patch to clear up defaults and description for mono-mixer UINorm Murray1-9/+9
2015-05-04operations/workshop: remove more traces of old broken opsØyvind Kolås1-5/+0
2015-05-04remove broken ops from workshopØyvind Kolås5-1443/+0
2015-05-01operations: Fix typo in gegl:vignette (photograpy) (bug #748777)Anders Jonsson1-1/+1
2015-04-30operations: some indentation cleanup in gegl:tile-paperMichael Natterer1-41/+47
2015-04-30wrap round functionality added to paper-tile operationakash akya1-18/+60
2015-04-30operations: add gegl:paper-tile. Port from GIMP to geglakash akya2-1/+437
2015-04-27Escaped percent sign in gettext string.Marco Ciampa1-1/+1
2015-04-26gaussian-blur: replace with the new one from workshopØyvind Kolås6-8/+10
2015-04-21Small typo correctedMarco Ciampa1-1/+1
2015-04-20Typo fixMarco Ciampa1-1/+1
2015-04-20Text string corrected to gettext syntaxMarco Ciampa1-1/+1
2015-04-01gegl_buffer_linear_open should return a gpointer, not a gpointer*Michael Henning3-3/+3
2015-03-27linear-gradient: Remove unnecessary sqrt()Daniel Sabo1-2/+2