Add copy and paste UI 84/65784/1
authorThiep Ha <thiep.ha@samsung.com>
Tue, 12 Apr 2016 11:44:48 +0000 (20:44 +0900)
committerThiep Ha <thiep.ha@samsung.com>
Tue, 12 Apr 2016 11:51:43 +0000 (20:51 +0900)
commitb509f97696fff8174a5bc5aca96e726f131316bd
treebb98d278d696610891dbd26f6113f717cd3500aa
parent7c35cdd837100ff1762e1482201b7a92e224d7dc
Add copy and paste UI

Copy and paste UI which includes copy and paste popup,
selection handlers, cursor handler, and releated funcions
are added.
The copy and paste UI works in the same maner as in Tizen 2.4.

@tizen_feature

Change-Id: I47d73079b53af1058ec627ace9db4abb8c0fb659
Signed-off-by: Thiep Ha <thiep.ha@samsung.com>
configure.ac
src/lib/elm_entry.c
src/lib/elm_module_priv.h [new file with mode: 0644]
src/lib/elm_widget_entry.h
src/modules/Makefile.am
src/modules/copypasteUI_ctxpopup/Makefile.am [new file with mode: 0644]
src/modules/copypasteUI_ctxpopup/cbhm_helper.c [new file with mode: 0644]
src/modules/copypasteUI_ctxpopup/cbhm_helper.h [new file with mode: 0644]
src/modules/copypasteUI_ctxpopup/copypaste.c [new file with mode: 0644]