platform/core/uifw/dali-toolkit.git
10 years ago(TextInput) Removing deprecated Margin and Handle flip API
Agnelo Vaz [Thu, 27 Feb 2014 12:19:23 +0000 (12:19 +0000)]
(TextInput) Removing deprecated Margin and Handle flip API

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Removing:

  /* @deprecated, use SetBoundingRectangle instead. */
  void SetSelectionHandleFlipMargin( const Vector4& margin );

  /* @deprecated, use GetBoundingRectangle instead. */
  const Vector4& GetSelectionHandleFlipMargin();

  /* @deprecated, handles always flip. Use SetBoundingRectangle */
  void EnableSelectionHandleFlip( bool toggle );

  /* @deprecated, handles always flip. Use SetBoundingRectangle */
  bool IsSelectionHandleFlipEnabled();

[Verification] Build Repo

10 years ago[SRUK] Initial copy from Tizen 2.2 version
Paul Wisbey [Mon, 3 Mar 2014 19:04:23 +0000 (19:04 +0000)]
[SRUK] Initial copy from Tizen 2.2 version

Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
Change-Id: I1088d752201827b02c6b83015c00ff158f58e2ad

10 years agoInitial empty repository
Sehong Na [Sun, 16 Feb 2014 23:49:11 +0000 (15:49 -0800)]
Initial empty repository