summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_wl: a multiseat wayland compositor in an evas smart objectdevs/discomfitor/wip2Mike Blumenkrantz2017-06-2911-0/+7059
* drm: Implement hardware plane supportDerek Foreman2017-06-291-0/+120
* software_generic: fix eng_image_native_getDerek Foreman2017-06-291-2/+7
* Elm layout: fix broken text part name resolvingDaniel Hirt2017-06-306-6/+8
* gl_drm: Check dmabuf attribute version before trusting attributesDerek Foreman2017-06-291-2/+3
* software_generic: Check dmabuf attribute version during setDerek Foreman2017-06-291-1/+15
* dmabuf: Make a define for the version of the dmabuf attribute structDerek Foreman2017-06-293-2/+4
* Evas textblock: fix legacy_newline in legacy APIDaniel Hirt2017-06-291-4/+3
* Evas textblock: re-apply paragraph position inferenceDaniel Hirt2017-06-291-2/+10
* release: Update NEWS and bump version for 1.20.0-alpha1 releasev1.20.0-alpha1Stefan Schmidt2017-06-292-3/+271
* build: split of BUILT_SOURCES cleanup from CLEANFILESStefan Schmidt2017-06-291-3/+1
* po: update po files for alpha releaseStefan Schmidt2017-06-2923-1150/+1150
* tests : eolain: make sure all the needed files for land in distStefan Schmidt2017-06-291-0/+6
* evas/vg: rewrite the vg example with more test casessmohanty2017-06-291-185/+425
* efl/interface: emit path change event when stroke width change.smohanty2017-06-291-2/+3
* elm_test: Add test edc for tooltip with no min sizeJean-Philippe Andre2017-06-294-4/+69
* els_tooltip: Remove infinite job callsJaehyun Cho2017-06-291-11/+0
* evas: Fix compilation warningsJean-Philippe Andre2017-06-291-9/+9
* elm_code: Fix a compilation warningJean-Philippe Andre2017-06-291-1/+1
* gl_drm: Fix a few compilation warningsJean-Philippe Andre2017-06-291-3/+3
* spinner: don't allow dragging if widget is disabledAmitesh Singh2017-06-291-1/+3
* edje player - add slave command to set text of text part for testingCarsten Haitzler (Rasterman)2017-06-291-0/+19
* elm test: image zoomable - allow gif to be played in test exampleAmitesh Singh2017-06-291-0/+4
* elua: use up to date lua APIDaniel Kolesa2017-06-283-8/+3
* edje: Fix part reuse, fixes make checkJean-Philippe Andre2017-06-282-4/+7
* elc_popup: atspi - make popup label accessibleShinwoo Kim2017-06-281-1/+5
* eina,ecore_cocoa: fix detection of the macOS SDK versionJean Guyomarc'h2017-06-272-3/+4
* elm_code: Fix tests of widget tokensAndy Williams2017-06-271-8/+7
* elm_code: fix whitespace highlightingAndy Williams2017-06-271-1/+1
* ecore-wl2: Add more window types to Window Type enumChris Michael2017-06-271-0/+5
* ecore-wl2: Add client-side event for Window DeactivateChris Michael2017-06-273-1/+31
* ecore-wl2: Add client-side event for Window ActivateChris Michael2017-06-273-1/+33
* ecore-wl2: Add client-side event for Window HideChris Michael2017-06-273-1/+29
* ecore-wl2: Add client-side event for Window ShowChris Michael2017-06-273-1/+28
* elm_code: Add a matched token so we can highlight searchesAndy Williams2017-06-263-4/+18
* ecore-wl2: use first seat to start move/resize op when none specifiedMike Blumenkrantz2017-06-261-6/+4
* Add since tag in elm_entry_prediction_hint_setJihoon Kim2017-06-261-1/+4
* elm_entry: Add prediction hint APIJihoon Kim2017-06-267-0/+72
* fix issue with patch D4981Andy Williams2017-06-251-1/+1
* Test: check gl API nullity before invoking deletion functionsDaniel Zaoui2017-06-251-7/+10
* evas event grabber: add function to block stacking updates while visibleMike Blumenkrantz2017-06-233-16/+61
* elm_list/genlist/gengrid: don't unselect items when moving the mouse out of themMike Blumenkrantz2017-06-233-3/+3
* eina_log: make a log level of 0 disable the log domainMike Blumenkrantz2017-06-231-2/+2
* elm_win: access wl seats in a more portable wayMike Blumenkrantz2017-06-231-5/+11
* evas: check object layer existence before deref to avoid crashMike Blumenkrantz2017-06-231-1/+3
* ecore-wl2: do not send exit event on disconnect if servers existMike Blumenkrantz2017-06-231-1/+1
* elm_cursor: store and reapply non-elm cursors when setting an elm cursorMike Blumenkrantz2017-06-231-3/+27
* elm_box: unpack objects from internal evas box before elm reparentMike Blumenkrantz2017-06-231-2/+5
* evas_box: add safety check for adding box children to multiple boxesMike Blumenkrantz2017-06-231-0/+5
* gengrid: implement reusable content based on genlist implementationMike Blumenkrantz2017-06-233-32/+62