platform/core/uifw/dali-adaptor.git
4 years agoDALi Version 1.4.29 69/210469/1 dali_1.4.29
Victor Cebollada [Fri, 19 Jul 2019 08:51:35 +0000 (09:51 +0100)]
DALi Version 1.4.29

Change-Id: I36017c697557853a1d7239045f9973be72fa21b6

4 years agoMerge "FBO/Texture access synchronization for multiple contexts" into devel/master
Adeel Kazmi [Thu, 18 Jul 2019 09:37:57 +0000 (09:37 +0000)]
Merge "FBO/Texture access synchronization for multiple contexts" into devel/master

4 years agoMerge "Multiply the Alpha of mask to the premultiplied image" into devel/master
sunghyun kim [Thu, 18 Jul 2019 01:18:07 +0000 (01:18 +0000)]
Merge "Multiply the Alpha of mask to the premultiplied image" into devel/master

4 years agoFBO/Texture access synchronization for multiple contexts 92/210092/6
Richard Huang [Thu, 11 Jul 2019 14:39:22 +0000 (15:39 +0100)]
FBO/Texture access synchronization for multiple contexts

Change-Id: I5fde582e2da41542931a9c62dae6fc188f44b4e6

4 years agoMultiply the Alpha of mask to the premultiplied image 76/209676/6
Sunghyun kim [Wed, 10 Jul 2019 03:41:46 +0000 (12:41 +0900)]
Multiply the Alpha of mask to the premultiplied image

After move MultiplyColorByAlpha() from main thread to resource thread, MultiplyColorByAlpha() is called first than ApplyMask().
In this case, the alpha value of mask is not multiplied properly to other channels in the image.
Therefore, if image is premultiplied, the other channels of the image need to multiply by alpha of mask.

Change-Id: I60c056460537db604566f080302be09a6f88d047

4 years ago(Automated Tests) Sync with Toolkit changes 95/210095/1
Adeel Kazmi [Mon, 15 Jul 2019 19:53:59 +0000 (20:53 +0100)]
(Automated Tests) Sync with Toolkit changes

Change-Id: I9522ba6300eebe7b043081195d5947dd9d20262c

4 years agoMerge "Fix trace factory compilation." into devel/master
Adeel Kazmi [Mon, 15 Jul 2019 08:47:41 +0000 (08:47 +0000)]
Merge "Fix trace factory compilation." into devel/master

4 years agoMerge "To fix coverity issue - color controller" into devel/master
Adeel Kazmi [Fri, 12 Jul 2019 17:18:48 +0000 (17:18 +0000)]
Merge "To fix coverity issue - color controller" into devel/master

4 years agoFix trace factory compilation. 69/209969/1
Anton Obzhirov [Fri, 12 Jul 2019 15:28:32 +0000 (16:28 +0100)]
Fix trace factory compilation.

Change-Id: I75b4dc7d7c00e9ea5c9368c5c25a7796123162c7

4 years agoDALi Version 1.4.28 31/209931/1 dali_1.4.28
Richard Huang [Fri, 12 Jul 2019 10:17:30 +0000 (11:17 +0100)]
DALi Version 1.4.28

Change-Id: Id7821347257976ca43e171b390d633c82d4cd694

4 years agoMerge "Add file stream API." into devel/master
Adeel Kazmi [Thu, 11 Jul 2019 17:39:03 +0000 (17:39 +0000)]
Merge "Add file stream API." into devel/master

4 years agoAdd file stream API. 32/209732/3
Anton Obzhirov [Tue, 9 Jul 2019 09:43:07 +0000 (10:43 +0100)]
Add file stream API.

Change-Id: I8558863e04052c075f90135b3558f0d5ee1d2a12

4 years agoMerge "Add log for checking window status" into devel/master
sunghyun kim [Wed, 10 Jul 2019 07:20:37 +0000 (07:20 +0000)]
Merge "Add log for checking window status" into devel/master

