summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-03efl: add eio_eet_sync symbolsCedric BAIL5-1/+16
2013-01-03oops - this one got moved byt not changed. fix.Carsten Haitzler1-1/+1
2013-01-02Emotion: now correctly versioned the changesLeandro Dorileo2-9/+4
2013-01-02Emotion: introce emotion_object_video_subtitle_file_set() callLeandro Dorileo14-1/+236
2013-01-02Emotion: organize the NEWS fileLeandro Dorileo1-4/+11
2013-01-02efl: stop depending on va_list typeLucas De Marchi4-74/+61
2013-01-02efl: Fix shadow warningsMike McCormack1-4/+9
2013-01-02efl: Fix initializer overwritten warningsMike McCormack1-1/+1
2013-01-02edbus: Test if connection_name could be freed in name_owner_changed_callback_delJosé Roberto de Souza1-0/+1
2013-01-02edbus: Remove message leaksJosé Roberto de Souza2-4/+16
2013-01-02Revert commit r81335Rafael Fonseca1-1/+0
2013-01-02efl: use compile-time chec for type of va_listLucas De Marchi1-32/+23
2013-01-02fix mask write line stuff.Carsten Haitzler4-2/+9
2013-01-02evas - removed unnecessary lines.ChunEon Park6-6/+0
2013-01-02efl: and now tiff also use Eina_File.Cedric BAIL3-71/+117
2013-01-02efl: fix potential segv.Cedric BAIL1-1/+1
2013-01-02efl: evas gif loader now use Eina_File.Cedric BAIL3-85/+131
2013-01-02efl: add eet_map and use it.Cedric BAIL6-13/+120
2013-01-02efl: use Eina_File for evas webp loader.Cedric BAIL3-65/+55
2013-01-01scim_immodule: remove EINA_UNUSED in parameter of slot_beep()Jihoon Kim1-1/+1
2013-01-01efl ko.po: Updated Korean translation.Daniel Juyung Seo1-16/+25
2013-01-01efl/configure.ac: remove disable-fast-install.Gustavo Sverzut Barbieri1-1/+1
2013-01-01updating all po files merging translations from efreet. I've also removed a s...Massimo Maiurana17-146/+957
2013-01-01let's use ()'s more and... lets be consistent about the ellipsisCarsten Haitzler1-15/+17
2013-01-01misplaced ERR-- - maybe DBG?Carsten Haitzler1-1/+2
2012-12-31efl/eio: use eina_file_copy()Gustavo Sverzut Barbieri4-259/+87
2012-12-31oops: remove printfGustavo Sverzut Barbieri1-2/+0
2012-12-31efl: add eina_file_copy()Gustavo Sverzut Barbieri6-0/+340
2012-12-31efl: missing api for xattr.Gustavo Sverzut Barbieri7-9/+396
2012-12-31efl: make xattr stuff work.Gustavo Sverzut Barbieri1-4/+24
2012-12-31eio: use eina_lock abstraction.Gustavo Sverzut Barbieri2-47/+22
2012-12-31efl: remove lstat and fchmod checks.Gustavo Sverzut Barbieri4-75/+15
2012-12-31efl: remove checks for EINA_HAVE_THREADSGustavo Sverzut Barbieri2-10/+2
2012-12-31efl: beef thread documentation and error reporting.Gustavo Sverzut Barbieri2-74/+184
2012-12-31efl: cleanup HAVE_THREADS and pthread usage outside of eina.Gustavo Sverzut Barbieri7-399/+67
2012-12-31efl: eio checks cleanupGustavo Sverzut Barbieri2-12/+3
2012-12-31efl/eina: fix mempools when they are not staticGustavo Sverzut Barbieri1-35/+39
2012-12-31efl: fix valgrind check.Gustavo Sverzut Barbieri1-1/+1
2012-12-31efl: fix typoYakov Goldberg1-1/+1
2012-12-31efl: and fix a potential memory leak.Cedric BAIL1-0/+2
2012-12-31efl: fix issue when text didn't get properly replaced.Cedric BAIL1-22/+14
2012-12-31efl: remove --print-gc-sections: too annoying.Gustavo Sverzut Barbieri1-1/+0
2012-12-31efl/evas: add ecore-evas dependent examples.Gustavo Sverzut Barbieri19-192/+204
2012-12-31efl: rename eina_inarray_add to eina_inarray_grow.Cedric BAIL4-7/+9
2012-12-31efl: unbreak last commit.Gustavo Sverzut Barbieri5-68/+60
2012-12-31efl: create macro to simplify libtool module declaration.Gustavo Sverzut Barbieri5-58/+61
2012-12-31efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage.Gustavo Sverzut Barbieri37-253/+209
2012-12-31efl: forgotten evas commit.Cedric BAIL1-84/+150
2012-12-31efl: add a way to allocate without memcpy data in an Eina_Inarray.Cedric BAIL2-1/+28
2012-12-30efl: limit regression with async rendering.Cedric BAIL4-80/+129