summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* ui.box: add aspect ratio supportThiep Ha2017-08-171-0/+2
* efl: add EFL_VERSION_1_21Mike Blumenkrantz2017-08-141-1/+3
* Efl.Ui.Panes: rename allow_user_size_hints to hint_min_allowAmitesh Singh2017-08-111-1/+1
* eolian: change C type serialization API to account for returnsDaniel Kolesa2017-08-104-17/+18
* elm test: rename efl.ui.panes test caseAmitesh Singh2017-08-102-4/+4
* Efl.Ui.Panes: switch to Efl.Ui.Dir (EO)Amitesh Singh2017-08-101-1/+1
* Efl.Ui.Panes: rename left/right_size_set to split_ratioAmitesh Singh2017-08-101-1/+2
* Efl.Ui.Panes: implement allow_user_size_hints on partsAmitesh Singh2017-08-101-2/+4
* Efl.Ui.Panes: allow panes to respect the min size of its contentAmitesh Singh2017-08-102-1/+43
* elm_ctxpopup: Implemented elm_widget_item_part_content_unset for elm_ctxpopup...JEONGHYUN YUN2017-08-101-0/+65
* elm_ctxpopup: Add APIs to insert before/after item to a ctxpopup object.JEONGHYUN YUN2017-08-101-3/+4
* elm_ctxpopup: Implemented elm_widget_item_del_pre for elm_ctxpopup_itemarosis2017-08-101-0/+2
* separator: Remove orientation API use (EO)Jean-Philippe Andre2017-08-101-1/+1
* grid: Switch to Efl.Ui.Dir (EO)Jean-Philippe Andre2017-08-101-1/+1
* efl.ui.box: Switch to Efl.Ui.Dir (EO)Jean-Philippe Andre2017-08-109-26/+37
* elm_test: Fix some test cases to use legacyJean-Philippe Andre2017-08-103-5/+5
* test_gesture_layer3: add null checking after memory allocationJaeun Choi2017-08-091-0/+3
* test_gesture_layer2: add null checking after memory allocationJaeun Choi2017-08-091-0/+2
* test_gesture_layer: add null checking after memory allocationJaeun Choi2017-08-091-0/+3
* test_gesture_layer3: fix typoJaeun Choi2017-08-081-1/+1
* test_gesture_layer: fix typoJaeun Choi2017-08-081-1/+1
* elm: Rename elm_layout to Efl.Ui.LayoutJean-Philippe Andre2017-08-081-1/+1
* edje: make the generated default program name reproducible over buildsStefan Schmidt2017-08-071-2/+3
* elm: rename elm panes to Efl.Ui.PanesAmitesh Singh2017-08-071-1/+1
* efl-wl: set minmax for test appMike Blumenkrantz2017-08-041-0/+5
* efl-wl: watch/update aspect hints in testMike Blumenkrantz2017-08-041-0/+12
* elm_test: set window aspect hint for icon transparent testMike Blumenkrantz2017-08-041-0/+3
* elm_test: reset win stack static vars when window is closedMike Blumenkrantz2017-08-041-0/+8
* elm_test: Remove calls to visible_set for EO objectsJean-Philippe Andre2017-08-0420-132/+33
* efl src - mark fallthrough switch statements in 3rd party codeCarsten Haitzler (Rasterman)2017-08-041-2/+21
* epp - fix buffer size for possibly bigger int snpritnfsCarsten Haitzler (Rasterman)2017-08-021-1/+1
* edje_svg: Fix handling of reallocJean-Philippe Andre2017-08-011-19/+12
* efreet icon cache creation binary - remove redundent checkCarsten Haitzler (Rasterman)2017-07-311-2/+2
* elm config tool - fix redundent checkCarsten Haitzler (Rasterman)2017-07-311-1/+1
* epp - cpp - fix buffer end/null checks given static buffer pathsCarsten Haitzler (Rasterman)2017-07-311-6/+6
* epp - remove redundent check for charCarsten Haitzler (Rasterman)2017-07-311-1/+1
* embryo_cc - remove pointless test for null byte and spaceCarsten Haitzler (Rasterman)2017-07-291-1/+1
* edje_cc - remove pointless free of null ptrCarsten Haitzler (Rasterman)2017-07-291-1/+0
* edje_cc - make list free simpler to make analysers happyCarsten Haitzler (Rasterman)2017-07-291-1/+1
* eldbus parser - remove duplicate tag handler thats already handledCarsten Haitzler (Rasterman)2017-07-291-2/+0
* efl-wl: escape command args from testMike Blumenkrantz2017-07-281-1/+1
* elm test: img.zoomable: allow top rect to pass eventsAmitesh Singh2017-07-281-0/+1
* Ecore_Conn: Enable CLOEXEC by default.Guilherme Iscaro2017-07-271-1/+0
* edje_cc: fix wrong comment about lazEDC norequired.Sungtaek Hong2017-07-251-1/+1
* embryo_cc - be sensible about realloc returns so analysers are happyCarsten Haitzler (Rasterman)2017-07-241-8/+10
* efreetd cache create - fix reallocs to bail on out of memory cleanlyCarsten Haitzler (Rasterman)2017-07-241-4/+19
* edje_cc - make svg loader (still beta) handle out of memory nicelyCarsten Haitzler (Rasterman)2017-07-241-2/+18
* edje convert - make realloc fatal and complain about itCarsten Haitzler (Rasterman)2017-07-241-1/+5
* edje_cc out: fix div by 0 correctlyAmitesh Singh2017-07-241-2/+2
* edje_cc out - fix theoretical div by 0Carsten Haitzler (Rasterman)2017-07-231-1/+4