Richard Huang [Tue, 28 Sep 2021 10:38:00 +0000 (11:38 +0100)]
[Tizen] Bind the EGL surface before querying its attributes
Change-Id: I462ed7cbfaf20d0d15eae102b8dd801845c83fca
Eunki, Hong [Mon, 27 Sep 2021 08:13:24 +0000 (17:13 +0900)]
[Tizen] Add a virtual destructor
THis was detected by static analysis.
When there is no destructor, It doesn't call derived class's destructor.
Change-Id: I0a4972966e6511b575e4e12c333b22c044ecae79
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Mon, 27 Sep 2021 06:25:22 +0000 (15:25 +0900)]
Merge branch 'devel/master' into tizen
Bowon Ryu [Mon, 27 Sep 2021 06:24:53 +0000 (15:24 +0900)]
Revert "[Tizen] Fix SVACE issue at gles2-graphics-memory"
This reverts commit
84f363ed84333948d97bac0b43809554c16c07d0.
Eunki, Hong [Fri, 24 Sep 2021 11:31:48 +0000 (20:31 +0900)]
Add Default Uniform : uActorColor
This patch only for fix UTC
Change-Id: I2a0e2f1af35900ea4e54b71bde030362d09277e3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Adam Bialogonski [Fri, 24 Sep 2021 08:47:49 +0000 (09:47 +0100)]
DALi Version 2.0.45
Change-Id: I278edc33759e171a82f5f9d8caf4b23fed0e9612
HyunJu Shin [Thu, 23 Sep 2021 07:36:06 +0000 (07:36 +0000)]
Merge "[ATSPI] Initialize Bridge on Idler" into devel/master
Adeel Kazmi [Mon, 20 Sep 2021 08:49:41 +0000 (08:49 +0000)]
Merge "Fixed SVACE error in native-image-surface-impl-ecore-wl.cpp" into devel/master
David Steele [Fri, 17 Sep 2021 10:47:57 +0000 (10:47 +0000)]
Merge "DALi Version 2.0.44" into devel/master
Richard Huang [Fri, 17 Sep 2021 10:42:18 +0000 (11:42 +0100)]
DALi Version 2.0.44
Change-Id: I822ff2104b939932a5a24fdfccf841d23583141b
Adeel Kazmi [Fri, 17 Sep 2021 09:39:53 +0000 (10:39 +0100)]
Fixed SVACE error in native-image-surface-impl-ecore-wl.cpp
Change-Id: I89f45ed39a8fe4131f2aa5efe86abc6f3f3a6ac4
Shinwoo Kim [Thu, 16 Sep 2021 12:30:45 +0000 (21:30 +0900)]
[ATSPI] Initialize Bridge on Idler
There is an application launching before dbus.
In this case application cannot use ATSPI interface.
Because the Bridge cannot get a dbus connection.
We prepared BridgeDisableAutoInit.
But someone does not want to make application change.
This patch is providing a way to initialize the Bridge
for an application launching before dbus.
Change-Id: Ic254f8e001c3d4f198b0a7bb680e5c5792b818cd
Eunki Hong [Thu, 16 Sep 2021 09:23:17 +0000 (02:23 -0700)]
[Tizen] Fix SVACE issue at gles2-graphics-memory
castring between uint32_t --> long
Change-Id: I7831a10724a06dc75d83cbf6061f734afd40b1d9
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Thu, 16 Sep 2021 09:15:02 +0000 (02:15 -0700)]
Fix SVACE issue at gles2-graphics-memory
casting between uint32_t --> long
Change-Id: Id82517274fe3689c6139ada519b611397cbf3c8b
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Daekwang Ryu [Wed, 15 Sep 2021 12:29:10 +0000 (21:29 +0900)]
Add NativeImageSurface
NativeImageSurface is a GL Rendering surface.
But it's not an actual window, it's like a pixmap.
It creates EGL resources.
Change-Id: Ib69a1dba557483e87bb05c76842cf012dc4423a5
junsu choi [Tue, 14 Sep 2021 08:55:10 +0000 (08:55 +0000)]
Merge "CanvasRenderer: Change colorspace RGBA888 to BGRA888" into devel/master
JunsuChoi [Tue, 14 Sep 2021 04:27:27 +0000 (13:27 +0900)]
CanvasRenderer: Change colorspace RGBA888 to BGRA888
The vector backend(thorvg) is optimized for ARGB888
Change-Id: I6645618f61621a9908c4b3856719c1f31535e65c
Seoyeon Kim [Wed, 25 Aug 2021 08:29:00 +0000 (17:29 +0900)]
[ATSPI] Change function names for Window
- The original role of ApplicationShown/Hidden is to show/hide 'Window', not Application.
Therefore, the name of ApplicationShown/Hidden must be changed to
WindowShown/Hidden.
Change-Id: I58fc8945d8efc95e7f3d73d5a1cf8654baa2f767
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
joogab.yun [Mon, 13 Sep 2021 06:01:33 +0000 (15:01 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ie4c82d463076e97a1700498e8f52a68f94db11a0
Heeyong Song [Mon, 13 Sep 2021 03:39:12 +0000 (03:39 +0000)]
Merge "Fix UTC with wrong usage of Dali::Vector" into devel/master
Adeel Kazmi [Fri, 10 Sep 2021 15:24:19 +0000 (15:24 +0000)]
Merge "DALi Version 2.0.43" into devel/master
David Steele [Fri, 10 Sep 2021 15:20:39 +0000 (16:20 +0100)]
DALi Version 2.0.43
Change-Id: Id358222187f24e8a86fe65196f67de9d9df51117
Eunki, Hong [Fri, 10 Sep 2021 12:59:40 +0000 (21:59 +0900)]
Fix UTC with wrong usage of Dali::Vector
Some utc in ImageOperations use Dali::Vector with wrong way.
This patch fix it
Change-Id: Ibb94ba1d09b9c20fde6508c8768cbc37f347268d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 7 Sep 2021 06:34:59 +0000 (15:34 +0900)]
Merge branch 'devel/master' into tizen
Wonsik Jung [Mon, 6 Sep 2021 10:05:39 +0000 (19:05 +0900)]
Add SetParent in Window
Add SetParent in Window.
This function has additional flag whether child is the above or below of parent.
Change-Id: Ibcc1a3fd69b9f81cc0b856d634f4b39c908e9d1d
Adeel Kazmi [Fri, 3 Sep 2021 15:04:20 +0000 (16:04 +0100)]
DALi Version 2.0.42
Change-Id: I3446c117b52ce72b5ea1f41eb3f958dd6a830a4c
Bartlomiej Grzelewski [Mon, 30 Aug 2021 13:05:14 +0000 (15:05 +0200)]
[ATSPI] Calculate Window state in atspi tree
Window state in atspi tree should not be
ACTIVE/VISIBLE when window is hidden or
minimalized.
Change-Id: I2fe1e9d38c4e9fb55d8c25b18a1dc154bca0293b
Bartlomiej Grzelewski [Wed, 25 Aug 2021 16:08:01 +0000 (18:08 +0200)]
[ATSPI] Added support for ToolkitName and Version to dali
Change-Id: Ibee9189930452c4c04856a8a2c1f0fd4512b1680
jykeon [Tue, 31 Aug 2021 08:10:47 +0000 (17:10 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I990e1495d67fa82620c46a69d9070775269aa65f
jykeon [Tue, 31 Aug 2021 08:04:53 +0000 (17:04 +0900)]
Revert "[Tizen] Add input region APIs"
This reverts commit
2a78611579429fd810dbbada3b6dff2f222ea592.
Change-Id: I88b70a9aa9aa55730d63d21e0190a8403f3bdd92
jykeon [Tue, 31 Aug 2021 08:03:57 +0000 (17:03 +0900)]
Revert "[Tizen] Fix activate window list bug for aurum"
This reverts commit
bd50e2e82ac05f34892b2a5f60a9c42e4f0e1589.
Change-Id: I959efe7d745327a0184d294e6539fed59057fc4b
Adeel Kazmi [Fri, 27 Aug 2021 12:26:40 +0000 (13:26 +0100)]
Fix SVACE errors in Graphics Backend
Change-Id: I59401140ab4cb22fef23cd654c9d0e81c930ed85
David Steele [Fri, 27 Aug 2021 11:43:03 +0000 (11:43 +0000)]
Merge "DALi Version 2.0.41" into devel/master
Adam Bialogonski [Fri, 27 Aug 2021 09:49:29 +0000 (10:49 +0100)]
DALi Version 2.0.41
Change-Id: I6c001384e3a6452a70e50a0365f9836abef9e859
Wonsik Jung [Fri, 20 Aug 2021 10:34:26 +0000 (19:34 +0900)]
[Tizen] Fix activate window list bug for aurum
When application is closed, deactivate signal is not emitted.
To fix, deactivated signal's emitting is in application's destructor.
It is temporary solution.
Change-Id: I2773fe81213a0f3a6f348306839f175a556afcef
Wonsik Jung [Wed, 4 Aug 2021 23:10:13 +0000 (08:10 +0900)]
[Tizen] Add input region APIs
Add input region APIs about including and excluding.
Change-Id: Ie79dac83f202450b58b73401f0fd146a2284cb87
Wonsik Jung [Fri, 27 Aug 2021 00:42:34 +0000 (00:42 +0000)]
Merge "Fix activate window list bug for aurum" into devel/master
Wonsik Jung [Thu, 26 Aug 2021 08:36:10 +0000 (08:36 +0000)]
Merge "Add input region APIs" into devel/master
huayong.xu [Tue, 24 Aug 2021 01:38:40 +0000 (09:38 +0800)]
Implement more request interceptor APIs.
Change-Id: Id2c0a9eca5043ef3c9b559aee4d1713037dd3145
Seoyeon Kim [Wed, 25 Aug 2021 05:16:53 +0000 (05:16 +0000)]
Merge "[ATSPI] Add a function to check whether accessibility is enabled" into devel/master
Wonsik Jung [Fri, 20 Aug 2021 10:34:26 +0000 (19:34 +0900)]
Fix activate window list bug for aurum
When application is closed, deactivate signal is not emitted.
To fix, deactivated signal's emitting is in application's destructor.
It is temporary solution.
Change-Id: I61040570ae65730e988d8d880db7198e56441e13
Seoyeon Kim [Tue, 24 Aug 2021 04:48:30 +0000 (13:48 +0900)]
[ATSPI] Add a function to check whether accessibility is enabled
- Added `IsEnabled()` to check accessibility state
Change-Id: I18153b3570b6a20f8af37e86c9e71ba1ea733d89
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
JunsuChoi [Tue, 24 Aug 2021 01:57:03 +0000 (10:57 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ibf4257895eb9a099f8c3419ad0b7cc5cf0f3e75e
seungho [Mon, 23 Aug 2021 05:15:19 +0000 (14:15 +0900)]
Remove unused custom shader prefix method
Change-Id: I7e376ba6d4ac9250d7b6971476514086d16cd454
Signed-off-by: seungho <sbsh.baek@samsung.com>
Wonsik Jung [Wed, 4 Aug 2021 23:10:13 +0000 (08:10 +0900)]
Add input region APIs
Add input region APIs about including and excluding.
Change-Id: I12f3fa15bbdf311aa5b51e56b16bbd993e1726e1
David Steele [Fri, 20 Aug 2021 11:18:41 +0000 (12:18 +0100)]
DALi Version 2.0.40
Change-Id: Idc1c929465a1ad07f4481937139b2c8da2501534
Heeyong Song [Fri, 13 Aug 2021 08:32:42 +0000 (17:32 +0900)]
Fix static analysis issue
Should return unsigned int type.
Change-Id: I863f772e9542f176465acc8ba70553daf2b5c311
Heeyong Song [Wed, 18 Aug 2021 07:20:55 +0000 (16:20 +0900)]
Change window visibility changed signal
Emit window visibility changed signal before the adaptor is paused / resumed
to ensure messages queued during the callback are processed.
Change-Id: I34917dcfa274f31c5e372ccdaa74bb98156d9857
Wonsik Jung [Tue, 17 Aug 2021 23:54:15 +0000 (08:54 +0900)]
Merge branch 'devel/master' into tizen
Wonsik Jung [Tue, 17 Aug 2021 23:54:02 +0000 (08:54 +0900)]
Revert "[Tizen] Clipboard: fix integer underflow"
This reverts commit
546d141a0f367154595e05e405ff0462a50d75b5.
Bowon Ryu [Fri, 13 Aug 2021 09:56:35 +0000 (18:56 +0900)]
[Tizen] Clipboard: fix integer underflow
GetCount() returns an int, but NumberOfItems() returns an unsigned int.
If GetCount() returns a negative number, NumberOfItems() may return an unintended value.
There is also the risk of underflow.
Change-Id: I8db63963257c616b7a281c14b1c8f2480fbdc91e
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Tue, 17 Aug 2021 01:03:22 +0000 (01:03 +0000)]
Merge "Clipboard: fix integer underflow" into devel/master
David Steele [Fri, 13 Aug 2021 13:03:54 +0000 (13:03 +0000)]
Merge "DALi Version 2.0.39" into devel/master
Adeel Kazmi [Fri, 13 Aug 2021 12:46:32 +0000 (13:46 +0100)]
DALi Version 2.0.39
Change-Id: Ic74ee71fc4093781d2d531400d72afd96dd2b250
Bowon Ryu [Fri, 13 Aug 2021 09:56:35 +0000 (18:56 +0900)]
Clipboard: fix integer underflow
GetCount() returns an int, but NumberOfItems() returns an unsigned int.
If GetCount() returns a negative number, NumberOfItems() may return an unintended value.
There is also the risk of underflow.
Change-Id: I8db63963257c616b7a281c14b1c8f2480fbdc91e
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
JunsuChoi [Fri, 13 Aug 2021 01:40:29 +0000 (10:40 +0900)]
CanvasRenderer: Do not use c-style type cast
changed to static_cast or const_cast
Change-Id: I64ea9cee3b6f0fa2cde3a0445427ac3c10d361cb
JunsuChoi [Mon, 2 Aug 2021 08:51:16 +0000 (17:51 +0900)]
CanvasRenderer::Shape: Add AddPath() Api
Adds an API that adds a large path information.
The PathCommands structure has a PathCommandType array, a Point array
and the number of each array.
ex)
//Prepare Path Commands
Dali::CanvasRenderer::Shape::PathCommandType commands[11];
commands[0] = Dali::CanvasRenderer::Shape::PathCommandType::MOVE_TO;
commands[1] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[2] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[3] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[4] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[5] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[6] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[7] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[8] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[9] = Dali::CanvasRenderer::Shape::PathCommandType::LINE_TO;
commands[10] = Dali::CanvasRenderer::Shape::PathCommandType::CLOSE;
//Prepare Path Points
float points[20] = {-1.0f, -165.0f,
53.0f, -56.0f,
174.0f, -39.0f,
87.0f, 45.0f,
107.0f, 166.0f,
-1.0f, 110.0f,
-103.0f, 166.0f,
-88.0f, 46.0f,
-174.0f, -38.0f,
-54.0f, -56.0f};
Dali::CanvasRenderer::Shape::PathCommands starPath = { commands, 11, points, 20 };
Dali::CanvasRenderer::Shape star = Dali::CanvasRenderer::Shape::New();
star.AddPath(starPath);
mCanvasView.AddDrawable(star);
Change-Id: I36cea22b1e80bfe2182cdb7fb2a8e262523c2a4f
junsu choi [Fri, 13 Aug 2021 00:25:36 +0000 (00:25 +0000)]
Merge "CanvasRenderer:: Add Picture class" into devel/master
junsu choi [Fri, 13 Aug 2021 00:14:47 +0000 (00:14 +0000)]
Merge "CanvasRenderer: Change GetSize() method to const" into devel/master
junsu choi [Fri, 13 Aug 2021 00:08:38 +0000 (00:08 +0000)]
Merge "CanvasRenderer: Add Gradient, LinearGradient, RadialGradient classes" into devel/master
JunsuChoi [Mon, 26 Jul 2021 01:46:26 +0000 (10:46 +0900)]
CanvasRenderer:: Add Picture class
Add Picture class to rasterize Image to canvas with vector primitive.
ex)
Dali::CanvasRenderer::Picture picture = Dali::CanvasRenderer::Picture::New();
picture.Load(IMAGE_PATH);
picture.SetSize(Vector2(100, 400));
CanvasView.AddDrawable(picture);
Change-Id: I5a74a3b8baef206893aa1cf2a6559b6cf854707b
junsu choi [Wed, 11 Aug 2021 01:00:13 +0000 (01:00 +0000)]
Merge "CanvasRenderer::DrawableGroup: Add RemoveDrawable() API" into devel/master
junsu choi [Wed, 11 Aug 2021 01:00:01 +0000 (01:00 +0000)]
Merge "CanvasRenderer::Shape: Remove unnecessary header" into devel/master
JunsuChoi [Mon, 2 Aug 2021 05:24:18 +0000 (14:24 +0900)]
CanvasRenderer::DrawableGroup: Add RemoveDrawable() API
Add an API that removes the Drawable registered with AddDrawable()
from list in DrawableGroup
Change-Id: I0fc908d5282e9bd7297670a66554d1500e2f262f
Woochanlee [Tue, 10 Aug 2021 07:19:51 +0000 (16:19 +0900)]
Merge branch 'devel/master' into tizen
Adeel Kazmi [Fri, 6 Aug 2021 10:28:03 +0000 (10:28 +0000)]
Merge "DALi Version 2.0.38" into devel/master
Richard Huang [Fri, 6 Aug 2021 09:47:45 +0000 (10:47 +0100)]
DALi Version 2.0.38
Change-Id: I2f9d0c81cc035ffed5b7344a6279251787bde18f
JunsuChoi [Tue, 13 Jul 2021 06:12:31 +0000 (15:12 +0900)]
CanvasRenderer: Add Gradient, LinearGradient, RadialGradient classes
Add Gradient, LinearGradient, and RadialGradient classes that
implement Linear and Radial Gradient features.
Each Gradient can be applied to Fill and Stroke of Shape after
setting Bounds and ColorStop suitable for style.
ex)
//Radial Gradient with Fill color
Dali::CanvasRenderer::RadialGradient radial = Dali::CanvasRenderer::RadialGradient::New();
Dali::Vector<Dali::CanvasRenderer::Gradient::ColorStop> stops;
stops.PushBack( {0.0f, Vector4(1.0f, 0.0f, 1.0f, 1.0f)} );
stops.PushBack( {1.0f, Vector4(0.5f, 1.0f, 0.0f, 1.0f)} );
radial.SetBounds(Vector2(110, 100), 50);
radial.SetColorStops(stops);
shape.SetFillGradient(radial);
//Linear Gradient with Stroke color
Dali::CanvasRenderer::LinearGradient linear = Dali::CanvasRenderer::LinearGradient::New();
Dali::Vector<Dali::CanvasRenderer::Gradient::ColorStop> stops;
stops.PushBack( {0.0f, Vector4(1.0f, 0.0f, 1.0f, 1.0f)} );
stops.PushBack( {1.0f, Vector4(0.5f, 1.0f, 0.0f, 1.0f)} );
linear.SetBounds(Vector2(10, 10), Vector2(100, 100));
linear.SetColorStops(stops);
shape.SetStrokeGradient(linear);
Change-Id: I747614bf1c6bcd59f30a74a23c4001cfdfe19d1a
joogab yun [Fri, 6 Aug 2021 04:50:26 +0000 (04:50 +0000)]
Merge "Add SetTapMaximumAllowedTime" into devel/master
Eunki Hong [Fri, 6 Aug 2021 03:46:23 +0000 (03:46 +0000)]
Merge "[ATSPI] Fix for SCREEN coordinate type in GetExtents" into devel/master
joogab.yun [Thu, 22 Jul 2021 08:34:19 +0000 (17:34 +0900)]
Add SetTapMaximumAllowedTime
Sets the MaximumAllowedTime of the tap gesture as an environment variable.
Change-Id: I465a41c39cce8ec5e67b85bc014f5b1063e20710
Daekwang Ryu [Thu, 17 Jun 2021 09:03:47 +0000 (18:03 +0900)]
Fix to build incrementally with gbs
Incremental build with gbs calls the prep section in the rpm spec once.
It doesn't execute the section from second.
Change-Id: I20f7f48464e0c2823fd69e79794bb580ba6192a9
JunsuChoi [Fri, 30 Jul 2021 04:46:35 +0000 (13:46 +0900)]
CanvasRenderer::Shape: Remove unnecessary header
connection-tracker.h is unused
Change-Id: I483be0491446f6f3cb7587642c5b11d829dc7baf
JunsuChoi [Thu, 5 Aug 2021 04:52:02 +0000 (13:52 +0900)]
CanvasRenderer: Change GetSize() method to const
Change-Id: I279b3aee1b8586e6eb216c4e39e59eb8547bfc31
Daekwang Ryu [Mon, 2 Aug 2021 06:40:58 +0000 (15:40 +0900)]
Change ColorDepth to ColorFormat in NativeImageSourceQueue
To clarify, ColorDepth enum changed to ColorFormat.
Change-Id: Id79463561ce8416e09a294ad501d53bbdb1d6fb5
Lukasz Oleksak [Thu, 29 Jul 2021 19:06:58 +0000 (21:06 +0200)]
[ATSPI] Fix for SCREEN coordinate type in GetExtents
Change-Id: Iacb43e0ec0799b73a433bc56bf32f4bfccc86255
seungho [Tue, 3 Aug 2021 00:27:37 +0000 (09:27 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ib6164d690babfbd62a04294d0b701860a1e475c1
Eunki Hong [Mon, 2 Aug 2021 10:15:06 +0000 (10:15 +0000)]
Merge "Fix comments of encoded image buffer" into devel/master
JunsuChoi [Mon, 2 Aug 2021 04:19:30 +0000 (13:19 +0900)]
CanvasRenderer: Change name DrawableGroup::Clear() to RemoveAllDrawables()
Since the method name of the same concept in CanvasRenderer is used as
'RemoveAllDrawables', change it to maintain the concept.
Change-Id: I772f07ab437f96554696b4ac9be65a93195337fd
Adam Bialogonski [Wed, 28 Jul 2021 14:03:02 +0000 (15:03 +0100)]
Implemented VAO for GLES3+
Change-Id: I6bc68271afaf07a3066a14d696e6d26db640b4a8
Adam Bialogonski [Fri, 30 Jul 2021 10:21:43 +0000 (11:21 +0100)]
DALi Version 2.0.37
Change-Id: I3533aba5d4ca2acdbbc0e68972d7614ec9a27843
JunsuChoi [Thu, 22 Jul 2021 06:44:25 +0000 (15:44 +0900)]
CanvasRenderer: Check changed status of composite drawable in changed check method
Check and Update changed status of composite drawable
in UpdateDrawablesChanged() and HaveDrawablesChanged() method.
Change-Id: Iaa96650fbefe3363f95b852fdf5cb193f01c4a14
junsu choi [Thu, 29 Jul 2021 04:18:43 +0000 (04:18 +0000)]
Merge "CanvasRenderer: Add RemoveAllDrawables() API" into devel/master
junsu choi [Thu, 29 Jul 2021 04:18:37 +0000 (04:18 +0000)]
Merge "CanvasRenderer: Add RemoveDrawable() API" into devel/master
junsu choi [Thu, 29 Jul 2021 04:14:10 +0000 (04:14 +0000)]
Merge "CanvasRenderer: Add Set/GetViewBox() API" into devel/master
junsu choi [Thu, 29 Jul 2021 04:10:18 +0000 (04:10 +0000)]
Merge "CanvasRenderer: Separates Commit() method" into devel/master
Lukasz Oleksak [Tue, 13 Jul 2021 16:28:40 +0000 (18:28 +0200)]
[ATSPI] Blocking unwanted emission of "MoveOuted" signal
This patch is blocking unwanted emission of "MoveOuted" signal to dbus
when auto-scroll feature moves highlighted object into the screen.
This patch is required following dali-toolkit patch:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/261238/
Change-Id: Ie3b7371376d4b11f1490e46a04d7d2bbd29a3064
Heeyong Song [Mon, 26 Jul 2021 08:06:30 +0000 (17:06 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I253cf1e9ef01c8ce4e082f86904bcf6494e40c7e
Heeyong Song [Mon, 26 Jul 2021 08:04:58 +0000 (17:04 +0900)]
Revert "[Tizen] Use broken image when animated image loading is failed"
This reverts commit
1a1ed35387794b4fa5804159e050cfdccc853ac1.
Change-Id: Ibfc80af4cf27b8ed5d48a33294a2579130b85d13
Heeyong Song [Mon, 26 Jul 2021 08:04:46 +0000 (17:04 +0900)]
Revert "[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x""
This reverts commit
a82c4156e6f21ef623354cce5679319a5081c74d.
Change-Id: I20a1f0a31021ec7fc6a18f7098704ffe7eccc32f
Heeyong Song [Mon, 26 Jul 2021 08:04:25 +0000 (17:04 +0900)]
Revert "[Tizen] Initialize surface before PreRender"
This reverts commit
05461a0d151bc3d420e13e4300444b9eedae5c12.
Change-Id: I97a8b17d9c3b3689bcc51a1bf27ff7ccadfeff76
Heeyong Song [Mon, 26 Jul 2021 08:04:13 +0000 (17:04 +0900)]
Revert "[Tizen] Fix SVACE error in pixel-buffer-impl.cpp"
This reverts commit
35d250d3a52e8e610e040024074edb114cddae51.
Change-Id: Ib614cc083182a18aa0aa746d80a9225a75d15821
JunsuChoi [Tue, 13 Jul 2021 03:12:20 +0000 (12:12 +0900)]
CanvasRenderer: Add RemoveAllDrawables() API
Add an API that removes the all drawables registered with AddDrawable().
Change-Id: I6483f99a7acc106022fbd4eec3fbf2cab100f1e0
JunsuChoi [Tue, 13 Jul 2021 02:03:58 +0000 (11:03 +0900)]
CanvasRenderer: Add RemoveDrawable() API
Add an API that removes the Drawable registered with AddDrawable()
from list in CanvasRenderer.
Change-Id: I70801e91df3e7d19dce4175b8274e351d12f5225
JunsuChoi [Mon, 12 Jul 2021 05:37:08 +0000 (14:37 +0900)]
CanvasRenderer: Add Set/GetViewBox() API
Add Set/Get API to change canvas's viewbox value.
Change-Id: Ie4411ac97e293beb8f7b59420a1a0ee3d0bc518e
JunsuChoi [Tue, 6 Jul 2021 07:10:34 +0000 (16:10 +0900)]
CanvasRenderer: Separates Commit() method
Separates the check whether changed, Make object tree, and drawing,
which were worked together in Commit, into individual functions.
These are each called in the appropriate thread from toolkit.
Change-Id: Iafe4e94d7b2eb6a73e7db52b204a7476c5e563a4
sunghyun kim [Mon, 26 Jul 2021 01:10:55 +0000 (01:10 +0000)]
Merge "Add API for NativeImageQueue" into devel/master
David Steele [Fri, 23 Jul 2021 10:32:58 +0000 (10:32 +0000)]
Merge "DALi Version 2.0.36" into devel/master
Richard Huang [Fri, 23 Jul 2021 09:28:28 +0000 (10:28 +0100)]
DALi Version 2.0.36
Change-Id: I5d31ee0019fb087debba76e08684e0b8cbfc6acb
Jiyun Yang [Thu, 22 Jul 2021 13:06:09 +0000 (22:06 +0900)]
Implement WebEngine::GetPlainTextAsynchronously
Change-Id: Id85c001698789c9ac9e9f444ebdca3f067df7af6
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>