summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-27add part of n-point deformation libraryMarek Dvoroznak4-7/+365
2015-02-27npd branch createdMarek Dvoroznak1-0/+81
2015-02-27Fix invalid shell syntax in configure.acMikael Magnusson1-1/+1
2015-02-21Updated Greek translationMaria Mavridou1-25/+119
2015-02-18operations/workshop/external: distribute generated header filesNils Philippsen1-0/+1
2015-02-15Updated Polish translationPiotr Drąg1-2385/+1551
2015-02-14Fix errors in Catalan translationJordi Mas1-2/+2
2015-02-14Bug 698380 - Add gegl_module_error_message() which sets and displays...Samuel Pitoiset1-35/+18
2015-02-12operations: string fixes/changes in gegl:distance-transformMichael Natterer1-2/+2
2015-02-12Change sRGB Y values to match sRGB built-in profilesElle Stone5-15/+15
2015-02-11fix: undefined string comparison in gegl:load operationRasmus1-4/+5
2015-02-07Updated Basque languageInaki Larranaga Murgoitio1-6890/+4136
2015-02-07Updated Basque languageInaki Larranaga Murgoitio1-834/+2686
2015-02-03configure: bump babl requirement to 0.1.12Øyvind Kolås1-1/+1
2015-01-29operations: fix memcpy calls in gegl:value-propagateThomas Manni1-20/+20
2015-01-29operations: add gegl:value-propagateThomas Manni6-1/+659
2015-01-25Bump required Babl version to 0.1.11Debarshi Ray1-1/+1
2015-01-24build: fix build when srcdir != builddirVadim Rutkovsky1-2/+2
2015-01-24meta-json: Force module to be persistentJon Nordby1-0/+7
2015-01-24json: Remove some C99-ismsMukund Sivaraman1-18/+37
2015-01-24Remove unused assignmentMukund Sivaraman1-3/+0
2015-01-22operations: add some ui_meta() to gaussian-blur-iirMichael Natterer1-11/+15
2015-01-21operations/external: Fix buildfailure in distcheckJon Nordby1-0/+1
2015-01-21ff-load: Fix accidental removal of GEGL_OP_SOURCEJon Nordby1-0/+1
2015-01-21operations/workshop: Include source code as metadataJon Nordby24-24/+24
2015-01-21operations/common: Include source as metadataJon Nordby126-126/+126
2015-01-21operations/external: Include source of op as metadataJon Nordby25-27/+26
2015-01-21Avoid needing to duplicate filenames for source inclusionJon Nordby7-14/+20
2015-01-21operations/core: Include source codeJon Nordby6-2/+8
2015-01-21Allow operations to include their source as class metadataJon Nordby9-0/+57
2015-01-20tests: Also load operation from source dirJon Nordby1-2/+2
2015-01-21Fix typos in user-visible messsages in the diffraction-patterns opAlexandre Prokoudine1-4/+4
2015-01-20operations/json: Also dist file...Jon Nordby1-0/+1
2015-01-20operation/json: Actually install file used in testJon Nordby4-1/+16
2015-01-20operations: Dist json used in testsJon Nordby1-0/+1
2015-01-20gegl-init: Fix only returning GEGL_PATH for module directoriesJon Nordby1-2/+2
2015-01-20docs: Mention that json-glib is required dependencyJon Nordby1-0/+1
2015-01-20Merge remote-tracking branch 'origin/meta-json'Jon Nordby14-1/+985
2015-01-20meta-json: Enable test compositionJon Nordby4-12/+3
2015-01-20meta-json: Remove debug printsJon Nordby1-15/+1
2015-01-20meta-json: Fix sensible warningsJon Nordby1-7/+7
2015-01-20meta-json: Lookup operation name+description properlyJon Nordby5-19/+52
2015-01-20meta-json: Also support GeglColor propertiesJon Nordby1-1/+4
2015-01-20meta-json: Follow normal module paths for loadingJon Nordby1-4/+25
2015-01-20meta-json: Can forward property changesJon Nordby1-33/+138
2015-01-20meta-json: Add a trivial testcaseJon Nordby3-0/+98
2015-01-20meta-json: Can set initial properties from fileJon Nordby1-2/+65
2015-01-20meta-json: Can redirect propertiesJon Nordby3-5/+50
2015-01-20meta-json: Can connect nodes of subgraphJon Nordby3-4/+11
2015-01-20meta-json: Can instantiate nodesJon Nordby3-68/+97