Adeel Kazmi [Thu, 25 Jul 2019 15:51:53 +0000 (15:51 +0000)]
Merge "Ensure Scene is informed of the surface resizing in all cases" into devel/master
Seoyeon Kim [Thu, 25 Jul 2019 04:21:34 +0000 (04:21 +0000)]
Merge "Add to set MIME type to the input panel and add the callback" into devel/master
Seoyeon Kim [Fri, 10 May 2019 07:55:10 +0000 (16:55 +0900)]
Add to set MIME type to the input panel and add the callback
- Added an API to set the allowed MIME type to deliver to the input panel.
- Added a callback to receive the content of the input method URI.
Change-Id: I6fb970d392fb66a438bd4590440c01503c572c45
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Wed, 24 Jul 2019 18:54:51 +0000 (19:54 +0100)]
Ensure Scene is informed of the surface resizing in all cases
Change-Id: I9e3838b8bd88f1b05e6a0924bb04293c93cb5e86
Adeel Kazmi [Tue, 23 Jul 2019 16:02:57 +0000 (17:02 +0100)]
Applying changes to Scene::New()
Change-Id: I6dfe4a2ad3b6829d91d89b511039e16999530371
Sunghyun kim [Mon, 22 Jul 2019 07:21:06 +0000 (16:21 +0900)]
Add log for checking the size of screen
Change-Id: Idbc0a86c78258818e30717ab44d570f9f11ed57c
Adeel Kazmi [Tue, 23 Jul 2019 14:01:06 +0000 (14:01 +0000)]
Merge "Changes after removal of Core::SurfaceResized()" into devel/master
huiyu.eun [Mon, 13 May 2019 10:47:59 +0000 (19:47 +0900)]
Fix video underlay issue
Change-Id: I07fef8ee31bdc31acd68a4f1a7e34836a109ec60
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Adeel Kazmi [Mon, 22 Jul 2019 12:54:55 +0000 (13:54 +0100)]
Changes after removal of Core::SurfaceResized()
Change-Id: I5b311ee23f631c2dd7078b1d6db98a19e200e9b8
joogab yun [Mon, 22 Jul 2019 06:09:59 +0000 (06:09 +0000)]
Merge "Fixed bug about cache of EllipsisGlyph" into devel/master
Victor Cebollada [Fri, 19 Jul 2019 08:51:35 +0000 (09:51 +0100)]
DALi Version 1.4.29
Change-Id: I36017c697557853a1d7239045f9973be72fa21b6
Joogab Yun [Fri, 19 Jul 2019 02:10:18 +0000 (11:10 +0900)]
Fixed bug about cache of EllipsisGlyph
Checking for cache usage is wrong.
For example,
when you create two TextLabels with PointSize 25, 50, ellipsis is created in one size.
ellipsis also changes according to the font size.
TextLabel ellipsisLabel = TextLabel::New( "Hello World" );
ellipsisLabel.SetSize( 170.f, 120.f );
ellipsisLabel.SetProperty( TextLabel::Property::POINT_SIZE, 25.f );
ellipsisLabel.SetProperty( TextLabel::Property::ELLIPSIS, true );
ellipsisLabel.SetPosition( 100.f, 150.f );
ellipsisLabel.SetParentOrigin( ParentOrigin::TOP_LEFT );
ellipsisLabel.SetAnchorPoint( AnchorPoint::TOP_LEFT );
stage.Add( ellipsisLabel );
TextLabel ellipsisLabel2 = TextLabel::New( "Hello World" );
ellipsisLabel2.SetSize( 170.f, 120.f );
ellipsisLabel2.SetProperty( TextLabel::Property::POINT_SIZE, 50.f );
ellipsisLabel2.SetProperty( TextLabel::Property::ELLIPSIS, true );
ellipsisLabel2.SetPosition( 100.f, 250.f );
ellipsisLabel2.SetParentOrigin( ParentOrigin::TOP_LEFT );
ellipsisLabel2.SetAnchorPoint( AnchorPoint::TOP_LEFT );
stage.Add( ellipsisLabel2 );
Change-Id: I66426a59b5cfdd68d09b9c6f862606a38d1a1986
Adeel Kazmi [Thu, 18 Jul 2019 09:37:57 +0000 (09:37 +0000)]
Merge "FBO/Texture access synchronization for multiple contexts" 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
Richard Huang [Thu, 11 Jul 2019 14:39:22 +0000 (15:39 +0100)]
FBO/Texture access synchronization for multiple contexts
Change-Id: I5fde582e2da41542931a9c62dae6fc188f44b4e6
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
Adeel Kazmi [Mon, 15 Jul 2019 19:53:59 +0000 (20:53 +0100)]
(Automated Tests) Sync with Toolkit changes
Change-Id: I9522ba6300eebe7b043081195d5947dd9d20262c
Adeel Kazmi [Mon, 15 Jul 2019 08:47:41 +0000 (08:47 +0000)]
Merge "Fix trace factory compilation." 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
Anton Obzhirov [Fri, 12 Jul 2019 15:28:32 +0000 (16:28 +0100)]
Fix trace factory compilation.
Change-Id: I75b4dc7d7c00e9ea5c9368c5c25a7796123162c7
Richard Huang [Fri, 12 Jul 2019 10:17:30 +0000 (11:17 +0100)]
DALi Version 1.4.28
Change-Id: Id7821347257976ca43e171b390d633c82d4cd694
Adeel Kazmi [Thu, 11 Jul 2019 17:39:03 +0000 (17:39 +0000)]
Merge "Add file stream API." into devel/master
Anton Obzhirov [Tue, 9 Jul 2019 09:43:07 +0000 (10:43 +0100)]
Add file stream API.
Change-Id: I8558863e04052c075f90135b3558f0d5ee1d2a12
sunghyun kim [Wed, 10 Jul 2019 07:20:37 +0000 (07:20 +0000)]
Merge "Add log for checking window status" into devel/master
joogab yun [Wed, 10 Jul 2019 06:52:45 +0000 (06:52 +0000)]
Merge "prevent division by zero" into devel/master
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
Joogab Yun [Mon, 8 Jul 2019 08:04:30 +0000 (17:04 +0900)]
prevent division by zero
Change-Id: I97b97da610346f75c93e3fe0ee41831f1f2b8740
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
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>
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
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
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
Adeel Kazmi [Fri, 5 Jul 2019 09:45:32 +0000 (09:45 +0000)]
Merge "DALi Version 1.4.27" into devel/master
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
György Straub [Fri, 5 Jul 2019 07:55:51 +0000 (08:55 +0100)]
DALi Version 1.4.27
Change-Id: I1fcd2d722d4c9388c2dd249df96f35a2ecc34ee5
Heeyong Song [Fri, 5 Jul 2019 01:52:38 +0000 (01:52 +0000)]
Merge "Call RequestUpdateOnce in OnWindowShown()" into devel/master
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>
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
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>
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
greynaga [Fri, 28 Jun 2019 10:42:33 +0000 (11:42 +0100)]
DALi Version 1.4.26
Change-Id: Ib63d4d99785208866b17f1770c896f2ba6046b4a
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
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>
Anton Obzhirov [Tue, 25 Jun 2019 10:24:40 +0000 (11:24 +0100)]
Move Ubuntu tts player to generic.
Change-Id: I67ff0c92f83502734b9aac56ab91b67504c70449
Adeel Kazmi [Tue, 25 Jun 2019 08:15:50 +0000 (08:15 +0000)]
Merge "Removed references to GestureManager" into devel/master
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
Adeel Kazmi [Mon, 24 Jun 2019 12:53:02 +0000 (13:53 +0100)]
Removed references to GestureManager
Change-Id: I14419c50af668492c65caf747c9b8e6e4b3f5178
Anton Obzhirov [Mon, 24 Jun 2019 10:36:52 +0000 (11:36 +0100)]
Move trace factory Ubuntu implementation to generic.
Change-Id: Ic34941ea014408a844a3d2777c87a375392e190f
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>
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
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>
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>
Anton Obzhirov [Thu, 20 Jun 2019 10:20:15 +0000 (11:20 +0100)]
DALi Version 1.4.25
Change-Id: If9c392c25e678d80b4266a388ca6a81761ffc4f7
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
Richard Huang [Thu, 13 Jun 2019 10:11:15 +0000 (11:11 +0100)]
Not ref counting the windows in the adaptor
Change-Id: I515a13a2281d51e68f2fe1d27a231b6e1f832abe
Agnelo Vaz [Fri, 14 Jun 2019 10:36:40 +0000 (11:36 +0100)]
DALi Version 1.4.24
Change-Id: I14b9f53046ecfc9adb317987e4e739f8ffb1f426
Seungho BAEK [Tue, 11 Jun 2019 04:13:57 +0000 (04:13 +0000)]
Merge "Add "/" end of the default resource path" into devel/master
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>
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>
Sunghyun kim [Tue, 23 Apr 2019 06:15:48 +0000 (15:15 +0900)]
Add IsAlphaPreMultiplied() for checking pixel-buffer is premultiplied
Change-Id: If0b22622a05eaef386a916df3fdb0026496387fb
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
Richard Huang [Mon, 3 Jun 2019 16:14:56 +0000 (17:14 +0100)]
Basic support of keyboard focus for multiple windows
Change-Id: I5ff7a43ed9ea9c9b9437aa5973d9632b64245eff
Adeel Kazmi [Fri, 7 Jun 2019 09:55:50 +0000 (10:55 +0100)]
DALi Version 1.4.23
Change-Id: I0ecdf7426e45ac95bbaa160934e0e25c2c6cdd2b
Adeel Kazmi [Thu, 6 Jun 2019 10:31:18 +0000 (10:31 +0000)]
Merge "Fix for invalid comparision value" into devel/master
Radoslaw Cybulski [Mon, 17 Sep 2018 10:17:57 +0000 (12:17 +0200)]
Fix for invalid comparision value
Change-Id: I266b674e99acf3f532242392d889709d5fe7d97a
Adeel Kazmi [Fri, 31 May 2019 10:51:44 +0000 (10:51 +0000)]
Merge "DALi Version 1.4.22" into devel/master
adam.b [Fri, 31 May 2019 09:51:50 +0000 (10:51 +0100)]
DALi Version 1.4.22
Change-Id: I617f8267cf2f531968c0bf0054fe1f3905c33619
HyunJu Shin [Fri, 31 May 2019 05:41:36 +0000 (05:41 +0000)]
Merge "Add '@addtogroup' tag to generate doxygen page" into devel/master
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
Paul Wisbey [Fri, 24 May 2019 08:59:07 +0000 (08:59 +0000)]
Merge "DALi Version 1.4.21" into devel/master
Victor Cebollada [Fri, 24 May 2019 06:06:42 +0000 (07:06 +0100)]
DALi Version 1.4.21
Change-Id: If09cf3a34b913645ed66af31561b473065480fa1
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
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>
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>
Daniel McEwen [Fri, 17 May 2019 15:23:03 +0000 (16:23 +0100)]
Purge underscored header file barriers
Change-Id: Ib751b480a450ba6d6656e01f02f25b1e78b12e20
Adeel Kazmi [Fri, 17 May 2019 10:58:17 +0000 (10:58 +0000)]
Merge "Event handling refactoring to support EvasPlugin" into devel/master
Richard Huang [Wed, 15 May 2019 10:05:25 +0000 (11:05 +0100)]
Event handling refactoring to support EvasPlugin
Change-Id: Ia2cf3bacb49bceee0dda58a175bd6035ecb1941a
Adeel Kazmi [Fri, 17 May 2019 10:17:37 +0000 (10:17 +0000)]
Merge "DALi Version 1.4.20" into devel/master
György Straub [Fri, 17 May 2019 10:05:26 +0000 (11:05 +0100)]
DALi Version 1.4.20
Change-Id: Iffdd2b14c9706b1f0a9459218972a3dd6dd87b7d
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>
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
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
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
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>
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>
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>
Adeel Kazmi [Fri, 10 May 2019 12:10:04 +0000 (12:10 +0000)]
Merge "Gesture event refactor" into devel/master
Richard Huang [Fri, 10 May 2019 10:31:42 +0000 (11:31 +0100)]
DALi Version 1.4.19
Change-Id: I70e789b91bf26836c5c490c2d321ec82d2fb7d68
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
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
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
Adeel Kazmi [Thu, 9 May 2019 15:42:28 +0000 (16:42 +0100)]
Add deprcated macro to newly deprecated Window API
Change-Id: Iae1b4b326321cee01173328852821621b3d561d0
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
Adeel Kazmi [Tue, 7 May 2019 15:20:45 +0000 (16:20 +0100)]
Remove unused DragAndDropDetector
Change-Id: I8ef17e3b496352207e7ce2e01e48c8c1afcc7fe6
Richard Huang [Fri, 3 May 2019 14:24:39 +0000 (15:24 +0100)]
Add new public APIs for Window
Change-Id: I04e44de3cc20435bf12e3a556580cf50871f09bf
Adeel Kazmi [Fri, 3 May 2019 13:52:52 +0000 (13:52 +0000)]
Merge "Remove CXX03 Build & old Tizen Version Builds" into devel/master
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
Adeel Kazmi [Thu, 2 May 2019 20:12:35 +0000 (20:12 +0000)]
Merge "Add debug log" into devel/master
Adeel Kazmi [Thu, 2 May 2019 20:11:22 +0000 (20:11 +0000)]
Merge "Change Window::IsVisible()" into devel/master
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