4 years agoMerge "prevent division by zero" into devel/master
joogab yun [Wed, 10 Jul 2019 06:52:45 +0000 (06:52 +0000)]
Merge "prevent division by zero" into devel/master

4 years agoAdd log for checking window status 96/209696/1
Sunghyun kim [Wed, 10 Jul 2019 05:07:20 +0000 (14:07 +0900)]
Add log for checking window status

Need to print Log when window status is changed.

Change-Id: I4b825b344ef280f3a448eb115e57668a0c954db0

4 years agoprevent division by zero 82/209482/2
Joogab Yun [Mon, 8 Jul 2019 08:04:30 +0000 (17:04 +0900)]
prevent division by zero

Change-Id: I97b97da610346f75c93e3fe0ee41831f1f2b8740

4 years agoSynchronize the window removal between main thread and render thread 43/209543/6
Richard Huang [Mon, 8 Jul 2019 12:57:37 +0000 (13:57 +0100)]
Synchronize the window removal between main thread and render thread

Change-Id: I2ad9c459029c648d66d1dca373f5fd906ec0d6c8

4 years agoTo fix coverity issue - color controller 19/209819/1
Seungho, Baek [Mon, 8 Jul 2019 08:28:33 +0000 (17:28 +0900)]
To fix coverity issue - color controller

Change-Id: Id4c97209f60d1f4d6888f3fbf9f0c1bebb3504f9
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoMerge "Tizen specific wl_egl_window APIs is replaced." into devel/master
Wonsik Jung [Mon, 8 Jul 2019 00:08:42 +0000 (00:08 +0000)]
Merge "Tizen specific wl_egl_window APIs is replaced." into devel/master

4 years agoMerge "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent...
Adeel Kazmi [Fri, 5 Jul 2019 16:13:01 +0000 (16:13 +0000)]
Merge "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig" into devel/master

4 years agoAll file read operations should be done through FileLoader. 27/209127/6
Anton Obzhirov [Tue, 2 Jul 2019 10:16:46 +0000 (11:16 +0100)]
All file read operations should be done through FileLoader.

Change-Id: I8709b060504f76a35d3abc5ef6500fa29320f897

4 years agoMerge "DALi Version 1.4.27" into devel/master
Adeel Kazmi [Fri, 5 Jul 2019 09:45:32 +0000 (09:45 +0000)]
Merge "DALi Version 1.4.27" into devel/master

4 years agoTizen specific wl_egl_window APIs is replaced. 94/209194/2
Wonsik Jung [Wed, 3 Jul 2019 09:30:20 +0000 (18:30 +0900)]
Tizen specific wl_egl_window APIs is replaced.

Tizen Specific wl_egl_window APIs and symbols will be replaced
and previous APIs will be removed.
Most of changes are prefix in APIs and symbol.
This chagnes is valid since Tizen 5.0

Change-Id: Ie272d03772201055080831dcbefbf43fe84e1c92

4 years agoDALi Version 1.4.27 73/209373/1 dali_1.4.27
György Straub [Fri, 5 Jul 2019 07:55:51 +0000 (08:55 +0100)]
DALi Version 1.4.27

Change-Id: I1fcd2d722d4c9388c2dd249df96f35a2ecc34ee5

4 years agoMerge "Call RequestUpdateOnce in OnWindowShown()" into devel/master
Heeyong Song [Fri, 5 Jul 2019 01:52:38 +0000 (01:52 +0000)]
Merge "Call RequestUpdateOnce in OnWindowShown()" into devel/master

4 years agoCheck EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove... 10/209310/1
Seungho, Baek [Thu, 4 Jul 2019 23:42:34 +0000 (08:42 +0900)]
Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

 - If EGL_KHR_Create_Context extension is not supported, Do not use EGL_CONTEXT_MINOR_VERSION_KHR
 - Without any Current Context, do not call glFinish
 - Remove ARM condition in the ChooseConfig

