summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_part: remove unnecessary default_xxx_part_getYeongJong Lee2018-05-285-41/+4
* build: make sure new eo header is distributed in tarballStefan Schmidt2018-05-281-0/+1
* elementary textpath: use job for deferred drawing task.Hermet Park2018-05-281-3/+9
* elementary ui_textpath: remove autofit api.Hermet Park2018-05-283-50/+2
* elementary textpath: update Evas map when text is updatedYoungbok Shin2018-05-281-0/+1
* efl_ui_popup: use "elm.swallow.content" name instead of "default" for scrollerYeongJong Lee2018-05-282-3/+3
* efl ui win - fix legacy theme support correctlyCarsten Haitzler (Rasterman)2018-05-271-2/+33
* eet - check for null edd's and don't decode junk dataCarsten Haitzler (Rasterman)2018-05-271-0/+2
* elm config - fix derived save crashCarsten Haitzler (Rasterman)2018-05-271-2/+0
* Revert "ecore-evas-x: set draw_block until the window receives a configure ev...Carsten Haitzler (Rasterman)2018-05-271-25/+2
* ecore_con: efl_net_socket_ssl_adopted_get is EFL_NET_SOCKET_SSL_PROTECTED.Cedric BAIL2018-05-251-0/+5
* elm_spinner: Spinner value adjust when round enabled.Woochan Lee2018-05-251-11/+20
* ecore-evas-x: set draw_block until the window receives a configure eventMike Blumenkrantz2018-05-251-2/+25
* eina: Improve eina_array function documentationBryce Harrington2018-05-251-81/+80
* Revert "efl_ui_win: simplify checking theme version when adding frame"Mike Blumenkrantz2018-05-251-1/+1
* elm_notify: remove allow_events_set call in destructorMike Blumenkrantz2018-05-251-2/+0
* edje: don't give a wrong Edje data when an Edje object has group partsYoungbok Shin2018-05-251-0/+8
* elementary widget: Do super's efl_gfx_color_set to apply color to widget itselfYoungbok Shin2018-05-252-0/+25
* ecore_con : Fix class check to check inner_socket classJunsuChoi2018-05-251-4/+28
* elm_interface_scrollable: change return value for post events.Hosang Kim2018-05-251-4/+3
* efl_mono: Fix efl_add_internal_end call.Lauro Moura2018-05-252-2/+2
* eo_cxx: Fix do_eo_add after lifecycle branch.Lauro Moura2018-05-252-7/+7
* elementary textpath: improves text rendering quality of curved textYoungbok Shin2018-05-251-33/+148
* elementary: fetch the model explicitely.Cedric BAIL2018-05-251-2/+3
* efl_ui_win: fix wrong comparison in icon_object_setWooHyun Jung2018-05-251-2/+2
* elementary: prevent model from being invalidated when their parent model get ...Cedric BAIL2018-05-241-2/+7
* elementary: ctxpopup is using legacy Elm.List which use legacy Elm.Object.Ite...Cedric BAIL2018-05-241-12/+5
* elementary: fix elm_list items lifecycle.Cedric BAIL2018-05-243-202/+123
* evas: make smart object deletion more robust to bad child behavior.Cedric BAIL2018-05-241-2/+11
* elementary: refactor filesector target cleanup to not leave function handler ...Cedric BAIL2018-05-241-5/+14
* elementary: make sure to use the model that generated the event to fetch info...Cedric BAIL2018-05-241-6/+6
* elementary: make sure fileselector button model has a parent and self destruc...Cedric BAIL2018-05-241-1/+24
* eio: enforce eio model to have a parent that provide main loop access.Cedric BAIL2018-05-241-0/+5
* ecore: during shutdown their is no need to delay anything.Cedric BAIL2018-05-241-3/+14
* eo: an object is invalidated if it is invalidated or if any parent is invalid...Cedric BAIL2018-05-241-1/+3
* ecore_con: disconnect from the server as soon as it request it.Cedric BAIL2018-05-241-2/+8
* evas: disable del hook when pushed inside the hash.Cedric BAIL2018-05-241-1/+3
* eo: match raise of error level in tests.Cedric BAIL2018-05-241-2/+2
* eo: we are actually testing internal function too here.Cedric BAIL2018-05-241-0/+2
* eo: add infrastructure to test critical Eina Error.Cedric BAIL2018-05-241-0/+6
* eo: improve tests suite debugging by always displaying the error message befo...Cedric BAIL2018-05-241-14/+14
* eo: move wref set to NULL to append after last event.Cedric BAIL2018-05-241-2/+2
* evas: improve test to actually test something meaningful.Cedric Bail2018-05-241-0/+1
* elementary: fix configuration destruction by actually calling the proper way ...Cedric BAIL2018-05-241-1/+1
* evas: actually we expect gradient to live as long as the part that is using t...Cedric Bail2018-05-241-11/+11
* ecore_con: allow for NULL to do nothing.Cedric Bail2018-05-241-16/+18
* elementary: the config subsystem expect a stringshare.Cedric Bail2018-05-241-2/+2
* evas: multiple call to evas_object_del are allowed even after the first one s...Cedric Bail2018-05-241-0/+1
* eo: allow efl_part during object invalidate.Cedric Bail2018-05-241-7/+2
* eo: remove parent_sink as this hack should not be necessary anymore.Cedric BAIL2018-05-243-11/+0