EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 06:11:48 +0000 (15:11 +0900)]
[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x
This reverts commit
0c3c4147de932117fd8143aea522efbc83dd2e6d.
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 06:11:32 +0000 (15:11 +0900)]
[Tizen] Use broken image when animated image loading is failed.
This reverts commit
7dd3b9db056b8f372469dd6a63d12ddd7d51a7a7.
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 06:11:18 +0000 (15:11 +0900)]
Merge branch 'devel/master' into tizen
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 05:53:45 +0000 (14:53 +0900)]
Revert "[Tizen] Use broken image when animated image loading is failed."
This reverts commit
fc56827e02de211c663b2a4e2a288cdc993585f7.
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 05:53:33 +0000 (14:53 +0900)]
Revert "[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x"
This reverts commit
38f85f13fc5728bf002a7ba7a464f1f03466364d.
David Steele [Fri, 2 Jul 2021 16:44:11 +0000 (16:44 +0000)]
Merge "DALi Version 2.0.33" into devel/master
Adeel Kazmi [Fri, 2 Jul 2021 16:41:17 +0000 (17:41 +0100)]
DALi Version 2.0.33
Change-Id: I72c8a8e71975011aaf64c9fa4e8411386f9cfe0b
Artur Świgoń [Tue, 15 Jun 2021 18:09:51 +0000 (20:09 +0200)]
[AT-SPI] Sort children spatially in navigation
Without this patch, the navigation order reflects the order of adding
actors to the scene, and only by coincidence is this correct in most
cases.
Change-Id: I401adeb960963a4b2b04ce9538eec7800250a841
Wonsik Jung [Wed, 7 Apr 2021 11:29:29 +0000 (20:29 +0900)]
Supports some tizen window features.
Supports some tizne window features.
1. Window resized and moved by disply server.
Supports window is resized or moved by display server.
This APIs should be called in mouse down event.
After that, the window is moved or resized with mouse move event.
When mouse up event happens, the job will be finished.
2. floating window mode.
The floating mode is to support making partial size window easliy.
It is useful to make popup style window and this window is always upper than the other normal window.
In addition, it is easy to change between popup style and normal style window.
Change-Id: I2f936a6e28740e061e32c172b7fe90121ecb9e33
Daekwang Ryu [Thu, 29 Apr 2021 06:44:52 +0000 (15:44 +0900)]
Supports IME window for Tizen keyboard application.
It is only for internal Tizen keyboard application.
To do that, default window should be initialized with wayland input surface
and one wayland API should be called pre rendering.
So, new APIs does not work for the other window and application.
Change-Id: I21a332d57ea939afa7059d1b9b222fea16985a93
Seoyeon Kim [Tue, 29 Jun 2021 03:29:11 +0000 (03:29 +0000)]
Merge "[AT-SPI] Remove Role check in AcceptObject" into devel/master
Jaehyun Cho [Mon, 28 Jun 2021 10:35:33 +0000 (19:35 +0900)]
[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x
This reverts commit
2ac318a768fa0e88fd02442eac106239a23c7ace.
Jaehyun Cho [Mon, 28 Jun 2021 10:35:30 +0000 (19:35 +0900)]
[Tizen] Use broken image when animated image loading is failed.
This reverts commit
78179aaa615bd237bb02a629f47e58002b2df1f3.
Jaehyun Cho [Mon, 28 Jun 2021 10:35:20 +0000 (19:35 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ia4dace9db011bf27a9924d0b630a8d2e336ecab4
Jaehyun Cho [Mon, 28 Jun 2021 10:35:16 +0000 (19:35 +0900)]
Revert "[Tizen] Use broken image when animated image loading is failed."
This reverts commit
40e0485f9d7b9afe84e0370893454bf9bf5eacb9.
Jaehyun Cho [Mon, 28 Jun 2021 10:35:14 +0000 (19:35 +0900)]
Revert "[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x"
This reverts commit
09b3f3ad5fe767349c386b0b4f0f0fe0fafa7afb.
Adeel Kazmi [Fri, 25 Jun 2021 10:57:51 +0000 (10:57 +0000)]
Merge "DALi Version 2.0.32" into devel/master
Richard Huang [Fri, 25 Jun 2021 10:17:20 +0000 (11:17 +0100)]
DALi Version 2.0.32
Change-Id: Ic1a59b5e8e051758b5b07e23490d01f6651d7751
Heeyong Song [Fri, 18 Jun 2021 05:12:39 +0000 (14:12 +0900)]
Revert "vector-animation: Imeplements rive animation"
This reverts commit
8d1b39209d68a013f936d5233b9358b5ca06edb6.
Change-Id: I3eb922ec50afe6756bd668734c53dbede53623f6
Maria Bialota [Wed, 16 Jun 2021 12:33:20 +0000 (14:33 +0200)]
[AT-SPI] Remove Role check in AcceptObject
Removed AcceptObjectCheckRole() method and its call in AcceptObject().
Checking the AT-SPI Role of the Component to decide whether it should be
highlighted or not is not needed, as by default all Components are
non-highlightable and highlightability is decided individually
in dali-toolkit by setting the ACCESSIBILITY_HIGHLIGHTABLE property.
From now on if we want to turn on highlightability for certain
Components, we can do this in dali-toolkit on a class level
or in runtime per individual instance of a Component.
Change-Id: I4777594550765b0b8335e47cd322d7d96590fe55
huiyu.eun [Wed, 23 Jun 2021 08:04:36 +0000 (17:04 +0900)]
[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x
This reverts commit
f53afe412de49dbc41bddb58c91e46a15dfc8172.
Change-Id: I71983710a543afc5c29408e2525787cc8c0e2435
huiyu.eun [Wed, 23 Jun 2021 08:04:15 +0000 (17:04 +0900)]
[Tizen] Use broken image when animated image loading is failed.
This reverts commit
f147787a7bf525f76339020a0c85a296304510d8.
Change-Id: I4932c60ff4593dad65e0505532f65a097ba5b985
huiyu.eun [Wed, 23 Jun 2021 08:03:56 +0000 (17:03 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Idfc0f18ec974dd93b2bcf8258a3020ac4acdd932
huiyu.eun [Wed, 23 Jun 2021 08:03:48 +0000 (17:03 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
8f80553dd523d2b009c849c8d5b40f724ae3078b.
huiyu.eun [Wed, 23 Jun 2021 08:03:45 +0000 (17:03 +0900)]
Revert "[Tizen] Use broken image when animated image loading is failed."
This reverts commit
ca2c0071974f1644b0b2bb7f7aecd4eab718bdf2.
huiyu.eun [Wed, 23 Jun 2021 08:03:43 +0000 (17:03 +0900)]
Revert "[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x""
This reverts commit
b78e02cf65bbccf774b29d7f023b6b0c93b67e92.
huiyu.eun [Wed, 23 Jun 2021 08:03:41 +0000 (17:03 +0900)]
Revert "[Tizen] Revert "Destroy egl to avoid memory issue""
This reverts commit
2a738a05eb12140c1963146ad103701cac7382ea.
Richard Huang [Mon, 21 Jun 2021 13:45:02 +0000 (14:45 +0100)]
Invalidate depth and stencil buffers after finishing the rendering
Change-Id: I140a525cc748c9c411f5493aa8b34a2b7db237e8
Richard Huang [Fri, 18 Jun 2021 16:01:38 +0000 (17:01 +0100)]
Remove redundant context switching
Change-Id: I1d303f949834e48e00845f3cb327eca04e71bc1e
Adeel Kazmi [Fri, 18 Jun 2021 13:29:10 +0000 (13:29 +0000)]
Merge changes I7234d85c,I6a771210 into devel/master
* changes:
Standalone uniforms cache
Reduced number of glTexParameteri() calls
Adeel Kazmi [Fri, 18 Jun 2021 10:46:14 +0000 (10:46 +0000)]
Merge "DALi Version 2.0.31" into devel/master
David Steele [Fri, 18 Jun 2021 10:38:01 +0000 (11:38 +0100)]
DALi Version 2.0.31
Change-Id: Ib01a1753221f5c44706f192ce6a5f35e1bc21253
sunghyun kim [Fri, 18 Jun 2021 01:34:16 +0000 (01:34 +0000)]
Merge "Fix related to eglImage memory" into devel/master
Adam Bialogonski [Thu, 17 Jun 2021 11:40:48 +0000 (12:40 +0100)]
Standalone uniforms cache
Change-Id: I7234d85c4f3e93f5c1a76a19e1bc41a2cb6447e2
GLES::Program uses internal uniform cache
Adam Bialogonski [Wed, 16 Jun 2021 15:19:22 +0000 (16:19 +0100)]
Reduced number of glTexParameteri() calls
Change-Id: I6a771210f015616ca9529b7d7fa03b787a06981c
Wonsik Jung [Thu, 17 Jun 2021 02:31:11 +0000 (02:31 +0000)]
Merge "Add the exception case for window rotation." into devel/master
Wonsik Jung [Tue, 15 Jun 2021 00:49:50 +0000 (09:49 +0900)]
Add the exception case for window rotation.
When window rotaton event occurs, the window's size in rotation evnet value is initialized with 0 value.
To fix that, if window's size in rotation event value is zero, the value should be modified using DALi local data.
In addition, fix the one human error.
Change-Id: I03330dcb491b70e6b3abe1e56a9043b859adb215
Woochanlee [Mon, 14 Jun 2021 09:20:02 +0000 (18:20 +0900)]
atspi: Delete assert when parent was nullptr
when aurum bootstrap call command from host, this assert genereated.
it works well without assert exception here.
Change-Id: I9e0ffeb61167a2e36b8f40e383e011b8571808ff
Dongsug Song [Mon, 14 Jun 2021 08:58:10 +0000 (17:58 +0900)]
[Tizen] Revert "Destroy egl to avoid memory issue"
This reverts commit
3ee04aed8a7f5cf8ebe4cfeee0e4c619f393cfea.
Change-Id: I50176028d241724431e5160d458c4d30c098b662
Dongsug Song [Mon, 14 Jun 2021 08:57:41 +0000 (17:57 +0900)]
[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x"
This reverts commit
fa8796fa9e81313cd331bc20c24673182e8b28bf.
Change-Id: I2ecdab37364c8b001275a2b3390dbe4d75f24d3f
Dongsug Song [Mon, 14 Jun 2021 08:57:16 +0000 (17:57 +0900)]
[Tizen] Use broken image when animated image loading is failed.
This reverts commit
649096eb4c66dab6ea5422d76f173581550cfa06.
Change-Id: Ieed3d4e874e02aa7915bedde40a95beef64a66a2
Dongsug Song [Mon, 14 Jun 2021 08:56:51 +0000 (17:56 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
6a81c3d605dbb71875fe28984c6123825c4c89bb.
Change-Id: Ic246678cb9a6fc8e7204782be09ef041fcba7f64
Dongsug Song [Mon, 14 Jun 2021 08:56:18 +0000 (17:56 +0900)]
Merge branch 'devel/master' into tizen
Dongsug Song [Mon, 14 Jun 2021 08:55:59 +0000 (17:55 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
6016c6217d0377e6857eef6a8c9850e8d48f47c7.
Dongsug Song [Mon, 14 Jun 2021 08:55:52 +0000 (17:55 +0900)]
Revert "[Tizen] Use broken image when animated image loading is failed."
This reverts commit
9d95e5bb08ce7e065813dfc4a0d2b2b68ccd2b7b.
Dongsug Song [Mon, 14 Jun 2021 08:55:42 +0000 (17:55 +0900)]
Revert "[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x""
This reverts commit
1b170174c5f070a33dc722945f0df20b7c72b04b.
Dongsug Song [Mon, 14 Jun 2021 08:55:36 +0000 (17:55 +0900)]
Revert "[Tizen] Revert "Destroy egl to avoid memory issue""
This reverts commit
118b1e7809d06d55af4d2246614fcb6208919a5f.
Adeel Kazmi [Fri, 11 Jun 2021 11:43:32 +0000 (11:43 +0000)]
Merge "Changed when depth/stencil renderbuffers are created" into devel/master
Adeel Kazmi [Fri, 11 Jun 2021 10:35:36 +0000 (11:35 +0100)]
DALi Version 2.0.30
Change-Id: I385d7ac8c1ce5914f1148ec7fd148ad09b7d6b9c
David Steele [Thu, 10 Jun 2021 17:18:22 +0000 (18:18 +0100)]
Changed when depth/stencil renderbuffers are created
The framebuffer code incorrectly created renderbuffers
when textures were being attached. Instead, these are now
created when textures are not attached, but depth/stencil
attachments are required.
Change-Id: Ia417796e2f294ca3f6de174cb7318e4481ff92f5
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Thu, 10 Jun 2021 08:45:15 +0000 (08:45 +0000)]
Merge "(gles-context.cpp) Use pipelineState directly instead of dereferencing (SVACE Error)" into devel/master
Eunki Hong [Thu, 10 Jun 2021 05:43:57 +0000 (05:43 +0000)]
Merge "Add api for load image from encoded buffer + fix file-reader.h bug" into devel/master
Heeyong Song [Thu, 10 Jun 2021 01:32:38 +0000 (10:32 +0900)]
Fix Coverity issue
Change-Id: I85b25abce2007b7ee2b8393798404877f9c9d65b
Eunki, Hong [Wed, 2 Jun 2021 00:54:41 +0000 (09:54 +0900)]
Add api for load image from encoded buffer + fix file-reader.h bug
Add api ImageLoading::LoadImageFromBuffer(const Dali::Vector<uint8_t>&)
We can load image from encoded image buffer.
+
Fix some portential error when we use Internal::Platform::FileReader
This patch will increase the convenience
of using a Internal::Platform::FileReader
Change-Id: I0e9b77fc4665261959ed6e027e398e78db2c1d31
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Adeel Kazmi [Wed, 9 Jun 2021 16:22:16 +0000 (17:22 +0100)]
(gles-context.cpp) Use pipelineState directly instead of dereferencing (SVACE Error)
Change-Id: Iee2b9dc78f746e53270bbe762f7a522aba639bfc
Adeel Kazmi [Wed, 9 Jun 2021 11:21:17 +0000 (11:21 +0000)]
Merge "Fixed SVACE error in gles-context.cpp" into devel/master
Sunghyun Kim [Tue, 8 Jun 2021 05:29:59 +0000 (14:29 +0900)]
Fix related to eglImage memory
1. Create only when there is no eglImage
2. When new eglImage is prepared, the existing eglImage need to update
Change-Id: I8a292c5744b1605b464c45ef12c2b871624c0e5e
Seoyeon Kim [Wed, 9 Jun 2021 04:44:22 +0000 (04:44 +0000)]
Merge "[AT-SPI] Add Selection interface" into devel/master
Adeel Kazmi [Tue, 8 Jun 2021 17:35:45 +0000 (18:35 +0100)]
Fixed SVACE error in gles-context.cpp
Change-Id: I79d63e791dc00b2e9898d43c8396e09378c0bdbb
Adeel Kazmi [Tue, 8 Jun 2021 14:21:59 +0000 (14:21 +0000)]
Merge "Fixed the case when the new program is not set whe GLES Context Flush() is called." into devel/master
Artur Świgoń [Thu, 27 May 2021 13:31:47 +0000 (15:31 +0200)]
[AT-SPI] Add Selection interface
Change-Id: I893f79a9ccfb7e39fb257a798c297dc22f107cea
JunsuChoi [Tue, 8 Jun 2021 08:51:42 +0000 (17:51 +0900)]
CanvasRenderer: Fix build error for mac, android
Change-Id: I816bbc91a58c5ea82c4d7ee9c5984bdb68231346
Eunki, Hong [Thu, 3 Jun 2021 04:12:50 +0000 (13:12 +0900)]
[Tizen] Revert "Destroy egl to avoid memory issue"
This reverts commit
66a86e533a72c5f3cc83b0d82f88070827167b8d.
Change-Id: Ibabfd81a9702b5121de4f857d42537a671d4bdae
Eunki, Hong [Thu, 3 Jun 2021 03:49:23 +0000 (12:49 +0900)]
[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x"
This reverts commit
be84c04ec66073691ffbff8a33ccf7d3442b80b5.
Change-Id: Ic6ccb3b9b1a6385ea94cd4b00dde6a6c603f46e8
Taehyub Kim [Tue, 8 Jun 2021 08:43:01 +0000 (17:43 +0900)]
[Tizen] Use broken image when animated image loading is failed.
This reverts commit
4550865fdd5a760777de6a459e4abb973e71a04b.
Taehyub Kim [Tue, 8 Jun 2021 08:40:52 +0000 (17:40 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
291b9fab0aadc3cbc2c56f5457693cfb51c4f612.
Change-Id: Iccd1607a15e448828c831250994cb14f160f99e0
Taehyub Kim [Tue, 8 Jun 2021 08:38:31 +0000 (17:38 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I225989d855b68d891257097eee0a42925aa4fe30
Adam Bialogonski [Tue, 8 Jun 2021 08:28:41 +0000 (09:28 +0100)]
Fixed the case when the new program is not set whe GLES Context Flush() is called.
Change-Id: I071cdb6f356f22550d5a319d90ec135d96f8d11a
JunsuChoi [Fri, 21 May 2021 09:06:22 +0000 (18:06 +0900)]
CanvasRenderer: Clean up code
fix indentation and remove unnecessary code.
Change-Id: Ifc7928a1b04fb46d3a973999864c4053047c6384
JunsuChoi [Thu, 20 May 2021 04:22:31 +0000 (13:22 +0900)]
CanvasRenderer: Add missing parentheses for @copydoc
Change-Id: Id4c09f6e358a0f8a76b41bf7b41489a927295ec6
junsu choi [Tue, 8 Jun 2021 01:42:00 +0000 (01:42 +0000)]
Merge "CanvasRenderer: Refactoring tvgObject management" into devel/master
junsu choi [Tue, 8 Jun 2021 01:41:55 +0000 (01:41 +0000)]
Merge "Add CanvasRenderer::DrawableGroup class" into devel/master
Heeyong Song [Mon, 7 Jun 2021 00:57:49 +0000 (09:57 +0900)]
Add ETC2_EAC compressed texture format
Change-Id: I0a5d5188c8241080244bc77d40c49a338f0af797
Adam Bialogonski [Fri, 4 Jun 2021 08:56:47 +0000 (09:56 +0100)]
DALi Version 2.0.29
Change-Id: I911e991b6ca39342aa4b09ecbd46f3783293abcc
JunsuChoi [Tue, 18 May 2021 08:08:45 +0000 (17:08 +0900)]
CanvasRenderer: Refactoring tvgObject management
Thorvg is designed for immediate rendering, tvg objects use unique ptr.
However, CanvasRenderer, Shape, Drawable, and DrawableGroup inherit BaseHandle
and work according to the lifecycle of Dali objects.
CanvasRenderer classes unnecessarily checks whether tvgObject is deleted.
So we don't push each in each AddDrawable method. Just before drawing,
we clear the canvas and push all the objects managed by the list directly.
The memory of the pushed object is managed in the canvas.
Each Drawable class only needs to manage its own tvg object.
Change-Id: I373fbe4a34c8b8a3a72d222744226f84075575d7
JunsuChoi [Tue, 27 Apr 2021 06:31:04 +0000 (15:31 +0900)]
Add CanvasRenderer::DrawableGroup class
DrawableGroup is a class that implements ThorVG's tvg::Scene 1:1.
This feature can add and control multiple Drawable objects.
Since this class inherits Drawable, user can use Drawable's Opacity and Transformation methods.
class DALI_ADAPTOR_API DrawableGroup : public Drawable
AddDrawable
Clear
Change-Id: I8b95907c2df4510f3b2f7a62c249ab634214414e
Richard Huang [Tue, 25 May 2021 16:50:28 +0000 (17:50 +0100)]
Multi-level context caching
Change-Id: I31f298c50e584df98f722cf01fd6eb6d4517d90b
Seoyeon Kim [Tue, 1 Jun 2021 09:35:30 +0000 (09:35 +0000)]
Merge "[AT-SPI] Add SetTextContents, InsertText and DeleteText" into devel/master
Shinwoo Kim [Tue, 1 Jun 2021 01:04:21 +0000 (10:04 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
ad2d205c2782a21487700ee9cd23fcd44b6baa3b.
Shinwoo Kim [Tue, 1 Jun 2021 01:04:11 +0000 (10:04 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
9e3545baf5bb3e4ef01de1b63756d98e81c68b97.
Shinwoo Kim [Tue, 1 Jun 2021 01:04:03 +0000 (10:04 +0900)]
Revert "[Tizen] Use broken image when animated image loading is failed."
This reverts commit
89545d87f0f8a4a72ba94f92080d690907e1c81d.
Shinwoo Kim [Tue, 1 Jun 2021 01:03:53 +0000 (10:03 +0900)]
Revert "[Tizen] vector-animation: Imeplements rive animation"
This reverts commit
6f0592414c5e7acdfadccfde0f9bcb594ff9cb2f.
Shinwoo Kim [Tue, 1 Jun 2021 01:03:20 +0000 (10:03 +0900)]
Revert "[Tizen] Rename functions, variables, etc related to policy decision."
This reverts commit
c00651068b08b96303fe19eb937c409f8d133e4e.
Shinwoo Kim [Tue, 1 Jun 2021 01:03:00 +0000 (10:03 +0900)]
Revert "[Tizen] Ensured GL calls are not made after EGL Shutdown"
This reverts commit
2ccd4e09d9f11936b46af192b3bfb09fc66c46f3.
Shinwoo Kim [Tue, 1 Jun 2021 01:02:46 +0000 (10:02 +0900)]
Revert "[Tizen] Modify window configure notification event callback"
This reverts commit
935c0efc8a8f559eb3afad650e302219032fff24.
Shinwoo Kim [Tue, 1 Jun 2021 01:01:53 +0000 (10:01 +0900)]
Revert "[Tizen] Add text wrapping hyphen mode support"
This reverts commit
d84536e885d09fc1d402e84a47f17c1f1baeb2d0.
Shinwoo Kim [Tue, 1 Jun 2021 01:01:45 +0000 (10:01 +0900)]
Revert "[Tizen] Fixed reported SVACE error in hyphenation-impl.cpp"
This reverts commit
147d49eb19170988fdcafaa62eb0c3309c612522.
Shinwoo Kim [Tue, 1 Jun 2021 01:01:32 +0000 (10:01 +0900)]
Revert "[Tizen] Fixing issue: On Text, reducing font-point-size when the Glyph-block-size be larger than Atlas-block-size to fit into it."
This reverts commit
b49c9b5318bda2f74ce7320b20ab0b6541f1af0e.
Shinwoo Kim [Tue, 1 Jun 2021 01:01:21 +0000 (10:01 +0900)]
Revert "[Tizen] Window operations return detail result"
This reverts commit
884981790e55ff2cefe3b374b41576808580c65e.
Shinwoo Kim [Tue, 1 Jun 2021 01:01:13 +0000 (10:01 +0900)]
Revert "[Tizen][AT_SPI] Remove Bridge::EnableAutoInit() arguments and etc."
This reverts commit
b29fce6b662a6f4a82d7667714473e16b3967220.
Sunghyun Kim [Mon, 31 May 2021 01:22:53 +0000 (10:22 +0900)]
[Tizen] Fix related to eglImage memory
1. Create only when there is no eglImage
2. When new eglImage is prepared, the existing eglImage need to update
Change-Id: I03d4f0df913203a29bc6f3f912ddcf08072a5911
Artur Świgoń [Tue, 25 May 2021 15:23:11 +0000 (17:23 +0200)]
[AT-SPI] EmitBoundsChanged() for Window
BoundsChanged is no longer emitted for all actors, so this needs to be
handled manually here.
Change-Id: I88596975d2422d689e5ea4a64176da6c1a92eb0c
Richard Huang [Fri, 28 May 2021 09:51:03 +0000 (10:51 +0100)]
DALi Version 2.0.28
Change-Id: If7675e570fb533f4215ba26fa92493a6fcf12872
Bartlomiej Grzelewski [Thu, 15 Apr 2021 08:52:01 +0000 (10:52 +0200)]
[AT-SPI] Add SetTextContents, InsertText and DeleteText
Extend at-spi interface of EditableText objects.
Change-Id: I32b315f996bb1a8b769a71196f6606e628f0a302
Adeel Kazmi [Thu, 27 May 2021 11:47:46 +0000 (11:47 +0000)]
Merge "Fixed SVACE errors in Test Graphics & EglGraphicsController" into devel/master
Artur Świgoń [Thu, 15 Apr 2021 09:53:25 +0000 (11:53 +0200)]
[Tizen][AT_SPI] Remove Bridge::EnableAutoInit() arguments and etc.
This includes followings:
[AT-SPI] Add API for blocking automatic Bridge initialization
atspi: suppress reading of screen-reader
atspi: suppress screen-reader by env variable
atspi: reduce DBus signal 'BoundsChanged'
[AT-SPI] Remove Bridge::EnableAutoInit() arguments
Change-Id: I6a903786b4e6df403211a47fb5522d10de9a6bf2
Adeel Kazmi [Thu, 27 May 2021 09:40:56 +0000 (10:40 +0100)]
Fixed SVACE errors in Test Graphics & EglGraphicsController
Change-Id: I21fd4aa8adaa52a83f24fd729fdbcf947e5fac02
seungho [Tue, 25 May 2021 08:48:13 +0000 (17:48 +0900)]
Return captured results with PixelBuffer
- Returns buffer of captured result
- To return pixelBuffer help to control captured image like crop or picking color.
Change-Id: Iaa8f4402c0cb495d9a7cb18b8a297ab5d84b96a0
Signed-off-by: seungho <sbsh.baek@samsung.com>
Jiyun Yang [Wed, 12 May 2021 06:40:13 +0000 (15:40 +0900)]
[Tizen] Window operations return detail result
Change-Id: I849cb5349a093142e45edf12599588634f354233
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
David Steele [Wed, 26 May 2021 12:27:06 +0000 (12:27 +0000)]
Merge "Merge branch 'devel/master' into devel/graphics" into devel/master