summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_input_clickable: rename efl_ui_clickable to efl_input_clickabledevs/bu5hm4n/work_travisWooHyun Jung2019-07-2994-370/+370
* eina file - stat generation inexactness supportCarsten Haitzler (Rasterman)2019-07-285-26/+115
* elm test - set var to null to avoid warningCarsten Haitzler (Rasterman)2019-07-281-1/+1
* warning - move break in switch to handle properly and addess warningCarsten Haitzler (Rasterman)2019-07-281-1/+2
* examples - use putenv, not setenv for porting reasonsCarsten Haitzler (Rasterman)2019-07-2819-20/+31
* filesel example - add locale.h include since we use setlocaleCarsten Haitzler (Rasterman)2019-07-281-0/+1
* ecore win32 - disable #warning because all it does is fill build logsCarsten Haitzler (Rasterman)2019-07-281-0/+2
* Eio: enable eio_file_chown if chown is available on the platformVincent Torri2019-07-283-9/+17
* Evil: remove pwd code in Evil and fix compilation failures after the removalVincent Torri2019-07-2828-175/+89
* Eina: define EINA_HAVE_DEBUG_THREADS only if backtrace() in execinfo.h is ava...Vincent Torri2019-07-281-1/+3
* Rename Efl.Gfx.Image.Stretch_Region -> Efl.Gfx.Image_Stretch_RegionXavi Artigas2019-07-261-3/+3
* efl_mono: update docs of CreateWrapperForYeongjong Lee2019-07-261-5/+2
* csharp: fix EFL# by updating it to reflect the newest changes in EolianVitor Sousa2019-07-265-30/+130
* efl_ui/datepicker: adjust datepicker minimum limitsMike Blumenkrantz2019-07-261-3/+3
* efl-js: Remove private keys for Twitter API from exampleFelipe Magno de Almeida2019-07-261-4/+4
* eolian: fix tests after latest restrictionsDaniel Kolesa2019-07-263-2/+6
* eolian: allow value types in owning containers (list/array/etc)Daniel Kolesa2019-07-261-10/+0
* meson - for crossbuild move run check to just compile checkCarsten Haitzler (Rasterman)2019-07-261-11/+11
* eolian: also ban underscore prefixed builtins in stable APIDaniel Kolesa2019-07-261-0/+2
* eolian: ban void_ptr in stable APIsDaniel Kolesa2019-07-266-17/+148
* eo: remove Efl_Event definition (replace with builtin)Daniel Kolesa2019-07-263-17/+3
* eolian-cxx: Add binbuf and event keywords handlingFelipe Magno de Almeida2019-07-263-0/+59
* reduce syscalls on opening files - roll CLOEXEC into openCarsten Haitzler (Rasterman)2019-07-263-6/+35
* ecore_evas: prevent double free evas.Hermet Park2019-07-261-1/+6
* Efl.Ui.Text: Minor tweaks on the documentation.Xavi Artigas2019-07-262-15/+11
* Efl.Gfx.Hint_Align: add define values for Efl.Gfx.Hint_AlignTaehyub Kim2019-07-261-0/+11
* ector: Prevent access to NULL buffer in software rasterizerJunsuChoi2019-07-261-0/+7
* elementary: use data:null to remove unecessary structure declaration.Cedric BAIL2019-07-254-12/+5
* elm_test/plug: fix error handlingMike Blumenkrantz2019-07-251-1/+4
* elm/glview: fix glview to (again) return null if context creation failsMike Blumenkrantz2019-07-251-1/+1
* efl_ui/timepicker: fix range clamping on 12 hour timepickersMike Blumenkrantz2019-07-251-2/+2
* efl_ui_spotlight_manager_*: cleanup canvas state on invalidateMarcel Hollerbach2019-07-254-6/+6
* efl_ui_spotlight_container: mirror the behavior of view_managerMarcel Hollerbach2019-07-253-2/+6
* efl_ui_spotlight_container: fix ownership behavior of view_managerMarcel Hollerbach2019-07-254-7/+6
* efl_ui : apply item part visible signal properly.SangHyeon Jade Lee2019-07-251-2/+0
* rename Item_Container -> CollectionMarcel Hollerbach2019-07-257-9/+9
* efl_ui_spec_suite: simplify thisMarcel Hollerbach2019-07-255-39/+2
* rename efl_ui_item_container -> efl_ui_collectionMarcel Hollerbach2019-07-2519-97/+112
* efl_ui_grid_item: remove thisMarcel Hollerbach2019-07-2510-154/+11
* efl_ui_list_item: remove thisMarcel Hollerbach2019-07-2511-140/+7
* efl_ui_item_container: speed up item lookupMarcel Hollerbach2019-07-251-137/+138
* tests/ecore: verify that quit() -> begin() does not pre-cancel main loopMike Blumenkrantz2019-07-251-0/+2
* mono-docs: Clearer docs for ConstructingHandleXavi Artigas2019-07-251-2/+4
* mono-docs: More tweaks to the docs blacklistXavi Artigas2019-07-251-1/+1
* efl_canvas_vg svg: free the svg tree returned by eet_data_read()SubhransuSekhar Mohanty2019-07-251-1/+3
* evas image: apply filter at runtimeShinwoo Kim2019-07-252-1/+9
* efl_ui_grid/list: fix buildMarcel Hollerbach2019-07-242-4/+4
* elementary: make Efl.Ui.Position_Manager a namespace.Cedric BAIL2019-07-2419-130/+130
* efl_ui_list: make it work with item_containerMarcel Hollerbach2019-07-245-1161/+17
* efl_ui_grid: make it work with item_containerMarcel Hollerbach2019-07-247-1356/+57