summaryrefslogtreecommitdiff
path: root/gegl/gegl-init.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-23Fixed a bug where more threads than GEGL_MAX_THREADS could be set via command...Florian Klemme1-1/+9
2015-01-20gegl-init: Fix only returning GEGL_PATH for module directoriesJon Nordby1-2/+2
2015-01-20gegl-init: Split out module directory logic to functionJon Nordby1-36/+49
2014-10-06gegl: don't leak the swapdir in gegl_config_set_defaults()Michael Natterer1-0/+2
2014-07-11factor away function-call in check for threadingØyvind Kolås1-12/+5
2014-07-01add gegl_temp_buffer poolØyvind Kolås1-0/+4
2014-06-30buffer: do some thread safety conditionallyØyvind Kolås1-0/+7
2014-05-24gegl: call gegl_init_i18n() from gegl_get_option_group()Michael Natterer1-5/+11
2014-05-11Remove GeglTileBackendTileDirDaniel Sabo1-2/+0
2014-05-01gegl: fix description of "threads" property.Jehan1-1/+1
2014-03-05Remove "babl-tolerance" from GeglConfigDaniel Sabo1-9/+0
2014-02-22Add support for filtering non-LGPL pluginsDaniel Sabo1-0/+17
2014-02-02gegl: changed GeglTileBackendSwap to use gegl_tile_dup instead of copying dat...Ville Sokk1-11/+0
2013-12-01gegl: uniformize the use of -priv and -private suffixesTéo Mazars1-1/+1
2013-12-01Move gegl.h declarations into their own headers.Daniel Sabo1-4/+5
2013-11-29Don't install old generic Makefile to plug-ins dirDaniel Sabo1-39/+2
2013-11-19Add gegl-extension-handler-private.hDaniel Sabo1-1/+1
2013-11-16opencl: allocate the random buffer once and for allTéo Mazars1-0/+1
2013-11-14random: improve gegl-random implementationTéo Mazars1-0/+2
2013-11-13opencl: Use GEGL_USE_OPENCL to change the default deviceDaniel Sabo1-0/+7
2013-11-02Keep the state of use-opencl in one locationDaniel Sabo1-14/+15
2013-10-19gegl: Don't kill processes on windows within pid_is_running in gegl_init.cMichael Henning1-2/+6
2013-10-17Make GEGL_USE_OPENCL=no a hard disableDaniel Sabo1-17/+16
2013-09-17Improve command line and env parsingDaniel Sabo1-128/+133
2013-09-11iterator: new state machine iteratorDaniel Sabo1-1/+0
2013-08-15gegl: close the swap writer thread and file handles when exitingVille Sokk1-0/+1
2013-08-14Remove deprecated calls to g_type_init ()Michael Henning1-1/+0
2013-08-06operation: Move the hash table creation to gegl_initMichael Henning1-0/+2
2013-08-06Revert "operation: Move the hash table creation to gegl_init"Michael Henning1-1/+0
2013-08-06operation: Move the hash table creation to gegl_initMichael Henning1-0/+1
2013-06-27buffer: use MB to limit size of file backend's writer thread queue instead of...Ville Sokk1-16/+16
2013-06-07Bring back gegl_instrument timersDaniel Sabo1-13/+5
2013-05-21gegl_instrument: only track times when enabledDaniel Sabo1-1/+5
2013-04-20buffer: display GeglBuffer leak stacktraces if env vars are setMichael Henning1-1/+8
2013-04-03buffer: stop leaking the buffer pool in gegl-buffer-iterator.Michael Henning1-0/+2
2013-03-31Fix initiazation orderDaniel Sabo1-5/+37
2013-03-29Remove unused TileStorageCache codeDaniel Sabo1-3/+0
2013-03-14Get rid of some duplicate function declarationsDaniel Sabo1-6/+3
2013-03-09Add gegl_module_db_load()Daniel Sabo1-0/+7
2013-01-29Bug 690509 - gegl-tile-backend: free disk space when finalizing a tile backen...Jehan1-1/+7
2012-12-20gegl-init: fix the "swapping to ram" fallback when GEGL_SWAP environment vari...Jehan1-1/+2
2012-09-11gegl-init: Read debug flags before initializing openclTom Stellard1-14/+15
2012-08-14gegl: added command line options for OpenCL and file backend queue limit conf...Ville Sokk1-7/+24
2012-08-06buffer: added configurable limit to file backend writer thread's queue sizeVille Sokk1-7/+10
2012-08-05gegl-init: fix some C90 warningsMichael Muré1-1/+3
2012-08-01gegl-init: Remove dead code and commentJon Nordby1-9/+0
2012-08-01gegl-init: Don't abort on multiple gegl_init,gegl_exit invokationsJon Nordby1-0/+1
2012-08-01Don't crash on gegl_exit() if called without gegl_init(), warn insteadJon Nordby1-0/+6
2012-07-18move i18n init early to have help message translatedMichael Muré1-10/+10
2012-07-18gegl-init: move documentation in headerMichael Muré1-31/+0