summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* csharp: WIP - Replace property getset call with assignmentdevs/lauromoura/property_revampLauro Moura2019-10-231-42/+68
* csharp: Add helper method to check for property wrappersLauro Moura2019-10-231-0/+40
* WIP csharp: Add initial tests on property accessor reimplLauro Moura2019-10-221-0/+61
* eolian_cxx: Add key info to parameter_def.Lauro Moura2019-10-223-8/+20
* csharp: Better error messages with `Eina.Error`Lauro Moura2019-10-211-1/+1
* WIP csharp: Add support for EO property reflection.Lauro Moura2019-10-211-0/+57
* Make property wrapper virtualsLauro Moura2019-10-211-1/+3
* 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
* csharp: Add since documentation to struct and struct fieldsFelipe Magno de Almeida2019-10-151-3/+23
* lz4: fix potential div by zeroMike Blumenkrantz2019-10-151-1/+1
* tests/eina: fix assign when compare was intendedMike Blumenkrantz2019-10-151-1/+1
* csharp: Avoid direct usage of some dllimport funcsLauro Moura2019-10-153-4/+46