summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eo: Warn on calls to NULL objectdevs/jpeg/no_null_callsJean-Philippe Andre2018-01-1516-50/+120
* elm_scroll: Avoid calls to non-existing partJean-Philippe Andre2018-01-151-17/+47
* evas: Remove stupid warningJean-Philippe Andre2018-01-151-2/+0
* edje: Add property "part_exist"Jean-Philippe Andre2018-01-156-11/+47
* ecore_file_monitor: replace EINA_LIST_FOREACH to EINA_LIST_FOREACH_SAFEWooHyun Jung2018-01-151-2/+2
* Ecore_Win32: move monitor window initialization to earlier in init funcVincent Torri2018-01-142-4/+10
* Pyolian: add tests for recently added funcsDave Andreoli2018-01-142-11/+56
* Correct module name for the interface contextAndy Williams2018-01-141-1/+1
* docs: Show when classes really are top level EFL namespaceAndy Williams2018-01-141-3/+8
* ecore_audio wasapi - fix ecore win32 handler deletion and destructionCarsten Haitzler (Rasterman)2018-01-131-12/+21
* Evil: remove useless dirent codeVincent Torri2018-01-123-328/+0
* efl-wl: multiply axis events by 10 to send normalized valuesMike Blumenkrantz2018-01-121-2/+2
* efl-wl: unset cursor role on existing cursor surface if new cursor is setMike Blumenkrantz2018-01-121-1/+5
* elm_tooltip: immediately show tooltip if callback is set for obj under pointerMike Blumenkrantz2018-01-121-0/+2
* elm_tooltip: force immediate hint recalc during tooltip creation if 0x0 sizeMike Blumenkrantz2018-01-121-2/+12
* efl-wl: return NULL without error when non-extracted parent is foundMike Blumenkrantz2018-01-122-2/+2
* eina: document quadtreeBryce Harrington2018-01-121-12/+160
* efl: remove inclusion of dirent.h where it is not usedVincent Torri2018-01-125-7/+1
* efl: make efl build againDaniel Kolesa2018-01-122-3/+3
* eolian: correctly validate function pointersDaniel Kolesa2018-01-121-4/+7
* eo: fix tests build.Cedric BAIL2018-01-121-1/+2
* Revert "promise: Add even simpler helper for main loop promise creation"Cedric BAIL2018-01-122-22/+0
* Revert "efl-loop: Don't use 'main' as a variable name"Cedric BAIL2018-01-121-3/+3
* eolian: aliased_base_get funcs don't need unitDaniel Kolesa2018-01-128-41/+32
* eolian: type_typedecl_get doesn't need a unitDaniel Kolesa2018-01-1214-42/+50
* eolian: do not require unit for type_class_getDaniel Kolesa2018-01-128-19/+16
* eolian: store typedecl/class in typeDaniel Kolesa2018-01-122-7/+12
* elementary: Fix constant qualifer warning messageChris Michael2018-01-121-2/+3
* update po filesCarsten Haitzler (Rasterman)2018-01-1224-120/+120
* potfiles.in - remove src files no longer in treeCarsten Haitzler (Rasterman)2018-01-121-1/+0
* edje - multisense - only complain once about being inable to play audioCarsten Haitzler (Rasterman)2018-01-121-18/+30
* ecore_audio - only complain once about not loading pulse/sndfileCarsten Haitzler (Rasterman)2018-01-121-10/+4
* ecore_audio - don't about destruction because of failed sndfile loadCarsten Haitzler (Rasterman)2018-01-122-2/+0
* eolian_cxx: support multiple function pointersThiep Ha2018-01-122-4/+3
* gengrid: add visible/hidden signal for texts and contentsSangHyeon Lee2018-01-121-1/+21
* eio: remove unecessary include.Cedric Bail2018-01-111-16/+0
* ecore: remove use of efl_main_loop_get from efl_net_socket_ssl_server_example.Cedric BAIL2018-01-111-31/+58
* ecore: remove use of efl_main_loop_get from efl_net_socket_ssl_dialer_example.Cedric BAIL2018-01-111-36/+70
* ecore: remove use of efl_main_loop_get from efl_net_session_example.Cedric BAIL2018-01-111-24/+40
* mmap memory allocation - do not used when under valgrindCarsten Haitzler (Rasterman)2018-01-127-96/+214
* evas sw generic - don't dlopen osmesa until first needed.Carsten Haitzler (Rasterman)2018-01-121-28/+52
* elementary: Remove use of implicit declarationChris Michael2018-01-111-1/+1
* ecore signal - since we arent going to use threads due to osx, removeCarsten Haitzler (Rasterman)2018-01-111-61/+0
* cnp_dnd: make legacy APIs use new interfacesThiep Ha2018-01-115-5898/+963
* dnd: add efl_ui_dnd_containerThiep Ha2018-01-117-6/+155
* dnd: add efl_ui_dndThiep Ha2018-01-116-34/+176
* selection: add efl_selection interfaceThiep Ha2018-01-116-3/+113
* cnp_dnd: add selection managerThiep Ha2018-01-118-1/+5903
* efl_ui_focus_manager_calc: store node data before the node is freedYeongJong Lee2018-01-111-15/+19
* ecore signal write - save and restore errno since may be on mainloopCarsten Haitzler (Rasterman)2018-01-111-1/+7