platform/core/uifw/dali-csharp-binder.git
2 years ago[dali_2.1.4] Merge branch 'devel/master' 97/269097/1
Adam Bialogonski [Fri, 7 Jan 2022 10:06:49 +0000 (10:06 +0000)]
[dali_2.1.4] Merge branch 'devel/master'

Change-Id: I1dfef02fd6e758ee3aab6af6e84c14ba0e26224f

2 years agoDALi Version 2.1.4 91/269091/1 dali_2.1.4
Adam Bialogonski [Fri, 7 Jan 2022 10:06:01 +0000 (10:06 +0000)]
DALi Version 2.1.4

Change-Id: I55541b80c2d3f3b014e33ac515f9d0e8f8f21b9f

2 years ago[AT-SPI] Expose DevelControl::Property::ACCESSIBILITY_HIDDEN 21/266921/5
Artur Świgoń [Mon, 22 Nov 2021 10:08:10 +0000 (11:08 +0100)]
[AT-SPI] Expose DevelControl::Property::ACCESSIBILITY_HIDDEN

Change-Id: If0254c40b5e8346f3acc461bc81196d1af40f971

2 years agoAdd Awake API in ProcessController to call Process hard. 23/268723/2
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>
2 years ago[AT-SPI] Synchronize with AT-SPI cleanup in dali-toolkit 57/267457/3
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

2 years agoMerge "[AT-SPI] Update #include paths to AT-SPI interfaces" into devel/master
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

2 years ago[dali_2.1.3] Merge branch 'devel/master' 31/268231/1
Adeel Kazmi [Fri, 17 Dec 2021 06:59:49 +0000 (06:59 +0000)]
[dali_2.1.3] Merge branch 'devel/master'

Change-Id: Ib15befa5399c9bb34857ac9c032636083dc25666

2 years agoDALi Version 2.1.3 25/268225/1 dali_2.1.3
Adeel Kazmi [Fri, 17 Dec 2021 06:59:01 +0000 (06:59 +0000)]
DALi Version 2.1.3

Change-Id: I6e2d3f67857682113ae974c0ac689501b92efe40

2 years ago[AT-SPI] Update #include paths to AT-SPI interfaces 71/267871/3
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

2 years agoIgnore CMake caches 00/268100/1
Eunki, Hong [Thu, 16 Dec 2021 06:56:09 +0000 (15:56 +0900)]
Ignore CMake caches

When we do some miss-command during build,
CMakeCache.txt and CMakeFiles/ are created.
I want to ignore them

Change-Id: Ia1f93216bfb47d19b1fba8e506d711cb58d59f4a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoClean up all cpp files header 88/268088/1
Eunki, Hong [Thu, 16 Dec 2021 03:55:59 +0000 (12:55 +0900)]
Clean up all cpp files header

1. Fill in missing license info
2. Well-formating license info
3. Group each headerfiles as 'INTERNAL' and 'EXTERNAL'
(csharp binder doesn't have any 'CLASS HEADER'
instead of processor-controller.cpp and view-wrapper-impl-wrap.cpp)

Change-Id: Idc1aa857a1b2e725e05a083296aa1cf62aaf2626
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoBinding GetNearestFocusableActor api 70/267970/2
joogab.yun [Tue, 14 Dec 2021 05:16:22 +0000 (14:16 +0900)]
Binding GetNearestFocusableActor api

Change-Id: I02664f5660d990d62f06cddecfcf711b4025b6a6

2 years agoReduce compile time + __forced_unwind don't rethrow 94/267994/3
Eunki, Hong [Tue, 14 Dec 2021 08:05:45 +0000 (17:05 +0900)]
Reduce compile time + __forced_unwind don't rethrow

Change MACRO usage to function call.
It will make compile time as half
+
Let __forced_unwind don't rethrow.
.NET Core doesn't handle about this.
So we just let DALi catch it, and print log, and do nothing.
It will not make any problems for normal case.

