platform/core/uifw/dali-adaptor.git
4 years ago[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally 10/208010/1
Sunghyun kim [Thu, 13 Jun 2019 10:13:47 +0000 (19:13 +0900)]
[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally

Window can get KeyEvent even if control already use it.

Change-Id: I20e69ad3838640de7da309bc6ad2d1b37e51cbfc

4 years ago[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeC... 69/207769/3 submit/tizen/20190613.083725
Seungho, Baek [Wed, 12 Jun 2019 08:12:13 +0000 (17:12 +0900)]
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

 - If eglChooseConfig is passed but eglCreateContext is failed, than retry them with OpenGL es 2.0
 - 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 ago[Tizen] Modify DALI_KEY_H accepted/tizen/unified/20190611.050103 submit/tizen/20190610.063425
Seoyeon Kim [Mon, 10 Jun 2019 05:33:47 +0000 (14:33 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit a0dc665fe350c8837329f4d119c2c304adaf3aa8.

Change-Id: I49acf33ac8312bafd43d8aad380ef056a306a856

4 years ago[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction
Seoyeon Kim [Mon, 10 Jun 2019 05:33:24 +0000 (14:33 +0900)]
[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction

This reverts commit 66f9ca8f1c8162054d6cf66507e571d4360344e1.

Change-Id: I373283db7f302c2e14fe062dae975215563a0528

4 years ago[Tizen]Fix video underlay issue
Seoyeon Kim [Mon, 10 Jun 2019 05:33:07 +0000 (14:33 +0900)]
[Tizen]Fix video underlay issue

This reverts commit a2db4045f5ca2918bf4af60a5156c5d977c2faf7.

Change-Id: Iad13a845d51baef20b57bdf7996bdb096c2f1f62

4 years agoMerge branch 'devel/master' into tizen
Seoyeon Kim [Mon, 10 Jun 2019 05:32:47 +0000 (14:32 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: If7a95358b390021a4706feb68cc24b0172d916ac

4 years agoRevert "[Tizen]Fix video underlay issue"
Seoyeon Kim [Mon, 10 Jun 2019 05:30:03 +0000 (14:30 +0900)]
Revert "[Tizen]Fix video underlay issue"

This reverts commit e4cba0ad213ac711925e7d3bf8720cc61a08cecd.

Change-Id: Ie16c66025003a1d678ef3e49533a630fb38757d0

4 years agoRevert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"
Seoyeon Kim [Mon, 10 Jun 2019 05:30:01 +0000 (14:30 +0900)]
Revert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"

This reverts commit 6fbbde6bd18dac0c04b2356eb16d4c6f0d843f95.

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Seoyeon Kim [Mon, 10 Jun 2019 05:29:51 +0000 (14:29 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit 8898b8a9d6087eaf0e9222c0998e0bb14a21a313.

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 ago[Tizen] Modify DALI_KEY_H 04/207504/2 accepted/tizen/unified/20190606.220045 submit/tizen/20190605.094818
huiyu.eun [Wed, 5 Jun 2019 09:26:33 +0000 (18:26 +0900)]
[Tizen] Modify DALI_KEY_H

Change-Id: Id61175e917ef5e9ff7f4ab53abefa60fa7142dd5
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
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 ago[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction accepted/tizen/unified/20190605.215619 submit/tizen/20190605.005205
Sunghyun kim [Tue, 4 Jun 2019 09:12:36 +0000 (18:12 +0900)]
[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction

This reverts commit 423b46766f2fa78c942e17a79c957b3de67037b2.

Change-Id: I8a10cb8399aee4be4040646d7460ec4de2828041

4 years ago[Tizen]Fix video underlay issue
Sunghyun kim [Tue, 4 Jun 2019 09:12:12 +0000 (18:12 +0900)]
[Tizen]Fix video underlay issue

This reverts commit 81a24968134dec9439dc517c28f374164b73faa2.

Change-Id: I7e67a0726cc3639a33b78d0604d47947a75a2821

4 years agoMerge branch 'devel/master' into tizen
Sunghyun kim [Tue, 4 Jun 2019 09:10:07 +0000 (18:10 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen]Fallback to GLES 2.0 when num_config is 0"
Sunghyun kim [Tue, 4 Jun 2019 09:09:22 +0000 (18:09 +0900)]
Revert "[Tizen]Fallback to GLES 2.0 when num_config is 0"

This reverts commit 84ed76c8ec106401cad58cb870574d8101cd9502.

Change-Id: Id01eaebc9ad90f71d81460f5f15c9de02835f423

4 years agoRevert "[Tizen] Temporarily revert new APIs for Multi-window"
Sunghyun kim [Tue, 4 Jun 2019 09:09:12 +0000 (18:09 +0900)]
Revert "[Tizen] Temporarily revert new APIs for Multi-window"

This reverts commit 007c55dce4aef2975b037c985563a63e94374b71.

Change-Id: I36aced5e72c0f954df25e1c89262db4182ea771a

4 years agoRevert "[Tizen]Fix video underlay issue"
Sunghyun kim [Tue, 4 Jun 2019 09:09:01 +0000 (18:09 +0900)]
Revert "[Tizen]Fix video underlay issue"

This reverts commit 241d44e77f6ee6739d00463ed5db71a27b560f26.

Change-Id: Ic109f0e3b855cbc760320f289a2be611a6277e53

4 years agoRevert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"
Sunghyun kim [Tue, 4 Jun 2019 09:08:50 +0000 (18:08 +0900)]
Revert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"

This reverts commit bd7329bb2d02ff5be1ad7021751dccf5f9b131f3.

Change-Id: I0fc03b69247d08511d0a32e3284f77620ee4325d

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 ago[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction 05/206605/1 accepted/tizen/unified/20190522.085457 submit/tizen/20190522.055134
Seungho, Baek [Wed, 22 May 2019 04:45:07 +0000 (13:45 +0900)]
[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction

Change-Id: Id5e7bcf0eaa4f477bb04116ab0bedd0005bdc89a
Signed-off-by: Seungho, Baek <sbsh.baek@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 ago[Tizen]Fix video underlay issue 87/206287/1 accepted/tizen/unified/20190516.053145 submit/tizen/20190516.051511
huiyu.eun [Mon, 13 May 2019 10:47:59 +0000 (19:47 +0900)]
[Tizen]Fix video underlay issue

Change-Id: I163c74972132ea63db9b263b4cc0b5fdf3c36c64

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 ago[Tizen] Temporarily revert new APIs for Multi-window 28/206028/4 accepted/tizen/unified/20190514.103045 submit/tizen/20190514.100604
Sunghyun kim [Mon, 13 May 2019 10:00:22 +0000 (19:00 +0900)]
[Tizen] Temporarily revert new APIs for Multi-window

This reverts commit 308180d6f2f1669b8abb740d9aabe719fca47b36.

Change-Id: I6de368f84a1df0f52ab15200586493113dcfa04a

4 years ago[Tizen]Fallback to GLES 2.0 when num_config is 0
Seungho, Baek [Tue, 14 May 2019 07:31:02 +0000 (16:31 +0900)]
[Tizen]Fallback to GLES 2.0 when num_config is 0

This reverts commit 28102d9e8a0757d088a1447b304a4bb8079df92f.

4 years agoMerge branch 'devel/master' into tizen
Seungho, Baek [Tue, 14 May 2019 07:30:53 +0000 (16:30 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen]Fallback to GLES 2.0 when num_config is 0"
Seungho, Baek [Tue, 14 May 2019 07:30:46 +0000 (16:30 +0900)]
Revert "[Tizen]Fallback to GLES 2.0 when num_config is 0"

This reverts commit 77896b863929c233c4307dc9c0e328c899406867.

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

5 years ago[Tizen]Fallback to GLES 2.0 when num_config is 0 05/205105/1 accepted/tizen/unified/20190429.103852 accepted/tizen/unified/20190514.080112 submit/tizen/20190429.071133 submit/tizen/20190429.085624 submit/tizen/20190509.062606 submit/tizen/20190509.071711 submit/tizen/20190513.042053 submit/tizen/20190513.042329
Sunghyun kim [Thu, 25 Apr 2019 09:54:31 +0000 (18:54 +0900)]
[Tizen]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

5 years agoMerge branch 'devel/master' into tizen submit/tizen/20190429.053254
Joogab Yun [Mon, 29 Apr 2019 05:02:50 +0000 (14:02 +0900)]
Merge branch 'devel/master' into tizen

5 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

5 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

5 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

5 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

5 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

5 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 agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20190423.113345 submit/tizen/20190422.065627
Wonsik Jung [Mon, 22 Apr 2019 05:48:34 +0000 (14:48 +0900)]
Merge branch 'devel/master' into tizen

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

5 years agoMerge "FontClient - Do not resize cache vectors to size one." into devel/master
Adeel Kazmi [Wed, 17 Apr 2019 14:33:00 +0000 (14:33 +0000)]
Merge "FontClient - Do not resize cache vectors to size one." into devel/master

5 years agoMerge "Fix for retrieved metrics." into devel/master
Adeel Kazmi [Wed, 17 Apr 2019 14:31:07 +0000 (14:31 +0000)]
Merge "Fix for retrieved metrics." into devel/master

5 years agoMerge "Fixed indentation." into devel/master
Adeel Kazmi [Wed, 17 Apr 2019 14:30:51 +0000 (14:30 +0000)]
Merge "Fixed indentation." into devel/master

5 years agoMerge "Italic synthesize for circular layout." into devel/master
Adeel Kazmi [Wed, 17 Apr 2019 14:30:32 +0000 (14:30 +0000)]
Merge "Italic synthesize for circular layout." into devel/master

5 years agoMerge "Remove the deferred RotationObserver from the Adaptor" into devel/master
Adeel Kazmi [Tue, 16 Apr 2019 15:42:36 +0000 (15:42 +0000)]
Merge "Remove the deferred RotationObserver from the Adaptor" into devel/master

5 years agoFix for retrieved metrics. 84/203384/3
Victor Cebollada [Wed, 10 Apr 2019 11:15:58 +0000 (12:15 +0100)]
Fix for retrieved metrics.

* DALi is not able to correctly layout text for the
  SNum-3R font.

* Enable the SW emboldering as well when the metrics
  are retrieved.

* Use the bounding box of the glyph to correct the
  retrieved metrics used to layout the text.

* A scale factor is applied to the advance metric when
  a font is emboldened by software as Harfbuzz doesn't
  do it.

* Some code beautify.

Change-Id: I3b5167e382654b110177731db191325ce2f01c01
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
5 years agoFixed indentation. 83/203383/2
Victor Cebollada [Fri, 12 Apr 2019 06:44:16 +0000 (07:44 +0100)]
Fixed indentation.

Change-Id: Iedb22a1b440d7a81f2d455fd0de5d938c4c73713
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
5 years agoItalic synthesize for circular layout. 81/203381/2
Victor Cebollada [Mon, 11 Mar 2019 11:12:42 +0000 (11:12 +0000)]
Italic synthesize for circular layout.

* Italic synthesization for circular layout was missing.
* Hint flag added to the cairo renderer pipeline.

Change-Id: Ic0bfe41b9419cca9483fd74a7e65f859cef08a69
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
5 years agoRemove the deferred RotationObserver from the Adaptor 39/203539/4
Richard Huang [Mon, 15 Apr 2019 16:05:33 +0000 (17:05 +0100)]
Remove the deferred RotationObserver from the Adaptor

Change-Id: I9b9cc0af572e0c8bc5f90b45298e27dc82e9b325

5 years agoFontClient - Do not resize cache vectors to size one. 36/203536/1
Victor Cebollada [Mon, 15 Apr 2019 14:36:55 +0000 (15:36 +0100)]
FontClient - Do not resize cache vectors to size one.

* The font id 0 is invalid. Some caches were adding an extra
  item in the position 0 to use the same index to access the
  cached value.
* Do not add this extra item and use the index-1 instead.

Change-Id: I0972fdba8cbee8a65750bf2092615e03313e9102
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
5 years agoAdd codes for Dali Windows Backend 09/172009/73
adun [Fri, 9 Mar 2018 02:14:48 +0000 (10:14 +0800)]
Add codes for Dali Windows Backend

1. Add codes to adaptor Windows OS.
2. Implement some Linux's API on Windows OS.

Change-Id: Ibdc64e1167b1a85410addd9695eca94a608362c3
Signed-off-by: adun <xiaohui.fang@samsung.com>
5 years agoSelect OpenGL es version automatically 99/201599/13
Seungho, Baek [Mon, 18 Mar 2019 06:35:08 +0000 (15:35 +0900)]
Select OpenGL es version automatically

 - Try to use OpenGL es 3.0.
 - If it fail, retry to use OpenGL es 2.0
 - Change mImpl of the GlImplementation by follow the OpenGL es version
 - TextureRequiresConverting function in gl-implementation.

Change-Id: Ifa190a6da045c6385a68ba5760468bdbd2f4397a
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
5 years agoDALi Version 1.4.15 17/203417/1 dali_1.4.15
Adeel Kazmi [Fri, 12 Apr 2019 10:48:44 +0000 (11:48 +0100)]
DALi Version 1.4.15

Change-Id: I71e7850b50f95bb1eaca67e65fcf70eb4acdf29f

5 years agoMerge "Force the completion of all GL executions before switching the context" into...
Adeel Kazmi [Thu, 11 Apr 2019 11:37:31 +0000 (11:37 +0000)]
Merge "Force the completion of all GL executions before switching the context" into devel/master

5 years agoForce the completion of all GL executions before switching the context 71/202871/5
Richard Huang [Fri, 5 Apr 2019 09:38:21 +0000 (10:38 +0100)]
Force the completion of all GL executions before switching the context

Change-Id: If09bfc187205bcd0f6f862f4774bcaf1f7a576c8

5 years ago(VectorRenderer) Add a method to get a default size 30/202630/3
Heeyong Song [Tue, 2 Apr 2019 05:03:40 +0000 (14:03 +0900)]
(VectorRenderer) Add a method to get a default size

Change-Id: Ia1b19695bcf3a9f8b71ed3bf5627c135911e645b

5 years agoMerge "Bitmap Font support for Toolkit's TextLabel." into devel/master
Adeel Kazmi [Tue, 9 Apr 2019 14:06:54 +0000 (14:06 +0000)]
Merge "Bitmap Font support for Toolkit's TextLabel." into devel/master

5 years agoBitmap Font support for Toolkit's TextLabel. 61/202261/6
Victor Cebollada [Tue, 26 Mar 2019 08:31:56 +0000 (08:31 +0000)]
Bitmap Font support for Toolkit's TextLabel.

* Toolkit's TextLabel renderer needs to know if the glyphs
  of a bitmap font use their own color or they are just an
  alpha mask.

Change-Id: I07f2dea3931c5072b84c1ff484b2dee966bb297c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
5 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20190410.061746 submit/tizen/20190409.081337
Heeyong Song [Tue, 9 Apr 2019 06:06:29 +0000 (15:06 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I6992d7ba75bb64f888d37d52e43916253db411a1

5 years agoRevert "[tizen] Return different Window handle after ReplaceWindow is called"
Heeyong Song [Tue, 9 Apr 2019 06:05:01 +0000 (15:05 +0900)]
Revert "[tizen] Return different Window handle after ReplaceWindow is called"

This reverts commit cadcd86eb76ad88fa941e82b2d1927ba1f04eaaf.

Change-Id: I923d7e0d0c373ac0d5e3fbb5093ac2b0f104c7bb

5 years agoInitialize EGL and DiplayConnection 73/202773/3
Sunghyun kim [Thu, 4 Apr 2019 05:22:54 +0000 (14:22 +0900)]
Initialize EGL and DiplayConnection

- fix svace issue

Change-Id: I5c2621815a3d4365c35c9212fe72a6fc6d457a9f

5 years agoMove unnecessary header inclusion 20/202520/2
Jiyun Yang [Fri, 29 Mar 2019 08:55:43 +0000 (17:55 +0900)]
Move unnecessary header inclusion

native-render-surface does not need to include egl-interface.h

Change-Id: If527dd18d805b9801a038b4d35caf2d9571f1137
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>