summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* elm_test: add group itemsMarcel Hollerbach2019-08-201-7/+22
* elm_test: rename file and remove wrong namesMarcel Hollerbach2019-08-202-6/+5
* introduce group itemMarcel Hollerbach2019-08-201-0/+9
* csharp: MVVM parts supportLauro Moura2019-08-194-3/+83
* evas_common: parse color in rgb()/rgba() formatali2019-08-191-0/+2
* make mman.h privateVincent Torri2019-08-192-2/+5
* eolian: rename is_class api for functions to is_staticDaniel Kolesa2019-08-163-13/+13
* eolian-cxx: Fix use after free for base variableFelipe Magno de Almeida2019-08-161-4/+4
* efl_ui/popup: remove 'expandable' property from popup subclassesMike Blumenkrantz2019-08-141-16/+16
* efl_ui/popup: remove popup_size propertyMike Blumenkrantz2019-08-141-22/+22
* elm_test: fix crashing in efl.ui.popup when closing windowsMike Blumenkrantz2019-08-091-4/+12
* get rid of shadow variablesBoris Faure2019-08-081-3/+3
* efl_ui_check: migrate from own property to Efl.Ui.SelectableMarcel Hollerbach2019-08-0611-54/+54
* efl_ui_collection: implement initial focus behaviourMarcel Hollerbach2019-08-061-11/+28
* efl_input_hold: replace hold property name with input_holdYeongjong Lee2019-08-061-2/+1
* csharp: fix ownership of value types in arrays and listsVitor Sousa2019-08-051-6/+9
* edje cc - fix coverity warning for uninit local varCarsten Haitzler (Rasterman)2019-08-051-1/+1
* efl-mono: Add Model manual implementation to C# and MVVM factoriesLauro Moura2019-08-052-0/+63
* epp - fix tchnical leak for coverityCarsten Haitzler (Rasterman)2019-08-051-1/+2
* efl_input_key: replace key property name with key_symYeongjong Lee2019-08-052-12/+3
* efl_ui_spin: move the step implementation to spin_buttonMarcel Hollerbach2019-08-031-3/+4
* mono-docs: Add more event args link for event handlersXavi Artigas2019-08-021-0/+4
* mono-docs: Escape the recently added docsXavi Artigas2019-08-021-2/+2
* mono-docs: Add descriptions to event argsXavi Artigas2019-08-021-0/+1
* mono-docs: Proper indentation for previous commitXavi Artigas2019-08-021-1/+1
* mono-docs: Add event args link for event handlersXavi Artigas2019-08-021-3/+9
* efl_input_clickable: increase the time interval for repeated counterJaehyun Cho2019-08-021-2/+3
* efl_ui_spin_button: rename circulate to wraparoundMarcel Hollerbach2019-08-011-1/+1
* efl_ui_spin_button: use the newly emitted event from range_interactiveMarcel Hollerbach2019-08-011-1/+1
* csharp: Add a documentation_string generatorLauro Moura2019-08-012-1/+28
* csharp: Avoid generating empty <value> tagsLauro Moura2019-08-011-9/+10
* mono-docs: Add misc struct docsXavi Artigas2019-08-012-2/+24
* eolian_mono: Fix whitespace in generated cs filesXavi Artigas2019-08-013-14/+14
* elementary_test: add a test to show our frame widgetMarcel Hollerbach2019-08-013-0/+58
* eolian-cxx: Generate eot filesFelipe Magno de Almeida2019-07-311-1/+24
* efl_ui_spotlight: pop() unpacks content although there is one contentJaehyun Cho2019-07-311-4/+55
* efl_ui_range_display: move events from spinMarcel Hollerbach2019-07-3112-33/+33
* efl_ui_spotlight: add scroll_block to Manager_ScrollJaehyun Cho2019-07-311-0/+36
* Revert "evas_object_textblock: add support for variation sequences"Marcel Hollerbach2019-07-302-26/+0
* csharp: Add marshal support for Eina.ValueTypeLauro Moura2019-07-302-0/+13
* eolian_gen: generate freefuncs for strbuf/binbufDaniel Kolesa2019-07-301-0/+4
* elm_test: add a example that shows efl_ui_item instancesMarcel Hollerbach2019-07-293-0/+91
* elm_test: add option for running all tests on startupMike Blumenkrantz2019-07-291-0/+4
* evas_object_textblock: add support for variation sequencesAli Alzyod2019-07-292-0/+26
* elm_test: add keybinds to rapidly flip between testsMike Blumenkrantz2019-07-291-2/+31
* elm_test: replace bespoke arg handling with a for loopMike Blumenkrantz2019-07-291-21/+27
* elm_test/modal_win: handle case where test is not passed the main windowMike Blumenkrantz2019-07-291-0/+5
* elm_test: fix anchor popup testMike Blumenkrantz2019-07-291-1/+1
* efl_input_clickable: rename efl_ui_clickable to efl_input_clickableWooHyun Jung2019-07-2929-198/+198
* elm test - set var to null to avoid warningCarsten Haitzler (Rasterman)2019-07-281-1/+1