summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* elm progressbar - fix val setCarsten Haitzler (Rasterman)2018-02-101-1/+1
* elm - make progress test code a little more solid and nice to readCarsten Haitzler (Rasterman)2018-02-101-2/+2
* Elm Progressbar test: Add in examples of efl regressions to progressbar.Stephen Houston2018-02-091-1/+5
* quicklaunch: use XDG_RUNTIME_DIR instead of hardcoded /tmpMike Blumenkrantz2018-02-022-3/+9
* evil: final step : remove completely the binary, useless now that the unit te...Vincent Torri2018-02-016-471/+0
* evil: remove useless binary testsVincent Torri2018-01-3114-585/+3
* Efl.Ui.Progressbar: implement range min maxAmitesh Singh2018-01-312-0/+173
* Windows: remove symlink() usage in edje_decc and evil binariesVincent Torri2018-01-304-170/+3
* elm_test: add elementary_test for Efl.Ui.ButtonSungtaek Hong2018-01-303-0/+81
* edje_cc: check HAVE_SYS_RESOURCE_H presence for rlimit usageMike Blumenkrantz2018-01-271-1/+8
* edje_cc: simplify thread tracking for exiting on signalMike Blumenkrantz2018-01-261-49/+33
* edje_cc: make -thread optionMike Blumenkrantz2018-01-263-107/+162
* eolian_mono: Add underlying pointer to ToStringLauro Moura2018-01-251-0/+5
* eolian_mono: Fix event argument for stringsLauro Moura2018-01-251-0/+4
* eolian_mono: Fix visibility of generated eventsLauro Moura2018-01-252-6/+15
* elementary: simplify Efl.Ui.Text.Factory test.Cedric BAIL2018-01-181-13/+3
* Canvas image: add Efl.Canvas.Text.Factory + use in Ui.TextDaniel Hirt2018-01-182-5/+202
* elm_test: Fix to call efl_add with parentJaehyun Cho2018-01-172-11/+11
* eolian: do not require unit when stringifying typesDaniel Kolesa2018-01-168-61/+55
* eolian: do not require unit for expr eval APIsDaniel Kolesa2018-01-162-5/+5
* efl_playable: split Efl.Player interface to Efl.Playable interfaceSungtaek Hong2018-01-1611-354/+277
* elm genlist test - don't overflow test time nanoseconds if system slowCarsten Haitzler (Rasterman)2018-01-161-3/+3
* eolian: aliased_base_get funcs don't need unitDaniel Kolesa2018-01-121-1/+1
* eolian: type_typedecl_get doesn't need a unitDaniel Kolesa2018-01-122-4/+4
* eolian: do not require unit for type_class_getDaniel Kolesa2018-01-121-1/+1
* Elm_test panel: use eina instead of dirent to list filesVincent Torri2018-01-111-28/+27
* elm_test: Fix invalid define for widget style apiJean-Philippe Andre2018-01-101-1/+1
* warning remove - comment out unused variableCarsten Haitzler (Rasterman)2018-01-061-3/+4
* Elm focus navigation: other 2 failing testsDave Andreoli2018-01-052-0/+74
* efl_ui_popup_alert: change clicked event nameJinYong Park2018-01-051-22/+22
* efl: remove _MSC_VER (Visual Studio macro) usage in source codeVincent Torri2018-01-043-18/+3
* evil: remove useless codeVincent Torri2018-01-045-466/+0
* elementary: alloca is already declared in eina_alloca.hVincent Torri2018-01-041-17/+0
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-023-4/+4
* Fix and simpligy windows behaviour.Andy Williams2017-12-311-0/+1
* Efl.Gfx.Color: add color_code{}Amitesh Singh2017-12-221-0/+1
* efl-mono: Fix using right description pointer in event registrationFelipe Magno de Almeida2017-12-201-3/+3
* eolian-mono: Add documentation generation supportLauro Moura2017-12-208-50/+325
* interface : change efl_pack_grid and efl_ui_grid to efl_pack_table and efl_ui...SangHyeon Lee2017-12-196-141/+141
* scroller: Introducing Efl.Ui.ScrollerWonki Kim2017-12-192-0/+127
* efl_ui_image: apply load_size when API is calledSungtaek Hong2017-12-182-0/+77
* efl_ui_bg: add Efl.Ui.Bg interfaceSungtaek Hong2017-12-185-24/+24
* eolian cxx: pass state when getting declsDaniel Kolesa2017-12-171-1/+1
* eolian_mono: fix handling of regular ptr() typesVitor Sousa2017-12-156-15/+115
* efl_mono: tests and better support for structs, plus some other fixesVitor Sousa2017-12-159-65/+608
* eolian: remove remaining global state (+ modify APIs accordingly)Daniel Kolesa2017-12-155-40/+43
* eolian: make declaration APIs use unitsDaniel Kolesa2017-12-154-19/+19
* Efl.Ui.Popup.Anchor: apply group calculate with size problem fixJinYong Park2017-12-151-17/+39
* efl-mono: Add workaround for efl_ui_listFelipe Magno de Almeida2017-12-141-0/+3
* tests: Add an example test case for shadowsJean-Philippe Andre2017-12-142-1/+197