Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-28 | efl-wl: use correct window when requesting x11 clipboard selection | Mike Blumenkrantz | |
2017-07-12 | efl-wl: change x11 atom name var to normal char* | Mike Blumenkrantz | |
2017-07-12 | efl-wl: free atom name when sending selection | Mike Blumenkrantz | |
CID 1377542 | |||
2017-07-12 | efl-wl: free x11 pipe read buf on read fail | Mike Blumenkrantz | |
CID 1377520 | |||
2017-07-12 | efl-wl: return if pipe reading fails in x11 bridge | Mike Blumenkrantz | |
CID 1377526, 1377534 | |||
2017-07-12 | efl-wl: check returns in x11 selection request handler | Mike Blumenkrantz | |
CID 1377518 | |||
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: Fix resource leak | Chris Michael | |
Coverity reports that 'name' is leaked here, so free the return ecore_x_atom_name_get. Fixes CID1377537 @fix Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
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> |