summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2015-06-09examples: add a simple example using the lgi lua bindingØyvind Kolås1-0/+37
2015-03-12Link with libm where neededKalev Lember1-1/+2
2015-01-06Fixed missing application license needed by plug-ins.Florian Klemme1-0/+5
2014-07-02Bug 676071 - Make GeglBufferIterator's flags parameter an enum typeMichael Natterer1-2/+2
2013-12-01Add all gegl include paths to AM_CPPFLAGSDaniel Sabo1-7/+9
2013-11-19examples: Fix C90 warnings in sdl-drawDaniel Sabo1-20/+22
2013-11-17examples: Fix stray ) in Makefile.amDaniel Sabo1-1/+1
2013-11-17examples: Remove old files from .gitignoreDaniel Sabo1-4/+0
2013-11-17examples: Remove obsolete examplesDaniel Sabo3-134/+0
2013-11-17examples: Don't use gegl_graph() helper in gegl-convertDaniel Sabo1-8/+28
2013-11-17examples: Add sdl-draw exampleDaniel Sabo3-0/+317
2013-11-17examples: Remove wildcards from Makefile.amDaniel Sabo2-32/+38
2013-10-21examples: Fix execute permission on xml-graph.pyDaniel Sabo1-0/+0
2013-10-21examples: Remove old python examplesDaniel Sabo2-97/+0
2013-10-21examples: Add a better XML+Python exampleDaniel Sabo1-0/+88
2013-10-21examples: Remove hello-world-video.cDaniel Sabo1-106/+0
2013-10-13examples: make hello-world-video.c not crashDaniel Sabo1-36/+32
2013-10-13examples: make hello-world.c not crashDaniel Sabo1-31/+29
2013-06-23operations: rename gegl:invert to gegl:invert-linearMichael Henning1-1/+1
2013-06-09operations: Remove gegl:scale in favor of gegl:scale-ratioMichael Henning1-1/+1
2013-06-07Fix introspection of gegl_init()Daniel Sabo3-6/+6
2013-06-06Remove unneeded set_property hack from exampleDaniel Sabo1-3/+1
2013-06-04Add a python example that uses the Node APIDaniel Sabo1-0/+47
2013-03-30Remove all references to g_thread_init ()Michael Henning2-2/+0
2012-11-26distcheck: sprinkle $(srcdir) over Makefiles with wild abandonNils Philippsen2-2/+2
2012-03-20All makefiles include opencl [except docs]Victor Oliveira1-1/+3
2012-03-18complete babl constificationØyvind Kolås1-0/+3
2012-03-16Revert "remove internal profiling code"Øyvind Kolås1-9/+7
2012-03-16remove internal profiling codeØyvind Kolås1-7/+9
2011-08-24examples/float-lookup: not really a memory leak since it's freed when the pro...Michael Muré1-0/+1
2011-06-22Remove code depending on GTK+Jon Nordby5-677/+0
2011-06-12GeglView: Remove unused event handling and public APIJon Nordby3-182/+10
2011-04-26hello-world: use gegl:over directly instead of gegl:layerØyvind Kolås1-9/+7
2011-04-24examples: add a test that does processing with GI and pyØyvind Kolås1-0/+44
2011-04-24core: introspection annotations for gegl_node_get_childrenØyvind Kolås1-3/+37
2011-04-06introspection: Enable scanning of files with GeglMatrix typesJon Nordby1-0/+2
2011-03-29Add Gobject Introspection to build.Jon Nordby1-0/+18
2011-03-28examples: Port GeglView to Cairo, and make Gtk3 compat.Jon Nordby2-38/+91
2010-12-17gegl-paint: use pixelformats that have optimizationsØyvind Kolås1-7/+7
2010-07-29Add/update .gitignore filesMukund Sivaraman1-0/+1
2010-07-28Fix typo in variable nameMukund Sivaraman1-2/+2
2010-07-27Use silent rules even when running libtoolMukund Sivaraman1-5/+12
2010-07-24examples: added gegl convert a GEGL backed format converterØyvind Kolås1-0/+39
2010-05-09examples: Don't include config.h in example programsMartin Nordholts7-7/+0
2010-03-19build: fix srcdir!=builddir issuesØyvind Kolås1-1/+8
2010-01-05examples: #include <glib/gstdio.h> in float-lookup.cMartin Nordholts1-0/+1
2010-01-05examples: Update .gitignoreMartin Nordholts1-0/+2
2009-12-04GeglLookup: Made the precision/dimensions configurableØyvind Kolås1-35/+25
2009-12-03Moved GeglLookup to its own files.Øyvind Kolås1-1/+1
2009-12-03Added general caching floating point lookup table code.Øyvind Kolås1-0/+78