[PATCH 0/3 v3] Add Copy and Paste support for wayland engine

zhiwen.wu at linux.intel.com zhiwen.wu at linux.intel.com
Fri Aug 3 01:02:21 PDT 2012


Changes for v2:
1. Get elementary entry cnp worked on wayland engine.
2. Rebase to commit http://svn.enlightenment.org/svn/e@74816

Changes from v1:
1. According to Robert's comments, in elm_cnp.c, add HAVE_ELEMENTARY_WAYLAND 
path to explicitly build against wayland engine, add runtime engine 
checking.
2. Rebase to the latest code.

----------------------------------------------------------------
Alex Wu (3):
      ecore_wayland: Add Copy and Paste support
      elem_cnp: Add Copy and Paste support for wayland.
      wayland: Add cnp functionality for elementary entry widget.

 trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h  |   26 ++
 trunk/ecore/src/lib/ecore_wayland/ecore_wl.c       |   14 +
 trunk/ecore/src/lib/ecore_wayland/ecore_wl_dnd.c   |  280 ++++++++++++++++++++
 trunk/ecore/src/lib/ecore_wayland/ecore_wl_input.c |   16 ++
 .../ecore/src/lib/ecore_wayland/ecore_wl_private.h |   14 +
 trunk/elementary/src/lib/elm_cnp.c                 |  126 ++++++++-
 trunk/elementary/src/lib/elm_entry.c               |   12 +
 7 files changed, 484 insertions(+), 4 deletions(-)


More information about the wayland-devel mailing list