summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl-mono: More modeldevs/felipealmeida/mono_modelFelipe Magno de Almeida2019-03-1115-61/+210
* efl-mono: Add object type support for Eina.ValueFelipe Magno de Almeida2019-03-102-0/+18
* efl-mono: Add Model manual implementation to C# and MVVM factoriesFelipe Magno de Almeida2019-02-2817-7/+612
* efl-mono: Add support for dotnet coreFelipe Magno de Almeida2019-02-2027-497/+936
* efl-mono: Add test for returning NULL for objectsFelipe Magno de Almeida2019-02-203-0/+16
* eo: eo_base_class.c assumes stringshares in comment and name methodsFelipe Magno de Almeida2019-02-201-2/+2
* efl-mono: Add support for dotnet coreFelipe Magno de Almeida2019-02-205-5/+77
* eolian: disallow freefuncs on typedefsDaniel Kolesa2019-02-171-44/+32
* eolian: restrict usage of ptr() to directly used typesDaniel Kolesa2019-02-173-42/+21
* examples - add examples for efl exe/threadCarsten Haitzler (Rasterman)2019-02-163-0/+272
* efl cmdline use simpler stringshare type to not be redundantCarsten Haitzler (Rasterman)2019-02-151-1/+1
* eolian gen: initial support for reflection apiDaniel Kolesa2019-02-155-22/+235
* efl.canvas.scene: improve class docsMike Blumenkrantz2019-02-151-31/+33
* efl commandline - make strings also owned as well as arrayCarsten Haitzler (Rasterman)2019-02-151-1/+1
* ecore audio - mark it all as betaCarsten Haitzler (Rasterman)2019-02-158-8/+8
* fix efl exe/thread/appthread to work again after seemingly bitrottingCarsten Haitzler (Rasterman)2019-02-154-10/+10
* fix args handling in cmdline class to not be brokenCarsten Haitzler (Rasterman)2019-02-152-14/+24
* cmdline iface - fix to consume input array AND strings totallyCarsten Haitzler (Rasterman)2019-02-155-12/+16
* env obj - fixx implementation to use a shared objectCarsten Haitzler (Rasterman)2019-02-151-0/+2
* Move Efl.Observable_Tuple into efl_observable.eoXavi Artigas2019-02-142-6/+7
* Remove warnings when building without EFL_BETA_API_SUPPORTXavi Artigas2019-02-141-0/+2
* efl_core_command_line: a +1 was forgotten in order to account \0Marcel Hollerbach2019-02-141-1/+1
* Stop defining EFL_BETA_API_SUPPORT in Efl_Core.h and Efl_Ui.hXavi Artigas2019-02-142-8/+0
* Mark BETA classes individuallyXavi Artigas2019-02-14393-394/+394
* Mark EFL_MAIN and EFL_MAIN_EX macros as stableXavi Artigas2019-02-142-7/+0
* Mark efl_types.eot as stableXavi Artigas2019-02-141-2/+2
* eo: declare Eo stableMarcel Hollerbach2019-02-142-8/+5
* docs: TypoXavi Artigas2019-02-141-1/+1
* Efl.Gfx.Stack: Rename raise and lowerXavi Artigas2019-02-1410-26/+26
* efl_ui : fix infinite loop in efl_ui_exact modelSangHyeon Jade Lee2019-02-141-1/+5
* docs: Clarify docs for Efl.Screen.Xavi Artigas2019-02-141-4/+4
* build: enable eolian_gen bootstrapping for cross compileMarcel Hollerbach2019-02-142-1/+9
* build: add a option to bootstrap eolianMarcel Hollerbach2019-02-142-12/+27
* build: fix autotools release tarbal generationMarcel Hollerbach2019-02-141-0/+1
* tests: guard eina bool variable to avoid compilation failure on windowsStefan Schmidt2019-02-141-0/+2
* ecore wl2 - remove pointless sntrcpys causing warningsCarsten Haitzler (Rasterman)2019-02-141-3/+3
* test/efl_ui_pager: add NULL checking after calloc() functionJaeun Choi2019-02-142-0/+38
* efl_page_transition_scroll: avoid explicit null dereferenceJaeun Choi2019-02-141-2/+2
* efl_pack: move layout,updated event to Efl.Pack_LayoutYeongjong Lee2019-02-142-3/+3
* eet_dictionary: remove dead codeJaehyun Cho2019-02-131-11/+3
* ecore_con: Fix potentional problems around ecore_conWonki Kim2019-02-1310-16/+21
* eolian: allow tagging complete classes as BETAXavi Artigas2019-02-135-0/+31
* Remove individual class BETA guardsXavi Artigas2019-02-1359-65/+28
* ecore-x: only modify _ecore_key_grabs when key is toggledThierry2019-02-131-7/+11
* ecore_wl2: Make our wayland socket handling thread safeDerek Foreman2019-02-132-40/+34
* ecore_main: Add ECORE_FD_ALWAYS flagDerek Foreman2019-02-133-13/+46
* eo: remove class functions from eoMarcel Hollerbach2019-02-1344-104/+72
* eolian: drop class function overridingMarcel Hollerbach2019-02-1354-293/+282
* efl_input: remove the API of efl_input_instance_getMarcel Hollerbach2019-02-1312-53/+43
* ecore_wl2: replace strcpy with strncpyWonki Kim2019-02-131-3/+3