Change-Id: I3d0ac92b4ac2cb1404716a4581d654fa7c6d41ac
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoRevert "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent... 07/209307/2
Adeel Kazmi [Thu, 4 Jul 2019 16:42:36 +0000 (16:42 +0000)]
Revert "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"

This reverts commit baa3e991beacd0343e825bee0d49d0f8ea6a1700.

Reason for revert: Cannot launch any demos on mobile target anymore.

Change-Id: I9bbe96afabe7e1cdc715df8147b874d6b317df4d

4 years agoCheck EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove... 23/208723/6
Seungho, Baek [Wed, 12 Jun 2019 08:12:13 +0000 (17:12 +0900)]
Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

 - If EGL_KHR_Create_Context extension is not supported, Do not use EGL_CONTEXT_MINOR_VERSION_KHR
 - Without any Current Context, do not call glFinish
 - Remove ARM condition in the ChooseConfig

Change-Id: I27cf679943694f91329454e63441a100ab04e706
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoCall RequestUpdateOnce in OnWindowShown() 91/208491/2
Heeyong Song [Tue, 25 Jun 2019 06:26:25 +0000 (15:26 +0900)]
Call RequestUpdateOnce in OnWindowShown()

Rendering should be done when a window is shown.
But the Adaptor may be in the running state (when other windows are shown). So call RequestUpdateOnce() in that case.

Change-Id: I5c3725fd171c0d93fdfbf00362e239fb66716fb6

4 years agoDALi Version 1.4.26 90/208790/1 dali_1.4.26
greynaga [Fri, 28 Jun 2019 10:42:33 +0000 (11:42 +0100)]
DALi Version 1.4.26

Change-Id: Ib63d4d99785208866b17f1770c896f2ba6046b4a

4 years agoMerge "Remove Tizen 5.5 dependent code from native-render-surface" into devel/master
Adeel Kazmi [Tue, 25 Jun 2019 14:32:18 +0000 (14:32 +0000)]
Merge "Remove Tizen 5.5 dependent code from native-render-surface" into devel/master

4 years agoRemove Tizen 5.5 dependent code from native-render-surface 26/208526/1
Jiyun Yang [Tue, 25 Jun 2019 12:06:03 +0000 (21:06 +0900)]
Remove Tizen 5.5 dependent code from native-render-surface

Change-Id: Ie71de8205f5dbfe9fe1b72a303960259ae5bfea0
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoMove Ubuntu tts player to generic. 13/208513/1
Anton Obzhirov [Tue, 25 Jun 2019 10:24:40 +0000 (11:24 +0100)]
Move Ubuntu tts player to generic.

Change-Id: I67ff0c92f83502734b9aac56ab91b67504c70449

4 years agoMerge "Removed references to GestureManager" into devel/master
Adeel Kazmi [Tue, 25 Jun 2019 08:15:50 +0000 (08:15 +0000)]
Merge "Removed references to GestureManager" into devel/master

4 years agoRemove vsync-monitor since is not used anymore and move egl-image-extensions-ubuntu... 59/208459/3
Anton Obzhirov [Mon, 24 Jun 2019 13:54:01 +0000 (14:54 +0100)]
Remove vsync-monitor since is not used anymore and move egl-image-extensions-ubuntu.cpp to generic.

Change-Id: Ie7567fca26a5ce0ca6a303c34d19975755f1f30c

4 years agoRemoved references to GestureManager 57/208457/1
Adeel Kazmi [Mon, 24 Jun 2019 12:53:02 +0000 (13:53 +0100)]
Removed references to GestureManager

Change-Id: I14419c50af668492c65caf747c9b8e6e4b3f5178

4 years agoMove trace factory Ubuntu implementation to generic. 50/208450/3
Anton Obzhirov [Mon, 24 Jun 2019 10:36:52 +0000 (11:36 +0100)]
Move trace factory Ubuntu implementation to generic.

Change-Id: Ic34941ea014408a844a3d2777c87a375392e190f

