Jiyun Yang [Mon, 17 Jun 2019 05:59:59 +0000 (14:59 +0900)]
Revert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"
This reverts commit
c087a244556b2a4ea0eec6bbfd9b57fa4bc7a598.
Jiyun Yang [Mon, 17 Jun 2019 05:59:53 +0000 (14:59 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
ade28fa1eba5b6bc1e22034cd88df32df0b7919e.
Jiyun Yang [Mon, 17 Jun 2019 05:59:42 +0000 (14:59 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"
This reverts commit
02a0b6a8425ee880dcf8e8a4d5dd5b6d79c38fe4.
Jiyun Yang [Mon, 17 Jun 2019 05:59:35 +0000 (14:59 +0900)]
Revert "[Tizen]Revert "Basic support of keyboard focus for multiple windows""
This reverts commit
88b460eab34ce84f7e15c12ff3751356126041c1.
Jiyun Yang [Mon, 17 Jun 2019 05:59:28 +0000 (14:59 +0900)]
Revert "[Tizen] SceneHolder sets background color through the Scene to send an information to the UpdateRender thread"
This reverts commit
5cc6356e4fd40162f3a70434e5b7e35ffc5b94b1.
Jiyun Yang [Mon, 17 Jun 2019 05:59:24 +0000 (14:59 +0900)]
Revert "[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
3965f6e768fa75655906eee954e8292935a2259e.
JIYUN YANG [Mon, 17 Jun 2019 05:47:14 +0000 (05:47 +0000)]
Merge "[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally" into tizen
Jiyun Yang [Wed, 12 Jun 2019 11:47:24 +0000 (20:47 +0900)]
[Tizen] 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>
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
Sunghyun kim [Fri, 14 Jun 2019 00:54:16 +0000 (09:54 +0900)]
[Tizen]Revert "Basic support of keyboard focus for multiple windows"
This reverts commit
8364cef120b565c63fb38e6366ca1bce0c15f45d.
Change-Id: I4442bd207cd3bf25130e89474ad7194661d40c42
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>
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
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
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
Seoyeon Kim [Mon, 10 Jun 2019 05:32:47 +0000 (14:32 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: If7a95358b390021a4706feb68cc24b0172d916ac
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
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.
Seoyeon Kim [Mon, 10 Jun 2019 05:29:51 +0000 (14:29 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
8898b8a9d6087eaf0e9222c0998e0bb14a21a313.
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
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>
Radoslaw Cybulski [Mon, 17 Sep 2018 10:17:57 +0000 (12:17 +0200)]
Fix for invalid comparision value
Change-Id: I266b674e99acf3f532242392d889709d5fe7d97a
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
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
Sunghyun kim [Tue, 4 Jun 2019 09:10:07 +0000 (18:10 +0900)]
Merge branch 'devel/master' into tizen
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
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
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
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
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>
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>
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>
huiyu.eun [Mon, 13 May 2019 10:47:59 +0000 (19:47 +0900)]
[Tizen]Fix video underlay issue
Change-Id: I163c74972132ea63db9b263b4cc0b5fdf3c36c64
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
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
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.
Seungho, Baek [Tue, 14 May 2019 07:30:53 +0000 (16:30 +0900)]
Merge branch 'devel/master' into tizen
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.
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
Anton Obzhirov [Thu, 2 May 2019 10:45:46 +0000 (11:45 +0100)]
DALi Version 1.4.18
Change-Id: I05d06c74107ad5512e0950bc8c097b83c072b547
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
Heeyong Song [Tue, 30 Apr 2019 06:25:24 +0000 (15:25 +0900)]
Add debug log
Change-Id: Ibd4e6745c0c4372ee9921748d21dfc70e7dedc4a
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
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
Joogab Yun [Mon, 29 Apr 2019 05:02:50 +0000 (14:02 +0900)]
Merge branch 'devel/master' into tizen
Adeel Kazmi [Fri, 26 Apr 2019 13:04:54 +0000 (13:04 +0000)]
Merge "DALi Version 1.4.17" into devel/master
greynaga [Fri, 26 Apr 2019 12:52:10 +0000 (13:52 +0100)]
DALi Version 1.4.17
Change-Id: I436350411a8f1e30592a087dcdb8d5cec3610acc
joogab yun [Fri, 26 Apr 2019 02:01:40 +0000 (02:01 +0000)]
Merge "Fix build error on Windows" into devel/master
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
adun [Thu, 25 Apr 2019 02:18:23 +0000 (10:18 +0800)]
Fix build error on Windows
Change-Id: Ifdf50fc466a57a400e9ca91347050149b12b093b
Richard Huang [Wed, 24 Apr 2019 09:10:28 +0000 (10:10 +0100)]
Support surfaceless context for OpenGL ES 2
Change-Id: I6a40a226231fc640ed9bb3722748dbaa6ef072c4
Wonsik Jung [Mon, 22 Apr 2019 05:48:34 +0000 (14:48 +0900)]
Merge branch 'devel/master' into tizen
Agnelo Vaz [Thu, 18 Apr 2019 10:19:50 +0000 (11:19 +0100)]
DALi Version 1.4.16
Change-Id: I3670b1f37e9704dd8745531d88e98c27ab01abf7
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
Adeel Kazmi [Wed, 17 Apr 2019 14:31:07 +0000 (14:31 +0000)]
Merge "Fix for retrieved metrics." into devel/master
Adeel Kazmi [Wed, 17 Apr 2019 14:30:51 +0000 (14:30 +0000)]
Merge "Fixed indentation." 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
Adeel Kazmi [Tue, 16 Apr 2019 15:42:36 +0000 (15:42 +0000)]
Merge "Remove the deferred RotationObserver from the Adaptor" into devel/master
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>
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>
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>
Richard Huang [Mon, 15 Apr 2019 16:05:33 +0000 (17:05 +0100)]
Remove the deferred RotationObserver from the Adaptor
Change-Id: I9b9cc0af572e0c8bc5f90b45298e27dc82e9b325
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>
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>
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>
Adeel Kazmi [Fri, 12 Apr 2019 10:48:44 +0000 (11:48 +0100)]
DALi Version 1.4.15
Change-Id: I71e7850b50f95bb1eaca67e65fcf70eb4acdf29f