summaryrefslogtreecommitdiff
path: root/src/bin/elementary/test_ui_box.c
Commit message (Expand)AuthorAgeFilesLines
* efl_gfx_arrangement: change content_padding param type and remove scalableYeongjong Lee2019-10-021-5/+5
* efl_ui_range_display: move events from spinMarcel Hollerbach2019-07-311-7/+7
* efl_ui_radio: cleanup APIMarcel Hollerbach2019-06-201-19/+19
* Rename Efl.Ui.Direction -> Efl.Ui.Layout_OrientationXavi Artigas2019-05-241-12/+12
* efl_pack: split algin and padding propertyMarcel Hollerbach2019-04-261-8/+8
* ui.box_flow: refactor layout_updateYeongjong Lee2019-03-081-17/+1
* elm: explicitly include Efl_Ui.h in binariesMike Blumenkrantz2019-03-071-0/+1
* api: efl.gfx.size_hints -> efl.gfx.hintsMike Blumenkrantz2019-02-211-98/+98
* gfx: Add size hint fill (EO)Yeongjong Lee2019-01-161-24/+108
* Efl.Gfx.Entity (from Efl.Gfx)Xavi Artigas2018-04-241-36/+36
* frame: Implement content set/get/unsetJean-Philippe Andre2017-10-171-2/+2
* efl: Use Eina.Size2D for size hint aspectJean-Philippe Andre2017-09-181-2/+2
* efl: Use Eina.Size2D for size hint combined minJean-Philippe Andre2017-09-181-4/+1
* efl: Use Eina.Size2D for size hint minJean-Philippe Andre2017-09-181-2/+2
* efl: Use Eina.Size2D for size hint maxJean-Philippe Andre2017-09-181-1/+1
* efl: Use Eina.Size2D for Efl.Gfx.sizeJean-Philippe Andre2017-09-181-1/+1
* efl: Introduce Eina.Rect and switch EO APIs to itJean-Philippe Andre2017-09-181-2/+2
* efl_gfx: Use Eina.Rectangle for geometry (EO)Jean-Philippe Andre2017-09-131-8/+10
* elm_test: Remove calls to fill+expand (EO)Jean-Philippe Andre2017-08-231-1/+0
* ui.box: add aspect ratio supportThiep Ha2017-08-171-0/+2
* efl.ui.box: Switch to Efl.Ui.Dir (EO)Jean-Philippe Andre2017-08-101-12/+15
* elm_test: Remove calls to visible_set for EO objectsJean-Philippe Andre2017-08-041-9/+0
* elm: rename elm slider to Efl.Ui.SliderAmitesh Singh2017-06-121-5/+5
* Efl.Ui.Radio: correct the 'changed' event nameAmitesh Singh2017-05-231-5/+5
* elm test - unused vars - fix warning and remove themCarsten Haitzler (Rasterman)2017-04-211-2/+0
* eo/elm: Simplify box/grid EO APIJean-Philippe Andre2017-04-181-65/+73
* Eo: Make function overrides implicit.Tom Hacohen2016-09-081-1/+1
* Rename efl_self to efl_addedTom Hacohen2016-09-051-6/+6
* Efl object: rename EFL_OBJECT_OVERRIDE_OPS_DEFINE.Tom Hacohen2016-09-051-1/+1
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-301-12/+12
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-18/+18
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-16/+16
* eo: Change eo_override to avoid struct passing and GCC constructJean-Philippe Andre2016-07-191-7/+4
* tests: Show use of eo_override for custom layoutJean-Philippe Andre2016-07-181-11/+14
* elm test: Shut up coverity warningJean-Philippe Andre2016-07-131-0/+2
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-201-25/+12
* Tests: Convert Ui.Box and Ui.Grid to Efl.Gfx APIsJean-Philippe Andre2016-06-091-73/+73
* Evas/Edje/Elm: Use combined_min instead of min everywhereJean-Philippe Andre2016-06-091-1/+1
* Efl.Pack: Replace pack_direction with Efl.OrientationJean-Philippe Andre2016-06-031-8/+8
* eo: for consistency use object like all our API.Cedric Bail2016-05-181-12/+12
* eolian: add event_prefix and have classes follow that or eo_prefix by defaultDaniel Kolesa2016-05-171-6/+6
* Efl: Introduce Efl.Container and unify APIsJean-Philippe Andre2016-04-261-2/+2
* Efl.Pack: Rename methods and propertiesJean-Philippe Andre2016-04-201-3/+4
* elm_text/box: Use real widgets to show off box layoutJean-Philippe Andre2016-04-201-73/+53
* Efl.Ui.Grid: Implement custom layout functionsJean-Philippe Andre2016-04-201-2/+2
* Ui.Box: Fix flow layoutJean-Philippe Andre2016-04-201-6/+3
* Efl.Ui.Box: Add pack_align propertyJean-Philippe Andre2016-04-201-0/+60
* Elm_test/Ui.Box: Implement example custom layout functionJean-Philippe Andre2016-04-201-0/+55
* Elm_test: Add test case for Ui.GridJean-Philippe Andre2016-04-201-18/+18
* Efl.Ui.Box: Implement flow layoutsJean-Philippe Andre2016-04-201-2/+111