summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wipdevs/bu5hm4n/br0kenMarcel Hollerbach2019-10-231-0/+29
* eina: remove eina_config.h.inDaniel Kolesa2019-10-231-116/+0
* eina: unbreak byteswap checksDaniel Kolesa2019-10-232-37/+11
* docs: small fixes to Efl.TextXavi Artigas2019-10-231-3/+1
* ecore-evas-wayland: Minor formatting fixesChristopher Michael2019-10-221-3/+6
* ecore-wl2: Minor formatting fixChristopher Michael2019-10-221-2/+2
* ecore_evas_wayland: Fix array step sizeChristopher Michael2019-10-221-1/+1
* ecore-evas-wayland: Add handler to arrayChristopher Michael2019-10-221-0/+1
* ecore-evas-wayland: Minor formatting fixChristopher Michael2019-10-221-53/+54
* ecore-evas-wayland: Minor formatting fixChristopher Michael2019-10-221-4/+2
* eina: fix network byte order swap funcs on big endianDaniel Kolesa2019-10-221-6/+6
* evas_object_textblock: add support for variation sequencesAli Alzyod2019-10-1910-49/+412
* fix various trivial null derefsMike Blumenkrantz2019-10-189-7/+18
* efl/io: return EINVAL if null slice is passed for writingMike Blumenkrantz2019-10-183-3/+6
* tests/ecore_con: clarify pointer usage in ecore_con_url testsMike Blumenkrantz2019-10-181-5/+4
* elm/main: fix null derefMike Blumenkrantz2019-10-181-0/+1
* efl/engines: fix null derefsMike Blumenkrantz2019-10-182-0/+2
* evas_vg/svg: fix null derefMike Blumenkrantz2019-10-181-1/+1
* eina/convert: init endptr in failure case of eina_convert_strtod_cMike Blumenkrantz2019-10-182-2/+3
* efl/boolean_model: remove misleading null checkMike Blumenkrantz2019-10-181-1/+1
* embryo: don't use sizeof() when strlen() is intendedMike Blumenkrantz2019-10-181-1/+1
* tests: fix minor string leaksMike Blumenkrantz2019-10-182-3/+6
* benchmarks/eina: fix possible div by zero in ecore_hashMike Blumenkrantz2019-10-181-0/+1
* ecore/main: avoid calling FD_SET with invalid fd valueMike Blumenkrantz2019-10-181-1/+2
* ecore/getopt: handle negative return in arg parsingMike Blumenkrantz2019-10-181-0/+1
* tests/eldbus: add va_end for va_args usage in message testMike Blumenkrantz2019-10-181-2/+2
* evas/language: #ifdef guard variable which is only used inside #ifdefMike Blumenkrantz2019-10-181-1/+6
* csharp: Setting ELM_ENGINE if it is none.Bruno da Silva Belo2019-10-181-0/+3
* wl egl - use platform get displayCarsten Haitzler (Rasterman)2019-10-181-9/+14
* mono: encapsulate invoke methodYeongjong Lee2019-10-1711-276/+276
* csharp: updating eldbus_message doc and hide api.Bruno da Silva Belo2019-10-171-2/+472
* csharp: updating eldbus_proxy doc and hide api.Bruno da Silva Belo2019-10-171-2/+33
* csharp: updating eldbus_pending docs and hide api.Bruno da Silva Belo2019-10-171-2/+39
* csharp: updating eldbus_object docs and hide api.Bruno da Silva Belo2019-10-171-4/+106
* csharp: hide eldbus_service api.Bruno da Silva Belo2019-10-171-0/+2
* mono: add static modifier to static holder types.Yeongjong Lee2019-10-178-25/+25
* mono: merge namespacesYeongjong Lee2019-10-171-4/+7
* mono: remove underscores of Efl_Op_Description, Efl_Object_OpsYeongjong Lee2019-10-175-11/+11
* gesture_manager: Deleted function and definition that are no more use.Woochanlee2019-10-172-20/+0
* csharp: Add Efl.Model implementations to internal modelLauro Moura2019-10-172-19/+35
* vector json: fix a ordering issue of stroke.Hermet Park2019-10-171-12/+10
* vector json: optimize logic.Hermet Park2019-10-171-6/+4
* csharp: Updating eldbus_common docs.Bruno da Silva Belo2019-10-161-2/+661
* csharp: updating eldbus_config docs.Bruno da Silva Belo2019-10-161-2/+9
* csharp: updating eldbus_connection docs.Bruno da Silva Belo2019-10-161-4/+147
* mono: make public static field const or readonlyYeongjong Lee2019-10-169-38/+38
* csharp: rename Factory.cs to ItemFactory.csJaehyun Cho2019-10-162-1/+1
* efl_canvas_vg : Propagates the alpha color of the parentJunsuChoi2019-10-167-20/+43
* examples/eldbus: fix pointer leak on failure caseMike Blumenkrantz2019-10-161-1/+2
* examples/evas: free map pointer in map exampleMike Blumenkrantz2019-10-161-0/+1