4 years agoAdd SetCommandLineOptions() for pre-initialzed application 53/195653/13
huiyu.eun [Mon, 17 Dec 2018 05:21:47 +0000 (14:21 +0900)]
Add SetCommandLineOptions() for pre-initialzed application

Add SetCommandLineOptions() for pre-initialzed application

Change-Id: I822f95927d0543104c924c452742372d1c52f0aa
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoMerge "SceneHolder sets background color through the Scene to send an information...
JIYUN YANG [Fri, 21 Jun 2019 06:42:26 +0000 (06:42 +0000)]
Merge "SceneHolder sets background color through the Scene to send an information to the UpdateRender thread" into devel/master

4 years agoSceneHolder sets background color through the Scene to send an information to the... 83/207783/5
Jiyun Yang [Wed, 12 Jun 2019 11:47:24 +0000 (20:47 +0900)]
SceneHolder sets background color through the Scene to send an information to the UpdateRender thread

Change-Id: Iaf55375b3218367efccd1c2d87f002ea4132f58b
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoFix things to support EvasPlugin 11/206811/13
Jiyun Yang [Mon, 27 May 2019 11:00:17 +0000 (20:00 +0900)]
Fix things to support EvasPlugin

1. Expose several internal API
  * Adaptor::AddWindow
  * Adaptor::SurfaceResizePrepare, SurfaceResizeComplete
  * Adaptor::OnWindowShown, OnWindowHidden
  * KeyLookup::GetDaliKeyCode

2. InputMethodContextWl supports not only WindowRenderSurface but NativeRenderSurface

3. EglImplementation::ReplaceSurfaceWindow() seems to have a bug.
   It calls MakeContextCurrent with destroyed surface.

Change-Id: I901c34d5d4bf40a4ba0075c13cf8ebe6b60e8500
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoDALi Version 1.4.25 49/208249/1 dali_1.4.25
Anton Obzhirov [Thu, 20 Jun 2019 10:20:15 +0000 (11:20 +0100)]
DALi Version 1.4.25

Change-Id: If9c392c25e678d80b4266a388ca6a81761ffc4f7

4 years agoMerge "Not ref counting the windows in the adaptor" into devel/master
Adeel Kazmi [Wed, 19 Jun 2019 10:16:12 +0000 (10:16 +0000)]
Merge "Not ref counting the windows in the adaptor" into devel/master

4 years agoNot ref counting the windows in the adaptor 65/207865/4
Richard Huang [Thu, 13 Jun 2019 10:11:15 +0000 (11:11 +0100)]
Not ref counting the windows in the adaptor

Change-Id: I515a13a2281d51e68f2fe1d27a231b6e1f832abe

4 years agoDALi Version 1.4.24 72/207972/1
Agnelo Vaz [Fri, 14 Jun 2019 10:36:40 +0000 (11:36 +0100)]
DALi Version 1.4.24

Change-Id: I14b9f53046ecfc9adb317987e4e739f8ffb1f426

4 years agoMerge "Add "/" end of the default resource path" into devel/master
Seungho BAEK [Tue, 11 Jun 2019 04:13:57 +0000 (04:13 +0000)]
Merge "Add "/" end of the default resource path" into devel/master

4 years agoAdd "/" end of the default resource path 62/207362/2
Seungho, Baek [Tue, 4 Jun 2019 01:38:19 +0000 (10:38 +0900)]
Add "/" end of the default resource path

Change-Id: I9ca382119a4b7c53c3aa06c2a29c74710cbfb840
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoCoverity fix, Add virtual in the destructor of GlesAbstraction 02/206602/3
Seungho, Baek [Wed, 22 May 2019 04:45:07 +0000 (13:45 +0900)]
Coverity fix, Add virtual in the destructor of GlesAbstraction

Change-Id: Id5e7bcf0eaa4f477bb04116ab0bedd0005bdc89a
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoAdd IsAlphaPreMultiplied() for checking pixel-buffer is premultiplied 27/204327/5
Sunghyun kim [Tue, 23 Apr 2019 06:15:48 +0000 (15:15 +0900)]
Add IsAlphaPreMultiplied() for checking pixel-buffer is premultiplied

