platform/core/uifw/dali-csharp-binder.git
23 months agoAdd scene3d module for csharp binder 28/278428/4
Xianbing Teng [Wed, 20 Jul 2022 09:25:38 +0000 (17:25 +0800)]
Add scene3d module for csharp binder

Change-Id: I6d2e9d52b6fc7a4204ead73059c660fe486c0609

2 years agoMerge "Make web engine context be a singleton." into devel/master
dongsug song [Wed, 20 Jul 2022 11:06:38 +0000 (11:06 +0000)]
Merge "Make web engine context be a singleton." into devel/master

2 years agoMerge "Update spec and CMakeLists.txt" into devel/master
dongsug song [Wed, 20 Jul 2022 08:33:31 +0000 (08:33 +0000)]
Merge "Update spec and CMakeLists.txt" into devel/master

2 years agoMerge "Fix issue that LoadContents of WebView cound not be called with null arguments...
dongsug song [Wed, 20 Jul 2022 08:11:36 +0000 (08:11 +0000)]
Merge "Fix issue that LoadContents of WebView cound not be called with null arguments." into devel/master

2 years agoMake web engine context be a singleton. 09/277709/2
huayong.xu [Tue, 12 Jul 2022 08:05:54 +0000 (16:05 +0800)]
Make web engine context be a singleton.

Change-Id: I7eed0a8d262fa5affcbbb004d4b74d42b48db251

2 years agoUpdate spec and CMakeLists.txt 35/275835/5
Xianbing Teng [Thu, 2 Jun 2022 13:26:22 +0000 (21:26 +0800)]
Update spec and CMakeLists.txt

Change-Id: I64621ac3368aae5b5d2457a0db28f5a4114b89cf

2 years agoDALi Version 2.1.31 72/277972/1 dali_2.1.31
Richard Huang [Fri, 15 Jul 2022 12:17:02 +0000 (13:17 +0100)]
DALi Version 2.1.31

Change-Id: Ie2ee180a96d685049f36c392ccc7ed1e7534e034

2 years agoMerge "Updates following web-engine devel header location change" into devel/master
Adeel Kazmi [Thu, 14 Jul 2022 18:13:15 +0000 (18:13 +0000)]
Merge "Updates following web-engine devel header location change" into devel/master

2 years agoMerge "Updates following canvas-renderer devel header location change" into devel...
Adeel Kazmi [Thu, 14 Jul 2022 14:59:18 +0000 (14:59 +0000)]
Merge "Updates following canvas-renderer devel header location change" into devel/master

2 years agoUpdates following web-engine devel header location change 18/277818/1
Adeel Kazmi [Wed, 13 Jul 2022 17:13:03 +0000 (18:13 +0100)]
Updates following web-engine devel header location change

Change-Id: I68d02d0a10a995df81b6796adcd2e75097677ad2

2 years agoUpdates following canvas-renderer devel header location change 13/277813/1
Adeel Kazmi [Wed, 13 Jul 2022 16:43:25 +0000 (17:43 +0100)]
Updates following canvas-renderer devel header location change

Change-Id: I6118316550b9f1a84e3794a1f6e85dd802e7d37e

2 years agoProperty::Value operator== bind 78/277578/2
Eunki, Hong [Fri, 8 Jul 2022 10:27:27 +0000 (19:27 +0900)]
Property::Value operator== bind

Change-Id: If167999961a6b0543c4f24c9854a4f7c8381d245
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoBinding ALLOW_ONLY_OWN_TOUCH 56/276656/6
joogab.yun [Thu, 23 Jun 2022 02:13:22 +0000 (11:13 +0900)]
Binding ALLOW_ONLY_OWN_TOUCH
refer https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/276632/

Change-Id: I525bae35b1da8108d2b0fc3e75e5331bb36147f9

2 years agoMerge "[AT-SPI] Store AccessibilityAttributes in NUI" into devel/master
Seoyeon Kim [Fri, 8 Jul 2022 09:43:16 +0000 (09:43 +0000)]
Merge "[AT-SPI] Store AccessibilityAttributes in NUI" into devel/master

