summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gl_drm: Implement hardware plane supportDerek Foreman2017-06-231-0/+115
* evas_render: Use hardware planesDerek Foreman2017-06-231-0/+28
* evas_object_image: Add support for direct scanoutDerek Foreman2017-06-233-0/+88
* evas_object_image: Track whether an image object supports direct scanoutDerek Foreman2017-06-232-0/+16
* software_generic: Add plane assign/release function pointersDerek Foreman2017-06-232-0/+5
* native surface: Add scanout handlersDerek Foreman2017-06-231-1/+24
* ecore_drm2: Add scanout status callbacksDerek Foreman2017-06-231-0/+8
* ecore_drm2: Add callbacks for plane assign/releaseDerek Foreman2017-06-232-0/+11
* ecore_drm2: Add Fb deleted eventDerek Foreman2017-06-232-0/+4
* ecore_drm2: Track number of times an fb is on scanoutDerek Foreman2017-06-232-0/+14
* ecore_drm2: Track whether an Ecore_Drm2_Plane has ever been on scanoutDerek Foreman2017-06-232-1/+6
* ecore_drm2: Move fb from plane state struct to plane structDerek Foreman2017-06-232-5/+9
* ecore_drm2: Don't clear plane fb on releaseDerek Foreman2017-06-231-1/+0
* ecore_drm2: Remove obsolete per output fb callback apiDerek Foreman2017-06-233-25/+0
* ecore_drm2: Stop using the old per output release callbacksDerek Foreman2017-06-231-3/+2
* gl_drm ee: Move to new per fb status callbacksDerek Foreman2017-06-231-7/+7
* ecore_drm2: Update buffer release mechanism to send new status informationDerek Foreman2017-06-231-1/+7
* ecore_drm2: Add ecore_drm2_fb_status_handler_setDerek Foreman2017-06-233-0/+35