Change-Id: Iaba8407abc0fbe425258451c9f033e715c350fff
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[ATSPI] Fix for Default Label 75/267375/8
Lukasz Oleksak [Thu, 2 Dec 2021 09:30:49 +0000 (10:30 +0100)]
[ATSPI] Fix for Default Label

This patch:

* replaces existing API AddPopup()/RemovePopup() by RegisterDefaultLabel()/UnregisterDefaultLabel() which has wider applicability (not only for popups)

Related patches:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/267321/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/267323/

Change-Id: I8bc2f57f149179e3281a3f57603474c71754533a

2 years agoMerge "Add support for text geometry" into devel/master
Bowon Ryu [Mon, 13 Dec 2021 03:49:31 +0000 (03:49 +0000)]
Merge "Add support for text geometry" into devel/master

2 years ago[dali_2.1.2] Merge branch 'devel/master' 60/267860/1
Richard Huang [Fri, 10 Dec 2021 12:00:04 +0000 (12:00 +0000)]
[dali_2.1.2] Merge branch 'devel/master'

Change-Id: I21bb7dfa51f536d63ea1ad18daa0162f179c3274

2 years agoDALi Version 2.1.2 54/267854/1 dali_2.1.2
Richard Huang [Fri, 10 Dec 2021 11:59:05 +0000 (11:59 +0000)]
DALi Version 2.1.2

Change-Id: I449607688af0a55662cb9a2ecf32ff8b658b4163

2 years agoAdd support for text geometry 15/267315/4
abdullah [Wed, 1 Dec 2021 08:57:01 +0000 (10:57 +0200)]
Add support for text geometry

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/266891

Change-Id: Iacbe5a4753e9d364139079772c4920043b394cd3

2 years ago[dali_2.1.1] Merge branch 'devel/master' 47/267447/1
David Steele [Fri, 3 Dec 2021 13:58:16 +0000 (13:58 +0000)]
[dali_2.1.1] Merge branch 'devel/master'

Change-Id: I5d8ecf67caa3403654f910d7a58d440bf4a5783f

2 years agoDALi Version 2.1.1 41/267441/1 dali_2.1.1
David Steele [Fri, 3 Dec 2021 13:57:46 +0000 (13:57 +0000)]
DALi Version 2.1.1

Change-Id: I9e3f512b11083f6f8fb21564bf1588aa071f3355

2 years agoRefactor try-catch macro function 61/267161/7
Eunki, Hong [Fri, 26 Nov 2021 11:36:44 +0000 (20:36 +0900)]
Refactor try-catch macro function

1. Add exception occured file, line, funcname to log
Now CALL_CATCH_EXCEPTION macro print current file / line / funcname to log.
Note. If you used try_catch internal function, you have to wrap the function by parentheses.
This is compiler bug, but we can't fix compiler. Just avoid.

2. You can do any jobs before catched bugs return values.
For example, you can release some malloced memory before return nullptr;

3. Now macro doesn't catch abi::__forced_unwind.
This exception using at C code's pthread library. (pthread_exit and pthread_cancel)
This is not a type of error, so we should ignore it and just rethrow.

Change-Id: I9000684827b63813ad791bb4c7f2f5db751fdf7b
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge "DALi Version 2.1.0" into devel/master
Adeel Kazmi [Fri, 26 Nov 2021 09:28:59 +0000 (09:28 +0000)]
Merge "DALi Version 2.1.0" into devel/master

2 years ago[dali_2.1.0] Merge branch 'devel/master' 54/267154/1
Adam Bialogonski [Fri, 26 Nov 2021 08:42:28 +0000 (08:42 +0000)]
[dali_2.1.0] Merge branch 'devel/master'

Change-Id: Ibc57bdef6dec6183c9c7196cd9812d5e167d714e

2 years agoDALi Version 2.1.0 48/267148/1 dali_2.1.0
Adam Bialogonski [Fri, 26 Nov 2021 08:41:28 +0000 (08:41 +0000)]
DALi Version 2.1.0

Change-Id: I941a2f0e469ae5d4513bcd69394b46b08999de86

