David Steele [Fri, 8 Apr 2022 11:55:23 +0000 (12:55 +0100)]
[dali_2.1.17] Merge branch 'devel/master'
Change-Id: Ia7391a7a99cb78767c4f9738e1cff53b9509db3d
David Steele [Fri, 8 Apr 2022 11:54:55 +0000 (12:54 +0100)]
DALi Version 2.1.17
Change-Id: I15db6a71285a42f4af351328eaf2589ff0af0732
David Steele [Fri, 1 Apr 2022 12:07:59 +0000 (12:07 +0000)]
Merge "DALi Version 2.1.16" into devel/master
Adam Bialogonski [Fri, 1 Apr 2022 11:52:58 +0000 (12:52 +0100)]
[dali_2.1.16] Merge branch 'devel/master'
Change-Id: I33ce2678bd953929d8a600902e3793c80b6d75db
Adam Bialogonski [Fri, 1 Apr 2022 11:51:59 +0000 (12:51 +0100)]
DALi Version 2.1.16
Change-Id: Ia47acd080c355c6c220b9028209f0c7b67da49b9
Shinwoo Kim [Fri, 1 Apr 2022 07:06:35 +0000 (07:06 +0000)]
Merge "[AT-SPI] Introduce AtspiEvents" into devel/master
Shinwoo Kim [Mon, 28 Mar 2022 08:10:17 +0000 (08:10 +0000)]
Merge "[AT-SPI] Add ScreenReaderEnabled, Disabled" into devel/master
Adeel Kazmi [Fri, 25 Mar 2022 10:58:12 +0000 (10:58 +0000)]
[dali_2.1.15] Merge branch 'devel/master'
Change-Id: I33e431714e22c0be0813fc10f189a8fe2f166f98
Adeel Kazmi [Fri, 25 Mar 2022 10:57:24 +0000 (10:57 +0000)]
DALi Version 2.1.15
Change-Id: Ida0cd9cab5d3b6fcca1bd9a218cc9d2388e12554
Shinwoo Kim [Thu, 24 Mar 2022 10:26:41 +0000 (19:26 +0900)]
[AT-SPI] Introduce AtspiEvents
The AtspiEvents can be used for the event mask to suppress
specific event.
This is the second version to provide AtspiEvents.
The first version is
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/272185/
Dependency:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/272184/
Change-Id: I04bf662b48799c60c46917931cb25057ea996dd7
Adeel Kazmi [Tue, 22 Mar 2022 15:17:52 +0000 (15:17 +0000)]
Merge "Remove element of Property::Map by the specified key." into devel/master
Shinwoo Kim [Tue, 15 Mar 2022 06:42:16 +0000 (15:42 +0900)]
[AT-SPI] Add ScreenReaderEnabled, Disabled
ScreenReaderEnabled should be distinguished from IsEnabled.
This is because there are things to do only when the screen reader is enabled.
Dependency:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/272348/
Change-Id: I45b3527bf7f487152c382237993496c21d135296
sunghyun kim [Mon, 21 Mar 2022 07:32:35 +0000 (07:32 +0000)]
Merge "Add API for consuming keyEvent in Widget" into devel/master
joogab yun [Mon, 21 Mar 2022 00:57:49 +0000 (00:57 +0000)]
Merge "Add clockwise and countClockwise type" into devel/master
joogab yun [Mon, 21 Mar 2022 00:57:28 +0000 (00:57 +0000)]
Merge "Add deviceName to GetNextFocusableView() in CustomFocusAlgorithm." into devel/master
Richard Huang [Fri, 18 Mar 2022 11:24:36 +0000 (11:24 +0000)]
[dali_2.1.14] Merge branch 'devel/master'
Change-Id: Ice9765e7e475da4f5bf82cd4ba959a7de289c2bd
Richard Huang [Fri, 18 Mar 2022 11:23:48 +0000 (11:23 +0000)]
DALi Version 2.1.14
Change-Id: I5accdd74ebbe5971c7f9db3559efc44c0f304c62
SangHyeon Lee [Thu, 17 Mar 2022 10:46:49 +0000 (10:46 +0000)]
Merge "Add UserInteractionEnabled Property on Actor Wrap." into devel/master
huayong.xu [Thu, 17 Mar 2022 02:38:47 +0000 (10:38 +0800)]
Remove element of Property::Map by the specified key.
Change-Id: Ia35d0390b67e3c00b3edc2ef511d01e818607479
Artur Świgoń [Mon, 14 Mar 2022 14:56:50 +0000 (15:56 +0100)]
[AT-SPI] Remove SetAccessibilityConstructor()
A related dali-toolkit patch removes this function. An override for
CreateAccessibleObject() is provided instead. Unlike in other
repositories, no explicit assignment of ACCESSIBILITY_ROLE is needed,
because that is always done in C# for NUI controls.
Change-Id: I1481aa46c3849e72a0dbec9ae51d932220777665
Artur Świgoń [Tue, 15 Mar 2022 09:51:17 +0000 (09:51 +0000)]
Merge "[AT-SPI] Remove interops for SetAccessibilityConstructor()" into devel/master
joogab yun [Tue, 15 Mar 2022 04:07:19 +0000 (04:07 +0000)]
Merge "Add a Hit-Test result events." into devel/master
Seoyeon Kim [Mon, 14 Mar 2022 05:42:10 +0000 (05:42 +0000)]
Merge "[AT-SPI] Add a header file for NUIViewAccessible" into devel/master
Seoyeon Kim [Mon, 14 Mar 2022 05:19:19 +0000 (05:19 +0000)]
Merge "[AT-SPI] Rename accessible-impl-nui.cpp to nui-view-accessible.cpp" into devel/master
Artur Świgoń [Fri, 4 Mar 2022 15:33:40 +0000 (16:33 +0100)]
[AT-SPI] Remove interops for SetAccessibilityConstructor()
The method name SetAccessibilityConstructor() in NUI has always been
misleading, because it actually never had an 'accessibilityConstructor'
parameter in the first place. With the recent addition of bindings for
Accessible::GetInterfaces(), all NUI controls use the same Accessible
implementation (NUIViewAccessible) anyway.
Change-Id: I582d32d6cb0aa5705d156d3ea398f76935f85572
Adeel Kazmi [Fri, 11 Mar 2022 15:33:37 +0000 (15:33 +0000)]
Merge "DALi Version 2.1.13" into devel/master
David Steele [Fri, 11 Mar 2022 15:22:33 +0000 (15:22 +0000)]
[dali_2.1.13] Merge branch 'devel/master'
Change-Id: I5251c23d60491bc730438fa7d41b82536a51acf4
David Steele [Fri, 11 Mar 2022 15:22:05 +0000 (15:22 +0000)]
DALi Version 2.1.13
Change-Id: Ibdaad0866ec57a514597f21376d4bf0c10e1bbf2
Artur Świgoń [Fri, 11 Mar 2022 14:22:43 +0000 (15:22 +0100)]
[AT-SPI] Add a header file for NUIViewAccessible
There will be a need to create an instance of this class from outside of
'nui-view-accessible.cpp', so the most elegant solution is to add a
header file with a declaration of this class.
Change-Id: Ibfb996d7cb0aef12cf38dcbd6c7c68e3d29d4cae
Artur Świgoń [Fri, 11 Mar 2022 14:24:29 +0000 (15:24 +0100)]
[AT-SPI] Rename accessible-impl-nui.cpp to nui-view-accessible.cpp
The file name 'accessible-impl-nui.cpp' reflected the old name of this
class, 'AccessibleImpl_NUI'. It is now called 'NUIViewAccessible', hence
'nui-view-accessible.cpp'.
Change-Id: I1f50aa9c54afbe3eea21076940bc755756ccc91f
Artur Świgoń [Fri, 18 Feb 2022 13:27:19 +0000 (14:27 +0100)]
[AT-SPI] Pass a Control to DevelControl functions
A related dali-toolkit change narrows down the expected type from an
Actor to a Control. These functions did not work for non-Control Actors
anyway.
Change-Id: I2fde58bfee6eb1daba32becd690ea217c32f7077
joogab.yun [Thu, 10 Mar 2022 05:00:12 +0000 (14:00 +0900)]
Add clockwise and countClockwise type
Change-Id: Ifd7620b969d861dd699e5c671049f65a2f92122e
joogab.yun [Fri, 4 Mar 2022 06:05:58 +0000 (15:05 +0900)]
Add deviceName to GetNextFocusableView() in CustomFocusAlgorithm.
Change-Id: I52c8d5b205db257f6a8276ec716ae7133a2cf99a
Shinwoo Kim [Mon, 28 Feb 2022 13:54:38 +0000 (22:54 +0900)]
[AT-SPI] text: add "GetRangeExtents" interface
This interface will be used for getting MBR(Minimum Bounding Rectangle)
with following usage on the AT client side.
cc = atspi_text_get_character_count(text, NULL);
rect = atspi_text_get_range_extents(text, 0, cc, ATSPI_COORD_TYPE_WINDOW, NULL);
Change-Id: Ie4fa25b128235172c98dae1d4bdeabcad0c25910
David Steele [Fri, 4 Mar 2022 11:20:45 +0000 (11:20 +0000)]
Merge "DALi Version 2.1.12" into devel/master
Adeel Kazmi [Fri, 4 Mar 2022 10:02:02 +0000 (10:02 +0000)]
[dali_2.1.12] Merge branch 'devel/master'
Change-Id: Id9bd355f469999a8cdab2df0fc5d12b14d6de6c2
Adeel Kazmi [Fri, 4 Mar 2022 10:01:16 +0000 (10:01 +0000)]
DALi Version 2.1.12
Change-Id: I3b3a969db6845197f1776d0b3353b6cb08d221d6
Taehyub Kim [Thu, 24 Feb 2022 13:04:57 +0000 (22:04 +0900)]
dnd : modify dnd interfaces
Change-Id: Ie7995033de0d94a8e511c92fe68eeb40daa25c0e
tscholb [Wed, 16 Feb 2022 02:44:24 +0000 (11:44 +0900)]
Add API for consuming keyEvent in Widget
When a widget consumes a keyEvent, the WidgetView must also consume that keyEvent.
An API called SetUsingKeyEvent() allows the WidgetApplication to set this flag.
Change-Id: Ic10a02c216ae1861a9b6b0edff509b2c6e032d2b
Seoyeon Kim [Fri, 4 Mar 2022 00:39:41 +0000 (00:39 +0000)]
Merge "[AT-SPI] Clean up atspi-wrap.cpp" into devel/master
EverLEEst(SangHyeon Lee) [Thu, 17 Feb 2022 06:57:51 +0000 (22:57 -0800)]
Add UserInteractionEnabled Property on Actor Wrap.
Add UserInteractionEnabled property for c# binding.
See also,
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-core/+/271115
Change-Id: I0961e115d5d1c658762039598b20af18546e3f3e
joogab.yun [Sat, 12 Feb 2022 06:26:44 +0000 (15:26 +0900)]
Add a Hit-Test result events.
In the case of TouchEvent or Gesture, there is no way to propagate the event to the view below that is not related.
So, before sending an touch event, send an hitTestResult event to the view in the hit-test process to ask whether it will be hit or not.
If it returns false, it means that it will not be hit, and the hit-test continues to the next view.
Change-Id: Iddd07ace348441e7a51683352bea59531a3548ad
Seoyeon Kim [Wed, 2 Mar 2022 07:14:55 +0000 (07:14 +0000)]
Merge "[AT-SPI] Support multiple AT-SPI interfaces for View" into devel/master
Artur Świgoń [Fri, 25 Feb 2022 09:58:21 +0000 (10:58 +0100)]
[AT-SPI] Clean up atspi-wrap.cpp
This is a complementary change to "static class Accessibility" in NUI.
Change-Id: I44e8f102ce68318003fd051451480a55c2f8fc08
Adam Bialogonski [Fri, 25 Feb 2022 11:48:24 +0000 (11:48 +0000)]
[dali_2.1.11] Merge branch 'devel/master'
Change-Id: Icc7b3dbeef5dcdb588b563352fe9d9e9f4bdd368
Adam Bialogonski [Fri, 25 Feb 2022 11:47:35 +0000 (11:47 +0000)]
DALi Version 2.1.11
Change-Id: I90d4e19cb3c84023ae423daf31ea22e4db1ead92
Artur Świgoń [Thu, 10 Feb 2022 08:53:29 +0000 (09:53 +0100)]
[AT-SPI] Support multiple AT-SPI interfaces for View
This patch leaves only one version of NUIViewAccessible that contains
the necessary glue code for all interfaces that are of interest to NUI
and adds bindings for a new virtual method (Accessible::DoGetInterfaces)
to AccessibilityDelegate so that the set of implemented interfaces can
be entirely determined on the C# side (we cannot use dynamic_cast to
inspect C# objects, so we have to rely on C# self-declaring what
interfaces a given object implements).
A new template helper method (NUIViewAccessible::CallMethod) is
introduced, to ensure that it is legal to call a given method (declared
interfaces are checked) and to significantly reduce code duplication,
including null-checking the function pointer and passing the first
argument ('self') which is identical for all methods.
Note that with the singleton AccessibilityDelegate, we no longer allow
null pointers in it, and no longer silently ignore them. It is a bug if
any of the pointers are null (or a version mismatch between DALi and
NUI, although that would probably cause an assertion on structure size
mismatch in SetAccessibilityDelegate).
Change-Id: If706d4d50985ec9694190b7e99c17cedfd44da57
Adeel Kazmi [Fri, 18 Feb 2022 11:13:16 +0000 (11:13 +0000)]
Merge "DALi Version 2.1.10" into devel/master
Richard Huang [Fri, 18 Feb 2022 11:02:33 +0000 (11:02 +0000)]
[dali_2.1.10] Merge branch 'devel/master'
Change-Id: I86a1ffe1f16eb68e60e0b25149208efbff88403b
Richard Huang [Fri, 18 Feb 2022 11:01:45 +0000 (11:01 +0000)]
DALi Version 2.1.10
Change-Id: I185fe4b764e01f705097be11c69912263ffd9aef
Wonsik Jung [Fri, 18 Feb 2022 04:29:43 +0000 (04:29 +0000)]
Merge "Add Maximize/Minimized in Window" into devel/master
Taehyub Kim [Fri, 18 Feb 2022 04:13:05 +0000 (04:13 +0000)]
Merge "dnd: add drag and drop csharp binding codes" into devel/master
Seoyeon Kim [Thu, 17 Feb 2022 10:45:03 +0000 (10:45 +0000)]
Merge "[AT-SPI] Singleton AccessibilityDelegate" into devel/master
Taehyub Kim [Fri, 17 Dec 2021 05:54:44 +0000 (14:54 +0900)]
dnd: add drag and drop csharp binding codes
Change-Id: Ia537714144d72a7b5d8304f754363e17270093c2
Adeel Kazmi [Fri, 11 Feb 2022 12:07:19 +0000 (12:07 +0000)]
Merge "DALi Version 2.1.9" into devel/master
David Steele [Fri, 11 Feb 2022 12:02:27 +0000 (12:02 +0000)]
[dali_2.1.9] Merge branch 'devel/master'
Change-Id: Iadb77a43487dffd582868fa15573849fdde36f3b
David Steele [Fri, 11 Feb 2022 12:02:00 +0000 (12:02 +0000)]
DALi Version 2.1.9
Change-Id: If3c6028a664b7650ef74343b20af34ae2ec55c56
joogab.yun [Fri, 11 Feb 2022 06:14:17 +0000 (15:14 +0900)]
Changed from Adaptor api to Window api about FeedEvents
Change-Id: I3915a9b2a08dfc87b2b85e554e0a448dcee20d5e
joogab.yun [Fri, 11 Feb 2022 02:14:55 +0000 (11:14 +0900)]
Add FeedTouchPoint and FeedWheelEvent api binding
Change-Id: I82b947086e17fec100cb84f2b54d662044dd8c7b
Artur Świgoń [Fri, 21 Jan 2022 17:25:26 +0000 (18:25 +0100)]
[AT-SPI] Singleton AccessibilityDelegate
The AccessibilityDelegate structure contains function pointers
(initialized in NUI) which allow to redirect virtual C++ Accessible
method calls to virtual C# View method calls (NUI does not have the
concept of Accessible objects, but customizes Accessibility behaviour by
overriding virtual methods in View instead). These function pointers
were initialized from anonymous functions in C# that implicitly captured
'this', which meant that every View / NUIViewAccessible had to have its
own copy of AccessibilityDelegate.
However, if all methods from AccessibilityDelegate had an extra
parameter (an Actor handle or a RefObject* to a View) which would allow
to redirect the virtual method call to the right C# object, then having
only one copy of AccessibilityDelegate would be enough. This patch does
exactly that (together with the complementary TizenFX change).
Since there is no need to increase the reference count for the duration
of the method call, RefObject* was selected as the type of the 'self'
parameter. Passing other objects (specifically, the 'child' parameter of
ScrollToChild) still employs creating a new Actor handle (i.e.
increasing the reference count).
Change-Id: Ie51f0ea204f9d1a08723adbd2c1d7b4bf1bcbb43
Artur Świgoń [Mon, 24 Jan 2022 12:16:55 +0000 (13:16 +0100)]
[AT-SPI] Clean up interops for Accessibility::States
This patch:
* Removes legacy interops for Accessibility::States.
* Removes the '2' suffix from
CSharp_Dali_Toolkit_DevelControl_NotifyAccessibilityStateChange and
CSharp_Dali_Accessibility_EmitAccessibilityStateChangedEvent.
* Adds a missing 's' to the end of
CSharp_Dali_Toolkit_DevelControl_GetAccessibilityStates.
* Makes AccessibilityDelegate::calculateStates return the bitset
directly as an std::uint64_t instead of a heap-allocated object (in sync
with the complementary NUI change) to avoid an unnecessary memory
allocation.
* Changes the second parameter of
CSharp_Dali_Accessibility_EmitAccessibilityStateChangedEvent to a single
integer (single State value) instead of a bitmask (potentially multiple
States) and removes ugly conversion code (in sync with a modified
parameter type in NUI).
* Leverages the new BitSet(std::uint64_t) constructor and GetRawData64()
method from Accessibility::BitSet to avoid having to perform bit
operations when serializing Accessibility::States.
Change-Id: I166cf63c70260bea9e3a19d1e3dd08d3990e5097
dongsug song [Mon, 7 Feb 2022 02:35:09 +0000 (02:35 +0000)]
Merge "Set http response body in binary format." into devel/master
Adeel Kazmi [Fri, 4 Feb 2022 15:36:10 +0000 (15:36 +0000)]
Merge "DALi Version 2.1.8" into devel/master
Adeel Kazmi [Fri, 4 Feb 2022 13:16:03 +0000 (13:16 +0000)]
[dali_2.1.8] Merge branch 'devel/master'
Change-Id: I5615b211fa6fa874287ed03bf03db8e74a821535
Adeel Kazmi [Fri, 4 Feb 2022 13:15:17 +0000 (13:15 +0000)]
DALi Version 2.1.8
Change-Id: I77dc34a18c0d951f52480fb0b805a339c47233d1
Bowon Ryu [Fri, 4 Feb 2022 06:02:05 +0000 (06:02 +0000)]
Merge "Add SelectionStarted Signal" into devel/master
Eunki, Hong [Mon, 24 Jan 2022 06:21:54 +0000 (15:21 +0900)]
Make NUI View/ImageView/TextLabel always DISABLE_STYLE_CNAHGED
Change-Id: Ia74dea0c6e10c17f43a5f614c7d9f460ae5bb3fc
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 28 Jan 2022 13:19:34 +0000 (13:19 +0000)]
Merge "DALi Version 2.1.7" into devel/master
Adam Bialogonski [Fri, 28 Jan 2022 12:11:45 +0000 (12:11 +0000)]
[dali_2.1.7] Merge branch 'devel/master'
Change-Id: Ibf60ac4818282931416610568e083f803a78a4e7
Adam Bialogonski [Fri, 28 Jan 2022 12:10:56 +0000 (12:10 +0000)]
DALi Version 2.1.7
Change-Id: I9f4d4a227b65d6e3f0876b6c59b4bac2aed362cc
Eunki, Hong [Fri, 28 Jan 2022 10:29:36 +0000 (19:29 +0900)]
nullptr check of mHandler and mPostHandler
Same as above
Change-Id: Ic0dbbf7616dd5fc0a116ab7a7fda9808892da756
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 28 Jan 2022 08:10:20 +0000 (17:10 +0900)]
Make ProcessorController can use PostProcess
Make ProcessorController::Process also be called in PostProcess time.
Also, make Awake function didn't have effort during ProcessEvent running.
Change-Id: I47638bc605f513be01f9c38d8faf1c5eccb377d1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
abdullah [Wed, 19 Jan 2022 11:45:34 +0000 (13:45 +0200)]
Add SelectionStarted Signal
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/269516
Change-Id: I8f453456379e7f2506a7633f7a87905fa664b264
Shrouq Sabah [Mon, 9 Aug 2021 16:29:30 +0000 (19:29 +0300)]
[NUI] Add CharacterSpacing Property
The spaces between characters.
A positive value will make the characters far apart (expanded) and a negative value will bring them closer (condensed).
Change-Id: Ia07461744ffec48af66d46154eecda47e1a2075a
huayong.xu [Wed, 19 Jan 2022 10:30:35 +0000 (18:30 +0800)]
Set http response body in binary format.
Change-Id: I9265054da0e9e2437c097d4214534c7354a49331
Artur Świgoń [Fri, 21 Jan 2022 10:03:50 +0000 (11:03 +0100)]
[AT-SPI] Remove GetBoundAccessibilityObject
It is unclear what purpose this function meant to serve, but its
documentation is misleading, because it does exactly the same thing
as Accessible::Get.
Change-Id: I4e61606303a2a77333e7ebc42cfe280dd29c34e0
Richard Huang [Fri, 21 Jan 2022 11:46:01 +0000 (11:46 +0000)]
[dali_2.1.6] Merge branch 'devel/master'
Change-Id: Icac5789b19323a76c4d6bda0d99b1352e62a385c
Richard Huang [Fri, 21 Jan 2022 11:45:01 +0000 (11:45 +0000)]
DALi Version 2.1.6
Change-Id: I5f5237d5189282f1cf7deff2b0834da25ba9bd9b
Seoyeon Kim [Tue, 18 Jan 2022 08:09:09 +0000 (08:09 +0000)]
Merge "[AT-SPI] Add DoGetChildren() override to NUIViewAccessible" into devel/master
Daekwang Ryu [Tue, 28 Dec 2021 05:41:17 +0000 (14:41 +0900)]
Change method names of GlWindow
It copies from GlView.
Change-Id: I4db90e37da3e11e6b7ec9ea1fd70cc7e12f2df27
David Steele [Fri, 14 Jan 2022 15:41:09 +0000 (15:41 +0000)]
[dali_2.1.5] Merge branch 'devel/master'
Change-Id: I1c872c18824fa02e93e3c3f14272d479bef9d39d
David Steele [Fri, 14 Jan 2022 15:40:42 +0000 (15:40 +0000)]
DALi Version 2.1.5
Change-Id: I513eba8b631bf70e2707067ba3536a73efae5766
Artur Świgoń [Wed, 29 Dec 2021 07:59:35 +0000 (08:59 +0100)]
[AT-SPI] Add DoGetChildren() override to NUIViewAccessible
ActorAccessible now offers a simpler mechanism to customize children.
Change-Id: I67db9cf95790bc974e802d2c4a09b3b2ca44dc32
Bowon Ryu [Tue, 11 Jan 2022 13:10:55 +0000 (13:10 +0000)]
Merge "Add Strikethrough Property" into devel/master
Shrouq Sabah [Wed, 1 Sep 2021 15:30:25 +0000 (18:30 +0300)]
Add Strikethrough Property
Add Strikethrough Property to TextEditor, TextField and TextLabel
Add InputStrikethrough Property to TextEditor and TextField
The strikethrough map contains the following keys:
| %Property Name | Type | Required | Description |
|----------------------|----------|----------|--------------------------------------------------------------------------------------------------------------------|
| enable | BOOLEAN | No | True to enable the strikethrough or false to disable (the default value is false) |
| color | VECTOR4 | No | The color of the strikethrough (the default value is Color::BLACK) |
| height | FLOAT | No | The height of the strikethrough (the default value is 0)
Change-Id: I3098a64aba95f4b795c3307852e8aea766445c64
Seoyeon Kim [Tue, 11 Jan 2022 06:45:26 +0000 (06:45 +0000)]
Merge "Add a callback for navigation policy in csharp binder." into devel/master
David Steele [Fri, 7 Jan 2022 10:19:23 +0000 (10:19 +0000)]
Merge "DALi Version 2.1.4" into devel/master
Adam Bialogonski [Fri, 7 Jan 2022 10:06:49 +0000 (10:06 +0000)]
[dali_2.1.4] Merge branch 'devel/master'
Change-Id: I1dfef02fd6e758ee3aab6af6e84c14ba0e26224f
Adam Bialogonski [Fri, 7 Jan 2022 10:06:01 +0000 (10:06 +0000)]
DALi Version 2.1.4
Change-Id: I55541b80c2d3f3b014e33ac515f9d0e8f8f21b9f
Bowon Ryu [Fri, 7 Jan 2022 02:45:46 +0000 (02:45 +0000)]
Merge "Add ENABLE_FONT_SIZE_SCALE property to text components" into devel/master
Bowon Ryu [Thu, 6 Jan 2022 05:43:50 +0000 (14:43 +0900)]
Add ENABLE_FONT_SIZE_SCALE property to text components
Change-Id: Ida7c56c367cec56707c892a49ece7424e22a1545
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Artur Świgoń [Mon, 22 Nov 2021 10:08:10 +0000 (11:08 +0100)]
[AT-SPI] Expose DevelControl::Property::ACCESSIBILITY_HIDDEN
Change-Id: If0254c40b5e8346f3acc461bc81196d1af40f971
Wonsik Jung [Mon, 3 Jan 2022 01:24:00 +0000 (10:24 +0900)]
Add Maximize/Minimized in Window
Add Maximize/Minimized in Window.
This functions set maximized window or minimized window.
Change-Id: I0285b2aac2b72a4ba65d931a9611f7a08afc230c
Eunki, Hong [Thu, 30 Dec 2021 09:31:47 +0000 (18:31 +0900)]
Add Awake API in ProcessController to call Process hard.
When DALi-related API doesn't called, DALi think there is nothing to update
--> ProcessController doesn't call the callback functions.
This patch make Awake API so NUI can awak DALi event & update thread hardly.
Change-Id: Ia21ffd48c5ae46ae6f6c58b5baa0261e2563f4da
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
huayong.xu [Thu, 23 Dec 2021 10:30:44 +0000 (18:30 +0800)]
Add a callback for navigation policy in csharp binder.
Change-Id: I4344686986d3d47b3745fb4d026ef3a14b0aac3d
Artur Świgoń [Fri, 3 Dec 2021 19:22:43 +0000 (20:22 +0100)]
[AT-SPI] Synchronize with AT-SPI cleanup in dali-toolkit
Changes in dali-adaptor and dali-toolkit add const-correctness and
rename some Accessible-derived classes.
Change-Id: I58cfab34dfffa8eaa094c13a27b236031e584ecd
Lukasz Oleksak [Fri, 17 Dec 2021 14:37:06 +0000 (14:37 +0000)]
Merge "[AT-SPI] Update #include paths to AT-SPI interfaces" into devel/master
Adeel Kazmi [Fri, 17 Dec 2021 06:59:49 +0000 (06:59 +0000)]
[dali_2.1.3] Merge branch 'devel/master'
Change-Id: Ib15befa5399c9bb34857ac9c032636083dc25666
Adeel Kazmi [Fri, 17 Dec 2021 06:59:01 +0000 (06:59 +0000)]
DALi Version 2.1.3
Change-Id: I6e2d3f67857682113ae974c0ac689501b92efe40
Artur Świgoń [Fri, 10 Dec 2021 17:44:11 +0000 (18:44 +0100)]
[AT-SPI] Update #include paths to AT-SPI interfaces
A related dali-adaptor change splits accessibility-impl.h so that there
is one header file per AT-SPI interface.
Change-Id: Iae3e4a2bbe457e4b0b127d02277510a18ead55a5