2 years ago[dali_2.1.30] Merge branch 'devel/master' 57/277557/1
Adeel Kazmi [Fri, 8 Jul 2022 05:49:06 +0000 (06:49 +0100)]
[dali_2.1.30] Merge branch 'devel/master'

Change-Id: I240d5d22fba89601bc4150befb44f758ac7926e3

2 years agoDALi Version 2.1.30 51/277551/1 dali_2.1.30
Adeel Kazmi [Fri, 8 Jul 2022 05:48:18 +0000 (06:48 +0100)]
DALi Version 2.1.30

Change-Id: I70a0d8e458c81e6ab3280404476b65223f8b7db4

2 years ago[AT-SPI] Store AccessibilityAttributes in NUI 88/277288/4
Artur Świgoń [Mon, 4 Jul 2022 13:03:25 +0000 (15:03 +0200)]
[AT-SPI] Store AccessibilityAttributes in NUI

Having a modifiable attribute dictionary in NUI removes the performance
penalty of having to go through interops on every modification. A new
override for GetAttributes in NUIViewAccessible will now collect the
attributes stored in NUI.

Change-Id: I43e0e6d231f70583e3390a2f3730491f17f48811

2 years agoAdd UiThread feature 54/274654/4
Daekwang Ryu [Thu, 7 Jul 2022 02:54:10 +0000 (11:54 +0900)]
Add UiThread feature

UiThread feature creates a thread for Dali.

Change-Id: If54d6df450fbca23b28bb98f1ecd7753c23bac5b

2 years agoFix issue that LoadContents of WebView cound not be called with null arguments. 31/277331/2
huayong.xu [Tue, 5 Jul 2022 06:48:09 +0000 (14:48 +0800)]
Fix issue that LoadContents of WebView cound not be called with null arguments.

Change-Id: I89b224adf5054bd905b9f191641fc112a20d340c

2 years agoBinding ReceiveAllTapEvents of TapGestureDetector 50/277050/4
joogab.yun [Thu, 30 Jun 2022 03:46:32 +0000 (12:46 +0900)]
Binding ReceiveAllTapEvents of TapGestureDetector

Change-Id: I4e043c9c08c95511324fc3809045a4ab0bd87034

2 years agoMerge "DALi Version 2.1.29" into devel/master
David Steele [Fri, 1 Jul 2022 11:12:05 +0000 (11:12 +0000)]
Merge "DALi Version 2.1.29" into devel/master

2 years ago[dali_2.1.29] Merge branch 'devel/master' 99/277199/1
David Steele [Fri, 1 Jul 2022 11:07:41 +0000 (12:07 +0100)]
[dali_2.1.29] Merge branch 'devel/master'

Change-Id: I8572e83e4a79f7c94cdb920a1713475f5b1fef0b

2 years agoDALi Version 2.1.29 93/277193/1 dali_2.1.29
David Steele [Fri, 1 Jul 2022 11:07:13 +0000 (12:07 +0100)]
DALi Version 2.1.29

Change-Id: Ida0b0bc487a4d2b80aa26f4bce5f0710d448cef7

2 years agoBinding InterceptKeyEvent 69/276869/2
joogab.yun [Mon, 27 Jun 2022 07:40:13 +0000 (16:40 +0900)]
Binding InterceptKeyEvent

dependency :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/276883/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/276868/

Change-Id: I70b12a136f167db7351755c44da09a078f1915ce

2 years agoMerge "Add function to set maximum/minimum size" into devel/master
Wonsik Jung [Mon, 27 Jun 2022 02:03:06 +0000 (02:03 +0000)]
Merge "Add function to set maximum/minimum size" into devel/master

2 years ago[dali_2.1.28] Merge branch 'devel/master' 98/276798/1
Adeel Kazmi [Fri, 24 Jun 2022 13:09:51 +0000 (14:09 +0100)]
[dali_2.1.28] Merge branch 'devel/master'

Change-Id: I62d1cfae7a77720a0b3131b89a5c64e0671202a9