2 years agoreplace long try-catch phrase into simple macro 07/267107/1
dongsug.song [Thu, 25 Nov 2021 12:36:05 +0000 (21:36 +0900)]
replace long try-catch phrase into simple macro

Change-Id: I73b2a889800da83a85bf51957c34b30b72c481f1

2 years agoMerge "Binding TextFitChangedSignal" into devel/master
joogab yun [Mon, 22 Nov 2021 06:40:10 +0000 (06:40 +0000)]
Merge "Binding TextFitChangedSignal" into devel/master

2 years agoMerge "Add auxiliary message for window" into devel/master
Wonsik Jung [Mon, 22 Nov 2021 01:44:31 +0000 (01:44 +0000)]
Merge "Add auxiliary message for window" into devel/master

2 years agoMerge "[AT-SPI] Bindings for Bridge::{Enabled,Disabled}Signal()" into devel/master
Shinwoo Kim [Fri, 19 Nov 2021 10:25:36 +0000 (10:25 +0000)]
Merge "[AT-SPI] Bindings for Bridge::{Enabled,Disabled}Signal()" into devel/master

2 years agoAdd auxiliary message for window 35/266235/3
Wonsik Jung [Tue, 9 Nov 2021 10:48:06 +0000 (19:48 +0900)]
Add auxiliary message for window

Auxiliary message is sent by display server.
When client application added the window's auxiliary hint and if the auxiliary is changed,
display server send the auxiliary message.
Auxiliary message has the key, value and options.

Change-Id: I8b0c897aceae4c9a217249389d86102b1ecf2008

2 years ago[dali_2.0.53] Merge branch 'devel/master' 85/266785/1
Richard [Thu, 18 Nov 2021 12:01:08 +0000 (12:01 +0000)]
[dali_2.0.53] Merge branch 'devel/master'

Change-Id: I454780d455b6c7746f999fdbb9c8a92744a85481

2 years agoDALi Version 2.0.53 79/266779/1 dali_2.0.53
Richard [Thu, 18 Nov 2021 12:00:20 +0000 (12:00 +0000)]
DALi Version 2.0.53

Change-Id: I43131633e17f2d70c3bc8e1b12af7b1f348efd76

2 years agoBinding TextFitChangedSignal 01/266101/4
joogab.yun [Mon, 8 Nov 2021 01:32:31 +0000 (10:32 +0900)]
Binding TextFitChangedSignal

Change-Id: Ie7615cc86459fbed1f6af66de610d71aa9f0bf08

2 years ago[AT-SPI] Bindings for Bridge::{Enabled,Disabled}Signal() 14/266314/3
Artur Świgoń [Wed, 10 Nov 2021 11:59:02 +0000 (12:59 +0100)]
[AT-SPI] Bindings for Bridge::{Enabled,Disabled}Signal()

There's a paired NUI patch :
https://github.com/Samsung/TizenFX/pull/3718

Change-Id: I8a646ce38289b1f9a779d8df0111a5fe1bf8deff

2 years agoMerge "[ATSPI] make accessible-nui use DALi states" into devel/master
Shinwoo Kim [Tue, 16 Nov 2021 08:35:53 +0000 (08:35 +0000)]
Merge "[ATSPI] make accessible-nui use DALi states" into devel/master

2 years ago[ATSPI] make accessible-nui use DALi states 77/266577/4
Shinwoo Kim [Mon, 15 Nov 2021 11:10:41 +0000 (20:10 +0900)]
[ATSPI] make accessible-nui use DALi states

We do not have to calculate states sepalately.
This patch makes NUI calculate states using DALi states.
If there is NUI specific state, it will be overwritten on NUI side.

This depends on following change.
https://github.com/Samsung/TizenFX/pull/3739

Change-Id: I9d2b7153e23a693f11f028e1171ba4008b93d12a