Change-Id: If0b22622a05eaef386a916df3fdb0026496387fb

4 years agoMerge "Basic support of keyboard focus for multiple windows" into devel/master
Adeel Kazmi [Fri, 7 Jun 2019 15:36:49 +0000 (15:36 +0000)]
Merge "Basic support of keyboard focus for multiple windows" into devel/master

4 years agoBasic support of keyboard focus for multiple windows 52/207352/4
Richard Huang [Mon, 3 Jun 2019 16:14:56 +0000 (17:14 +0100)]
Basic support of keyboard focus for multiple windows

Change-Id: I5ff7a43ed9ea9c9b9437aa5973d9632b64245eff

4 years agoDALi Version 1.4.23 73/207573/1 dali_1.4.23
Adeel Kazmi [Fri, 7 Jun 2019 09:55:50 +0000 (10:55 +0100)]
DALi Version 1.4.23

Change-Id: I0ecdf7426e45ac95bbaa160934e0e25c2c6cdd2b

4 years agoMerge "Fix for invalid comparision value" into devel/master
Adeel Kazmi [Thu, 6 Jun 2019 10:31:18 +0000 (10:31 +0000)]
Merge "Fix for invalid comparision value" into devel/master

4 years agoFix for invalid comparision value 90/189390/14
Radoslaw Cybulski [Mon, 17 Sep 2018 10:17:57 +0000 (12:17 +0200)]
Fix for invalid comparision value

Change-Id: I266b674e99acf3f532242392d889709d5fe7d97a

4 years agoMerge "DALi Version 1.4.22" into devel/master
Adeel Kazmi [Fri, 31 May 2019 10:51:44 +0000 (10:51 +0000)]
Merge "DALi Version 1.4.22" into devel/master

4 years agoDALi Version 1.4.22 64/207264/1 dali_1.4.22
adam.b [Fri, 31 May 2019 09:51:50 +0000 (10:51 +0100)]
DALi Version 1.4.22

Change-Id: I617f8267cf2f531968c0bf0054fe1f3905c33619

4 years agoMerge "Add '@addtogroup' tag to generate doxygen page" into devel/master
HyunJu Shin [Fri, 31 May 2019 05:41:36 +0000 (05:41 +0000)]
Merge "Add '@addtogroup' tag to generate doxygen page" into devel/master

4 years agoAdd Devel API to retrieve the RenderTaskList from Window 64/206764/1
Richard Huang [Thu, 23 May 2019 14:48:59 +0000 (15:48 +0100)]
Add Devel API to retrieve the RenderTaskList from Window

Change-Id: I85e173d5f40f56cb47e565331492c59b46870cbd

4 years agoMerge "DALi Version 1.4.21" into devel/master
Paul Wisbey [Fri, 24 May 2019 08:59:07 +0000 (08:59 +0000)]
Merge "DALi Version 1.4.21" into devel/master

4 years agoDALi Version 1.4.21 36/206736/1 dali_1.4.21
Victor Cebollada [Fri, 24 May 2019 06:06:42 +0000 (07:06 +0100)]
DALi Version 1.4.21

Change-Id: If09cf3a34b913645ed66af31561b473065480fa1

4 years agoPause adaptor when the window is hidden while initailizing 67/206367/3
Heeyong Song [Fri, 17 May 2019 05:48:00 +0000 (14:48 +0900)]
Pause adaptor when the window is hidden while initailizing

Change-Id: Iad1329258de520a333380bd89a36f568a2e35b28

4 years agoFix issues supporting EvasPlugin 59/206559/2
Jiyun Yang [Tue, 21 May 2019 07:51:28 +0000 (16:51 +0900)]
Fix issues supporting EvasPlugin

* DisplayConnection must have valid mDisplay by generating tbm dummy display.
  (unless, eglCreateWindowSurface fail)
* To implement new SceneHolder class for EvasPlugin, SceneHolder base must be visible

