platform/core/uifw/dali-adaptor.git
10 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
seungho baek [Tue, 18 Jul 2023 09:04:00 +0000 (18:04 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit 2e5b06c83085873327c6254ef5c26da946e0eca3.

Change-Id: If9ec4995c2aab15b734e0ad1308b567f38e6865d

10 months agoMerge branch 'devel/master' into tizen
seungho baek [Tue, 18 Jul 2023 09:03:42 +0000 (18:03 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ica61d02bf4d82f41ff9306435e014d8527e9aefd

10 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
seungho baek [Tue, 18 Jul 2023 09:01:01 +0000 (18:01 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 6aac67a40cd087cacb13b7df4ddb712d3e3287ef.

10 months agoRevert "[Tizen] Add GetFrameworkContext to OffscreenApplication"
seungho baek [Tue, 18 Jul 2023 09:00:58 +0000 (18:00 +0900)]
Revert "[Tizen] Add GetFrameworkContext to OffscreenApplication"

This reverts commit 61a515f95c98c8dd69571b21ec16db1130558301.

10 months agoRevert "[Tizen] Change deletion order of FrameworkFactory"
seungho baek [Tue, 18 Jul 2023 09:00:55 +0000 (18:00 +0900)]
Revert "[Tizen] Change deletion order of FrameworkFactory"

This reverts commit fb4931c1ab92d3fa3fd691026067d1ffb3a89746.

10 months agoMerge "Fix RenderOnce" into devel/master
Heeyong Song [Tue, 18 Jul 2023 05:13:20 +0000 (05:13 +0000)]
Merge "Fix RenderOnce" into devel/master

10 months agoMake OffscreenApplication also use FrameworkFactory 61/295961/1
Eunki, Hong [Tue, 18 Jul 2023 01:54:45 +0000 (10:54 +0900)]
Make OffscreenApplication also use FrameworkFactory

Change-Id: I806d5d6d7db7e0dfecb216387ff2ba8086859d8d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
10 months agoFix RenderOnce 55/295655/3
Heeyong Song [Wed, 12 Jul 2023 07:22:10 +0000 (16:22 +0900)]
Fix RenderOnce

Consider multiple windows
Render windows even though there is no change in the partial update case

Change-Id: I95b3475dd2455c5360514797947b04ed4acf1121

10 months agoDALi Version 2.2.35 56/295856/1 dali_2.2.35
Richard Huang [Fri, 14 Jul 2023 11:35:43 +0000 (12:35 +0100)]
DALi Version 2.2.35

Change-Id: I6c6c2cd01bff92f11c3f591f2c75175f2b157eec

10 months agoMerge "Repeat ProcessEvents idler if requested." into devel/master
Eunki Hong [Thu, 13 Jul 2023 12:44:28 +0000 (12:44 +0000)]
Merge "Repeat ProcessEvents idler if requested." into devel/master

10 months agoMerge "Remove unnecessray code" into devel/master
Heeyong Song [Thu, 13 Jul 2023 09:29:01 +0000 (09:29 +0000)]
Merge "Remove unnecessray code" into devel/master

10 months agoMerge "Change deletion order of FrameworkFactory" into devel/master
Heeyong Song [Thu, 13 Jul 2023 09:28:41 +0000 (09:28 +0000)]
Merge "Change deletion order of FrameworkFactory" into devel/master

10 months agoRepeat ProcessEvents idler if requested. 48/284148/11
Eunki, Hong [Thu, 10 Nov 2022 13:00:02 +0000 (22:00 +0900)]
Repeat ProcessEvents idler if requested.

If someone request ProcessEvents during ProcessEventsOnIdle API,
that request was ignored.

To make all requested events process well, make we idler run again.

TODO : WinCallbackManager don't consider repeat idle case.
We should fix it somedays.

Change-Id: I74b1f5d50b2f16ee539350eaf570d558e445cf15
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
10 months agoMerge "Fix more compile error/warnings for gcc-13" into devel/master
Eunki Hong [Thu, 13 Jul 2023 00:07:20 +0000 (00:07 +0000)]
Merge "Fix more compile error/warnings for gcc-13" into devel/master

10 months agoRemove unnecessray code 52/295652/1
Heeyong Song [Wed, 12 Jul 2023 07:15:16 +0000 (16:15 +0900)]
Remove unnecessray code

We don't support partial update in the native render surface

Change-Id: I7065a9b5056632c005230e4367149dcdadc65976

10 months ago[Tizen] Change deletion order of FrameworkFactory 36/295636/3 accepted/tizen_unified_dev accepted/tizen/unified/dev/20230726.115635 accepted/tizen/unified/riscv/20230725.071330 accepted/tizen/unified/riscv/20231124.082818
Heeyong Song [Wed, 12 Jul 2023 02:17:58 +0000 (11:17 +0900)]
[Tizen] Change deletion order of FrameworkFactory

Ensure to delete FrameworkFactory after WindowSystem::Shutdown in the Application destructor

Change-Id: Ica037f38c15cdca60b57c3467b89f6129f4889ab

10 months agoChange deletion order of FrameworkFactory 31/295631/3
Heeyong Song [Wed, 12 Jul 2023 02:17:58 +0000 (11:17 +0900)]
Change deletion order of FrameworkFactory

Ensure to delete FrameworkFactory after WindowSystem::Shutdown in the Application destructor

Change-Id: Ica037f38c15cdca60b57c3467b89f6129f4889ab

10 months agoAdd GetFrameworkContext to OffscreenApplication 90/295490/4
Heeyong Song [Mon, 10 Jul 2023 05:09:28 +0000 (14:09 +0900)]
Add GetFrameworkContext to OffscreenApplication

Change-Id: I9160d0777525f2a4aa854fcf8cb63202c1efe347

10 months ago[Tizen] Add GetFrameworkContext to OffscreenApplication 78/295578/1
Heeyong Song [Mon, 10 Jul 2023 05:09:28 +0000 (14:09 +0900)]
[Tizen] Add GetFrameworkContext to OffscreenApplication

Change-Id: I9160d0777525f2a4aa854fcf8cb63202c1efe347

10 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
huiyu [Tue, 11 Jul 2023 04:07:03 +0000 (13:07 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit a1fed3c1c163082f54ca28575691547341d82493.

10 months agoMerge branch 'devel/master' into tizen
huiyu [Tue, 11 Jul 2023 04:06:40 +0000 (13:06 +0900)]
Merge branch 'devel/master' into tizen

10 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
huiyu [Tue, 11 Jul 2023 04:06:34 +0000 (13:06 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 133953e6d90322f3fa14d6cbd2d828107a375bb6.

10 months agoAdd IsFloatingModeEnabled api in devel window 93/295493/2
joogab.yun [Mon, 10 Jul 2023 05:40:00 +0000 (14:40 +0900)]
Add IsFloatingModeEnabled api in devel window

Change-Id: I9770c4f841494dbbc789b6e7b2700ab3a1d7f9c4

10 months agoFix more compile error/warnings for gcc-13 13/295413/4
Eunki Hong [Thu, 6 Jul 2023 23:07:17 +0000 (08:07 +0900)]
Fix more compile error/warnings for gcc-13

Remove these kind of warning messages

/home/leaf/work/dali-adaptor/dali/internal/addons/common/addon-manager.cpp:63:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
   63 |   return std::move(mImpl->LoadAddOns(addonNames));
/home/leaf/work/dali-adaptor/dali/internal/web-engine/common/web-engine-impl.cpp:59:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
   59 |   return std::move(fullName.str());
/home/leaf/work/dali-adaptor/dali/internal/imaging/common/webp-loading.cpp:220:19: warning: the address of ‘Dali::Internal::Adaptor::WebPLoading::Impl::mWebPData’ will never be NULL [-Waddress]
  220 |     if(&mWebPData != nullptr)

Change-Id: Icaa16235545d063ca6a555aa327930a7a5b8236e
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
10 months agoDALi Version 2.2.34 62/295462/1 dali_2.2.34
David Steele [Fri, 7 Jul 2023 11:00:55 +0000 (12:00 +0100)]
DALi Version 2.2.34

Change-Id: I658cbed11e30088de62f716d9954b89b6c1d38ac

10 months ago[Tizen] Remove to call key consumed event in ATSPI bridge accepted/tizen/unified/20230706.152132
Bowon Ryu [Wed, 5 Jul 2023 05:41:33 +0000 (14:41 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit 0e5543173ba9a4b751e65d318196c800f963e3c1.

10 months agoMerge branch 'devel/master' into tizen
Bowon Ryu [Wed, 5 Jul 2023 05:40:48 +0000 (14:40 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ia3b52b2543d0445532d3df080fde88e8299d57eb

10 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
Bowon Ryu [Wed, 5 Jul 2023 05:40:40 +0000 (14:40 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 2204e35781fa75133b9bb6200912773998374f98.

10 months agoMerge "Fix small font size text layout issue" into devel/master
Bowon Ryu [Wed, 5 Jul 2023 05:15:03 +0000 (05:15 +0000)]
Merge "Fix small font size text layout issue" into devel/master

10 months agoFix build error for toolchain upgrade 89/295089/3
Heeyong Song [Mon, 3 Jul 2023 01:25:24 +0000 (10:25 +0900)]
Fix build error for toolchain upgrade

Change-Id: Iee92f146698bd34403fb5874d1765041bcf9da18

10 months agoSupports Pre-Initialized for UI Threading 40/295040/8
Wonsik Jung [Fri, 30 Jun 2023 07:53:19 +0000 (16:53 +0900)]
Supports Pre-Initialized for UI Threading

This patch is to support pre-initialized using Tizen Preloader for UI Threading.
Next step, the related feature will be refactoring using factory pattern.

Change-Id: Ib143b02906970fb878ef21c423e5aaebad3d967b

10 months agoFix the bug system initailize and shutdown pair. 44/295044/2
Wonsik Jung [Fri, 30 Jun 2023 09:16:47 +0000 (18:16 +0900)]
Fix the bug system initailize and shutdown pair.

This patch is to fix the bug system initailize and shutdown pair.
Sometimes,  WindowSystem::Shutdown() is called before WindowSystem::Initialize() is not calling.
The example is the below.
int UtcDaliApplicationNew01(void)
{
  Application application = Application::New();

  MyTestApp testApp(application);

  DALI_TEST_CHECK(application);

  END_TEST;
}

Change-Id: Icf3c19757bdc2b772bdc8fdd6ef1b67eba3f2c8b

10 months agoFix SVACE issue 83/295083/1
Heeyong Song [Mon, 3 Jul 2023 00:51:01 +0000 (09:51 +0900)]
Fix SVACE issue

Change-Id: Ia1fb371f35933fa2e493bee78f2bcc112be58609

10 months agoMerge "Use another framework in OffscreenApplication" into devel/master
Heeyong Song [Fri, 30 Jun 2023 15:05:23 +0000 (15:05 +0000)]
Merge "Use another framework in OffscreenApplication" into devel/master

10 months agoMerge "DALi Version 2.2.33" into devel/master
David Steele [Fri, 30 Jun 2023 13:24:43 +0000 (13:24 +0000)]
Merge "DALi Version 2.2.33" into devel/master

10 months agoDALi Version 2.2.33 52/295052/1 dali_2.2.33
Adeel Kazmi [Fri, 30 Jun 2023 13:16:59 +0000 (14:16 +0100)]
DALi Version 2.2.33

Change-Id: Id691aceeb96a33decbaedbe587a322b4b2afcc2a

10 months agoUse another framework in OffscreenApplication 02/295002/2
Heeyong Song [Thu, 29 Jun 2023 10:05:52 +0000 (19:05 +0900)]
Use another framework in OffscreenApplication

Use glib main loop in OffscreenApplication
In the case, ecore APIs should not be called.

Change-Id: I18b327cce8a8b5973124042207210b40df9707ad

10 months agoRefactor system classes 70/294770/6
Heeyong Song [Mon, 26 Jun 2023 09:31:34 +0000 (18:31 +0900)]
Refactor system classes

Refactor CallbackManager, FileDescriptorMonitor, Timer

Change-Id: I16ac23375bae537206c78b2fd630d79eea44de36

10 months agoFramework refactoring 87/294687/13
Heeyong Song [Fri, 23 Jun 2023 07:36:47 +0000 (16:36 +0900)]
Framework refactoring

Change-Id: I047e92153a9ff3aa320512e3d86a54e8265e951c

10 months agoMerge "Add FeedHover for HoverEvent" into devel/master
joogab yun [Thu, 29 Jun 2023 07:35:04 +0000 (07:35 +0000)]
Merge "Add FeedHover for HoverEvent" into devel/master

10 months agoMerge "Use WindowData in the constructors of Application and Window" into devel/master
Daekwang Ryu [Thu, 29 Jun 2023 04:34:19 +0000 (04:34 +0000)]
Merge "Use WindowData in the constructors of Application and Window" into devel/master

10 months agoAdd FeedHover for HoverEvent 76/294676/13
joogab.yun [Wed, 28 Jun 2023 06:24:28 +0000 (15:24 +0900)]
Add FeedHover for HoverEvent

Change-Id: I0f712811c35fbd069f3ac0ea4449ddab5c059579

10 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
EverLEEst(SangHyeon Lee) [Wed, 28 Jun 2023 05:28:15 +0000 (14:28 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit ebc34ce65480bafef4a5cb7c2bc537202cbeb757.

10 months agoMerge branch 'devel/master' into tizen
EverLEEst(SangHyeon Lee) [Wed, 28 Jun 2023 05:27:57 +0000 (14:27 +0900)]
Merge branch 'devel/master' into tizen

10 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
EverLEEst(SangHyeon Lee) [Wed, 28 Jun 2023 05:27:51 +0000 (14:27 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 8378ece10a0e2dfe0ec9582a594608a5d985b24e.

10 months agoMerge "Move Clipboard to TextClipboard" into devel/master
Bowon Ryu [Wed, 28 Jun 2023 04:52:37 +0000 (04:52 +0000)]
Merge "Move Clipboard to TextClipboard" into devel/master

10 months agoUse WindowData in the constructors of Application and Window 81/294081/9
Daekwang Ryu [Mon, 12 Jun 2023 04:30:59 +0000 (13:30 +0900)]
Use WindowData in the constructors of Application and Window

This patch makes Internal Application and Window use WindowData.
This doesn't affect existing APIs.
We don't need to add a New function in the Application anymore because of new parameter of Window.

Change-Id: I7d211232f88ec1b3d6eaf6519dc61c79edb2c8ac

10 months agoFix more static analysis errors 50/294850/1
David Steele [Tue, 27 Jun 2023 12:39:29 +0000 (13:39 +0100)]
Fix more static analysis errors

Change-Id: I7d78c8431db5a3323dbb308a36ef88dfc0e8d4b3

10 months agoMove Clipboard to TextClipboard 18/294818/4
Bowon Ryu [Tue, 27 Jun 2023 05:43:51 +0000 (14:43 +0900)]
Move Clipboard to TextClipboard

We plan to create a new Clipboard class
and remove the dependency on Text and the legacy clipboard.

Change-Id: I50475d80571b128b199e209ed8515c6446688e6e
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
10 months agoFixed static analysis errors in UBO code 77/294777/1
David Steele [Mon, 26 Jun 2023 11:33:36 +0000 (12:33 +0100)]
Fixed static analysis errors in UBO code

Change-Id: I8fc912c8f93999c7a07b43246af9174f3127538d

10 months agoMerge "Ensure join of font thread" into devel/master
Bowon Ryu [Mon, 26 Jun 2023 02:24:10 +0000 (02:24 +0000)]
Merge "Ensure join of font thread" into devel/master

10 months agoAdd SetPartialUpdateEnabled to Window 35/294635/3
Heeyong Song [Thu, 22 Jun 2023 04:17:13 +0000 (13:17 +0900)]
Add SetPartialUpdateEnabled to Window

Change-Id: Ic8ae7c4c1a76d9aa5dbd31e61485d7900c8dc13b

10 months agoMerge "Adding uniform block handling for modern shaders" into devel/master
Adeel Kazmi [Sat, 24 Jun 2023 14:02:56 +0000 (14:02 +0000)]
Merge "Adding uniform block handling for modern shaders" into devel/master

10 months agoAdding uniform block handling for modern shaders 67/294367/5
Adam Bialogonski [Thu, 6 Apr 2023 15:15:50 +0000 (16:15 +0100)]
Adding uniform block handling for modern shaders

Extract uniform blocks and their uniforms via the reflection interface.

Ensure sampler order is still lexical.

Added buffer offset alignment handling - memory for uniform blocks
within a buffer must be aligned according to the current graphics
context.

Change-Id: I2b06d23057904a2e2ecbb67aff42c229ab89162d

10 months agoEnsure join of font thread 64/294664/3
Bowon Ryu [Thu, 22 Jun 2023 10:59:02 +0000 (19:59 +0900)]
Ensure join of font thread

In certain cases where the font thread is not joined,
such as when there is no UI or when the font client is not used.
this patch ensures the join of the font thread by invoking the join method in the destructor.

Change-Id: I8ffcf21ab9dcc1b1e4de54e50adb23d0796b996e
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
10 months agoDALi Version 2.2.32 98/294698/1 dali_2.2.32
Adam Bialogonski [Fri, 23 Jun 2023 10:03:17 +0000 (11:03 +0100)]
DALi Version 2.2.32

Change-Id: If12bed367bc470a5e4839faadb126437c72f9fa8

10 months agoMerge "Make different color with INFO and DEBUG log" into devel/master
Eunki Hong [Thu, 22 Jun 2023 10:18:05 +0000 (10:18 +0000)]
Merge "Make different color with INFO and DEBUG log" into devel/master

10 months agoDo not try to load bitmap for unsupported file format. 30/294630/2
Eunki, Hong [Thu, 22 Jun 2023 02:13:37 +0000 (11:13 +0900)]
Do not try to load bitmap for unsupported file format.

When we try to call GetClosestImageSize for svg, lottie format files,
It will always try to decode WBMP format, which is not has magic number.

To avoid this useless file decode works, let we implement to fast-cancel
of full image decode logics for some case.

Change-Id: I6f6ba1e05ce4d12be62440923f383362d2df73d3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
10 months ago[Tizen] Remove to call key consumed event in ATSPI bridge accepted/tizen/unified/20230623.160640
Jaehyun Cho [Wed, 21 Jun 2023 01:32:38 +0000 (10:32 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit ea94abc19b1ae7d6714d52801712fae46882e4ec.

Change-Id: I7d6b5a655525fea3554e40a09597970a46c4b6e4

10 months agoMerge branch 'devel/master' into tizen
Jaehyun Cho [Wed, 21 Jun 2023 01:32:20 +0000 (10:32 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ie22442b147eba5db888bbfc0fb286793bc390ceb

10 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
Jaehyun Cho [Wed, 21 Jun 2023 01:32:16 +0000 (10:32 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 02ac2556fc0a799a39f1926c634698c5cb15d70d.

10 months agoMake different color with INFO and DEBUG log 19/294019/5
Eunki Hong [Sat, 10 Jun 2023 10:18:46 +0000 (19:18 +0900)]
Make different color with INFO and DEBUG log

Print debug log as Gray scaled color

Change-Id: I81487def3f7ccc4849728dd7bd82c358b72d9956
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
10 months agoRevert "Add DeviceInfo event" 64/294464/1
joogab.yun [Tue, 20 Jun 2023 00:27:32 +0000 (09:27 +0900)]
Revert "Add DeviceInfo event"

This reverts commit 2b85d49b4e74a5c8f7cba3e6966aaea92a5a343c.

Change-Id: I811f890ae12efb2a5402e7253643d824f2e3b52e

10 months agoMerge "Add DeviceInfo event" into devel/master
joogab yun [Mon, 19 Jun 2023 09:10:29 +0000 (09:10 +0000)]
Merge "Add DeviceInfo event" into devel/master

10 months agoAdd DeviceInfo event 39/294039/6
joogab.yun [Mon, 12 Jun 2023 04:03:35 +0000 (13:03 +0900)]
Add DeviceInfo event

this event called when a device such as a mouse or keyboard is connected or disconnected

Change-Id: Ia8d70e87000514b691436732b148666d8a5c1b51

10 months agoMerge "Add SetFrameRenderedCallback() in OffscreenWindow" into devel/master
Daekwang Ryu [Mon, 19 Jun 2023 01:15:15 +0000 (01:15 +0000)]
Merge "Add SetFrameRenderedCallback() in OffscreenWindow" into devel/master

11 months agoMerge "DALi Version 2.2.31" into devel/master
David Steele [Fri, 16 Jun 2023 14:27:28 +0000 (14:27 +0000)]
Merge "DALi Version 2.2.31" into devel/master

11 months agoDALi Version 2.2.31 71/294371/1 dali_2.2.31
Richard Huang [Fri, 16 Jun 2023 13:48:35 +0000 (14:48 +0100)]
DALi Version 2.2.31

Change-Id: If8ffa20e8c0102286a7c9576e7cbd14393ef63db

11 months agoFix to do not try to bind texture when there is no active texture in shader code 58/294358/1
seungho baek [Fri, 16 Jun 2023 08:40:18 +0000 (17:40 +0900)]
Fix to do not try to bind texture when there is no active texture in shader code

Change-Id: Ibd690b68015869f485b3458dc80b81486d3eca8e
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
11 months agoAdd SetFrameRenderedCallback() in OffscreenWindow 32/294332/3
Daekwang Ryu [Fri, 16 Jun 2023 06:22:32 +0000 (15:22 +0900)]
Add SetFrameRenderedCallback() in OffscreenWindow

Change-Id: Idea04d1fa2b71cd66cdbfcb76da2841e111b89e5

11 months agoFix small font size text layout issue 54/294254/1
Bowon Ryu [Thu, 15 Jun 2023 05:56:36 +0000 (14:56 +0900)]
Fix small font size text layout issue

Previously, text always rounded down the advance to upload it in the pixel buffer.
but this caused a issue where certain glyphs appeared too close together
when the font size was very small.
Now, rounding the advance values for a more natural layout.

Change-Id: I35c3138c59e3cc8b9418ac448d256e83e33046b0
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
11 months ago[Tizen] Remove to call key consumed event in ATSPI bridge accepted/tizen/unified/20230616.172433
dongsug.song [Wed, 14 Jun 2023 00:59:10 +0000 (09:59 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit b4027a8ca624fd4d9257d723228af17c40f9bda4.

Change-Id: Iadcecce5a4d2621e2116b362570848b66c2184a0

11 months agoMerge branch 'devel/master' into tizen
dongsug.song [Wed, 14 Jun 2023 00:58:00 +0000 (09:58 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ia7a357a6b0dadc3d59d6eefb06f60d073c96e2b4

11 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
dongsug.song [Wed, 14 Jun 2023 00:57:48 +0000 (09:57 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 787896ca8cca9046e08fee6197b58aa9020c792b.

11 months agoMerge "Add Window System's Initialize() and ShutDown()" into devel/master
Wonsik Jung [Tue, 13 Jun 2023 08:10:09 +0000 (08:10 +0000)]
Merge "Add Window System's Initialize() and ShutDown()" into devel/master

11 months agoAdd Window System's Initialize() and ShutDown() 48/294048/8
Wonsik Jung [Mon, 12 Jun 2023 07:03:26 +0000 (16:03 +0900)]
Add Window System's Initialize() and ShutDown()

Add Window System's Initailize() and ShutDown() for UI Threading.
Because Window's Initialize() and ShutDown() should be called in UI Thread when UI Threading is enabled.

Change-Id: I8d1a4e8e85366d31efa1c0690d436b409f4c791d

11 months agoMerge "Support updated area of native image" into devel/master
Heeyong Song [Tue, 13 Jun 2023 04:38:27 +0000 (04:38 +0000)]
Merge "Support updated area of native image" into devel/master

11 months agoRevert "Use WindowData in the constructors of Application"
Daekwang Ryu [Tue, 13 Jun 2023 02:17:01 +0000 (11:17 +0900)]
Revert "Use WindowData in the constructors of Application"

This reverts commit bc38155bec5aabefb831b0a40ff592ecc84016eb.

11 months agoUse WindowData in the constructors of Application 49/294049/2
Daekwang Ryu [Mon, 12 Jun 2023 04:30:59 +0000 (13:30 +0900)]
Use WindowData in the constructors of Application

This patch makes Internal Application use WindowData.
This doesn't affect existing APIs.
We don't need to add a New function in the Application anymore because of new parameter of Window.

Change-Id: Ie3a67b49080650c0ffb5f71d87f4fc7f88bf54af

11 months agoSupport updated area of native image 61/293461/8
Heeyong Song [Tue, 30 May 2023 01:15:19 +0000 (10:15 +0900)]
Support updated area of native image

Change-Id: I6b29ea3a8bc8474a991a7f7a5977907827999403

11 months agoDo not reset mPostRendering in ResizeSurface 64/293964/3
Heeyong Song [Fri, 9 Jun 2023 07:03:35 +0000 (16:03 +0900)]
Do not reset mPostRendering in ResizeSurface

We should wait for PostRenderComplete in this case

Change-Id: Ib83d7586fe8edb0903dfd4b1dc1c3397317009f8

11 months agoRevert "Make another ConditionalWait for post-rendearing" 63/293963/2
Heeyong Song [Fri, 9 Jun 2023 06:40:32 +0000 (15:40 +0900)]
Revert "Make another ConditionalWait for post-rendearing"

This reverts commit 11af5d96f037c59d36deb838be40554d49d2f4b4.

Change-Id: Ibc44cb0f26c998d5e524c33783af73a6ceb38949

11 months agoDisable partial update in OffscreenApplication case 78/293978/2
Heeyong Song [Fri, 9 Jun 2023 09:25:31 +0000 (18:25 +0900)]
Disable partial update in OffscreenApplication case

Change-Id: I505f89c63f56bb49c2a246c3c12346a0e68c346a

11 months agoMerge "DALi Version 2.2.30" into devel/master
Adeel Kazmi [Fri, 9 Jun 2023 09:52:32 +0000 (09:52 +0000)]
Merge "DALi Version 2.2.30" into devel/master

11 months agoDALi Version 2.2.30 86/293986/1 dali_2.2.30
David Steele [Fri, 9 Jun 2023 09:50:11 +0000 (10:50 +0100)]
DALi Version 2.2.30

Change-Id: Ifdc51e60bf2e6462b88a5c3b1b6986e688ad444b

11 months agoMerge "Add copy & paste to clipboard" into devel/master
Bowon Ryu [Fri, 9 Jun 2023 08:50:34 +0000 (08:50 +0000)]
Merge "Add copy & paste to clipboard" into devel/master

11 months ago[Tizen] Remove to call key consumed event in ATSPI bridge accepted/tizen/unified/20230608.164400
Taehyub Kim [Thu, 8 Jun 2023 04:21:44 +0000 (13:21 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit f6d613216f37e6e5f31ff1beb15f646b6eda79bd.

11 months agoMerge branch 'devel/master' into tizen
Taehyub Kim [Thu, 8 Jun 2023 04:21:16 +0000 (13:21 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I3bc60cc36bc3be5bc3c2f8b7b600a3d404708af6

11 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
Taehyub Kim [Thu, 8 Jun 2023 04:21:07 +0000 (13:21 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 315b3534a70c74f752bc67d0136de72ccd5d7468.

11 months agoMerge "Change window User.Geometry policy." into devel/master
Wonsik Jung [Wed, 7 Jun 2023 07:10:12 +0000 (07:10 +0000)]
Merge "Change window User.Geometry policy." into devel/master

11 months agoMerge "Remove the redundancy for geometry calculate function" into devel/master
Wonsik Jung [Wed, 7 Jun 2023 06:54:25 +0000 (06:54 +0000)]
Merge "Remove the redundancy for  geometry calculate function" into devel/master

11 months agoChange window User.Geometry policy. 44/293444/4
Wonsik Jung [Sat, 27 May 2023 07:01:03 +0000 (16:01 +0900)]
Change window User.Geometry policy.

Window is created with default size or not.
If window is not created with default size or the window geometry is changed by user,
the client should inform to server to use  user.geometry flag.

Change-Id: I19b3894fcf1cea5ac6010035dd38eb29e4c36985

11 months agoMerge "Add GetRenderTaskList to SceneHolder" into devel/master
Heeyong Song [Mon, 5 Jun 2023 11:01:33 +0000 (11:01 +0000)]
Merge "Add GetRenderTaskList to SceneHolder" into devel/master

11 months agoAdd GetRenderTaskList to SceneHolder 03/293803/1
Heeyong Song [Mon, 5 Jun 2023 08:51:24 +0000 (17:51 +0900)]
Add GetRenderTaskList to SceneHolder

Change-Id: I9261d97923f842859f088a97d529185b710bfe21

11 months agoAdd check window id at OnMoveCompleted and OnResizeCompleted 73/293773/2
joogab.yun [Sat, 3 Jun 2023 05:08:33 +0000 (14:08 +0900)]
Add check window id at OnMoveCompleted and OnResizeCompleted

Change-Id: I766e5015763b3c3d151e6a96e6c06aac06c3dfb1

11 months agoMerge changes Icb27671f,I07e96827,I9d70a98c,Idb7ef27c into devel/master
David Steele [Fri, 2 Jun 2023 17:18:23 +0000 (17:18 +0000)]
Merge changes Icb27671f,I07e96827,I9d70a98c,Idb7ef27c into devel/master

* changes:
  Ensure glVertexAttribDivisor is gles3 only
  Ensuring vertex attributes are uploaded once per buffer
  Enable correct GL for integer attribute
  Test sync for vertex range

11 months agoDALi Version 2.2.29 50/293750/1 dali_2.2.29
Richard Huang [Fri, 2 Jun 2023 10:37:01 +0000 (11:37 +0100)]
DALi Version 2.2.29

Change-Id: Ibcd0fc334a85321ac9d6626be7ab7913a070e9c6

11 months agoAllow to MSAA for Ubuntu profile 09/293609/1
Eunki, Hong [Thu, 1 Jun 2023 03:52:56 +0000 (12:52 +0900)]
Allow to MSAA for Ubuntu profile

Change-Id: I6e55fe87ea8c9a9414867d66640e97f86ef3b2e1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
11 months agoAdd copy & paste to clipboard 86/293586/2
Bowon Ryu [Wed, 31 May 2023 10:46:23 +0000 (19:46 +0900)]
Add copy & paste to clipboard

It looks ECORE_WL2_EVENT_SELECTION_DATA_READY has been deprecated since a very long time ago.
Change to ECORE_WL2_EVENT_OFFER_DATA_READY for Paste operation.

+ Depending on the environment, such as whether cbhm is used or not,
the length received as an event may be string length or buffer length.
Add null validation to the event handler to ensure it works.

Currently known exception cases are resolved,
but this logic may need to be modified if another exception appears.

This reverts commit 9900645a13deda1aa7cdbe35ceab1c84d97cb60d.

Change-Id: Idf99fec07524bab8b6338b7abc7c235f3ddc6d17

11 months agoEnsure glVertexAttribDivisor is gles3 only 87/293587/1
David Steele [Wed, 31 May 2023 13:15:47 +0000 (14:15 +0100)]
Ensure glVertexAttribDivisor is gles3 only

Change-Id: Icb27671fea032fb00edfe8ff07808e2ab9e3b2eb