summaryrefslogtreecommitdiff
path: root/gegl
AgeCommit message (Expand)AuthorFilesLines
2015-09-16gegl-cache: fix out of bounds accessØyvind Kolås1-1/+1
2015-06-14GeglNode: Relay the computed signal from the output proxy to the graphDebarshi Ray1-0/+2
2015-06-14GeglNode: Clean up the computed handlersDebarshi Ray1-12/+3
2015-06-04buffer: Implement abyss parameter on gegl_buffer_copyMichael Henning1-7/+8
2015-06-02chant: remove obsolete XXX markerØyvind Kolås1-1/+1
2015-05-28Make it possible to #include both gegl.h and gegl-plugin.hDebarshi Ray2-3/+1
2015-05-26GeglNode: gegl_node_get_producer should take a const gchar *pad_nameDebarshi Ray2-4/+4
2015-05-25buffer: Add an abyss argument to gegl_buffer_copy, this changes the API butØyvind Kolås5-5/+9
2015-05-24gegl-xml: do not rely on GNU extension to realpathØyvind Kolås1-2/+2
2015-05-23opencl: Load cl_gl extension functions only if the extension is supported.Jan Vesely3-3/+31
2015-05-23buffer: make _gegl_sampler_compute_rectangle simpler and dumberØyvind Kolås1-11/+22
2015-05-23gegl_node_get_cache: fix bugs introduced when recreating patch for previous c...Øyvind Kolås1-3/+2
2015-05-23Prevent a data race in gegl_node_get_cache()Michael Henning1-4/+14
2015-05-23Fixed a bug where more threads than GEGL_MAX_THREADS could be set via command...Florian Klemme1-1/+9
2015-04-01gegl_buffer_linear_open should return a gpointer, not a gpointer*Michael Henning2-2/+2
2015-02-14Bug 698380 - Add gegl_module_error_message() which sets and displays...Samuel Pitoiset1-35/+18
2015-01-24Remove unused assignmentMukund Sivaraman1-3/+0
2015-01-21Avoid needing to duplicate filenames for source inclusionJon Nordby1-2/+14
2015-01-21Allow operations to include their source as class metadataJon Nordby1-0/+11
2015-01-20gegl-init: Fix only returning GEGL_PATH for module directoriesJon Nordby1-2/+2
2015-01-20meta-json: Add to build, depend on glib-jsonJon Nordby1-0/+2
2015-01-20meta-json: Add initial GeglOperationMetaJson baseclassJon Nordby2-0/+110
2015-01-20gegl-color: Make gegl_param_spec_color_get_default() publicJon Nordby2-2/+10
2015-01-20gegl-init: Split out module directory logic to functionJon Nordby2-37/+60
2015-01-05Add support for dataURI to gegl:loadJon Nordby2-4/+37
2015-01-05gegl-op: Add property_uri/GeglParamSpecUriJon Nordby3-0/+180
2014-12-17gegl-gio: Fix warnings in data: URI support codeJon Nordby1-16/+29
2014-12-17gegl-gio: Implement support for data: URIsJon Nordby1-1/+50
2014-11-27gegl-gio: Fix stdio handling on windows.Michael Henning1-2/+3
2014-11-26GeglNode: added passthrough propertyØyvind Kolås5-3/+85
2014-11-26Revert "add passthrough api"Øyvind Kolås3-44/+1
2014-11-26add passthrough apiØyvind Kolås3-1/+44
2014-11-19Putting back OpenCL for point filters and only enabling it with a GPUVictor Oliveira2-1/+100
2014-11-14lib: include stdio.h in gegl-gioHartmut Kuhse1-0/+1
2014-11-10png-load: Move function for opening stream to libraryJon Nordby3-0/+110
2014-11-09gegl-xml: When failing to resolve absolute path, pass raw inputJon Nordby1-2/+3
2014-10-06gegl: don't leak GeglConfig:application_license on exitMichael Natterer1-0/+3
2014-10-06gegl: don't leak the swapdir in gegl_config_set_defaults()Michael Natterer1-0/+2
2014-08-19gegl-color: fix merge conflictØyvind Kolås1-5/+0
2014-08-19gegl-color: fix "yellow"s blue component in css-color-name tableØyvind Kolås1-2/+7
2014-08-08gegl-color: Take gamma-corrected colors when on #rrggbb format and for named ...Jon Nordby1-17/+27
2014-08-08gegl-color: Add documentation about format of accepted stringsJon Nordby1-0/+9
2014-07-11gegl: Fix rounding issue in gegl-paramspecs.cMichael Henning1-1/+1
2014-07-11clean up g-ir-scanner warningsØyvind Kolås5-17/+65
2014-07-11buffer: use hot tile under tile_storage lock protectionØyvind Kolås3-6/+20
2014-07-11buffer: make more calls conditional of number of threads being > 1Øyvind Kolås3-6/+23
2014-07-11factor away function-call in check for threadingØyvind Kolås14-37/+32
2014-07-10eval-manager: clamp mipmap levelØyvind Kolås1-0/+3
2014-07-09sampler: do fewer lookups of klass->getØyvind Kolås1-3/+12
2014-07-09change default tile size to 128x128Øyvind Kolås1-1/+1