summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* save workdevs/herdsman/next2Daniel Hirt2017-09-2715-23/+111
* Edje text: return markup only in legacyDaniel Hirt2017-09-273-6/+38
* Ui text: add test for Efl.Text.Markup_Util usageDaniel Hirt2017-09-261-1/+22
* Efl text: add Efl.Text.Markup_Util classDaniel Hirt2017-09-264-0/+569
* Ui text: add test for markupDaniel Hirt2017-09-261-0/+7
* Canvas text: implement most markup functionalityDaniel Hirt2017-09-263-24/+65
* Efl text: add Efl.Text.Markup interfaceDaniel Hirt2017-09-264-0/+34
* evas textblock: use main font's ascent/descent as minimum valueYoungbok Shin2017-09-261-6/+9
* win: Remove invalid callbacksJean-Philippe Andre2017-09-261-2/+0
* Revert "Fix infinite recursion for legacy + efl ui win events"Jean-Philippe Andre2017-09-261-15/+7
* elm: Fix shutdown of atspi (unregister handlers)Jean-Philippe Andre2017-09-261-0/+5
* ecore: Reset do_quit when ecore shuts downJean-Philippe Andre2017-09-261-0/+1
* elm: Delete atspi root object on shutdownJean-Philippe Andre2017-09-263-0/+9
* eo: Fix crashes with call cache after init cycleJean-Philippe Andre2017-09-262-0/+2
* ecore_ipc: Unregister log domain on shutdownJean-Philippe Andre2017-09-261-12/+12
* elm: Fix elm_shutdownJean-Philippe Andre2017-09-261-1/+1
* win: Avoid calling same function twice on shutdownJean-Philippe Andre2017-09-261-8/+9
* evas: Fix shutdown of async cmd cacheJean-Philippe Andre2017-09-262-0/+2
* elm: Properly unregister providers on shutdownJean-Philippe Andre2017-09-262-2/+3
* win: Avoid safety ERR in efreetJean-Philippe Andre2017-09-261-1/+1
* elm: Fix module load with ELM_RUN_IN_TREEJean-Philippe Andre2017-09-261-1/+1
* elm_bg: rename elm_bg to Efl.Ui.BgSungtaek Hong2017-09-2612-173/+391
* input: Move pointer props to CanvasJean-Philippe Andre2017-09-265-61/+74
* elm: rename Elm.Interface.Atspi.Text => Efl.Access.TextLukasz Stanislawski2017-09-2615-296/+294
* widget: Fix translation of default text partsJean-Philippe Andre2017-09-266-4/+35
* widget: Remove domain_part_text_translatable from EOJean-Philippe Andre2017-09-262-14/+7
* widget: Implement translation API in layoutJean-Philippe Andre2017-09-2621-61/+81
* elm: Introduce interface Efl.Ui.TranslatableJean-Philippe Andre2017-09-2633-55/+112
* widget: Add tiny doc for Efl.Ui.Widget.PartJean-Philippe Andre2017-09-261-2/+6
* Evas textblock: fix ascent/descent calcDaniel Hirt2017-09-261-12/+9
* Fix infinite recursion for legacy + efl ui win eventsCarsten Haitzler (Rasterman)2017-09-261-7/+15
* Fix crash when an application wants to get the popup item classDaniel Zaoui2017-09-261-0/+1
* evas textblock: use primary font's size as minimum size of a lineYoungbok Shin2017-09-261-31/+23
* evas: Add scale feature for embedded bitmap fonts.Youngbok Shin2017-09-2620-181/+395
* eolian-cxx: Fix compilation errors with new any_value_ptr and mstring typesFelipe Magno de Almeida2017-09-253-3/+32
* elementary: migrate elementary_config to use the new macro with lifecycle sup...Cedric BAIL2017-09-251-39/+60
* elementary: provide a new initialization macro that support lifecycle.Cedric BAIL2017-09-252-2/+47
* elementary: provide and implement lifecycle event on the window.Cedric BAIL2017-09-252-4/+59
* ecore: start adding life cycle support to Efl.Loop.Cedric BAIL2017-09-251-0/+2
* Ui text: use proper Efl.Text API to set textDaniel Hirt2017-09-251-1/+1
* Canvas text: don't generate legacy for new apiDaniel Hirt2017-09-251-0/+1
* Ui text: use eina_value_get and not eina_value_pgetDaniel Hirt2017-09-251-2/+4
* Canvas text: use eina_value_set and not eina_value_psetDaniel Hirt2017-09-251-1/+1
* elm hoversel - fix alignment in ephotoCarsten Haitzler (Rasterman)2017-09-251-1/+1
* inwin: Fix oopsie in previous commitJean-Philippe Andre2017-09-251-4/+4
* inwin: Fix inwin (default content set/get/unset)Jean-Philippe Andre2017-09-252-3/+25
* layout: Remove default content implementationJean-Philippe Andre2017-09-252-20/+0
* docs: eina_value: fix a typoJeeyong Um2017-09-251-1/+1
* elm_hover: do not register itselfMarcel Hollerbach2017-09-232-0/+7
* elm_widget: abort is probebly a bit too muchMarcel Hollerbach2017-09-231-1/+0