2 years agoDALi Version 2.1.28 92/276792/1 dali_2.1.28
Adeel Kazmi [Fri, 24 Jun 2022 13:09:03 +0000 (14:09 +0100)]
DALi Version 2.1.28

Change-Id: Ibd2a743c57b0715a43f7ba91a24e38b54db2ed84

2 years agoAdd function to set maximum/minimum size 53/275853/5
Wonsik Jung [Fri, 3 Jun 2022 04:26:38 +0000 (13:26 +0900)]
Add function to set maximum/minimum size

It is to set the maximized size when window is maximized or the size is increased by RequestResizeToServer.
Although the limitation is set by this function, window's size can be over the limitation by SetPositionSize() or SetSize().
The Set minimum size is similar to set maximum size.
Also it is only useful for tizen world.

Change-Id: I3e9724d0806f5b6cbfea7f0247272c4ab2472f5f

2 years agoMerge "DALi Version 2.1.27" into devel/master
David Steele [Fri, 17 Jun 2022 10:40:17 +0000 (10:40 +0000)]
Merge "DALi Version 2.1.27" into devel/master

2 years ago[dali_2.1.27] Merge branch 'devel/master' 05/276505/1
David Steele [Fri, 17 Jun 2022 10:28:42 +0000 (11:28 +0100)]
[dali_2.1.27] Merge branch 'devel/master'

Change-Id: I7ade132f41981c24ba781d200e84be80be170244

2 years agoDALi Version 2.1.27 99/276499/1 dali_2.1.27
David Steele [Fri, 17 Jun 2022 10:28:15 +0000 (11:28 +0100)]
DALi Version 2.1.27

Change-Id: I6bacbda26425a3f44422bfd14871b247188d6dec

2 years agoBind PanGestureDetector MaximumMotionEventAge 80/276380/4
Eunki, Hong [Wed, 15 Jun 2022 13:10:48 +0000 (22:10 +0900)]
Bind PanGestureDetector MaximumMotionEventAge

Change-Id: I78e796775bc322ba0745dd9c866eb9ce30dede72
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoFix ASAN heap-buffer-overflow issue on GetNaturalSize() 84/276284/1
Jaehyun Cho [Tue, 14 Jun 2022 04:15:12 +0000 (13:15 +0900)]
Fix ASAN heap-buffer-overflow issue on GetNaturalSize()

CSharp_Dali_Actor_GetSuggestedMinimumWidth/Height calls
GetNaturalSize().
This causes ASAN heap-buffer-overflow issue when
SwigDirector_ViewWrapperImpl::GetNaturalSize() is called.

In SwigDirector_ViewWrapperImpl::GetNaturalSize(), type casting from
Dali::Vector2 to Dali::Vector3 is done so it causes ASAN
heap-buffer-overflow issue.

Not to cause ASAN heap-buffer-overflow issue, casting Dali::Vector2 and
assigning it to Dali::Vector3 is required.

Change-Id: I1a85da7440c517f5cd27c32b535359d670b57655

2 years agoMerge "Fix wrong parameter converting on GetNearestFocusableActor." into devel/master
SangHyeon Lee [Fri, 10 Jun 2022 11:41:39 +0000 (11:41 +0000)]
Merge "Fix wrong parameter converting on GetNearestFocusableActor." into devel/master

2 years agoMerge "DALi Version 2.1.26" into devel/master
Adeel Kazmi [Fri, 10 Jun 2022 10:43:44 +0000 (10:43 +0000)]
Merge "DALi Version 2.1.26" into devel/master

2 years ago[dali_2.1.26] Merge branch 'devel/master' 82/276182/1
Adam Bialogonski [Fri, 10 Jun 2022 08:54:51 +0000 (09:54 +0100)]
[dali_2.1.26] Merge branch 'devel/master'

Change-Id: I31bf65596a74f9bfb62d368ebf6f6c1004682a31

2 years agoDALi Version 2.1.26 76/276176/1 dali_2.1.26
Adam Bialogonski [Fri, 10 Jun 2022 08:54:01 +0000 (09:54 +0100)]
DALi Version 2.1.26