Change-Id: I13af9b47968c027f75828a42cc6fd86dbb5e8b3c
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoAdd '@addtogroup' tag to generate doxygen page 08/206608/1
Seoyeon Kim [Wed, 22 May 2019 05:25:42 +0000 (14:25 +0900)]
Add '@addtogroup' tag to generate doxygen page

- In WidgetApplication class, @addtogroup tag is mssing.
 So, it cannot be included in the group.

Change-Id: Id8867e03cfdd088855cc4debb3be63105fa7af34
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoPurge underscored header file barriers 24/206424/2
Daniel McEwen [Fri, 17 May 2019 15:23:03 +0000 (16:23 +0100)]
Purge underscored header file barriers

Change-Id: Ib751b480a450ba6d6656e01f02f25b1e78b12e20

4 years agoMerge "Event handling refactoring to support EvasPlugin" into devel/master
Adeel Kazmi [Fri, 17 May 2019 10:58:17 +0000 (10:58 +0000)]
Merge "Event handling refactoring to support EvasPlugin" into devel/master

4 years agoEvent handling refactoring to support EvasPlugin 36/206236/7
Richard Huang [Wed, 15 May 2019 10:05:25 +0000 (11:05 +0100)]
Event handling refactoring to support EvasPlugin

Change-Id: Ia2cf3bacb49bceee0dda58a175bd6035ecb1941a

4 years agoMerge "DALi Version 1.4.20" into devel/master
Adeel Kazmi [Fri, 17 May 2019 10:17:37 +0000 (10:17 +0000)]
Merge "DALi Version 1.4.20" into devel/master

4 years agoDALi Version 1.4.20 04/206404/1 dali_1.4.20
György Straub [Fri, 17 May 2019 10:05:26 +0000 (11:05 +0100)]
DALi Version 1.4.20

Change-Id: Iffdd2b14c9706b1f0a9459218972a3dd6dd87b7d

4 years agoFix header inclusion in an integration api header 73/206373/1
Jiyun Yang [Fri, 17 May 2019 06:16:40 +0000 (15:16 +0900)]
Fix header inclusion in an integration api header

For external use of scene-holder-impl.h

* Add DALI_ADAPTOR_COMPILATION conditional path (scene-holder.h)
* Move internal header (adaptor-impl.h)

Change-Id: Ia1b1c1abf4a3861f5638546285d436d1553d876f
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoMerge "Set the input hint when IME layout is password" into devel/master
Seoyeon Kim [Thu, 16 May 2019 04:36:06 +0000 (04:36 +0000)]
Merge "Set the input hint when IME layout is password" into devel/master

4 years agoMerge "Add to set and get Input Panel language" into devel/master
Seoyeon Kim [Thu, 16 May 2019 02:16:44 +0000 (02:16 +0000)]
Merge "Add to set and get Input Panel language" into devel/master

4 years agoFallback to GLES 2.0 when num_config is 0 69/204669/7
Sunghyun kim [Thu, 25 Apr 2019 09:54:31 +0000 (18:54 +0900)]
Fallback to GLES 2.0 when num_config is 0

when eglChooseConfig() is successed but num_config is 0, creating context is failed.
it is depends on GPU driver, but we need to protect.

Change-Id: I68484312f2719a5e0c108e8d7a70fbf3d10d70f9

4 years agoImplement WebEngine APIs 05/205705/6
Jiyun Yang [Wed, 8 May 2019 11:24:53 +0000 (20:24 +0900)]
Implement WebEngine APIs

New
* Suspend
* Resume
* ClearCookies
* Get/SetCacheModel
* Get/SetCookieAcceptPolicy
* Get/SetUserAgent
* Get/SetJavaScriptEnabled
* Get/SetLoadImageAutomatically
* Get/SetDefaultTextEncodingName
* Get/SetDefaultFontSize
* PageLoadErrorSignal

Modify
* EvaluateJavaScript

