summaryrefslogtreecommitdiff
path: root/src/lib/eet
Commit message (Expand)AuthorAgeFilesLines
* all: Simplify definition of EAPIVincent Torri2018-01-181-12/+12
* efl: drop deprecated Encoding key from desktop filesRoss Vandegrift2017-12-131-3/+3
* eet: removed warning from eet_imagePawel Aksiutowicz2017-11-211-0/+1
* Eet: fix wrong doxygen definitionJinYong Park2017-11-011-2/+2
* eet: Add missing documentation informationWonki Kim2017-10-261-0/+5
* eet: add missing documentation.Bowon Ryu2017-10-231-13/+57
* eet: wrong comparision to less than zero with unsigned integer.Subodh Kumar2017-10-061-1/+1
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-222-4/+4
* eet: silence properly reused code through switch case statement fallthrough.Cedric BAIL2017-06-051-0/+4
* eet: use new API eina_file_close_on_exec.Cedric BAIL2017-04-181-1/+1
* eet_lib: changed unlink to eina_file_unlinkIvan Furs2017-03-061-1/+1
* doxygen: fix typos and some wrong expressions in Edje and Eet API reference d...Myoungwoon Roy, Kim2017-02-161-371/+372
* eet data - fix checking return value of eina_value_pset like elsewhereCarsten Haitzler (Rasterman)2017-02-081-1/+1
* eet: read sould be failed if cipher_key exist but file not cipheredJiwon Kim2017-02-071-0/+4
* cmake: handle 'FindXXX.cmake' standard with 'find-XXX' libraries.Gustavo Sverzut Barbieri2017-02-011-1/+1
* cmake: remove dependency on libjpeg in eet as it is handled in commonStefan Schmidt2017-02-011-1/+1
* cmake: add EFL_SUPPORT_LIB() and simplify/speedup its usage.Gustavo Sverzut Barbieri2017-01-271-8/+1
* cmake: add eet.Gustavo Sverzut Barbieri2017-01-261-0/+46
* openssl 1.1 build break fixesCarsten Haitzler (Rasterman)2017-01-041-0/+29
* doxygen: remove reference warnings.Jee-Yong Um2016-12-201-2/+2
* Eet: add EINA_ARG_NONNULL for eet_data_text_undump* @fixArtem Popov2016-12-011-2/+2
* eet: add checking on null to eet_data_write_cipher and EINA_ARG_NONNULL to du...Artem Popov2016-11-282-4/+5
* eet: add NULL-check to eet_connection_empty API to avoid segfaultArtem Popov2016-11-162-0/+2
* Eet: initialize descriptor class correctlyDaniel Zaoui2016-11-141-0/+2
* eet: return 0 instead of NULL when the return type is intJean Guyomarc'h2016-11-121-4/+2
* eet: add to basic eet_image EAPIs checking on NULLArtem Popov2016-11-111-0/+12
* eet: fix gnutls support with newer version.Cedric BAIL2016-09-211-5/+4
* eet: set alpha_texture for ETC1+AlphaSungtaek Hong2016-09-201-0/+1
* autotools: since it has been broken for some times and nobody noticed, let's ...Cedric BAIL2016-08-011-33/+0
* edje: Fix coverity warningJean-Philippe Andre2016-07-131-3/+2
* eet - fix possible integer overflow in ptr diff on parseCarsten Haitzler (Rasterman)2016-07-111-1/+3
* eet_image.c : Fix build warningJunsuChoi2016-05-301-1/+1
* eet: add a helper to setup hash with generic value storageJee-Yong Um2016-05-102-3/+30
* efl: everyone should now rely on Eina MIN/MAX redefinition.Cedric BAIL2016-05-091-6/+0
* eet: make it possible to build the library alone.Cedric BAIL2016-04-141-0/+33
* Eet: Fail gracefully on invalid inputJean-Philippe Andre2015-12-291-2/+4
* efl: add binary mode to f(re)open() callsVincent Torri2015-12-052-4/+4
* eet: improve error message during eet_close.Cedric BAIL2015-11-241-9/+21
* eet: remove useless assignment in eet cipher and silence warning.Vivek Ellur2015-11-221-2/+2
* Eet: remove dead variable assignment.Tom Hacohen2015-11-181-3/+3
* Revert "eet: removing useless assignment variables."Stefan Schmidt2015-11-181-3/+3
* Edje data: Fix memory leak in nested data descriptorsJean-Philippe Andre2015-11-181-1/+12
* eet: removing useless assignment variables.Srivardhan Hebbar2015-10-311-3/+3
* Evas: Disable TGV save debugging and fix error logJean-Philippe Andre2015-10-291-4/+4
* Eet: Another ETC decoding fixJean-Philippe Andre2015-10-291-3/+4
* Eet: fix decoding of embedded ETC imagesJean-Philippe Andre2015-10-291-17/+27
* eet: handling memory leak on realloc fail.Srivardhan Hebbar2015-10-221-10/+18
* eet: handling memory leak on realloc fail.Srivardhan Hebbar2015-10-211-1/+4
* eet - be robust about garbage at the end that looks like an idenityCarsten Haitzler (Rasterman)2015-10-073-14/+32
* eet - fix signature alignment and positionCarsten Haitzler (Rasterman)2015-10-071-10/+7