summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eolian: do not allow owned pointers to builtinsdevs/q66/eolian-inlist-inarrayDaniel Kolesa2019-02-281-3/+18
* eolian_gen: support for iterative freeing of struct fieldsDaniel Kolesa2019-02-281-40/+57
* eolian_gen: better freeing for inarrayDaniel Kolesa2019-02-281-6/+57
* eolian_gen: free inlist nodes with the proper free functionDaniel Kolesa2019-02-281-1/+3
* eolian: disallow container nesting and freefuncs for builtinsDaniel Kolesa2019-02-281-5/+33
* eolian: prevent inlist structs from being found in normal lookupsDaniel Kolesa2019-02-281-2/+7
* eolian: remove free function builtins and rework ownability checksDaniel Kolesa2019-02-281-55/+32
* eolian_gen: remove usage of freefuncs from builtinsDaniel Kolesa2019-02-281-15/+81
* eolian: add support for inlist structsDaniel Kolesa2019-02-281-2/+23
* eolian: make sure inlist/inarray only take value typesDaniel Kolesa2019-02-281-0/+13
* eolian: properly skip the struct keyword in inlist structsDaniel Kolesa2019-02-281-0/+2
* eolian: add support for inlist structsDaniel Kolesa2019-02-288-15/+155
* tests: add test for elm_layout_text_setMike Blumenkrantz2019-02-271-0/+13
* efl_ui_layout: check part existence in text_setMike Blumenkrantz2019-02-271-0/+1
* efl_container: remove content_removeYeongjong Lee2019-02-2723-90/+12
* meson: modify install path of bqmgr binaryWonki Kim2019-02-271-4/+5
* meson: modify install pathes for modules of ecore_bufferWonki Kim2019-02-273-9/+15
* efl_canvas_layout_part_external: implement missing functionsMarcel Hollerbach2019-02-272-1/+16
* test/ui_table: add unittest for Efl.Ui.TableYeongjong Lee2019-02-275-0/+368
* ui.table: implement homogeneous modeYeongjong Lee2019-02-274-8/+118
* efl_ui_table: refactor layout_updateYeongjong Lee2019-02-2710-265/+653
* efl_ui_widget: child_can_focus is not needed anymoreMarcel Hollerbach2019-02-272-84/+2
* efl_ui_widget: make interest_region_mode legacyMarcel Hollerbach2019-02-276-44/+20
* efl_ui_widget: move show_region to legacyMarcel Hollerbach2019-02-272-113/+80
* efl_ui_widget: move focus_highlight to the windowMarcel Hollerbach2019-02-2710-282/+89
* efl_ui_widget: redo disable handlingMike Blumenkrantz2019-02-2722-169/+159
* elementary: remove unnecessessary disabled setterMarcel Hollerbach2019-02-277-47/+2
* efl_ui_widget: move orientation to the specific users of this widgetMike Blumenkrantz2019-02-279-215/+178
* efl_ui_widget: introduce a new APIMarcel Hollerbach2019-02-279-0/+399
* efl.canvas.object: clip -> clipper && clipees -> clipped_objectsMike Blumenkrantz2019-02-2718-88/+109
* efl.file_save: rework save flagsMike Blumenkrantz2019-02-277-73/+76
* efl.canvas.group: group_member_del -> group_member_removeMike Blumenkrantz2019-02-278-14/+14
* efl.canvas.group: add events for member add/removeMike Blumenkrantz2019-02-272-0/+7
* efl.ui.layout: split into abstract and real classMike Blumenkrantz2019-02-2718-155/+172
* efl.file: improve api a bitMike Blumenkrantz2019-02-27116-956/+1371
* elua tests: fix distcheckDaniel Kolesa2019-02-271-22/+26
* meson: edje: setup edje_codegen for cross-builds as wellStefan Schmidt2019-02-272-2/+10
* eio: fix not to overflow data by performing arithmetic.Hermet Park2019-02-271-1/+1
* evas vg: don't access a dangling pointer.Hermet Park2019-02-271-1/+2
* edje: free more data descriptors on shutdownMike Blumenkrantz2019-02-261-0/+3
* examples/graphical: Mark unused parameters with EINA_UNUSEDChristopher Michael2019-02-261-3/+3
* examples/camera_light: Mark unused parameters with EINA_UNUSEDChristopher Michael2019-02-261-7/+7
* examples/sphere_hunter: Mark unused parameters with EINA_UNUSEDChristopher Michael2019-02-261-2/+2
* examples/performance: Mark unused parameters with EINA_UNUSEDChristopher Michael2019-02-261-29/+28
* examples/location_example: Mark unused parameters with EINA_UNUSEDChristopher Michael2019-02-261-1/+1
* examples/efl_canvas_layout_text: Mark unused parameter with EINA_UNUSEDChristopher Michael2019-02-261-1/+1
* examples/efl_ui_list: Mark unused parameters with EINA_UNUSEDChristopher Michael2019-02-261-9/+9
* examples/filemvc: Mark unused parameter with EINA_UNUSEDChristopher Michael2019-02-261-1/+1
* efl_ui_scroller: apply handling focus.Hosang Kim2019-02-266-4/+477
* efl-csharp: Use proper conversion functions.Lauro Moura2019-02-255-25/+25