Change-Id: I84df3d1b09f629a1419499d5451ec733abc0ceea

2 years agoFix wrong parameter converting on GetNearestFocusableActor. 71/276171/2
EverLEEst(SangHyeon Lee) [Fri, 10 Jun 2022 08:49:28 +0000 (17:49 +0900)]
Fix wrong parameter converting on GetNearestFocusableActor.

wrong parameter converting may occurs crash when given parameter is
empty handles.

Change-Id: I14b41b9212fae8d744f25798e4f598697dcd1bfd

2 years agoMake pc file write valid. 95/276095/2
Eunki, Hong [Thu, 9 Jun 2022 10:50:10 +0000 (19:50 +0900)]
Make pc file write valid.

Previous dali2-csharp-binder.pc result don't have valid result.
This patch configure DALi style name.

TODO : Can't we use cmake instead of autoconf? in future

Change-Id: Ia08c3d76a3b6f71abc2ce55b274e078bc478b00e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoAdd GetLastKeyEvent and GetLastTouchEvent binder for Window 38/276038/1
Xianbing Teng [Tue, 31 May 2022 06:56:34 +0000 (14:56 +0800)]
Add GetLastKeyEvent and GetLastTouchEvent binder for Window

Change-Id: I921a087b5605bb90677a6e118fae8f603c0ee136

2 years ago[dali_2.1.25] Merge branch 'devel/master' 79/275779/1
Richard Huang [Wed, 1 Jun 2022 10:16:19 +0000 (11:16 +0100)]
[dali_2.1.25] Merge branch 'devel/master'

Change-Id: I92465e1ec50dc8e63a7346f3ff5d95a77f1b44c5

2 years agoDALi Version 2.1.25 73/275773/1 dali_2.1.25
Richard Huang [Wed, 1 Jun 2022 10:15:30 +0000 (11:15 +0100)]
DALi Version 2.1.25

Change-Id: I340d2ef8ddaeef8e9bb05bd6c0d6eacd4debc957

2 years agoMerge "Add error log when Delegate size mismatched" into devel/master
Eunki Hong [Fri, 27 May 2022 15:05:01 +0000 (15:05 +0000)]
Merge "Add error log when Delegate size mismatched" into devel/master

2 years agoMerge "DALi Version 2.1.24" into devel/master
Adeel Kazmi [Fri, 27 May 2022 12:18:57 +0000 (12:18 +0000)]
Merge "DALi Version 2.1.24" into devel/master

2 years ago[dali_2.1.24] Merge branch 'devel/master' 46/275646/1
Adeel Kazmi [Fri, 27 May 2022 12:02:13 +0000 (13:02 +0100)]
[dali_2.1.24] Merge branch 'devel/master'

Change-Id: Id0ad606dc9f6ceff3eea7a9d005ebe7f95cce651

2 years agoDALi Version 2.1.24 40/275640/1 dali_2.1.24
Adeel Kazmi [Fri, 27 May 2022 12:01:25 +0000 (13:01 +0100)]
DALi Version 2.1.24

Change-Id: I796907881a94ec3a15b7ffea885878f682583ccf

2 years agoAdd error log when Delegate size mismatched 34/275634/3
Eunki, Hong [Fri, 27 May 2022 11:25:16 +0000 (20:25 +0900)]
Add error log when Delegate size mismatched

There was some strange crash issue occured.
For more helpful debug, add one dlog in dali area.

Change-Id: I060bdd09e941c2583bbc849ebbb2995a7b957499
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoAutomate code intent 88/275588/6
Eunki, Hong [Thu, 26 May 2022 16:52:04 +0000 (01:52 +0900)]
Automate code intent

Some files didn't follow dali coding style.
Due to this broken window, some other additional codes also
didn't follow dali coding style.

Let's fix broken window.

Change-Id: I0d96f08d73237292083f2c1bfd84b2443126eae1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge "Add text selection popup style" into devel/master
Bowon Ryu [Mon, 23 May 2022 05:11:57 +0000 (05:11 +0000)]
Merge "Add text selection popup style" into devel/master