Change-Id: Idb67d3d5644912cac4d0a1803f9ef094db97e07e
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoSet the input hint when IME layout is password 93/197693/5
Seoyeon Kim [Tue, 15 Jan 2019 10:56:07 +0000 (19:56 +0900)]
Set the input hint when IME layout is password

Change-Id: I773b408bbcee8e2e27c099271a66526f37f405eb
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoAdd to set and get Input Panel language 33/203833/3
Seoyeon Kim [Thu, 18 Apr 2019 04:55:37 +0000 (13:55 +0900)]
Add to set and get Input Panel language

- Be able to set IME Language as English using SetInputPanelLanguage().
  The default is automatic depending on the system display.

Change-Id: I57b56c5aa6e48955ba4b0c67aa7f14aedb56a566
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "Gesture event refactor" into devel/master
Adeel Kazmi [Fri, 10 May 2019 12:10:04 +0000 (12:10 +0000)]
Merge "Gesture event refactor" into devel/master

4 years agoDALi Version 1.4.19 28/205928/1 dali_1.4.19
Richard Huang [Fri, 10 May 2019 10:31:42 +0000 (11:31 +0100)]
DALi Version 1.4.19

Change-Id: I70e789b91bf26836c5c490c2d321ec82d2fb7d68

4 years agoGesture event refactor 25/203325/15
Daniel McEwen [Thu, 11 Apr 2019 16:26:34 +0000 (17:26 +0100)]
Gesture event refactor

Moving the gesture event handling into Core

Change-Id: Ie507b9005513a389a15b7fe717ea4228eb535aaa

4 years agoMerge "Add deprcated macro to newly deprecated Window API" into devel/master
Adeel Kazmi [Thu, 9 May 2019 16:32:24 +0000 (16:32 +0000)]
Merge "Add deprcated macro to newly deprecated Window API" into devel/master

4 years agoMerge "Added helper function to retrieve which window a given actor is added to"...
Adeel Kazmi [Thu, 9 May 2019 16:07:30 +0000 (16:07 +0000)]
Merge "Added helper function to retrieve which window a given actor is added to" into devel/master

4 years agoAdd deprcated macro to newly deprecated Window API 45/205845/1
Adeel Kazmi [Thu, 9 May 2019 15:42:28 +0000 (16:42 +0100)]
Add deprcated macro to newly deprecated Window API

Change-Id: Iae1b4b326321cee01173328852821621b3d561d0

4 years agoAdded helper function to retrieve which window a given actor is added to 78/205678/5
Richard Huang [Wed, 8 May 2019 10:44:15 +0000 (11:44 +0100)]
Added helper function to retrieve which window a given actor is added to

Change-Id: I610f534ea131ec5ebc9fee5e0e0debba22d65bd4

4 years agoRemove unused DragAndDropDetector 86/205586/4
Adeel Kazmi [Tue, 7 May 2019 15:20:45 +0000 (16:20 +0100)]
Remove unused DragAndDropDetector

Change-Id: I8ef17e3b496352207e7ce2e01e48c8c1afcc7fe6

4 years agoAdd new public APIs for Window 38/205438/4
Richard Huang [Fri, 3 May 2019 14:24:39 +0000 (15:24 +0100)]
Add new public APIs for Window

Change-Id: I04e44de3cc20435bf12e3a556580cf50871f09bf

4 years agoMerge "Remove CXX03 Build & old Tizen Version Builds" into devel/master
Adeel Kazmi [Fri, 3 May 2019 13:52:52 +0000 (13:52 +0000)]
Merge "Remove CXX03 Build & old Tizen Version Builds" into devel/master

4 years agoImplement base class to enable EvasPlugin to create the scene for rendering 33/204033/12
Richard Huang [Thu, 18 Apr 2019 15:51:12 +0000 (16:51 +0100)]
Implement base class to enable EvasPlugin to create the scene for rendering

Change-Id: Ia502f492240a20769356889434357a8626344f96

