summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_box.c
Commit message (Expand)AuthorAgeFilesLines
* efl_ui/container: remove erroneous negative value checks for uint paramsMike Blumenkrantz2019-10-081-3/+0
* efl_gfx_arrangement: change content_padding param type and remove scalableYeongjong Lee2019-10-021-7/+3
* efl_ui/box: restore previous behavior for passing null reference objectsMike Blumenkrantz2019-09-061-2/+2
* efl_ui_box: do not perform insertion if existing is not addedMarcel Hollerbach2019-09-061-0/+4
* elm/efl_ui: remove elm_layout_sizing_eval implementationsMike Blumenkrantz2019-07-301-0/+1
* efl_ui/box: optimize position_set operations with boxesMike Blumenkrantz2019-07-171-2/+4
* Rename Efl.Ui.Direction -> Efl.Ui.Layout_OrientationXavi Artigas2019-05-241-15/+9
* efl_ui: add a internal flag to mark widgets internalMarcel Hollerbach2019-04-301-3/+13
* efl_pack: split algin and padding propertyMarcel Hollerbach2019-04-261-4/+4
* efl_ui: fix not to call _on_child_del() after container is deletedJaehyun Cho2019-04-261-0/+13
* ui.widget: remove elm_widget_sub_object_parent_add from each of widgetsYeongjong Lee2019-04-181-1/+0
* efl_ui_box: print more errors,Marcel Hollerbach2019-04-171-1/+9
* ui.box: remove leagcy evas_box from Efl.Ui.BoxYeongjong Lee2019-04-171-306/+170
* ui.box,table: update layout when homogeneous mode is changed.Yeongjong Lee2019-03-081-1/+5
* efl_container: remove content_removeYeongjong Lee2019-02-271-8/+0
* ui.box: implement homogeneous modeYeongjong Lee2019-02-131-0/+12
* elm: add container api for the two objectsMarcel Hollerbach2019-01-261-0/+8
* gfx: Add size hint fill (EO)Yeongjong Lee2019-01-161-3/+0
* elm-containers: use alive apiMarcel Hollerbach2018-09-141-0/+1
* Efl.Gfx.Entity (from Efl.Gfx)Xavi Artigas2018-04-241-13/+13
* Efl.Access.Object (from Efl.Access)Xavi Artigas2018-04-241-2/+2
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-3/+3
* elm: Call efl_access_type_set after constructionJean-Philippe Andre2017-11-071-1/+1
* elm: rename Elm_Interface_Atspi_Accessible interfaceLukasz Stanislawski2017-10-191-2/+2
* efl_ui_box: remove old api!Marcel Hollerbach2017-10-101-68/+0
* efl: Use Eina.Size2D for size hint combined minJean-Philippe Andre2017-09-181-1/+1
* widget: Mark old focus API as beta.Jean-Philippe Andre2017-08-311-2/+2
* widget: Make sub_object add/del protected (EO)Jean-Philippe Andre2017-08-231-2/+2
* efl.ui.box: Switch to Efl.Ui.Dir (EO)Jean-Philippe Andre2017-08-101-11/+15
* widget: Remove sub_obj arg to resize_object_setJean-Philippe Andre2017-08-091-1/+1
* elm: Rename elm_layout to Efl.Ui.LayoutJean-Philippe Andre2017-08-081-1/+1
* evas/elm: Make group_add/group_del internal functionsJean-Philippe Andre2017-05-191-0/+5
* eo/elm: Simplify box/grid EO APIJean-Philippe Andre2017-04-181-29/+2
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-301-2/+2
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-261-3/+3
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-7/+7
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-9/+9
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-211-1/+1
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-201-6/+2
* Evas: Rename smart object into Efl.Canvas.GroupJean-Philippe Andre2016-06-171-5/+5
* Evas: Add smart_ prefix to all smart functions (eo)Jean-Philippe Andre2016-06-171-3/+3
* Evas: Move smart_callbacks_descriptions to legacyJean-Philippe Andre2016-06-171-1/+1
* 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-2/+2
* Efl.Ui.Box: Fix direction setJean-Philippe Andre2016-06-031-2/+2
* Elementary: fix the indentationJaehwan Kim2016-05-301-1/+1
* widget: set the parent-child relation again, when the widget is unsetJaehwan Kim2016-05-301-2/+2
* Efl gfx: Remove the no longer needed .Base hack.Tom Hacohen2016-05-101-13/+13
* Efl: Rename some packing functions and return boolJean-Philippe Andre2016-04-261-59/+47
* Efl.Pack: Add content_at_removeJean-Philippe Andre2016-04-261-0/+15