2 years agoMerge "DALi Version 2.1.23" into devel/master
Adeel Kazmi [Fri, 20 May 2022 12:26:41 +0000 (12:26 +0000)]
Merge "DALi Version 2.1.23" into devel/master

2 years ago[dali_2.1.23] Merge branch 'devel/master' 20/275320/1
Adam Bialogonski [Fri, 20 May 2022 10:17:08 +0000 (11:17 +0100)]
[dali_2.1.23] Merge branch 'devel/master'

Change-Id: Ie33bc86887111c5605f8b126074a7f4b1f8cded5

2 years agoDALi Version 2.1.23 14/275314/1 dali_2.1.23
Adam Bialogonski [Fri, 20 May 2022 10:16:41 +0000 (11:16 +0100)]
DALi Version 2.1.23

Change-Id: I7586ad4578ff184c9b103073ef3f6b8d1fa0a4e5

2 years agoMerge "[AT-SPI] Rework bindings for GetAccessibilityRelations()" into devel/master
Artur Świgoń [Fri, 20 May 2022 07:12:43 +0000 (07:12 +0000)]
Merge "[AT-SPI] Rework bindings for GetAccessibilityRelations()" into devel/master

2 years ago[AT-SPI] Rework bindings for GetAccessibilityRelations() 34/275034/3
Artur Świgoń [Fri, 13 May 2022 11:51:29 +0000 (13:51 +0200)]
[AT-SPI] Rework bindings for GetAccessibilityRelations()

With the relation target type changed from Address to Accessible* in
dali-adaptor and dali-toolkit, the result of GetAccessibilityRelations()
can be converted to a mapping from RelationType to Control (View), to
make this API more useful in NUI, in which there are no Accessible
objects, and Address objects are totally useless. Address and
AddressCollection are also removed from NUI.

Change-Id: Ic32ffc559dcf94608a35b89e7e8fdcc82204d89f

2 years agoAdd text selection popup style 00/275000/4
Bowon Ryu [Fri, 13 May 2022 07:39:19 +0000 (16:39 +0900)]
Add text selection popup style

Change-Id: I7a629bb6f45acd43e43d76f127b1ebc3c8633d8d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 years ago[AT-SPI] Remove ShouldReportZeroChildren() 67/275067/3
Artur Świgoń [Mon, 16 May 2022 08:02:59 +0000 (10:02 +0200)]
[AT-SPI] Remove ShouldReportZeroChildren()

This method originated as a hack to cut the AT-SPI tree at a specific
node in the case of compound controls (i.e. composed of multiple views
overlaid on top of each other), so that there is only one leaf node
(instead of a subtree) for Button, Slider, etc.

However, the AccessibilityHidden property was introduced to allow for
controlling which nodes should be removed from the AT-SPI tree, and has
since become the recommended solution over ShouldReportZeroChildren(),
because the latter is less flexible ("all-or-nothing" approach) and
itself requires a hack in dali-csharp-binder to make sure the highlight
frame actor is never removed from the tree.

Change-Id: I761bfaf207e76a23962dcaa0b6c604a163cf8fe5

2 years ago[dali_2.1.22] Merge branch 'devel/master' 28/275028/1
Richard Huang [Fri, 13 May 2022 11:02:39 +0000 (12:02 +0100)]
[dali_2.1.22] Merge branch 'devel/master'

Change-Id: I60ec0fa108fc6476a7efce4d80cfd5cac0931402

2 years agoDALi Version 2.1.22 22/275022/1 dali_2.1.22
Richard Huang [Fri, 13 May 2022 11:01:41 +0000 (12:01 +0100)]
DALi Version 2.1.22

Change-Id: If210f64f89018d1ac8dffbbe8b640d54383869e0

2 years ago[AT-SPI] Set ToolkitName to "nui(dali)" 38/274738/1
Artur Świgoń [Fri, 6 May 2022 16:13:49 +0000 (18:13 +0200)]
[AT-SPI] Set ToolkitName to "nui(dali)"

If at least one View is created, then SetAccessibilityDelegate is called
(by the static constructor of View). In such case, the toolkit name
reported to AT-SPI clients should be "nui(dali)" instead of "dali".

