Joogab Yun [Mon, 17 Sep 2018 04:48:48 +0000 (13:48 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
f00e09aba1bc465b859649e66c3095ff2550e554.
Joogab Yun [Mon, 17 Sep 2018 04:48:45 +0000 (13:48 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
de269589fffbaeb4ab97149525253d4e8bbc0494.
Seoyeon Kim [Mon, 9 Jul 2018 02:03:35 +0000 (11:03 +0900)]
[Tizen] Add SetInterval, Pause, and Resume APIs in Timer
- Added enabled to restart the timer to SetInterval
- Added to pause and resume the timer
Change-Id: Ie9334dc9f03fd8b660138c1bc4297e6cd87d06ea
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Mon, 10 Sep 2018 02:38:18 +0000 (11:38 +0900)]
[Tizen] Add codes for Dali Windows Backend
Change-Id: I1da7f645d29dfacddc61b5ff49529431dc9ef227
Heeyong Song [Mon, 10 Sep 2018 02:37:55 +0000 (11:37 +0900)]
[Tizen] Support custom fonts registration
Change-Id: Ia20b8105e6db3d1f5164b06fad5f26e220f2eff6
Heeyong Song [Mon, 10 Sep 2018 02:37:27 +0000 (11:37 +0900)]
[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine
Change-Id: Ia7fee4830f15364262b80e853826ca2d8f023b90
Heeyong Song [Mon, 10 Sep 2018 02:36:10 +0000 (11:36 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I3400fe5e0fbee5c7246498c765dc8accb9f29d9b
Heeyong Song [Mon, 10 Sep 2018 02:35:47 +0000 (11:35 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
1f87a2c98f5c5c341cbc1d6263b0899b7f68cb2c.
Change-Id: Ibe5836a7886a5f2ceb296964cc8224ab2676df7c
Heeyong Song [Mon, 10 Sep 2018 02:35:21 +0000 (11:35 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
fa91856d89ee199fdea447e659007952bc723e8c.
Change-Id: I73cf1c30042b7760b4d18441e0860ea00abb94d5
Heeyong Song [Mon, 10 Sep 2018 02:34:56 +0000 (11:34 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"
This reverts commit
2301c6adfe0437965affb3881eb9bf24bc5c6c79.
Change-Id: I0625a04903b807278fe602193fdb744fe0f79df5
David Steele [Wed, 5 Sep 2018 15:10:21 +0000 (16:10 +0100)]
Added Adaptor::GetGraphicsDisplay() to get EglDisplay
Change-Id: Ifc2c42db9f8b36326ad47fcd5508705eccd43909
David Steele [Tue, 4 Sep 2018 16:32:05 +0000 (17:32 +0100)]
Added pre-render callback to Adaptor
New API to add a pre-render hook - this callback gets called from
the Update/Render thread before rendering starts. If the callback
returns false, then it removes the callback, otherwise the callback
will be called every frame.
No DALi Event API can be called from this callback, doing so will
result in instability and crashes.
To use the callback, your application needs to call the following code:
Dali::Adaptor::Get().SetPreRenderCallback( Dali::MakeCallback( this, &SomeClass::OnPreRender ) );
or some other variant of MakeCallback.
Change-Id: I014842f0adcb004b94435353fba869d886471b93
Signed-off-by: David Steele <david.steele@samsung.com>
Victor Cebollada [Fri, 7 Sep 2018 07:31:29 +0000 (08:31 +0100)]
DALi Version 1.3.40
Change-Id: I7e4974cc9c127c82605429cdbf78dbf7d7fc38a6
Sunghyun kim [Mon, 3 Sep 2018 02:16:23 +0000 (11:16 +0900)]
[Tizen] Add codes for Dali Windows Backend
This reverts commit
806e0e12389c5a01c9f8deff46beb9efd63283d3.
Change-Id: I774fd3b6d26749830f21b7aac3f859cd55e93f36
Sunghyun kim [Mon, 3 Sep 2018 02:16:01 +0000 (11:16 +0900)]
[Tizen] Support custom fonts registration
This reverts commit
4f3de377dbed52b54f827fbc534c147ef07203e9.
Change-Id: Icaea1e105b2d1d2ee8c7dcef754c647e7f13171b
Sunghyun kim [Mon, 3 Sep 2018 02:15:28 +0000 (11:15 +0900)]
[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
52edeb70ea36127bcfd5712cd05e0264dd265347.
Change-Id: Id1cd87954db1e0600aeadb2a94494b9b912bf70f
Sunghyun kim [Mon, 3 Sep 2018 02:12:03 +0000 (11:12 +0900)]
Merge branch 'devel/master' into tizen
Sunghyun kim [Mon, 3 Sep 2018 02:11:15 +0000 (11:11 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
37e1384a4362a533647d0ecdadbdd5071d46d6d1.
Change-Id: I14e418dff83984256953ae2d9d8a39b79a9e185d
Sunghyun kim [Mon, 3 Sep 2018 02:10:59 +0000 (11:10 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
81b32e73c7d14c1da84af7b205a1825d99d79a03.
Change-Id: Id26da27650aed18f5e25c42c1d0f3086484e0cb5
Sunghyun kim [Mon, 3 Sep 2018 02:10:46 +0000 (11:10 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"
This reverts commit
4313bbfa84fc09f9e7ea89329d4e24c6fdf38faf.
Change-Id: Ie5f58aab8e6049f2aef5f51f7da12d900b6b1857
Sunghyun kim [Mon, 3 Sep 2018 02:10:28 +0000 (11:10 +0900)]
Revert "[Tizen] Fix to get KeyEvent information correctly"
This reverts commit
636b5e697b52eca7631e44d0afe3c4097f192c20.
Change-Id: I2a2f4798f68baeccfba4b788eec22707cce68806
David Steele [Fri, 31 Aug 2018 10:52:54 +0000 (10:52 +0000)]
Merge "DALi Version 1.3.39" into devel/master
Richard Huang [Fri, 31 Aug 2018 09:39:56 +0000 (10:39 +0100)]
DALi Version 1.3.39
Change-Id: Ie8f4e7a1902565760802c12e07132f2250ff94f6
Joogab Yun [Thu, 30 Aug 2018 07:06:42 +0000 (16:06 +0900)]
add null check for mSurface at ReplaseSurface
crash occurs :
(gdb) bt full
#0 0xb7fbb868 in ?? ()
No symbol table info available.
#1 0xb6ded69c in Dali::Internal::Adaptor::RenderHelper::ReplaceSurface (this=this@entry=0xb7fd2384, newSurface=0xb7fcd990) at ../../../dali/internal/graphics/common/render-helper.cpp:112
No locals.
#2 0xb6de877c in Dali::Internal::Adaptor::CombinedUpdateRenderController::UpdateRenderThread (this=0xb7fd2368) at ../../../dali/internal/adaptor/common/combined-update-render-controller.cpp:439
(gdb) f 1
#1 0xb6ded69c in Dali::Internal::Adaptor::RenderHelper::ReplaceSurface (this=this@entry=0xb7fd2384, newSurface=0xb7fcd990) at ../../../dali/internal/graphics/common/render-helper.cpp:112
112 ../../../dali/internal/graphics/common/render-helper.cpp: No such file or directory.
(gdb) p mSurface
$1 = (Dali::RenderSurface *) 0x0
Change-Id: I23a11c968d7133e95208cbd7e9341541e3466541
Adeel Kazmi [Tue, 28 Aug 2018 16:03:10 +0000 (16:03 +0000)]
Merge "Fix to get KeyEvent information correctly" into devel/master
Adeel Kazmi [Tue, 28 Aug 2018 10:38:40 +0000 (10:38 +0000)]
Merge "Fix bidirection text issue" into devel/master
Jiyun Yang [Tue, 28 Aug 2018 05:10:25 +0000 (14:10 +0900)]
Fix typo in method description
Change-Id: I060618312ca978eb6447b67df08e6af6906f4e70
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Joogab Yun [Mon, 27 Aug 2018 04:09:51 +0000 (13:09 +0900)]
[Tizen] Fix to get KeyEvent information correctly
This reverts commit
fef5e385b6ff8cb9da84cc23980d04fc615932d1.
Change-Id: I1b2e4ef0f1a8dd78d3b7c63f43b2c24a0e431fa4
Joogab Yun [Mon, 27 Aug 2018 04:09:33 +0000 (13:09 +0900)]
[Tizen] Add codes for Dali Windows Backend
This reverts commit
46ffc1be2eab9668c242ab02751d3c0950707eb0.
Change-Id: Ie83a5cf31359d2f52fa3eca12927c2f4e2a5b18d
Joogab Yun [Mon, 27 Aug 2018 04:09:18 +0000 (13:09 +0900)]
[Tizen] Support custom fonts registration
This reverts commit
71917ac456a03db45d5af783efcc1aa46c716278.
Change-Id: I4a26ca48540f7a9cb695c2d164df80b35e2c3a8b
Joogab Yun [Mon, 27 Aug 2018 04:09:03 +0000 (13:09 +0900)]
[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
a8fd8d38de27d316e8be403d553436552f299a4e.
Change-Id: Iebb5a751d210da308fc523c2a25cc7a32a09d70f
Joogab Yun [Mon, 27 Aug 2018 04:08:54 +0000 (13:08 +0900)]
Merge branch 'devel/master' into tizen
Joogab Yun [Mon, 27 Aug 2018 04:08:28 +0000 (13:08 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
d548994c4dde1600fa3cbb2bbb9ee6b5bf6bfcf0.
Joogab Yun [Mon, 27 Aug 2018 04:08:23 +0000 (13:08 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
350637f22ef460ffe67b73e31ad198970c28013e.
Joogab Yun [Mon, 27 Aug 2018 04:08:20 +0000 (13:08 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"
This reverts commit
b98efd1ab3a6e92b19be748d39511b45a825f466.
Joogab Yun [Mon, 27 Aug 2018 04:08:16 +0000 (13:08 +0900)]
Revert "[Tizen] Fix to get KeyEvent information correctly"
This reverts commit
87cd0400083399095ded4d5f9ee39fc30ade1211.
minho.sun [Thu, 23 Aug 2018 10:02:28 +0000 (19:02 +0900)]
Fix bidirection text issue
There was a bug when using NEUTRAL direction character.
Previous logic passed one iteration when NEUTRAL direction character is
used.
Change-Id: Ie1f89049b26f6880fad02072249224e2a11853bd
Signed-off-by: minho.sun <minho.sun@samsung.com>
Seoyeon Kim [Wed, 22 Aug 2018 08:58:52 +0000 (17:58 +0900)]
[Tizen] Fix to get KeyEvent information correctly
Change-Id: I361e6926361d7cbd835c19527174b9d6aaadab31
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Anton Obzhirov [Thu, 23 Aug 2018 14:02:27 +0000 (15:02 +0100)]
DALi Version 1.3.38
Change-Id: I1d007d60b51462052fa96b8277c6d33cdd5e75d3
Seoyeon Kim [Wed, 22 Aug 2018 08:58:52 +0000 (17:58 +0900)]
Fix to get KeyEvent information correctly
Change-Id: I361e6926361d7cbd835c19527174b9d6aaadab31
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Tue, 21 Aug 2018 07:28:01 +0000 (16:28 +0900)]
Fix ASAN issue: heap-buffer-overflow
Change-Id: Ife43164c83133c89d05c97b7ba709b1249385bd1
Seoyeon Kim [Mon, 20 Aug 2018 05:11:22 +0000 (14:11 +0900)]
[Tizen] Add codes for Dali Windows Backend
This reverts commit
0ad26f54b53ff180832de698b524593ca89adca6.
Change-Id: I6ca95594240ae323b58c5091fa86e2bd335f75a3
Seoyeon Kim [Mon, 20 Aug 2018 05:11:11 +0000 (14:11 +0900)]
[Tizen] Support custom fonts registration
This reverts commit
d0c53a91c3ae98e4ffc4bac5a8daaa26fa9f1691.
Change-Id: I090dd15ff105361111567379e737371893b056be
Seoyeon Kim [Mon, 20 Aug 2018 05:10:59 +0000 (14:10 +0900)]
[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
b372836e95c6c11e431a7df224246d927a94de14.
Change-Id: Iee534155fc73961874ab973c1b2380851273fb03
Seoyeon Kim [Mon, 20 Aug 2018 05:10:44 +0000 (14:10 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I58f83a9978a439df601a07b0815101f018c86457
Seoyeon Kim [Mon, 20 Aug 2018 05:10:23 +0000 (14:10 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
c4efe58de2082f3fecec67c2b6fdfffcf79286b0.
Change-Id: Ic1c1cb82d137dcfcbd6700c6bb746695a96bc854
Seoyeon Kim [Mon, 20 Aug 2018 05:10:04 +0000 (14:10 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
064bd8be3d1eaa92475030caf03f732da76aaaaa.
Change-Id: Id8352b7ac83ba785704c65c15c7fc0bc308ef760
Seoyeon Kim [Mon, 20 Aug 2018 05:09:40 +0000 (14:09 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"
This reverts commit
240762c32ee5c8584b3a128ca775188a9b1c0cf4.
Change-Id: I549c828f41af93f1d98590958227784cd31d982d
thothamon [Fri, 17 Aug 2018 11:15:40 +0000 (12:15 +0100)]
DALi Version 1.3.37
Change-Id: I7c1d0d27de71dbf48e2516a98799c1740acbccd3
WonSik Jung [Mon, 13 Aug 2018 02:19:27 +0000 (11:19 +0900)]
[Tizen] Add codes for Dali Windows Backend
This reverts commit
24a4fa7268f45ec3630ca709370b5a60aac77441.
Change-Id: I81649490f500536ef9a3d5ea02d488859ad04587
WonSik Jung [Mon, 13 Aug 2018 02:18:55 +0000 (11:18 +0900)]
[Tizen] Support custom fonts registration
This reverts commit
c9dabddc443f05598aa56f427dc27b269fa27ee5.
Change-Id: I445b777c80a451081b1e503bfe96f2364fb2be7f
WonSik Jung [Mon, 13 Aug 2018 02:15:54 +0000 (11:15 +0900)]
[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
1f3edb1add6b13a3d117528d1aad5c0bb16fe9ab.
Change-Id: Ib1db6088735b846a799653992ca8e7e14ada380a
WonSik Jung [Mon, 13 Aug 2018 01:56:54 +0000 (10:56 +0900)]
Merge branch 'devel/master' into tizen
WonSik Jung [Mon, 13 Aug 2018 01:56:40 +0000 (10:56 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
26f7fb48d7e202c447fac686f89cd1be941af66e.
WonSik Jung [Mon, 13 Aug 2018 01:56:36 +0000 (10:56 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
9d92b56294cfdb096d695b3b68b20a5f5be1c3c8.
WonSik Jung [Mon, 13 Aug 2018 01:56:33 +0000 (10:56 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"
This reverts commit
9fb0d5311ad49748b5c0cbab43c7e9fb6d98f44f.
WonSik Jung [Mon, 13 Aug 2018 01:56:29 +0000 (10:56 +0900)]
Revert "[Tizen] Fix to add Capture implementation in file.list"
This reverts commit
9390dac13790d894e5531a19aa0f900c4df1be8e.
Adeel Kazmi [Fri, 10 Aug 2018 09:29:25 +0000 (09:29 +0000)]
Merge "DALi Version 1.3.36" into devel/master
György Straub [Fri, 10 Aug 2018 09:11:00 +0000 (10:11 +0100)]
DALi Version 1.3.36
Change-Id: I02cc0f416b84857bf7fd607d3bc2cf5b92a88943
Heeyong Song [Tue, 7 Aug 2018 02:12:45 +0000 (11:12 +0900)]
Fix continuous rendering issue
Send a surface resized event only if a surface size is really changed
Change-Id: I466fc39c4414f13bbccbc4766a51112f27fc5d8e
Adeel Kazmi [Tue, 7 Aug 2018 13:36:07 +0000 (13:36 +0000)]
Merge "Fix to add Capture implementation in file.list" into devel/master
Adeel Kazmi [Tue, 7 Aug 2018 13:34:33 +0000 (13:34 +0000)]
Merge "FreeType fonts/library - Stop creating new instances." into devel/master
minho.sun [Mon, 6 Aug 2018 00:29:16 +0000 (00:29 +0000)]
Merge "Support software styling" into devel/master
greynaga [Fri, 3 Aug 2018 09:30:21 +0000 (10:30 +0100)]
DALi Version 1.3.35
Change-Id: I7a6249bd6a556f0b1feae3f81d74c05381bb0f2c
minho.sun [Thu, 26 Jul 2018 08:18:18 +0000 (17:18 +0900)]
Support software styling
When DALi fails to find font which support correct style,
apply software styling to glyph.
DALi will support bold / italic by software.
Change-Id: I898fd967eb571437789dc5c84444f8091dc88ee6
Signed-off-by: minho.sun <minho.sun@samsung.com>
Victor Cebollada [Wed, 1 Aug 2018 16:00:24 +0000 (17:00 +0100)]
FreeType fonts/library - Stop creating new instances.
* The shaping tool creates a new instance
of the FreeType library and the font faces instead of using the
ones cached in the font client.
It causes a bug in the WatchFace emulator when a new model is
loaded (The text show the wrong glyphs shaped with the wrong font).
Change-Id: I1c9ff437b9eed42ece2290642c279bc228ffa442
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Seoyeon Kim [Thu, 2 Aug 2018 07:00:16 +0000 (16:00 +0900)]
[Tizen] Fix to add Capture implementation in file.list
- Currently, Capture implementation (capture.cpp and capture-impl-tizen.cpp)
are not included in rpm files after dali-adaptor refactoring.
Change-Id: Ic69109c21757047a4b4680de7f3a7c93549c23ae
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 2 Aug 2018 07:00:16 +0000 (16:00 +0900)]
Fix to add Capture implementation in file.list
- Currently, Capture implementation (capture.cpp and capture-impl-tizen.cpp)
are not included in rpm files after dali-adaptor refactoring.
Change-Id: Ic69109c21757047a4b4680de7f3a7c93549c23ae
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
minho.sun [Thu, 2 Aug 2018 01:21:31 +0000 (10:21 +0900)]
[Tizen] Add codes for Dali Windows Backend
This reverts commit
56ad7d0164fbc71a7f5b24cd3ed2a835b00dac62.
Change-Id: Ic41d2b163770bbe253c3a65120694d153514ca16
minho.sun [Thu, 2 Aug 2018 01:21:16 +0000 (10:21 +0900)]
[Tizen] Support custom fonts registration
This reverts commit
5a81079170460ac882570328b9daf0208deda1b1.
Change-Id: I77255d4d1ab76a32f34a5dfe40011949f2f2e633
minho.sun [Thu, 2 Aug 2018 01:20:55 +0000 (10:20 +0900)]
[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
9d839f746c8bab5bb957d712c834c3e69c3e44ba.
Conflicts:
dali/devel-api/file.list
Change-Id: I9a6db92b4a8b0fa7421c8b70e66030b84c5303e7
minho.sun [Thu, 2 Aug 2018 01:20:09 +0000 (10:20 +0900)]
Merge branch 'devel/master' into tizen
minho.sun [Thu, 2 Aug 2018 01:19:53 +0000 (10:19 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
1a18663c2a0060b7bfc6a1ea237b8578771141f9.
minho.sun [Thu, 2 Aug 2018 01:19:51 +0000 (10:19 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
8a433739346538ac42be984f33ce936dc363692a.
minho.sun [Thu, 2 Aug 2018 01:19:49 +0000 (10:19 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"
This reverts commit
a54b64ec676a68e95f4bf01812b23d03baf75676.
Adeel Kazmi [Wed, 1 Aug 2018 13:10:49 +0000 (13:10 +0000)]
Merge "Add thread-settings for control the thread" into devel/master
minho.sun [Tue, 31 Jul 2018 07:49:19 +0000 (16:49 +0900)]
Fix widget-application error
To use widget-application, we should set application type to WIDGET.
Currently, application type is always set to NORMAL, so widget
application is not working.
Change type to WIDGET.
Change-Id: Ia4f21db03d60ecd27b1e6f5c877c02cfc79803af
Signed-off-by: minho.sun <minho.sun@samsung.com>
huiyu.eun [Mon, 30 Jul 2018 08:36:03 +0000 (17:36 +0900)]
Add thread-settings for control the thread
Change-Id: I84c66a6c55d4ebe6ad407ea6128f445db6c68ac1
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
HyunJu Shin [Mon, 30 Jul 2018 08:58:33 +0000 (08:58 +0000)]
Merge "Add SetRepeatInfo and GetRepeatInfo to Keyboard" into devel/master
David Steele [Fri, 27 Jul 2018 11:42:28 +0000 (12:42 +0100)]
DALi Version 1.3.34
Change-Id: I71f644c19363bc1a40629c281549eb9d34ae655c
Seoyeon Kim [Tue, 12 Jun 2018 05:00:44 +0000 (14:00 +0900)]
Add SetRepeatInfo and GetRepeatInfo to Keyboard
- Added to set and get keyboard repeat information in ecore walyand
Change-Id: Ia874e896e3640de14067a9a843c5b2e4f0388984
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Daekwang Ryu [Mon, 23 Jul 2018 05:31:25 +0000 (14:31 +0900)]
[Tizen] Add codes for Dali Windows Backend
This reverts commit
345282f7530ad3b406c5e1050db453854f6aac98.
Daekwang Ryu [Mon, 23 Jul 2018 05:31:23 +0000 (14:31 +0900)]
[Tizen] Support custom fonts registration
This reverts commit
16784fe4b4ef0eb3a542fbaf4f6a13fdbadedb08.
Daekwang Ryu [Mon, 23 Jul 2018 05:31:21 +0000 (14:31 +0900)]
[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
1f6c2dc7e41b49554f569de33cea7b620f3d1402.
Daekwang Ryu [Mon, 23 Jul 2018 05:31:08 +0000 (14:31 +0900)]
Merge branch 'devel/master' into tizen
Daekwang Ryu [Mon, 23 Jul 2018 05:30:56 +0000 (14:30 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
075f427111c93ffca33760f477bc3dcad5501688.
Daekwang Ryu [Mon, 23 Jul 2018 05:30:53 +0000 (14:30 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
3c558a47e427220cd9f88cd94af5fcdc0d12d4fa.
Daekwang Ryu [Mon, 23 Jul 2018 05:30:50 +0000 (14:30 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"
This reverts commit
91625bcb64fca3d99bcd041b9d2944c25f52e4ac.
Angelos Gkountis [Fri, 20 Jul 2018 12:30:29 +0000 (13:30 +0100)]
DALi Version 1.3.33
Change-Id: Ib47d678825058dc1c61562c5ad2e67a71a19a408
Victor Cebollada [Thu, 5 Jul 2018 09:49:28 +0000 (10:49 +0100)]
FontClient - Minor refactoring.
* Renames some font caches to match what they store.
* Some c++11 updates.
Change-Id: Ica93be1abea21d7e39b9635ae4e7f0213f5aa6be
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Seungho, Baek [Mon, 16 Jul 2018 05:45:45 +0000 (14:45 +0900)]
[Tizen] Add codes for Dali Windows Backend
This reverts commit
7668a10ea58a0478460fb8b17628a2f291c71045.
Seungho, Baek [Mon, 16 Jul 2018 05:45:29 +0000 (14:45 +0900)]
[Tizen] Support custom fonts registration
This reverts commit
e4634bbf698ca3b79f1f7e8cb5dda23a784df10e.
Seungho, Baek [Mon, 16 Jul 2018 05:45:09 +0000 (14:45 +0900)]
[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
91f9496143175e53a5ea8b3528d26a89ddf0e0e7.
Seungho, Baek [Mon, 16 Jul 2018 05:44:54 +0000 (14:44 +0900)]
Merge branch 'devel/master' into tizen
Seungho, Baek [Mon, 16 Jul 2018 05:44:25 +0000 (14:44 +0900)]
Revert "[Tizen] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
b2c5f9f38c86d9220b9be1612d16c9c42365ef50.
Seungho, Baek [Mon, 16 Jul 2018 05:44:16 +0000 (14:44 +0900)]
Revert "[Tizen] Support custom fonts registration"
This reverts commit
66a8552d5e1b622913ce96730aff2addcdc0bcc5.
Seungho, Baek [Mon, 16 Jul 2018 05:43:56 +0000 (14:43 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"
This reverts commit
93a62820483a2271b61d127d5ae951bf001cb8e3.
Adeel Kazmi [Fri, 13 Jul 2018 08:59:14 +0000 (08:59 +0000)]
Merge "DALi Version 1.3.32" into devel/master
Adeel Kazmi [Fri, 13 Jul 2018 08:48:32 +0000 (09:48 +0100)]
DALi Version 1.3.32
Change-Id: I0fefe36e43a383599395181fccab97766b4a6cf3
minho.sun [Tue, 10 Jul 2018 01:54:19 +0000 (10:54 +0900)]
Fixed gif-loading GetImageSize() bug
GifLoading::GetImageSize() returned wrong height.
Make it return right height.
Change-Id: I8fc45fbd0df155f38dfb24410b7cd6114f54d5d4
Signed-off-by: minho.sun <minho.sun@samsung.com>