2 years ago[dali_2.0.52] Merge branch 'devel/master' 87/266487/1
Adeel Kazmi [Fri, 12 Nov 2021 10:49:39 +0000 (10:49 +0000)]
[dali_2.0.52] Merge branch 'devel/master'

Change-Id: I52937fae975fe8f730df20d749c6a10f54e4e60d

2 years agoDALi Version 2.0.52 81/266481/1 dali_2.0.52
Adeel Kazmi [Fri, 12 Nov 2021 10:48:55 +0000 (10:48 +0000)]
DALi Version 2.0.52

Change-Id: I4fa4739bd04a08c62dd3854adc7d761d07f33777

2 years agoCode clean for text csharp binder 25/266225/1
joogab.yun [Tue, 9 Nov 2021 08:24:50 +0000 (17:24 +0900)]
Code clean for text csharp binder

Change-Id: Ic5d1a0bf5c50caf049369661db0e5af9a01f0a4d

2 years ago[dali_2.0.51] Merge branch 'devel/master' 90/266090/1
Adeel Kazmi [Fri, 5 Nov 2021 10:45:19 +0000 (10:45 +0000)]
[dali_2.0.51] Merge branch 'devel/master'

Change-Id: If97a6b9f68dd7b91cf3f389bb3cb819abd19f418

2 years agoDALi Version 2.0.51 84/266084/1 dali_2.0.51
Adeel Kazmi [Fri, 5 Nov 2021 10:44:31 +0000 (10:44 +0000)]
DALi Version 2.0.51

Change-Id: Ifcc1138ed2b2611040d3361888f1631415358d71

2 years agoMake use some ImageView properties again 96/265896/1
Seungho Baek [Mon, 1 Nov 2021 10:25:56 +0000 (19:25 +0900)]
Make use some ImageView properties again

Change-Id: Ie381604142fb5d55bf909c8baad1ba43e5c6c9a5
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years ago[dali_2.0.50] Merge branch 'devel/master' 38/265838/1
David Steele [Fri, 29 Oct 2021 09:06:39 +0000 (10:06 +0100)]
[dali_2.0.50] Merge branch 'devel/master'

Change-Id: I4eac1f520ecf5f24da8008f330b1b83ca056c395

2 years agoDALi Version 2.0.50 32/265832/1 dali_2.0.50
David Steele [Fri, 29 Oct 2021 09:06:11 +0000 (10:06 +0100)]
DALi Version 2.0.50

Change-Id: Ibf77bd93f9fe283c47c0ced7495195abfc41aab8

2 years agoMerge "Add a flag to select target control of pair transition" into devel/master
Seungho BAEK [Mon, 25 Oct 2021 04:11:11 +0000 (04:11 +0000)]
Merge "Add a flag to select target control of pair transition" into devel/master

2 years agoMerge "DALi Version 2.0.49" into devel/master
Adeel Kazmi [Fri, 22 Oct 2021 11:26:01 +0000 (11:26 +0000)]
Merge "DALi Version 2.0.49" into devel/master

2 years ago[dali_2.0.49] Merge branch 'devel/master' 89/265589/1
Adam Bialogonski [Fri, 22 Oct 2021 10:26:12 +0000 (11:26 +0100)]
[dali_2.0.49] Merge branch 'devel/master'

Change-Id: I3f93a425666e6374ae568e2868ffebcce42d875d

2 years agoDALi Version 2.0.49 83/265583/1 dali_2.0.49
Adam Bialogonski [Fri, 22 Oct 2021 10:25:23 +0000 (11:25 +0100)]
DALi Version 2.0.49

Change-Id: I5b84470c786000a97ca5b80239ec52a082b653ef

2 years agogitignore update (*.swp) 78/265578/1
Eunki, Hong [Fri, 22 Oct 2021 10:14:26 +0000 (19:14 +0900)]
gitignore update (*.swp)

Change-Id: I671a112d48532246eeaa2c3f8fc7239cbc7c8239
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge "Add GlView binder" into devel/master
Daekwang Ryu [Thu, 21 Oct 2021 01:03:14 +0000 (01:03 +0000)]
Merge "Add GlView binder" into devel/master