Change-Id: Iee4cc8e9e1e402c84bf92c98187c6a0b9a1fa0b3

2 years ago[dali_2.1.21] Merge branch 'devel/master' 21/274721/1
David Steele [Fri, 6 May 2022 11:37:58 +0000 (12:37 +0100)]
[dali_2.1.21] Merge branch 'devel/master'

Change-Id: Id215d0df833b108cf0ed7e8aa772294670919d8e

2 years agoDALi Version 2.1.21 15/274715/1 dali_2.1.21
David Steele [Fri, 6 May 2022 11:37:29 +0000 (12:37 +0100)]
DALi Version 2.1.21

Change-Id: I38bc7edfd735567b85da0c7e26719f3c476e472c

2 years agoBiding SetFocusFinderRootActor and ResetFocusFinderRootActor 24/274424/4
joogab.yun [Thu, 28 Apr 2022 07:09:07 +0000 (16:09 +0900)]
Biding SetFocusFinderRootActor and ResetFocusFinderRootActor

Change-Id: Icf61e4b65c5adc7a7b22795e2141c75ad94ff456

2 years agoMerge "DALi Version 2.1.20" into devel/master
Adeel Kazmi [Fri, 29 Apr 2022 12:22:54 +0000 (12:22 +0000)]
Merge "DALi Version 2.1.20" into devel/master

2 years ago[dali_2.1.20] Merge branch 'devel/master' 09/274509/1
Adam Bialogonski [Fri, 29 Apr 2022 09:54:15 +0000 (10:54 +0100)]
[dali_2.1.20] Merge branch 'devel/master'

Change-Id: Id8230967094db6eb13874397c58012737372f88f

2 years agoDALi Version 2.1.20 03/274503/1 dali_2.1.20
Adam Bialogonski [Fri, 29 Apr 2022 09:53:15 +0000 (10:53 +0100)]
DALi Version 2.1.20

Change-Id: Ie8f0ece40f8c2f1d91d1da3a86c0fda0e16ac84d

2 years agoAdd to get the status whether window is rotating or not 78/274378/1
Wonsik Jung [Tue, 18 Jan 2022 06:07:43 +0000 (15:07 +0900)]
Add to get the status whether window is rotating or not

Add to getter api of winow rotation stauts.
When window is rotating, the getter api will return true.
Otherwise false.

Change-Id: I56cdcf59dcb84fd21cba4ceb4d1272c2126b9f21

2 years agoMerge "drag and drop: add drag source events binding codes" into devel/master
Taehyub Kim [Mon, 25 Apr 2022 09:03:05 +0000 (09:03 +0000)]
Merge "drag and drop: add drag source events binding codes" into devel/master

2 years agoMerge "Add RelativeLineSize in TextLabel, TextEditor" into devel/master
Bowon Ryu [Mon, 25 Apr 2022 02:50:46 +0000 (02:50 +0000)]
Merge "Add RelativeLineSize in TextLabel, TextEditor" into devel/master

2 years ago[dali_2.1.19] Merge branch 'devel/master' 95/274195/1
Adeel Kazmi [Fri, 22 Apr 2022 12:55:36 +0000 (13:55 +0100)]
[dali_2.1.19] Merge branch 'devel/master'

Change-Id: Icb0a8a3455e882fbd19034d1b58de074a82a10ab

2 years agoDALi Version 2.1.19 88/274188/1 dali_2.1.19
Adeel Kazmi [Fri, 22 Apr 2022 12:54:48 +0000 (13:54 +0100)]
DALi Version 2.1.19

Change-Id: I25cf0fdb209760883df98082f24fa9fd5d8b6c12

2 years agodrag and drop: add drag source events binding codes 73/274173/1
Taehyub Kim [Fri, 22 Apr 2022 10:07:11 +0000 (19:07 +0900)]
drag and drop: add drag source events binding codes

Change-Id: I948d2a1d87180c9a4ec34be518d0ebdc7109c47a

