summaryrefslogtreecommitdiff
path: root/src/lib/ethumb/ethumb.c
Commit message (Expand)AuthorAgeFilesLines
* ethumb: Rename EAPI macro to ETHUMB_API in Ethumb libraryFelipe Magno de Almeida2020-10-181-63/+63
* Ethumb: reorder _init/shutdown functions, ecore and evas init/shutdown are us...Vincent Torri2020-09-251-5/+3
* Get rid of trailing whitespaces (11 / 14)Elyes HAOUAS2020-06-231-1/+1
* ethumb: fixed a potential dangling pointer.Hermet Park2019-09-051-1/+4
* ethumb - fix short alloc on stack not including nul char spaceCarsten Haitzler (Rasterman)2019-08-151-1/+1
* ethumb - fix error free of static string as stringshareCarsten Haitzler (Rasterman)2019-08-051-1/+1
* ethumb - make coverity happy by including null charCarsten Haitzler (Rasterman)2019-08-051-1/+1
* Evil: remove pwd code in Evil and fix compilation failures after the removalVincent Torri2019-07-281-1/+3
* remove Evil.h when not necessary, include evil_private.h when necessaryVincent Torri2019-05-201-4/+0
* ethumb: fix module loading when running in treeMarcel Hollerbach2018-09-131-2/+11
* ethumb: use new bs static libMarcel Hollerbach2018-02-171-3/+2
* efl: remove inclusion of dirent.h where it is not usedVincent Torri2018-01-121-1/+0
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* ifdef RUN_IN_TREE logic.Gustavo Sverzut Barbieri2017-02-031-0/+2
* ethumb: Fix resource leakChris Michael2017-01-251-1/+5
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-4/+4
* ethumb: fix float comparison warning.Cedric BAIL2016-12-201-14/+23
* Revert "ethumb: remove float comparison warnings"Chris Michael2016-12-201-3/+5
* ethumb: remove float comparison warningsChris Michael2016-12-201-5/+3
* ethumb: fix resource leak introduced in file path sanitization reworkStefan Schmidt2016-12-121-1/+0
* ethumb: fix absolute path generationAndrii Kroitor2016-12-091-69/+15
* ethumb - don't complain to stderr about things that are handled by apiCarsten Haitzler (Rasterman)2016-05-311-25/+7
* Evil: integrate the dlfcn code into EvilVincent Torri2015-12-291-1/+0
* ethumb: use portable environment lookup.Cedric BAIL2015-05-141-2/+2
* ethumb: support ETHUMB_THUMB_ORIENT_ORIGINAL without libexifwonguk.jeong2014-07-081-55/+7
* ethumb: fix setup related API problemwonguk.jeong2014-07-071-0/+2
* ethumb - fix clients going right to disk and getting half written thumbsCarsten Haitzler (Rasterman)2014-02-191-4/+14
* ethumb: fix build on windows by matching the #if around the if statement.Cedric BAIL2014-01-091-2/+2
* fix mingw build for setuid fix/checksCarsten Haitzler (Rasterman)2014-01-081-3/+13
* setuid safeness - ensure if an app that is setuid doesn't do bad thingsCarsten Haitzler (Rasterman)2014-01-081-40/+48
* fixme notes - fixme: many instances of module loading that bloat our memCarsten Haitzler (Rasterman)2014-01-061-0/+5
* ethumb - ensure buf is nul terminatedCarsten Haitzler (Rasterman)2013-12-131-3/+8
* eina: fix eina_hash_int64 on Windows system.Cedric Bail2013-11-091-2/+2
* efl: detect 64 bits correctly.Cedric Bail2013-11-091-1/+1
* We cannot use dname in the error message if we have already freed itChris Michael2013-07-081-1/+2
* efl: formattingSebastian Dransfeld2013-06-201-1/+1
* ethumb: do not free module list if it was not discoveredGustavo Sverzut Barbieri2013-01-121-3/+6
* ethumb: improve plugin handling.Gustavo Sverzut Barbieri2013-01-121-31/+100
* fix frame handling.Gustavo Sverzut Barbieri2013-01-121-6/+2
* merge ethumb.Gustavo Sverzut Barbieri2013-01-121-0/+1863