summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* docgen: link to the method an overriden one overridesDaniel Kolesa2017-01-261-0/+18
* docgen: autodocument inherited methods/propertiesDaniel Kolesa2017-01-261-22/+45
* cmake/eolian: fix EOLIAN_BIN type.Gustavo Sverzut Barbieri2017-01-262-6/+2
* cmake: define EFL_{LIB}_BUILD and DLL_EXPORT.Gustavo Sverzut Barbieri2017-01-261-1/+4
* cmake: add eet.Gustavo Sverzut Barbieri2017-01-263-0/+61
* cmake: auto-detect binaries in src/bin/libname if no CMakeLists.txtGustavo Sverzut Barbieri2017-01-261-0/+8
* cmake: auto-detect tests in src/tests/libname if no CMakeLists.txtGustavo Sverzut Barbieri2017-01-261-0/+4
* cmake: fix test include and defines.Gustavo Sverzut Barbieri2017-01-261-3/+3
* cmake: add emile and EFL_OPTION_BACKEND()Gustavo Sverzut Barbieri2017-01-266-0/+188
* cmake: pkg-config can have version and needs HAVE/ENABLED defines.Gustavo Sverzut Barbieri2017-01-262-5/+8
* Battery Theme: Don't set min sizes -- Fixes sizing of batman.Stephen 'Okra' Houston2017-01-261-1/+0
* gengrid: fix serach items in genlist by textVyacheslav Reutskiy2017-01-262-2/+2
* cmake: add ecore.Gustavo Sverzut Barbieri2017-01-254-0/+143
* cmake: add efl library.Gustavo Sverzut Barbieri2017-01-253-10/+95
* cmake: check for variable defined, not if it evaluates to false.Gustavo Sverzut Barbieri2017-01-251-2/+2
* cmake/eina: check more required functions and link with unwind if found.Gustavo Sverzut Barbieri2017-01-252-1/+11
* cmake: improvements to eolian handling.Gustavo Sverzut Barbieri2017-01-251-9/+46
* cmake: if EOLIAN_BIN=ON, use built eolian_gen.Gustavo Sverzut Barbieri2017-01-251-0/+3
* cmake: EFL_OPTION() now supports DEPENDS to handle conditionals.Gustavo Sverzut Barbieri2017-01-254-34/+114
* cmake/common: add missing checks for eina, simplify to one file.Gustavo Sverzut Barbieri2017-01-252-38/+42
* ecore-wl2: Don't set opaque or input regions if already setChris Michael2017-01-251-0/+8
* Revert "evas: Fix resource leak in evas_module_find_type"Chris Michael2017-01-251-5/+1
* edje_entry: don't send a 'changed' signal if Control is lockVyacheslav Reutskiy2017-01-251-0/+1
* elput: Fix resource leakChris Michael2017-01-251-1/+4
* ethumb: Fix resource leakChris Michael2017-01-251-1/+5
* evas: Fix resource leak in evas_module_find_typeChris Michael2017-01-251-1/+5
* evas: Minor formatting fixChris Michael2017-01-251-1/+2
* ecore_input: support PS4 joystickShinwoo Kim2017-01-251-1/+108
* edje - fix border scale by interpolationCarsten Haitzler (Rasterman)2017-01-251-1/+2
* evas - proxy - fix clipping of proxy renders that broke terminologyCarsten Haitzler (Rasterman)2017-01-251-3/+4
* gengrid : fix mirrored position calculate to apply pan width instead of objec...SangHyeon Lee2017-01-251-4/+3
* genlist: fix mem leak on focus nextAmitesh Singh2017-01-241-2/+6
* index: fix mem leak on focus nextAmitesh Singh2017-01-241-0/+1
* evas_inline: Change the return value for readabiltyJiyoun Park2017-01-241-2/+2
* cmake: major rework of check and pkg-config dependencies.Gustavo Sverzut Barbieri2017-01-2312-221/+281
* cmake/eina: match configure.ac and build all modules statically by default.Gustavo Sverzut Barbieri2017-01-231-0/+2
* cmake/eo: simplifies eo handling and generate eolian info in .pc.Gustavo Sverzut Barbieri2017-01-231-4/+30
* cmake/eo: add description (fills eo.pc file)Gustavo Sverzut Barbieri2017-01-231-0/+2
* cmake/eina: only pthread is public, rt/dl/m are all private.Gustavo Sverzut Barbieri2017-01-231-1/+5
* cmake: also process non-public eo files.Gustavo Sverzut Barbieri2017-01-231-1/+4
* cmake: cleanup EFL_CREATE_EO_RULES().Gustavo Sverzut Barbieri2017-01-231-26/+20
* cmake: minor simplification of eo files, do not leak vars.Gustavo Sverzut Barbieri2017-01-231-3/+6
* build: Depend on wayland-protocols for wayland buildDerek Foreman2017-01-231-1/+1
* cmake: fix module define translation.Gustavo Sverzut Barbieri2017-01-233-15/+23
* cmake: always use test target name, not simple name.Gustavo Sverzut Barbieri2017-01-231-3/+3
* fix build with split eina_modinfo directory.Gustavo Sverzut Barbieri2017-01-231-1/+1
* cmake: be smart on internal libraries in the generated .pc files.Gustavo Sverzut Barbieri2017-01-231-2/+10
* cmake: eina needs rtMarcel Hollerbach2017-01-231-0/+1
* cmake: add that dependency to the right targetMarcel Hollerbach2017-01-231-1/+1
* cmake: add eoMarcel Hollerbach2017-01-2313-0/+168