summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-13operations: change description of apply-lens to be the same as in GIMPMichael Natterer1-1/+1
2014-04-12Use -O3 by default with GCC and ClangDaniel Sabo1-0/+28
2014-04-04Updated Slovenian translationMartin Srebotnjak1-86/+151
2014-03-31Updated Slovenian translationMartin Srebotnjak1-203/+301
2014-03-24gaussian-blur: Fix offsets in FIR blurDaniel Sabo1-29/+17
2014-03-21gaussian-blur: Avoid processing lots of abyssDaniel Sabo1-13/+9
2014-03-21ink-simulator: remove another 4 component limitØyvind Kolås1-8/+24
2014-03-21ink-simulator: permit more than 4 inks internallyØyvind Kolås1-19/+26
2014-03-21ink-simulator: coding style/memory management cleanupsØyvind Kolås1-170/+210
2014-03-21ink-simulator: do inerpolation on LUTØyvind Kolås1-67/+150
2014-03-21ink-simulator: added LUT for seperator and some CIE illuminantsØyvind Kolås1-59/+182
2014-03-21ink-simulator: added stochastic ink separatorØyvind Kolås1-97/+203
2014-03-21ink-simulator: made opacity a continuumØyvind Kolås1-102/+45
2014-03-20seamless-close: Fix extra unrefawaw fumin1-2/+2
2014-03-20cartoon: Refactor caching behavior, don't linearizeDaniel Sabo1-197/+125
2014-03-20waves: Don't linearize bufferDaniel Sabo1-52/+43
2014-03-20ripple: Don't linearize bufferDaniel Sabo1-59/+50
2014-03-19photocopy: Don't linearize, implement get_cached_regionDaniel Sabo1-196/+128
2014-03-18Avoid unnecessary get_format() calls in zoom handlerDaniel Sabo1-10/+4
2014-03-18Use the default backend for graph temporary buffersDaniel Sabo1-3/+3
2014-03-16gaussian-blur: Process IIR by pixel instead of componentDaniel Sabo1-41/+39
2014-03-16gaussian-blur: Process FIR by pixel instead of componentDaniel Sabo1-38/+41
2014-03-16gaussian-blur: Read one row/col at a timeDaniel Sabo1-95/+86
2014-03-15Don’t use BackendFile for the buffer created by gegl_buffer_loadDaniel Sabo1-1/+0
2014-03-15Don't manipulate BackendFile's header in GeglBufferDaniel Sabo4-26/+11
2014-03-15tests: Add a test for changing a .gegl file's extentDaniel Sabo1-0/+71
2014-03-15tests: Add tests for loading .gegl filesDaniel Sabo1-0/+196
2014-03-15Fix some issues with creating a buffer from an existing fileDaniel Sabo3-1/+19
2014-03-15ink-simulator: add transmittances for cyan and yellow inksØyvind Kolås1-51/+68
2014-03-14Restore old broken mimmap behavior for ABYSS_LOOPDaniel Sabo1-2/+0
2014-03-14BackendSwap: Avoid allocation in get_tileDaniel Sabo1-11/+3
2014-03-14Do fringe scale for everything but ABYSS_LOOP (bug 712524)Daniel Sabo1-19/+245
2014-03-13Remove unused static functionDaniel Sabo1-15/+0
2014-03-13Remove empty headersDaniel Sabo4-61/+0
2014-03-13Clean up gegl-buffer-private.hDaniel Sabo1-26/+12
2014-03-13Add ink-simulator.c to POTFILES.inDaniel Sabo1-0/+1
2014-03-14ops/workshop: add ink simulatorØyvind Kolås2-0/+371
2014-03-13Fix a bad unref and a memory leakawaw fumin2-3/+2
2014-03-13operations: Remove calls to gegl_buffer_flushDaniel Sabo3-6/+0
2014-03-13Get rid of function pointer in boxfilterDaniel Sabo1-24/+13
2014-03-13Enable high quality scale for double precision formatsDaniel Sabo2-19/+26
2014-03-13Pass bpp instead of component count for boxfilterDaniel Sabo3-19/+9
2014-03-13Move downscale functions out of tile-handler-zoomDaniel Sabo5-199/+199
2014-03-13gegl: typo in gegl_buffer_get_pixelMassimo Valentini1-2/+2
2014-03-13Remove unnecessary includes in gegl-buffer-save.cDaniel Sabo1-9/+0
2014-03-12Remove incorrect G_UNLIKELYDaniel Sabo1-1/+1
2014-03-11Remove unnecessary includes in gegl-buffer-load.cDaniel Sabo1-14/+1
2014-03-11Move add handler functions into TileStorageDaniel Sabo3-30/+38
2014-03-10Remove dead codeDaniel Sabo1-162/+0
2014-03-10Remove redundant "format" property from GeglCacheDaniel Sabo4-47/+11