2 years agoAdd GlView binder 47/256247/17
Daekwang Ryu [Wed, 29 Sep 2021 01:08:03 +0000 (10:08 +0900)]
Add GlView binder

Change-Id: If2990932ec7587e63ea47f745500a1839d9dc2db

2 years agoAdd a flag to select target control of pair transition 76/264676/3
Seungho Baek [Tue, 28 Sep 2021 06:44:08 +0000 (15:44 +0900)]
Add a flag to select target control of pair transition

Change-Id: Id11638781bb7d467500c99caa395724869771c19
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years agoRefactoring VisualActions 95/265395/2
seungho [Mon, 18 Oct 2021 06:46:10 +0000 (15:46 +0900)]
Refactoring VisualActions

Change-Id: Ie941fb4922654eacddc768b44e16280a348d8d2a
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years ago[dali_2.0.48] Merge branch 'devel/master' 60/265360/1
Richard Huang [Fri, 15 Oct 2021 09:45:08 +0000 (10:45 +0100)]
[dali_2.0.48] Merge branch 'devel/master'

Change-Id: Ie25acfcf44795924792483659459ecc2312846f2

2 years agoDALi Version 2.0.48 54/265354/1 dali_2.0.48
Richard Huang [Fri, 15 Oct 2021 09:44:20 +0000 (10:44 +0100)]
DALi Version 2.0.48

Change-Id: I6493aacd19ce048a55b986d26bc2875aac5d49a6

2 years agoAdd api for brokenImage 10/263610/6
tscholb [Mon, 6 Sep 2021 11:13:38 +0000 (20:13 +0900)]
Add api for brokenImage

Add api for setting broken Image.
Using ThemeManager, nui application can set 3 type of the broken image.

Change-Id: I86c4378869dcd6ce6201935af5e5c15f8a33a266

2 years agoMerge "Fix some typos of model3d-view-wrap.cpp" into devel/master
Seungho BAEK [Wed, 13 Oct 2021 04:23:00 +0000 (04:23 +0000)]
Merge "Fix some typos of model3d-view-wrap.cpp" into devel/master

2 years ago[dali_2.0.47] Merge branch 'devel/master' 04/265104/1
David Steele [Fri, 8 Oct 2021 13:55:10 +0000 (14:55 +0100)]
[dali_2.0.47] Merge branch 'devel/master'

Change-Id: I56b297f3481eb969ce58c587cc930a4f45064f5c

2 years agoDALi Version 2.0.47 98/265098/1 dali_2.0.47
David Steele [Fri, 8 Oct 2021 13:54:41 +0000 (14:54 +0100)]
DALi Version 2.0.47

Change-Id: Ide84059dc0592a4bce0f1a25d75c65de00cf4730

2 years agoFix some typos of model3d-view-wrap.cpp 09/264909/1
Seungho Baek [Tue, 5 Oct 2021 02:28:17 +0000 (11:28 +0900)]
Fix some typos of model3d-view-wrap.cpp

Change-Id: Ic1cd19f451e10a0df8f5717a83756b22ed0a3511
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years ago[dali_2.0.46] Merge branch 'devel/master' 90/264890/1
Adeel Kazmi [Fri, 1 Oct 2021 17:24:12 +0000 (18:24 +0100)]
[dali_2.0.46] Merge branch 'devel/master'

Change-Id: Id8e52b2b7167a444382c6ec226bdb3acfc2d6657

2 years agoDALi Version 2.0.46 84/264884/1 dali_2.0.46
Adeel Kazmi [Fri, 1 Oct 2021 17:23:24 +0000 (18:23 +0100)]
DALi Version 2.0.46

Change-Id: Ie41e784af2c70b0d1164fec6bf393920aebdc882

2 years agoMerge "Separate Model3dView from dali-wrap and name changed" into devel/master
Seungho BAEK [Mon, 27 Sep 2021 06:41:28 +0000 (06:41 +0000)]
Merge "Separate Model3dView from dali-wrap and name changed" into devel/master

