summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* evas: make the high level documentation more conciseBryce Harrington2017-08-291-164/+84
* evas: fix color set on Efl.Canvas.Group.Cedric BAIL2017-08-291-1/+2
* PKit gadget: more contrast for the designDave Andreoli2017-08-293-2/+4
* evas: fix invalid return of evas_textgrid_cellrow_get()Jean Guyomarc'h2017-08-291-5/+2
* eina: fix typo in documentationJean Guyomarc'h2017-08-291-1/+1
* elm: fix uninitialized variablesJean Guyomarc'h2017-08-291-2/+2
* Canvas text: fix non-dirty paragraph width calculationDaniel Hirt2017-08-292-1/+12
* Fix PS3 backend removal (Cedric...)Daniel Zaoui2017-08-291-5/+4
* Introduce text on path widgetThiep Ha2017-08-2910-0/+957
* widget: Add protected tag to focus_highlight_geometryJean-Philippe Andre2017-08-291-1/+1
* widget: Use rectangle for focus_hilightJean-Philippe Andre2017-08-2914-119/+130
* widget: Mark focus_region_show as protected (EO)Jean-Philippe Andre2017-08-293-11/+15
* widget: Simplify code with rectangle (EO)Jean-Philippe Andre2017-08-298-61/+51
* widget: Merge on_focus_region and focus_region_getJean-Philippe Andre2017-08-2910-39/+31
* widget: Improve access_info docJean-Philippe Andre2017-08-291-2/+9
* access: Fix crash in ecoreJean-Philippe Andre2017-08-291-1/+4
* evas: Fix automatic visible set (EO)Jean-Philippe Andre2017-08-291-0/+1
* evas: Fix a few shadow warningsJean-Philippe Andre2017-08-291-6/+6
* widget: Rename hook "access" (EO)Jean-Philippe Andre2017-08-2934-58/+76
* widget: Rename hook "activate" (EO)Jean-Philippe Andre2017-08-2919-32/+45
* widget: Remove useless import in EO fileJean-Philippe Andre2017-08-291-1/+0
* widget: Make theme_apply a protected function (EO)Jean-Philippe Andre2017-08-292-6/+14
* widget: Rename hook "disable" (EO)Jean-Philippe Andre2017-08-2923-134/+108
* widget: Rename hook "orientation" (EO)Jean-Philippe Andre2017-08-294-13/+23
* eina_value: silent -Wextra for EINA_VALUE_EMPTYGustavo Sverzut Barbieri2017-08-281-1/+1
* evas: handle new API use correctly for gl_drm backend.Cedric Bail2017-08-281-5/+1
* evas: fixup warning.Cedric Bail2017-08-281-1/+1
* theme: add slight inset for dialog contentMike Blumenkrantz2017-08-281-0/+2
* eolian: funcptr docs in correct place, remove more qualifiersDaniel Kolesa2017-08-281-7/+1
* eolian: less clumsy return type handlingDaniel Kolesa2017-08-281-10/+5
* eolian: remove unused qualifiers from func pointersDaniel Kolesa2017-08-281-10/+0
* build: evas: fix names of jpeg200 test imagesStefan Schmidt2017-08-281-4/+4
* Netstatus gadget: a new decent designDave Andreoli2017-08-276-20/+44
* Theme updates: Luncher icon indicator not relative. New pager plain style.Stephen 'Okra' Houston2017-08-263-336/+337
* evas: fix build with egl.Cedric BAIL2017-08-252-5/+20
* theme: let notifications wrapMike Blumenkrantz2017-08-251-17/+2
* evas image cache: notify preload for image objects without explicit callbacksMike Blumenkrantz2017-08-251-16/+1
* evas image cache: break out preload complete notification code into functionMike Blumenkrantz2017-08-251-12/+19
* efl_ui_image: maintain geometry for prev image while preloading new imageMike Blumenkrantz2017-08-251-11/+18
* elm_win: check for wayland engine during finalize by checking for wl winMike Blumenkrantz2017-08-251-1/+1
* elm_win: update opaque region for fake windowsMike Blumenkrantz2017-08-251-1/+5
* efl-wl: match nested wl seats based on display orderingMike Blumenkrantz2017-08-251-9/+20
* ecore-wl2: normalize axis event valuesMike Blumenkrantz2017-08-251-0/+1
* evas: enable rendering of multiple output.Cedric BAIL2017-08-251-186/+196
* evas: no more ENDT.Cedric BAIL2017-08-251-1/+0
* evas: move updates to be per output.Cedric BAIL2017-08-252-38/+55
* evas: decorrelate canvas size from output size.Cedric BAIL2017-08-254-26/+54
* evas gl: fix glview by avoiding make currentCedric BAIL2017-08-253-36/+34
* evas: remove dead code to improve readability.Cedric BAIL2017-08-251-27/+0
* evas: make Evas_GL work with multi output.Cedric BAIL2017-08-256-47/+160