2 years agoFix SuggestedMinimumWidth/Height to calculate required size correctly 89/274089/1
Jaehyun Cho [Thu, 21 Apr 2022 05:59:23 +0000 (14:59 +0900)]
Fix SuggestedMinimumWidth/Height to calculate required size correctly

SuggestedMinimumWidth/Height returns the minimum width and height of a
view required in a layout.

Previously, SuggestedMinimumWidth/Height used GetWidthForHeight and
GetHeightForWidth to calculate the minimum width and height of a view
although width/height were not dependent on height/width.
e.g.
if naturalSize.width = 0 and naturalSize.height = 100,
then SuggestedMinimumHeight would be 0 instead of 100.

Now, SuggestedMinimumWidth/Height uses GetWidthForHeight and
GetHeightforWidth only if width/height are dependent on height/width.

Change-Id: Ib65522b8e5399278b57a8866ad548e4d2be61469

2 years agoAdd RelativeLineSize in TextLabel, TextEditor 14/274014/1
Bowon Ryu [Wed, 20 Apr 2022 04:59:00 +0000 (13:59 +0900)]
Add RelativeLineSize in TextLabel, TextEditor

Change-Id: Iaad864a4117a90a5df9fdc99e66157fa0a920518
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 years agoMerge "[AT-SPI] Window: add highlight signal" into devel/master
Shinwoo Kim [Fri, 15 Apr 2022 04:50:16 +0000 (04:50 +0000)]
Merge "[AT-SPI] Window: add highlight signal" into devel/master

2 years ago[AT-SPI] Window: add highlight signal 82/273682/3
Shinwoo Kim [Tue, 12 Apr 2022 08:18:41 +0000 (17:18 +0900)]
[AT-SPI] Window: add highlight signal

The Window will highlight itself on NUI side.
The GrabHighlight emits the Highlight signal.

Change-Id: I4bf321ecc99ab07d29b1f527884c0d7c0def84c0

2 years ago[dali_2.1.18] Merge branch 'devel/master' 50/273850/1
Richard Huang [Thu, 14 Apr 2022 10:36:35 +0000 (11:36 +0100)]
[dali_2.1.18] Merge branch 'devel/master'

Change-Id: I63765f8a1b11504b0ebd4cc0518da37924a11be1

2 years agoDALi Version 2.1.18 44/273844/1 dali_2.1.18
Richard Huang [Thu, 14 Apr 2022 10:35:45 +0000 (11:35 +0100)]
DALi Version 2.1.18

Change-Id: I557a536671da6d79c6b315b0e5c1317d85a1583f

2 years agoMerge "Added GlView::BackendMode to the NUI/C# binder" into devel/master
Adeel Kazmi [Fri, 8 Apr 2022 14:00:46 +0000 (14:00 +0000)]
Merge "Added GlView::BackendMode to the NUI/C# binder" into devel/master

2 years agoMerge "DALi Version 2.1.17" into devel/master
David Steele [Fri, 8 Apr 2022 12:01:46 +0000 (12:01 +0000)]
Merge "DALi Version 2.1.17" into devel/master

2 years ago[dali_2.1.17] Merge branch 'devel/master' 12/273612/1
David Steele [Fri, 8 Apr 2022 11:55:23 +0000 (12:55 +0100)]
[dali_2.1.17] Merge branch 'devel/master'

Change-Id: Ia7391a7a99cb78767c4f9738e1cff53b9509db3d

2 years agoDALi Version 2.1.17 06/273606/1 dali_2.1.17
David Steele [Fri, 8 Apr 2022 11:54:55 +0000 (12:54 +0100)]
DALi Version 2.1.17

Change-Id: I15db6a71285a42f4af351328eaf2589ff0af0732

2 years agoAdded GlView::BackendMode to the NUI/C# binder 21/273421/4
Adam Bialogonski [Tue, 5 Apr 2022 11:41:53 +0000 (12:41 +0100)]
Added GlView::BackendMode to the NUI/C# binder

Change-Id: Ice65b25c7dea663692d9741eb3489d5956ae7b7c