2 years agoBinding DISPATCH_KEY_EVENTS 02/263802/3
joogab.yun [Fri, 10 Sep 2021 07:58:20 +0000 (16:58 +0900)]
Binding DISPATCH_KEY_EVENTS

Change-Id: I420ab3d3599060b61f28c9a6359887b0fa497b08

2 years ago[dali_2.0.45] Merge branch 'devel/master' 58/264558/1
Adam Bialogonski [Fri, 24 Sep 2021 08:49:02 +0000 (09:49 +0100)]
[dali_2.0.45] Merge branch 'devel/master'

Change-Id: I17419cc50aa9683ef6532da80aaf37fa27177b56

2 years agoDALi Version 2.0.45 52/264552/1 dali_2.0.45
Adam Bialogonski [Fri, 24 Sep 2021 08:48:13 +0000 (09:48 +0100)]
DALi Version 2.0.45

Change-Id: Ib8c648e2c67e5f631a9ccb7e1288355085c8254f

2 years ago[dali_2.0.44] Merge branch 'devel/master' 42/264442/1
Richard Huang [Fri, 17 Sep 2021 10:43:30 +0000 (11:43 +0100)]
[dali_2.0.44] Merge branch 'devel/master'

Change-Id: I9b3b8a78cac313c95494f4856fab1ddaa3ad7bcd

2 years agoDALi Version 2.0.44 36/264436/1 dali_2.0.44
Richard Huang [Fri, 17 Sep 2021 10:42:43 +0000 (11:42 +0100)]
DALi Version 2.0.44

Change-Id: Ia06deb97a848e6f5780a09198537f743fe527133

2 years agoSeparate Model3dView from dali-wrap and name changed 64/263864/3
Seungho Baek [Mon, 13 Sep 2021 04:01:36 +0000 (13:01 +0900)]
Separate Model3dView from dali-wrap and name changed

Change-Id: I45257b8b5ed56a71ec9cf176842b311e903f75d3
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years agoMerge "Fix AtspiAccessibility functions to apply to all profiles" into devel/master
Seoyeon Kim [Mon, 13 Sep 2021 03:42:41 +0000 (03:42 +0000)]
Merge "Fix AtspiAccessibility functions to apply to all profiles" into devel/master

2 years agoFix AtspiAccessibility functions to apply to all profiles 57/263857/1
Seoyeon Kim [Mon, 13 Sep 2021 00:09:34 +0000 (09:09 +0900)]
Fix AtspiAccessibility functions to apply to all profiles

- Revert "[ATSPI] Hotfix for common profile with ATSPI.IsEnabled()"
 This reverts commit b228f3f42e34dab1778664822253cc43c2ce77a3.

- Move atspi-wrap.cpp file to all profiles including Ubuntu build

Change-Id: I0b9a7d3f88cdef8321b275b7474173b0097d8787

2 years agoMerge "Fix svace issue in CanvasView" into devel/master
junsu choi [Mon, 13 Sep 2021 00:40:11 +0000 (00:40 +0000)]
Merge "Fix svace issue in CanvasView" into devel/master

2 years agoFix svace issue in CanvasView 52/263852/2
Eunki Hong [Sat, 11 Sep 2021 14:15:31 +0000 (07:15 -0700)]
Fix svace issue in CanvasView

Change-Id: I49aeac97a6a9eee06e814a680bde77a85143ef75
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
2 years agoMerge "DALi Version 2.0.43" into devel/master
Adeel Kazmi [Fri, 10 Sep 2021 15:24:39 +0000 (15:24 +0000)]
Merge "DALi Version 2.0.43" into devel/master

2 years ago[dali_2.0.43] Merge branch 'devel/master' 50/263850/1
David Steele [Fri, 10 Sep 2021 15:21:22 +0000 (16:21 +0100)]
[dali_2.0.43] Merge branch 'devel/master'

Change-Id: Iaf2058a21fefd7a731ab5c293229e15511fb9878

