Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-11 | efl-wl: handle case where eglBindWaylandDisplay fails | Mike Blumenkrantz | |
@fix | |||
2017-08-11 | efl-wl: always dismiss popups on hide | Mike Blumenkrantz | |
@fix | |||
2017-08-11 | efl-wl: use correct accessor method for keyboard resource hash | Mike Blumenkrantz | |
@fix | |||
2017-08-11 | efl-wl: add functionality for extracting surfaces for external use | Mike Blumenkrantz | |
@feature | |||
2017-08-11 | efl-wl: add EFL_WL_DEBUG env variable for enabling wayland debug | Mike Blumenkrantz | |
@feature | |||
2017-08-10 | efl_wl: Update to latest dmabuf protocol version | Derek Foreman | |
Weston's dmabuf code continues to be modular enough that we can pull it in with little change. This updates us to version 3 of the protocol. Currently only contains stubs for format queries. | |||
2017-08-04 | efl-wl: no-op the re-setting of minmax/aspect handling | Mike Blumenkrantz | |
2017-08-04 | efl-wl: add handling for external protocol interfaces | Mike Blumenkrantz | |
@feature | |||
2017-08-04 | efl-wl: support min/max hinting | Mike Blumenkrantz | |
@feature | |||
2017-08-04 | wayland: add efl-hints protocol for setting aspect on surfaces | Mike Blumenkrantz | |
@feature | |||
2017-08-04 | efl-wl: set cursor surface roles | Mike Blumenkrantz | |
ensure cursor surfaces without buffers will be mapped if a buffer is attached @fix | |||
2017-08-04 | efl-wl: add handling for commit during canvas render | Mike Blumenkrantz | |
prevent release of pre-existing buffers during a render cycle @fix | |||
2017-08-04 | efl-wl: do shm pool ref/unref for bm safety | Mike Blumenkrantz | |
@fix | |||
2017-08-04 | efl-wl: block connection attempts from unmanaged clients | Mike Blumenkrantz | |
I guess posting an oom error is security @fix | |||
2017-08-02 | efl_wl - fix warning for possible uninitted list access | Carsten Haitzler (Rasterman) | |
could potentially be an issue in one theoretical case. less warnings is better anyway | |||
2017-07-28 | efl-wl: hide popup surface before unsetting attrs during destructor | Mike Blumenkrantz | |
ensure focus remains with the popup parent | |||
2017-07-28 | efl-wl: simplify refocus on popup hide | Mike Blumenkrantz | |
2017-07-12 | efl-wl: initialize variable | Mike Blumenkrantz | |
CID 1377573 | |||
2017-07-12 | efl-wl: mmap byte for nul terminator in keymap string | Mike Blumenkrantz | |
CID 1377545 | |||
2017-07-12 | efl-wl: check return of ecore_main_fd_handler_fd_get | Mike Blumenkrantz | |
CID 1377541, 1377546, 1377519, 1377529, 1377543 | |||
2017-07-12 | efl_wl: check mkstemp return | Mike Blumenkrantz | |
CID 1377533 | |||
2017-07-12 | efl_wl: error and cleanup on CLOEXEC fail | Mike Blumenkrantz | |
CID 1377530, 1377531 | |||
2017-06-30 | efl_wl: a multiseat wayland compositor in an evas smart object | Mike Blumenkrantz | |
build when wayland support is enabled and provide two test/demo cases beta api @feature Reviewed-By: Cedric BAIL <cedric@osg.samsung.com> |