summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-16pkg-config: request linking with math library fixing bug #755131HEADmasterØyvind Kolås2-2/+2
2015-09-16AUTHORS: add some new contributorsØyvind Kolås1-2/+2
2015-09-16opencl: replace CLAMP macros with OpenCL built-in clampØyvind Kolås4-17/+6
Spotted and sorted out by Laura Ekstrand in bug #754914
2015-09-16tests: explictly link testing tools with math libraryØyvind Kolås2-2/+2
fixes bug #750935
2015-09-16displace: explicitly initialize cx and cy variable to silence gccØyvind Kolås1-3/+3
2015-09-16tests: update compositions/reference/shift.pngØyvind Kolås1-0/+0
2015-09-16shift: remove outdated XXX comment about abyss policyØyvind Kolås1-2/+0
2015-09-16gegl-cache: fix out of bounds accessØyvind Kolås1-1/+1
As detected by cpppcheck reported by serval2412@yahoo.fr in bug #75458
2015-09-16mosaic: remove unused variable/allocation "data"Øyvind Kolås1-3/+0
as noticed by cppcheck/serval2412@yahoo.fr in bug #754955
2015-09-16ink-simulator: fix a leak in key-less linesØyvind Kolås1-0/+1
as reported in bug #754955
2015-09-15Updated Greek translationDimitris Spingos1-26/+70
2015-09-14Updated Portuguese translationPedro Albuquerque1-14/+12
2015-09-13ops: fix bug in hstack opØyvind Kolås1-1/+1
serval2412@yahoo.fr [reporter] 2015-09-12 18:03:50 UTC With gegl updated today, I get this on cppcheck: [operations/workshop/hstack.c:93]: (warning) Unnecessary comparison of static strings Indeed, we have this: 88 static GeglRectangle 89 get_invalidated_by_change (GeglOperation *self, 90 const gchar *input_pad, 91 const GeglRectangle *region) 92 { 93 if (!strcmp ("input_pad", "input")) I suppose it should be if (!strcmp (input_pad, "input")) ?
2015-09-08Updated Slovenian translationMartin Srebotnjak1-1416/+2976
2015-09-08apply-lens: some improvementsThomas Manni4-178/+148
* work with float instead of uint8 * do not allocate twice the size of the whole input * do not use the whole input extent as cached region * use sampler to fetch projected input pixels * use iterator on the input/output buffers roi
2015-09-04Updated Portuguese translationPedro Albuquerque1-17/+58
2015-09-03Bug 754204 - Port of Maze plug-in from GIMP to GEGLakash akya3-0/+742
Add maze operation.
2015-09-01Updated Turkish translationNecdet Yücel1-1658/+4248
2015-09-01docs: fix broken link to operation-api.htmlØyvind Kolås1-1/+1
2015-09-01docs: do not include source code in json dumpØyvind Kolås1-0/+1
2015-08-29Updated Polish translationPiotr Drąg1-76/+73
2015-08-13Updated Portuguese translationPedro Albuquerque1-9/+63
2015-08-04Added Portuguese translationPedro Albuquerque2-0/+6541
2015-08-01Updated Greek translationDimitris Spingos1-50/+30
2015-07-28revert premature integration of image viewerOyvind Kolas4-1468/+3
2015-07-27code reorgOyvind Kolas1-652/+664
2015-07-26ui: make crop be an integrated rotate/cropOyvind Kolas1-15/+183
2015-07-26build: add a microraptor gui based ui to gegl binaryOyvind Kolas4-3/+1288
If the new dependencies gexiv2 and microraptor gui (mrg) http://github.com/hodefoting/mrg/ are found, the start of an image viewer/editor based on microraptor gui and GEGL has taken over the interactive/display run mode of the installed gegl binary.
2015-07-26seamless-clone-compose: follow changes in seamless-cloneOyvind Kolas1-2/+2
2015-07-12seamless-clone: max-refine-steps is not used.Jehan3-11/+49
Make it max-refine-scale instead, whose default value is 5 (making default behavior unchanged).
2015-07-07color-exchange: add opencl supportThomas Manni3-7/+156
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 Manni2-3/+1
2015-06-29gegl-imgcmp: main: if images differ, memcpy() right amount of stringRoman Lebedev1-1/+1
If one of tests fail and images are different, we write image difference under a new name. We use very scary looking memcpy() to replace last 4 symbols of filename with "-diff.png", but since sizeof("-diff.png") == 10, we were reading 1 byte past string bound. Fixes AddressSanitiser complaint like: ... PASS apply-lens3.xml (OpenCL) /home/lebedevri/src/_GIMP/gegl/tests/compositions/reference/bump-map.png and /home/lebedevri/src/_GIMP/gegl/tests/compositions/output/bump-map.png differ wrong pixels : 46/150000 (0.03%) max ?e : 0.214 avg ?e (wrong) : 0.111(wrong) 0.000(total) ================================================================= ==29799==ERROR: AddressSanitizer: global-buffer-overflow on address 0x000000402aa0 at pc 0x4020b0 bp 0x7fffa5051640 sp 0x7fffa5051638 READ of size 11 at 0x000000402aa0 thread T0 0 0x4020af in main /home/lebedevri/src/_GIMP/gegl/tools/gegl-imgcmp.c:148 1 0x7fe64b509b44 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b44) 2 0x40154b (/home/lebedevri/src/_GIMP/gegl/tools/.libs/gegl-imgcmp+0x40154b) 0x000000402aa0 is located 4205152 bytes insideASAN:SIGSEGV ==29799==AddressSanitizer: while reporting a bug found another one.Ignoring. FAIL bump-map.xml ...
2015-06-24illusion: opt out of multithreadingThomas Manni1-0/+1
2015-06-24gblur-1d: constantsMassimo Valentini1-4/+7
2015-06-22Updated Greek translationDimitris Spingos1-76/+320
2015-06-17docs: Fix some spelling/grammar mistakes.Michael Henning1-3/+3
Thanks to aladdin on irc for pointing out one of these.
2015-06-14Fixes to Catalan translationJordi Mas1-8/+8
2015-06-14GeglNode: Relay the computed signal from the output proxy to the graphDebarshi Ray1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=750938
2015-06-14GeglNode: Clean up the computed handlersDebarshi Ray1-12/+3
https://bugzilla.gnome.org/show_bug.cgi?id=750938
2015-06-13tools: add MATH_LIB to AL_LDFLAGSMichael Natterer1-1/+1
2015-06-12Applied fixies to it translation contributed by FirasHanifeMarco Ciampa1-2/+2
2015-06-11operations: wind: use GeglWindEdge enum order the same as the original gimp ↵Thomas Manni1-1/+1
plug-in
2015-06-09examples: add a simple example using the lgi lua bindingØyvind Kolås1-0/+37
2015-06-08raw-load: reduce libraw version dependency to 0.15.4Øyvind Kolås1-1/+1
2015-06-08update potfilesØyvind Kolås1-2/+2
2015-06-08openraw: remove in favor of librawØyvind Kolås3-286/+0
2015-06-08libraw: rewrite from Paul SbarraØyvind Kolås1-150/+137
A more feature-rich and less glitchy, implementation from Paul Sbarra <tones111@hotmail.com> in bug #647733
2015-06-08raw-load: fix compilation warningsØyvind Kolås1-2/+3