2 years agoDALi Version 2.0.43 44/263844/1 dali_2.0.43
David Steele [Fri, 10 Sep 2021 15:20:54 +0000 (16:20 +0100)]
DALi Version 2.0.43

Change-Id: Ibf66da9af14b6a3df1422d039db02c2a675b51dd

2 years agoMerge "Add SetParent wrapper to Window-wrap" into devel/master
Wonsik Jung [Fri, 10 Sep 2021 05:41:46 +0000 (05:41 +0000)]
Merge "Add SetParent wrapper to Window-wrap" into devel/master

2 years agoMerge "Bind Scale transition" into devel/master
Seungho BAEK [Wed, 8 Sep 2021 11:01:14 +0000 (11:01 +0000)]
Merge "Bind Scale transition" into devel/master

2 years agoFix crash when written chunk of response is null. 33/263633/3
huayong.xu [Tue, 7 Sep 2021 07:26:12 +0000 (15:26 +0800)]
Fix crash when written chunk of response is null.

Change-Id: Ibefb7ebbaa4c43bf02c23f56c8e75442dafdbe99

2 years ago[ATSPI] Hotfix for common profile with ATSPI.IsEnabled() 47/263647/3
Eunki, Hong [Tue, 7 Sep 2021 10:01:14 +0000 (19:01 +0900)]
[ATSPI] Hotfix for common profile with ATSPI.IsEnabled()

There is some issue with ATSPI in Ubuntu platform.
So we build atspi-wrap.cpp in tizen profile only.

But ATSPI::IsEnable(); API could be called for all profile

This patch hotfix this issue.

We move that function to other file.
(= control-devel-wrap.cpp which relation API defined)

Change-Id: I139ba72c5c3ad8ad2be4255c47e770d29675892e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoAdd SetParent wrapper to Window-wrap 62/263562/1
Wonsik Jung [Mon, 6 Sep 2021 10:08:02 +0000 (19:08 +0900)]
Add SetParent wrapper to Window-wrap

Add SetParent wrapper to window-wrap.
This wrapper has additional flag whether child is the above or below of the parent.

Change-Id: If9349de78f52fb20aeee54f7095bf6da3306e5b7

2 years agoMerge "Bind slide transition" into devel/master
Seungho BAEK [Mon, 6 Sep 2021 05:44:46 +0000 (05:44 +0000)]
Merge "Bind slide transition" into devel/master

2 years agoMerge "DALi Version 2.0.42" into devel/master
Adeel Kazmi [Fri, 3 Sep 2021 15:11:33 +0000 (15:11 +0000)]
Merge "DALi Version 2.0.42" into devel/master

2 years ago[dali_2.0.42] Merge branch 'devel/master' 05/263505/1
Adeel Kazmi [Fri, 3 Sep 2021 15:05:29 +0000 (16:05 +0100)]
[dali_2.0.42] Merge branch 'devel/master'

Change-Id: I6890fe7c984410dd4461dc46a7f8072aa767d568

2 years agoDALi Version 2.0.42 99/263499/1 dali_2.0.42
Adeel Kazmi [Fri, 3 Sep 2021 15:04:44 +0000 (16:04 +0100)]
DALi Version 2.0.42

Change-Id: I815b1fbbb002995dbd03b7427e63c4c361b962e4

2 years agoBind Scale transition 20/262520/3
seungho [Thu, 12 Aug 2021 12:49:57 +0000 (21:49 +0900)]
Bind Scale transition

Change-Id: I98f553c79754d1971d978df113f3fd87763ebc3a
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoBind slide transition 70/262270/11
Seungho Baek [Thu, 5 Aug 2021 15:39:27 +0000 (00:39 +0900)]
Bind slide transition

Change-Id: I1bba15ec48c41ea725f5db792cdaee9e0f565ad1
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years agoCanvasView: Change int type to unsigned int for index value 68/262968/2
JunsuChoi [Thu, 2 Sep 2021 07:18:01 +0000 (16:18 +0900)]
CanvasView: Change int type to unsigned int for index value

