summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_ui_timepicker: change a property name (ampm -> is_24hour)devs/woohyun/raw_editableWooHyun Jung2019-09-042-3/+3
* vg_common_svg : Initialize "display" attributeJunsuChoi2019-09-041-1/+3
* freetype: Prevent lose of data when fixed point divide calculation.JunsuChoi2019-09-043-30/+29
* docs: Update focus documentationXavi Artigas2019-09-0311-75/+87
* 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
* eina benchmarks: remove dereference of nullShinwoo Kim2019-09-032-0/+2
* tests: use void cast with util callbackMike Blumenkrantz2019-09-031-1/+1
* eolian: add support for function pointers in utility APIsDaniel Kolesa2019-09-031-8/+12
* eolian: fix typos in function_return_is_by_refDaniel Kolesa2019-09-031-2/+2
* eolian_gen: do not generate reflection for ref-returnsDaniel Kolesa2019-09-031-2/+4
* elm_popup: calculate the label min size of popup before the popup group calcu...Taehyub Kim2019-09-031-1/+4
* docs: Update focus documentationXavi Artigas2019-09-032-56/+52
* efl_ui/scroll_manager: make scroll direction changes more responsive with wheelMike Blumenkrantz2019-09-031-2/+10
* WhitespaceXavi Artigas2019-09-032-2/+2
* api: remove Efl.Ui.Scroll_BlockMike Blumenkrantz2019-09-0313-121/+111
* docs: Fix typos and wrap EO files to 120 charsXavi Artigas2019-09-0275-333/+567
* eolian: move all tests to use the new @move syntax and APIDaniel Kolesa2019-09-0215-40/+38
* elua: remove old is_owned api bindingsDaniel Kolesa2019-09-021-5/+0
* eolian_gen: use new is_move APIs to check ownership transfersDaniel Kolesa2019-09-022-6/+9
* Revert "eolian_mono: remove underscore of Evt_Args"Jaehyun Cho2019-09-026-21/+21
* csharp: add SetKeyValue and GetKeyValue to EoWrapperJaehyun Cho2019-09-021-0/+24
* eolian_mono: remove underscore of Evt_ArgsJaehyun Cho2019-09-026-21/+21
* efl_canvas_animation_player: delete previous target event callbackYeongjong Lee2019-09-021-0/+6
* release: Update NEWS and bump version for 1.23.0-alpha1 releasev1.23.0-alpha1Stefan Schmidt2019-09-022-2/+190
* evas_vg: fix alpha animation bug in case of partial updatePankaj Kumar2019-09-021-1/+5
* docs: Switch remaining #doxygen-style refs to @eo-styleXavi Artigas2019-09-027-213/+151
* 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