2 years agoAdd vertical alignment in text editor 82/273582/1
Bowon Ryu [Fri, 8 Apr 2022 03:42:19 +0000 (12:42 +0900)]
Add vertical alignment in text editor

Change-Id: I46d761b1ca9d78d0d1443494d345d9b824f5ef55
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 years agoMerge "DALi Version 2.1.16" into devel/master
David Steele [Fri, 1 Apr 2022 12:07:59 +0000 (12:07 +0000)]
Merge "DALi Version 2.1.16" into devel/master

2 years ago[dali_2.1.16] Merge branch 'devel/master' 78/273278/1
Adam Bialogonski [Fri, 1 Apr 2022 11:52:58 +0000 (12:52 +0100)]
[dali_2.1.16] Merge branch 'devel/master'

Change-Id: I33ce2678bd953929d8a600902e3793c80b6d75db

2 years agoDALi Version 2.1.16 72/273272/1 dali_2.1.16
Adam Bialogonski [Fri, 1 Apr 2022 11:51:59 +0000 (12:51 +0100)]
DALi Version 2.1.16

Change-Id: Ia47acd080c355c6c220b9028209f0c7b67da49b9

2 years agoMerge "[AT-SPI] Introduce AtspiEvents" into devel/master
Shinwoo Kim [Fri, 1 Apr 2022 07:06:35 +0000 (07:06 +0000)]
Merge "[AT-SPI] Introduce AtspiEvents" into devel/master

2 years agoMerge "[AT-SPI] Add ScreenReaderEnabled, Disabled" 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

2 years ago[dali_2.1.15] Merge branch 'devel/master' 58/272858/1
Adeel Kazmi [Fri, 25 Mar 2022 10:58:12 +0000 (10:58 +0000)]
[dali_2.1.15] Merge branch 'devel/master'

Change-Id: I33e431714e22c0be0813fc10f189a8fe2f166f98

2 years agoDALi Version 2.1.15 51/272851/1 dali_2.1.15
Adeel Kazmi [Fri, 25 Mar 2022 10:57:24 +0000 (10:57 +0000)]
DALi Version 2.1.15

Change-Id: Ida0cd9cab5d3b6fcca1bd9a218cc9d2388e12554

2 years ago[AT-SPI] Introduce AtspiEvents 94/272794/1
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

2 years agoMerge "Remove element of Property::Map by the specified key." into devel/master
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

2 years ago[AT-SPI] Add ScreenReaderEnabled, Disabled 49/272349/2
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

2 years agoMerge "Add API for consuming keyEvent in Widget" into devel/master
sunghyun kim [Mon, 21 Mar 2022 07:32:35 +0000 (07:32 +0000)]
Merge "Add API for consuming keyEvent in Widget" into devel/master

2 years agoMerge "Add clockwise and countClockwise type" 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

2 years agoMerge "Add deviceName to GetNextFocusableView() in CustomFocusAlgorithm." into devel...
joogab yun [Mon, 21 Mar 2022 00:57:28 +0000 (00:57 +0000)]
Merge "Add deviceName to GetNextFocusableView() in CustomFocusAlgorithm." into devel/master

2 years ago[dali_2.1.14] Merge branch 'devel/master' 51/272551/1
Richard Huang [Fri, 18 Mar 2022 11:24:36 +0000 (11:24 +0000)]
[dali_2.1.14] Merge branch 'devel/master'

Change-Id: Ice9765e7e475da4f5bf82cd4ba959a7de289c2bd

2 years agoDALi Version 2.1.14 45/272545/1 dali_2.1.14
Richard Huang [Fri, 18 Mar 2022 11:23:48 +0000 (11:23 +0000)]
DALi Version 2.1.14

Change-Id: I5accdd74ebbe5971c7f9db3559efc44c0f304c62

2 years agoMerge "Add UserInteractionEnabled Property on Actor Wrap." into devel/master
SangHyeon Lee [Thu, 17 Mar 2022 10:46:49 +0000 (10:46 +0000)]
Merge "Add UserInteractionEnabled Property on Actor Wrap." into devel/master

2 years agoRemove element of Property::Map by the specified key. 47/272447/4
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