summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Update NEWS and bump version for 1.22.0-alpha1 releasev1.22.0-alpha1Stefan Schmidt2019-02-283-5/+95
* efl.ui.widget: mark scroll_* methods @betaMike Blumenkrantz2019-02-282-4/+30
* elua: fix typo in eolian bindingsDaniel Kolesa2019-02-281-1/+1
* elm_popup: remove on_show_region_set callMarcel Hollerbach2019-02-282-13/+0
* Eina: implement strtod in C locale and remove linkl against msvcr100.Vincent Torri2019-02-285-38/+293
* eina: Declare eina_config.h install dirLauro Moura2019-02-281-1/+2
* build: ensure we remove the newly generated *eo.legacy.c files for distcheckStefan Schmidt2019-02-281-0/+1
* evas gl - swap with damage - look for KHR extn string tooCarsten Haitzler (Rasterman)2019-02-284-4/+8
* eolian: Fix struct database registration.Lauro Moura2019-02-282-2/+6
* eina: safe guard against macro expension error in EINA_*_EQStefan Schmidt2019-02-281-2/+2
* 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