bdilly pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8a42514d71195ca28028346a338e4db2b2f4faf9

commit 8a42514d71195ca28028346a338e4db2b2f4faf9
Merge: 18f41e1 de183e1
Author: Bruno Dilly <bdi...@profusion.mobi>
Date:   Wed Dec 21 23:04:48 2016 -0200

    Merge branch 'devs/bdilly/edje_multiseat_filter'
    
    This series add support to filter events per seat
    on edje parts.
    With the flag allowed_seats the developer may choose which
    seats are allowed to input each part.
    
    Also it adds functions to embryo to set/unset focus, since
    it's relevant when writting multiseat applications with
    dynamic seats (not fixed number of seats). Seats are
    optional arguments on such functions.
    
    Reviewed By: iscaro
    
    Differential Revision: https://phab.enlightenment.org/D4499
    
    @feature

 data/edje/include/edje.inc                |   6 +
 src/bin/edje/edje_cc_handlers.c           |  89 ++++
 src/examples/edje/.gitignore              |   1 +
 src/examples/edje/Makefile.am             |   3 +
 src/examples/edje/edje-multiseat-filter.c | 130 +++++
 src/examples/edje/multiseat_filter.edc    | 811 ++++++++++++++++++++++++++++++
 src/lib/edje/edje_data.c                  |  13 +
 src/lib/edje/edje_edit.c                  |  13 +
 src/lib/edje/edje_embryo.c                |  61 ++-
 src/lib/edje/edje_load.c                  |  69 +++
 src/lib/edje/edje_private.h               |  11 +
 src/lib/edje/edje_program.c               |  85 ++--
 12 files changed, 1244 insertions(+), 48 deletions(-)

-- 


Reply via email to