summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* efl-mono: automatic code refs for event wrappers docsXavi Artigas2018-12-281-1/+3
* meson - dont install eina bench cmp and use install_modeCarsten Haitzler (Rasterman)2018-12-272-12/+2
* meosn - fix install of scripts and bins and their timestamps and modesCarsten Haitzler (Rasterman)2018-12-273-2/+17
* efl-mono: Remove trailing () from doc referencesXavi Artigas2018-12-211-2/+11
* efl-mono: Remove warningsLauro Moura2018-12-212-4/+4
* doc: Turn comments from EO to C# XML syntaxXavi Artigas2018-12-215-68/+216
* cmake: remove!Marcel Hollerbach2018-12-209-110/+0
* Intruduce Efl.Ui.Panel (Create Efl Ui Widget from elm widget(elm_panel))Woochanlee2018-12-204-0/+165
* silence most left over compiler warningsJérémy Zurcher2018-12-183-5/+5
* build: remove unused meson fileMarcel Hollerbach2018-12-171-6/+0
* eolian_mono: use System.Type explicitlyJaehyun Cho2018-12-171-2/+2
* elm_focus: implement elm_object_focus_next_item_set / getMarcel Hollerbach2018-12-172-1/+63
* efl-mono: Fix call of virtual methods after new APILauro Moura2018-12-146-19/+55
* eolian_mono: Add support for C# style propertiesLauro Moura2018-12-144-7/+118
* meson: add inital support for windows compilationMarcel Hollerbach2018-12-071-26/+34
* meson: enable cross compilingMarcel Hollerbach2018-12-074-5/+34
* meson: abstract edje_cc exec linesMarcel Hollerbach2018-12-061-0/+4
* efl: fix misspelt focused in API and documents.Alastair Poole2018-12-061-2/+2
* Tests: adapt some tests for ExactnessDaniel Zaoui2018-12-054-17/+58
* elm test - button - remove unused local var warnCarsten Haitzler (Rasterman)2018-12-041-1/+1
* elm_scroller: update behaviour to match legacy behaviour more closelyMarcel Hollerbach2018-12-042-0/+74
* efl_ui_focus_manager_root_focus: ensure that adapter is part of viewportMarcel Hollerbach2018-12-042-0/+46
* meson: use eolian_gen with -SMarcel Hollerbach2018-12-031-1/+6
* elm perf tool - bring one back to eflCarsten Haitzler (Rasterman)2018-12-0311-1/+1664
* csharp: Change to new class API.Lauro Moura2018-11-2921-435/+961
* efl_ui_scrollable: implement efl_ui_scrollable_content_pos_get method.Hosang Kim2018-11-281-2/+4
* Ui text: update text; use efl_text_set and not markup_setDaniel Hirt2018-11-261-1/+1
* Ui text: update inputfield test to reflect theme and part changesDaniel Hirt2018-11-261-1/+1
* Ui text: have "inputfield" example use the default theme valuesDaniel Hirt2018-11-261-3/+0
* eo: rename efl_future_Eina_FutureXXX_then in efl_future_then as this has been...Cedric BAIL2018-11-231-1/+1
* eolian: implement new inherit behaviorDaniel Kolesa2018-11-232-4/+20
* efl_interpolator: rename subclasses of Efl.InterpolatorJaehyun Cho2018-11-231-13/+13
* efl_ui_bg: remove Efl.Ui.Bg interface and rename Efl.Ui.Bg_Widget classJaehyun Cho2018-11-202-3/+3
* elementary: rename Efl.Ui.Popup classesJaehyun Cho2018-11-162-147/+147
* elementary: remove Efl.Ui.Layout namespaceJaehyun Cho2018-11-164-12/+12
* efreet mime cache - expand buffer to avoid truncation by snprintfCarsten Haitzler (Rasterman)2018-11-091-1/+1
* efreetd - warn - expand buffer to avoid truncation by snprintfCarsten Haitzler (Rasterman)2018-11-091-1/+1
* embryo_cc - warn - bigger buffer to avoid truncation warningCarsten Haitzler (Rasterman)2018-11-091-1/+1
* eeze mount tool - warn - fix prototypes used for ecore eventsCarsten Haitzler (Rasterman)2018-11-091-10/+10
* edje cc - warn - use correct free prorotype for has free funcCarsten Haitzler (Rasterman)2018-11-091-1/+7
* edje player - fix ridiculous use of srncatCarsten Haitzler (Rasterman)2018-11-091-3/+6
* edje_cc - warn - fix buf truncation by snprintf by extending buffersCarsten Haitzler (Rasterman)2018-11-091-3/+3
* edje_cc - warn - fix free cb to be of right prototypeCarsten Haitzler (Rasterman)2018-11-091-1/+7
* edje_cc_parse - use memcpy instead of strncpy as we are truncatingCarsten Haitzler (Rasterman)2018-11-091-1/+1
* edje_cc_parse - warn - make buffers bigger to avoid truncationCarsten Haitzler (Rasterman)2018-11-091-1/+1
* eeze test - warn - fix ecore event callback prototypesCarsten Haitzler (Rasterman)2018-11-091-10/+10
* elm test config - ensure buffer does't get overfilled with lots of profsCarsten Haitzler (Rasterman)2018-11-091-3/+5
* elm quicklaunch - fix defines to handle no-environ case without warningsCarsten Haitzler (Rasterman)2018-11-091-0/+2
* elm quicklaunch - warn - explicitly handle socket length being too longCarsten Haitzler (Rasterman)2018-11-091-1/+9
* elm prefs cc - warn - use memcpy instead since we are really truncatingCarsten Haitzler (Rasterman)2018-11-091-1/+1