summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completely freeze collectionview items to prevent recalcsdevs/zmike/cvMike Blumenkrantz2019-09-063-15/+47
* sizeMike Blumenkrantz2019-09-051-7/+13
* support grids in the exampleMarcel Hollerbach2019-09-031-9/+26
* set model before setting data accessMarcel Hollerbach2019-09-031-9/+11
* fix warningMarcel Hollerbach2019-09-031-16/+22
* random list fixesMarcel Hollerbach2019-09-031-13/+22
* collection view fixesMarcel Hollerbach2019-09-031-140/+418
* valid fix in factoryMarcel Hollerbach2019-09-031-0/+1
* collection view example fixesMarcel Hollerbach2019-09-031-10/+13
* elementary: add an example to test Efl.Ui.CollectionView.Cedric BAIL2019-09-032-0/+116
* elementary: introduce Efl.Ui.CollectionView a generic listing View.Cedric BAIL2019-09-035-1/+1878
* efl_ui_factory: split into constructing and buildingMarcel Hollerbach2019-09-036-3/+30
* elementary: Efl.Ui.Layout_Factory bind property during widget creation.Cedric BAIL2019-09-032-33/+5
* elementary: Efl.Ui.Image_Factory bind property also during widget creation.Cedric BAIL2019-09-032-17/+6
* elementary: Efl.Ui.Widget_Factory bind widget property before finalizing the ...Cedric BAIL2019-09-031-24/+22
* elementary: leverage sizing information from model if available to avoid unec...Cedric BAIL2019-09-031-1/+18
* efl_ui_position_manager_grid: honor NULL objectsMarcel Hollerbach2019-09-031-3/+12
* efl_ui_grid_position_manager: recalculate max min size correctlyMarcel Hollerbach2019-09-032-7/+27
* efl_ui_position_manager_list: skip cache calculation for not finalizedMarcel Hollerbach2019-09-031-0/+1
* efl_ui_positon_manager_list: skip viewport size setting if its the sameMarcel Hollerbach2019-09-031-0/+2
* efl_ui_position_manager_list: require cache hereMarcel Hollerbach2019-09-031-0/+2
* efl_ui_position_manager_list: set visibilitly more oftenMarcel Hollerbach2019-09-031-1/+4
* efl_ui_position_manager_list: error when we detect that sizes are wrongMarcel Hollerbach2019-09-031-0/+9
* efl_ui_spotlight: migrate from active_index to active_elementMarcel Hollerbach2019-09-0213-190/+183
* eolian: fix validation of ownability with hashesDaniel Kolesa2019-08-311-1/+1
* eolian: properly handle non-beta restriction of __undefined_typeDaniel Kolesa2019-08-314-17/+18
* eolian: always validate inner types of complex types for @moveDaniel Kolesa2019-08-311-1/+1
* elua: add eolian bindings for type_is_moveDaniel Kolesa2019-08-311-0/+5
* eolian: add API to check if an inner type of complex type is @moveDaniel Kolesa2019-08-314-2/+25
* eolian: refactor ownability validation to accommodate new syntaxDaniel Kolesa2019-08-311-30/+30
* eolian: validate @by_ref correctnessDaniel Kolesa2019-08-311-4/+27
* cxx: Fix example after popup changes.Lauro Moura2019-08-301-1/+1
* efl_ui_collection: prevent the invalid insertion of items.Marcel Hollerbach2019-08-302-1/+87
* efl_ui/pan: remove pan,viewport,changed eventMike Blumenkrantz2019-08-304-7/+11
* efl_ui/pan: only emit size change event on pan content size changeMike Blumenkrantz2019-08-301-1/+0
* efl_ui/pan: add position info to pan,content_position,changed eventMike Blumenkrantz2019-08-305-8/+8
* efl_ui/pan: add pan,content_size,changed eventMike Blumenkrantz2019-08-306-19/+21
* efl_ui/pan: rename pan,position,changed -> pan,content_position,changedMike Blumenkrantz2019-08-306-10/+10
* efl_ui/pan: remove pan content,changed eventMike Blumenkrantz2019-08-306-38/+56
* evas_filter_parser: remove dereferenced NULLShinwoo Kim2019-08-301-4/+10
* elm sel mgr - remove event handlers when no drop targets are leftCarsten Haitzler (Rasterman)2019-08-301-0/+1
* tests: use void cast with util callbackMike Blumenkrantz2019-08-301-8/+8
* efl_ui/popup: timeout -> closing_timeoutMike Blumenkrantz2019-08-304-5/+5
* docs: Proper documentation for Collection and Item classesXavi Artigas2019-08-308-35/+85
* elua: expose new tags via eolian bindingsDaniel Kolesa2019-08-301-0/+30
* eolian: add API to expose the new @move and @by_ref tagsDaniel Kolesa2019-08-304-0/+152
* eolian: add parsing for @move and @by_refDaniel Kolesa2019-08-303-15/+57
* elm_entry: add null check logic on elm_entry_text_set APIBowon Ryu2019-08-301-1/+1
* test_ui_slder: remove meaningless printf when reaching the limitWooHyun Jung2019-08-301-2/+3
* eio - don't call cb's after a cancelCarsten Haitzler (Rasterman)2019-08-301-0/+6