Change-Id: I5e2134e5b7a698299e165becdab85fdaf28efb70

2 years agoMerge "Binding KEYBOARD_FOCUSABLE_CHILDREN property" into devel/master
joogab yun [Mon, 30 Aug 2021 05:07:30 +0000 (05:07 +0000)]
Merge "Binding KEYBOARD_FOCUSABLE_CHILDREN property" into devel/master

2 years agoMerge "Refactoring transition and fadeTransition" into devel/master
Seungho BAEK [Mon, 30 Aug 2021 00:59:52 +0000 (00:59 +0000)]
Merge "Refactoring transition and fadeTransition" into devel/master

2 years agoMerge "DALi Version 2.0.41" into devel/master
David Steele [Fri, 27 Aug 2021 11:43:13 +0000 (11:43 +0000)]
Merge "DALi Version 2.0.41" into devel/master

2 years ago[dali_2.0.41] Merge branch 'devel/master' 95/263195/1
Adam Bialogonski [Fri, 27 Aug 2021 09:50:34 +0000 (10:50 +0100)]
[dali_2.0.41] Merge branch 'devel/master'

Change-Id: I83c7caa37a947d524d71717ef6e5a48cae099916

2 years agoDALi Version 2.0.41 89/263189/1 dali_2.0.41
Adam Bialogonski [Fri, 27 Aug 2021 09:49:51 +0000 (10:49 +0100)]
DALi Version 2.0.41

Change-Id: I5f13e95527f9b835aff2671bae7ba3dc2171803c

2 years agoRefactoring transition and fadeTransition 48/262648/6
seungho [Tue, 17 Aug 2021 07:05:51 +0000 (16:05 +0900)]
Refactoring transition and fadeTransition

Change-Id: I8dc0d2f276540a0c2926fbfc96c945254d682e0e
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoMerge "Add SelectionCleared signal" into devel/master
Bowon Ryu [Fri, 27 Aug 2021 02:01:13 +0000 (02:01 +0000)]
Merge "Add SelectionCleared signal" into devel/master

2 years agoMerge "Add the window wrappers about input region" into devel/master
Wonsik Jung [Thu, 26 Aug 2021 08:36:23 +0000 (08:36 +0000)]
Merge "Add the window wrappers about input region" into devel/master

2 years agoMerge "Implement more request interceptor APIs." into devel/master
JIYUN YANG [Wed, 25 Aug 2021 07:08:57 +0000 (07:08 +0000)]
Merge "Implement more request interceptor APIs." into devel/master

2 years agoMerge "[ATSPI] Add C# binding of AtspiAccessibility::IsEnabled" into devel/master
Seoyeon Kim [Wed, 25 Aug 2021 05:16:58 +0000 (05:16 +0000)]
Merge "[ATSPI] Add C# binding of AtspiAccessibility::IsEnabled" into devel/master

2 years agoBinding KEYBOARD_FOCUSABLE_CHILDREN property 72/262772/2
joogab.yun [Thu, 19 Aug 2021 08:23:22 +0000 (17:23 +0900)]
Binding KEYBOARD_FOCUSABLE_CHILDREN property

Change-Id: Ifcbc6347a0ea1db99235dd35f63058541dec6fc6

2 years ago[ATSPI] Add C# binding of AtspiAccessibility::IsEnabled 62/262962/2
Seoyeon Kim [Tue, 24 Aug 2021 04:50:42 +0000 (13:50 +0900)]
[ATSPI] Add C# binding of AtspiAccessibility::IsEnabled

- Added `IsEnabled()` to check accessibility state

Change-Id: Ia159916ea6149055b2fa45df72985d7c67095d8a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years agoImplement more request interceptor APIs. 54/262954/1
huayong.xu [Tue, 24 Aug 2021 02:58:19 +0000 (10:58 +0800)]
Implement more request interceptor APIs.

Change-Id: I06347ea1e9738d7686bfe3fc0700054c2088b5fe