summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-18pkgbuild: avahi is now a dependency of EFL.HEADmasterCedric BAIL1-2/+2
2013-12-17getopt: add positional argument handling.Gustavo Sverzut Barbieri3-10/+376
2013-12-17add great ecore_getopt example.Gustavo Sverzut Barbieri4-3/+349
2013-12-17getopt: fix line wrapping issues in help strings.Gustavo Sverzut Barbieri1-1/+13
2013-12-17ecore/ecore_x - show the window if the window should be visible.ChunEon Park1-2/+4
2013-12-17Ecore_Avahi: initial commit.Cedric BAIL13-0/+671
2013-12-16One ) too many.Iván Briano1-1/+1
2013-12-16Evas textblock: Fixed range_deletion bug with multiple visible formats.Tom Hacohen1-5/+0
2013-12-16Evas test textblock: Added a test for a broken range_delete case.Youngbok Shin1-2/+2
2013-12-16emotion: fix Windows compilation.Cedric BAIL1-13/+16
2013-12-16emotion: revert to fast sed to use the right eina log domain.Cedric BAIL1-1/+1
2013-12-15bugfix: eldbus code generator struct members named "proxy" should not be pass...discomfitor1-1/+1
2013-12-15edje_edit - fix mem leak of src strbuf on print statusCarsten Haitzler (Rasterman)1-1/+3
2013-12-15edje - edje_edit - don't access collection after it is freedCarsten Haitzler (Rasterman)1-1/+1
2013-12-15emotion - webcam - don't access after free and ensure it is not in listCarsten Haitzler (Rasterman)1-4/+1
2013-12-15evas - fb engine - fix mem leak if ioctl fails on fb modeCarsten Haitzler (Rasterman)2-0/+2
2013-12-15ecore-file - fix mem leak in ecore_file_app_exe_get() on restartCarsten Haitzler (Rasterman)1-7/+7
2013-12-15evas - software-x11 - fill in unused struct members to avoid uninitializedCarsten Haitzler (Rasterman)1-0/+4
2013-12-14bugfix: make eldbus generated code not crash on every single generated eventdiscomfitor1-2/+2
2013-12-14edje: adding Alias API into edje_edit moduleVorobiov Vitalii5-35/+209
2013-12-14evas common - uninitialized use warning removeCarsten Haitzler (Rasterman)1-1/+1
2013-12-14edje: Fixing little misbehavior of edje_edit_state_rel_to_setVorobiov Vitalii1-1/+1
2013-12-13Evas textblock: Fixed deletion of ranges ending with visual formats.Tom Hacohen1-1/+1
2013-12-13Evas textblock: Added more range_delete tests.Youngbok Shin1-0/+14
2013-12-13ecore_file - finding exe path - if HOME is not set a leak could happenCarsten Haitzler (Rasterman)1-2/+6
2013-12-13eina - eina_file - fix leak of fd is fd is 0Carsten Haitzler (Rasterman)1-1/+1
2013-12-13fix fd leak in emotion webcam where fd of value 0 never closedCarsten Haitzler (Rasterman)1-1/+1
2013-12-13edje - lib - remove useless memset as later memcpy overwritesCarsten Haitzler (Rasterman)1-1/+0
2013-12-13ethumbd - fix possible out of bounds access to work tableCarsten Haitzler (Rasterman)1-0/+6
2013-12-13edje - epp - fix possible array access by negativeCarsten Haitzler (Rasterman)1-1/+2
2013-12-13ecore - utils - makekeys - fix uniitialized arraysCarsten Haitzler (Rasterman)1-3/+3
2013-12-13evas - silence coverity in codeCarsten Haitzler (Rasterman)1-0/+2
2013-12-13eeze - fix uninitialised sigation struct contentCarsten Haitzler (Rasterman)1-1/+1
2013-12-13edje_decc - fix possible use of uninitialized stringCarsten Haitzler (Rasterman)1-2/+3
2013-12-13ethumb - ensure buf is nul terminatedCarsten Haitzler (Rasterman)1-3/+8
2013-12-13evas - common - remove useless new as next call allocs if NULLCarsten Haitzler (Rasterman)1-4/+0
2013-12-13ecore-con - fix possible unterminated buffersCarsten Haitzler (Rasterman)1-5/+12
2013-12-13[Edje] Update anchor and item tags when text is deleted by _edje_entry_imf_ev...Youngbok Shin1-0/+2
2013-12-13ibusimmodule: support preedit styleJihoon Kim1-20/+104
2013-12-13emotion: make webcam initialization lazy and non blocking.Cedric BAIL1-20/+68
2013-12-13emotion: fix potential memory leak when webcam register fail.Cedric BAIL1-2/+7
2013-12-13emotion: use emotion log domain instead of eina one.Cedric BAIL1-4/+4
2013-12-13emotion: lower warning on webcam access error to information (Not critical an...Cedric BAIL1-1/+1
2013-12-13ecore_con - dns.c - re-fix coverty double-free. coverity was and is right.Carsten Haitzler (Rasterman)1-2/+2
2013-12-12fix ecore-x shadow warningdiscomfitor1-5/+5
2013-12-12rebase dns.c from upstreamdiscomfitor2-53/+53
2013-12-12evas - fix gif loader drop of image data sometimes (image dump/flush)Carsten Haitzler (Rasterman)1-3/+3
2013-12-12pkgbuild: follow aur efl-git version naming.Cedric BAIL3-8/+18
2013-12-12pkgbuild: let's tests all backend in our package.Cedric BAIL1-2/+4
2013-12-12autotools: detect systemd to warn user they are required to use --enable-syst...Cedric BAIL1-9/+30