4 years agoMerge "Add debug log" into devel/master
Adeel Kazmi [Thu, 2 May 2019 20:12:35 +0000 (20:12 +0000)]
Merge "Add debug log" into devel/master

4 years agoMerge "Change Window::IsVisible()" into devel/master
Adeel Kazmi [Thu, 2 May 2019 20:11:22 +0000 (20:11 +0000)]
Merge "Change Window::IsVisible()" into devel/master

4 years agoRemove CXX03 Build & old Tizen Version Builds 66/205366/2
Adeel Kazmi [Thu, 2 May 2019 12:31:28 +0000 (13:31 +0100)]
Remove CXX03 Build & old Tizen Version Builds

- Only Tizen4 and above supported now
- Wayland by default on target

Change-Id: Ia4bc5fcb1da642464b929dc04b17e764d84d014a

4 years agoDALi Version 1.4.18 33/205333/1 dali_1.4.18
Anton Obzhirov [Thu, 2 May 2019 10:45:46 +0000 (11:45 +0100)]
DALi Version 1.4.18

Change-Id: I05d06c74107ad5512e0950bc8c097b83c072b547

4 years agoCreate additional window using Window::New instead of DevelApplication::CreateWindow 42/205242/1
Richard Huang [Tue, 30 Apr 2019 14:42:56 +0000 (15:42 +0100)]
Create additional window using Window::New instead of DevelApplication::CreateWindow

Change-Id: Idccaa2e79b577605aeef7195522205fb7352fcbc

4 years agoAdd debug log 90/205190/1
Heeyong Song [Tue, 30 Apr 2019 06:25:24 +0000 (15:25 +0900)]
Add debug log

Change-Id: Ibd4e6745c0c4372ee9921748d21dfc70e7dedc4a

4 years agoChange Window::IsVisible() 89/205189/1
Heeyong Song [Tue, 30 Apr 2019 06:24:23 +0000 (15:24 +0900)]
Change Window::IsVisible()

- Window is visible if it is shown and deiconified.

Change-Id: Ice2e206b53859866333368da37a6da5df884a255

4 years agoMerge "DALi Version 1.4.17" into devel/master
Adeel Kazmi [Fri, 26 Apr 2019 13:04:54 +0000 (13:04 +0000)]
Merge "DALi Version 1.4.17" into devel/master

4 years agoDALi Version 1.4.17 11/204811/1 dali_1.4.17
greynaga [Fri, 26 Apr 2019 12:52:10 +0000 (13:52 +0100)]
DALi Version 1.4.17

Change-Id: I436350411a8f1e30592a087dcdb8d5cec3610acc

4 years agoMerge "Fix build error on Windows" into devel/master
joogab yun [Fri, 26 Apr 2019 02:01:40 +0000 (02:01 +0000)]
Merge "Fix build error on Windows" into devel/master

4 years agoOnly pause the adaptor when all the windows are hidden 71/204671/4
Richard Huang [Thu, 25 Apr 2019 10:32:48 +0000 (11:32 +0100)]
Only pause the adaptor when all the windows are hidden

Change-Id: I757abc5e74a36869c68801adf144243313e8986b

4 years agoFix build error on Windows 11/204611/1
adun [Thu, 25 Apr 2019 02:18:23 +0000 (10:18 +0800)]
Fix build error on Windows

Change-Id: Ifdf50fc466a57a400e9ca91347050149b12b093b

4 years agoSupport surfaceless context for OpenGL ES 2 52/204552/3
Richard Huang [Wed, 24 Apr 2019 09:10:28 +0000 (10:10 +0100)]
Support surfaceless context for OpenGL ES 2

Change-Id: I6a40a226231fc640ed9bb3722748dbaa6ef072c4

5 years agoDALi Version 1.4.16 99/203999/1 dali_1.4.16
Agnelo Vaz [Thu, 18 Apr 2019 10:19:50 +0000 (11:19 +0100)]
DALi Version 1.4.16

Change-Id: I3670b1f37e9704dd8745531d88e98c27ab01abf7