Bowon Ryu [Tue, 23 Jul 2024 11:40:48 +0000 (20:40 +0900)]
[Tizen] Fix asterisk count mismatch in password mode
Until now, the number of asterisks '*' has been used based on the text length..
instead of the number of utf8 characters in password mode.
This caused an issue where the number of rendered asterisks did not match the number of asterisks delivered to the IME.
Now, when creating an asterisk string to deliver to the IME,
we use the number of utf8 characters.
Change-Id: I76324f2ed9326102196441d72c8a96d59fce792d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
sunghyun kim [Tue, 5 Dec 2023 05:10:57 +0000 (14:10 +0900)]
[Tizen]Fix build error for new log
Change-Id: I3d06156a810932d4f386fbdca93b13c9af6997f7
sunghyun kim [Thu, 9 Nov 2023 07:05:28 +0000 (16:05 +0900)]
[Tizen] Add log for checking file error
Change-Id: I078e303c614e79dfaba2a9aee6fb70997d9e7786
Seoyeon Kim [Thu, 9 Mar 2023 10:02:42 +0000 (19:02 +0900)]
[Tizen] Rearrange Accessibility conditionals
- Removed to check conditions of the quickpanel info
because it's already checked in FocusChanged and Window resource id.
- All gestures should check window resource id.
- `IsForcedShown()` conditions move to the above.
Change-Id: I6a9b4e378632679600c204ad1c72ac0ab4638bab
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dongsug.song [Mon, 27 Feb 2023 06:07:23 +0000 (15:07 +0900)]
[Tizen] fix menu-screen screen-reader issue when APP's modifications are applied
Change-Id: I37f3df9cb2d8a6f0b90baa913e1383582127eaae
Seoyeon Kim [Fri, 24 Feb 2023 03:50:55 +0000 (12:50 +0900)]
[Tizen] Remove the legacy code related to QuickPanelChanged
- Remove to check the conditional of AllApps shown
- Currently, all dali apps are controlled by OnFocusChanged
Change-Id: If909ed587d1b73a65289c710049128cdaa8716b2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Wed, 22 Feb 2023 13:25:53 +0000 (22:25 +0900)]
[Tizen] Add ShowInsideFridge function for Accessibility
- ShowInsideFridge() can tell which app is at the top of the layer.
Change-Id: I2ba90e6976e2f3c23b86fac0f67dd95a4ee60779
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Tue, 21 Feb 2023 08:51:25 +0000 (17:51 +0900)]
[Tizen] Add more logs for later Accessibility issue
- To make debugging much easier, put DALI_LOG_ERROR logs in Accessibility code.
(In fact, it has nothing to do with Error)
Change-Id: I9c4a629a90fd5ebf76b7781547a83c33f932c4f6
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Eunki Hong [Tue, 21 Feb 2023 04:10:05 +0000 (04:10 +0000)]
Merge "[Tizen] Support CMYK jpg image load" into tizen_6.0
Seoyeon Kim [Mon, 20 Feb 2023 13:21:40 +0000 (22:21 +0900)]
[Tizen] Add / Change some logs for Accessibility debugging
- To check which windows are touched, the log is added to always appear.
- Changed the log type to 'DALI_LOG_ERROR' on OnFocusChanged()
(Only Eldbus available)
Change-Id: I7b49f9fa5e1b25612a23c8eecec5341f56b9a3c0
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Fri, 10 Feb 2023 07:35:13 +0000 (16:35 +0900)]
[Tizen] Remove duplicated statement
- To enable accessibility in `OnAccessibilityQuickpanelChanged()` is
duplicated because it's already done in `OnFocusChanged()`.
- So, removed duplicated `else` statement to work correctly.
Change-Id: Ie4fd5703fd4b824b769043b4d61bff813ae945cc
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Artur Świgoń [Thu, 9 Feb 2023 15:07:56 +0000 (16:07 +0100)]
Initialize AccessibilityAdaptor::mFocusedActorPosition to (-1, -1)
These are the special values recognized by e-mod-tizen-screen-reader.
Change-Id: Id8b58c633c4a1dd9e24ef6e33bd064f4db329c35
Eunki, Hong [Wed, 1 Feb 2023 21:07:42 +0000 (06:07 +0900)]
[Tizen] Support CMYK jpg image load
Previously, we only load CMYK image store as Pixel::RGBA8888 and do nothing.
So, We need to convert this 4byte data as 3byte Pixel::RGB888 format.
Change-Id: If3b2a1dc14f59b68bebe7c024164f5f7565aa26b
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Maria Bialota [Mon, 2 Jan 2023 18:48:39 +0000 (19:48 +0100)]
[A11y] Set TTSPlayer state to Ready when utterance is completed
Change-Id: I0946f121c20eb01035c32e48f95152dba43eb3e9
huayong.xu [Tue, 27 Dec 2022 03:13:25 +0000 (11:13 +0800)]
Make sure that web-engine lib is loaded only once.
Change-Id: Idf95eba4e3689d424f13cab463202135f0b02195
huayong.xu [Tue, 13 Dec 2022 08:00:52 +0000 (16:00 +0800)]
[Tizen] Update contents of webview when frame is rendered.
Change-Id: I8c75e0786fa8737d27b8d880537698b9b906a40e
huayong.xu [Wed, 7 Dec 2022 09:03:50 +0000 (17:03 +0800)]
[Tizen] Add an API for 'create,window' event.
Change-Id: I57a6cbdd88c539b1742fd380b28e11ba9874e27b
huayong.xu [Mon, 28 Nov 2022 10:28:42 +0000 (18:28 +0800)]
[Tizen] Add API for 'url,changed' event.
Change-Id: I41741b2448142801bc7e32410a92037b1ff560f0
Artur Świgoń [Thu, 20 Oct 2022 10:59:20 +0000 (12:59 +0200)]
Only ignore tap gestures with non-matching resource IDs
In accessibility mode other gestures directed at a particular window can be
performed anywhere on the screen, so their resource IDs may not match with the
current window, but they should not be ignored.
Change-Id: I431549589203b1e2ec9cc79c0f510dcaae6d46b2
Artur Świgoń [Mon, 10 Oct 2022 17:44:33 +0000 (19:44 +0200)]
Consume only GestureDetected events with a matching resource ID
Change-Id: I8d4cb74726f230cc640b4c88feaacf769adab6ee
Shinwoo Kim [Fri, 25 Mar 2022 07:53:38 +0000 (16:53 +0900)]
Add WindowBase::GetNativeWindowResourceId()
Change-Id: Icf27d260790eca5ae7768a7df4bdd906d5fd2e23
huayong.xu [Thu, 8 Sep 2022 11:52:17 +0000 (19:52 +0800)]
Implement navigation decision policy.
Change-Id: I381c9e07910f21340a0913139c007a2ef3aadc83
Eunki Hong [Wed, 31 Aug 2022 05:55:29 +0000 (05:55 +0000)]
Merge "[Tizen] ResizeUninitialized for some memory copy action" into tizen_6.0
Seoyeon Kim [Mon, 29 Aug 2022 11:13:24 +0000 (20:13 +0900)]
[Tizen] Handle accessibility behavior according to window focus change
- When the window lost the focus, accessibility should be disabled.
Otherwise, it gained the focus, accessibility should be enabled again.
- Add to control accessibility enabled behavior in OnFocusChanged
Change-Id: I7b6e24b444b952b8791c279f37c20444ac7aec3e
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Fri, 29 Jul 2022 00:06:12 +0000 (09:06 +0900)]
[Tizen] Add HandleActionForwardToAppEvent() for accessibility
- In Accessibility, One finger double tap and hold gesture is to pass
the event to the application.
- For the application, it can get the signal using
HandleActionForwardToAppEvent.
Change-Id: Ie85f6ca320f8f32683283bb30bd7b19976e06b62
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Eunki, Hong [Tue, 12 Jul 2022 05:03:21 +0000 (14:03 +0900)]
[Tizen] ResizeUninitialized for some memory copy action
Change-Id: I1f9aa60738937a26543a4681f318d9ddca34c1d5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Seoyeon Kim [Wed, 22 Jun 2022 11:27:03 +0000 (20:27 +0900)]
[Tizen] Fix Accessibility Quickpanel callback issue
- Remove to check Adaptor pause state in Quickpanel Changed callback.
- Checking Adaptor pause is already done in `OnAccessibilityNotification()`.
`OnAccessibilityQuickpanelChanged()` should only check whether each app is
enabled or not.
Change-Id: I133d69b916cb85c93fd9fab7e26cdba16c0f3809
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
seungho [Wed, 20 Apr 2022 05:39:12 +0000 (14:39 +0900)]
[Tizen] make thread safe in update-render thread
Change-Id: Ia03ac9ab7506e091ceb11cef2bc8eb05a415065d
Signed-off-by: seungho <sbsh.baek@samsung.com>
seungho [Wed, 6 Apr 2022 10:37:56 +0000 (19:37 +0900)]
[Tizen] Transfer uploadOnly flag to the core and update manager
Change-Id: I28a621253c982f8f520d7ba7e7930207fe11c66f
Signed-off-by: seungho <sbsh.baek@samsung.com>
Eunki, Hong [Thu, 13 Jan 2022 05:28:39 +0000 (14:28 +0900)]
[Tizen] Make non-animated webp file can be loaded.
- Make webp file that has wrong file extension can be loaded as a single image with image-visual.
- Make webp file that hasn't animated option can be loaded with animated-image-visual without duplicated loading.
NOTE : This webp-loading and loader-webp file sync with version of dali_2.0.52
Change-Id: I5982136c36b8f469b73de5398f12a50ba3fa2781
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Joogab Yun [Mon, 5 Jul 2021 03:22:10 +0000 (12:22 +0900)]
[Tizen] Add Timer at TapGestureRecognizer
Change-Id: Ib83ee19e27eec407bc0305bbacf471e2a4700671
Seoyeon Kim [Thu, 21 Oct 2021 09:53:21 +0000 (18:53 +0900)]
[Tizen] Add missing exceptions regarding Accessibility
- Some apps can control Accessibility enability using API forcibly.
In this case, the apps should be handled by themselves.
- Added an exceptional case in OnAccessibilityNotification.
Change-Id: I5d5511cf8109bcfa4f5aa5a8c6801f8053f9dac6
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Eunki, Hong [Thu, 23 Sep 2021 04:42:18 +0000 (13:42 +0900)]
[Tizen] Fix coverity issue at capture
Change-Id: Ic2eea250b91eb729f57490a1948c06b6b56256ca
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
sunghyun kim [Thu, 19 Aug 2021 13:33:55 +0000 (22:33 +0900)]
[Tizen] Add API for setting resource destruction callback
Add api for setting resource destruction callback.
this callback will be called when NativeImageSource is desroyed its resource
Change-Id: Ib97573c648105b12bf38f601ace89a5b0fc54608
Jiyun Yang [Thu, 22 Jul 2021 13:06:09 +0000 (22:06 +0900)]
[Tizen] Implement WebEngine::GetPlainTextAsynchronously
Change-Id: Id85c001698789c9ac9e9f444ebdca3f067df7af6
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Joogab Yun [Tue, 29 Jun 2021 06:55:23 +0000 (15:55 +0900)]
[Tizen] Add GetBrightness()
Get the brightness value of the buffer.
Change-Id: I3b95ff0d786cfb3a60a10aeca994079504edfea8
Heeyong Song [Mon, 5 Jul 2021 07:33:39 +0000 (16:33 +0900)]
[Tizen] Ensure to update full region until rotation is finished
Change-Id: I1eaeae58ecd3cbb18708d9f40831f69db0a22ee1
seungho [Tue, 22 Jun 2021 06:17:36 +0000 (15:17 +0900)]
[Tizen] Return captured results with PixelBuffer
- Returns buffer of captured result
- To return pixelBuffer help to control captured image like crop or picking color
Change-Id: Id11a3f98cc67feca4b1d55b6e1945a6431e8c1a1
Signed-off-by: seungho <sbsh.baek@samsung.com>
Heeyong Song [Fri, 14 May 2021 07:50:53 +0000 (16:50 +0900)]
[Tizen] Fix build errors on Ubuntu
Change-Id: I5e0aff277ff7a77706e783e94a3dc82fc8a92b54
Seoyeon Kim [Thu, 13 May 2021 08:38:14 +0000 (17:38 +0900)]
[Tizen] Save and send the position of the focused actor
- Sends the current position of the focused actor to dbus.
- Even though user's finger presses a place other than the focused position,
the behavior of accessibility has to work well.
e.g. double tap and hold gesture
Change-Id: I6e992775cfc5ccbdae0fa31b43a6a1e087fed82a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
David Steele [Thu, 26 Nov 2020 16:34:41 +0000 (16:34 +0000)]
[Tizen]Reduce cyclomatic complexity of gif loader
Change-Id: I5ad7cf0c589f43c366bb300e2e6398f10012edb5
Wonsik Jung [Thu, 22 Apr 2021 07:54:31 +0000 (16:54 +0900)]
Modify ecore_wl2_window_geometry_set() with window rotation angle
Ecore-wl2 window should have the original window size and send rotation event with swapped size.
When window Hide() -> Show(), Show() function has the ecore_wl2_window_geomerty_set().
This function should be called to consider window rotation angle.
It is the back porting from the latest Tizen to fix rotation issue
Change-Id: Icea09d8fc55d25c3f7411a4266aedde3119c7d3a
seungho [Tue, 23 Mar 2021 12:26:29 +0000 (21:26 +0900)]
[Tizen] Make possible to capture on the old driver devices.
Change-Id: I1fd531d08b62ebe049c3219a68d0e78f323b7eb4
Signed-off-by: seungho <sbsh.baek@samsung.com>
huiyu.eun [Thu, 11 Mar 2021 00:29:28 +0000 (09:29 +0900)]
[Tizen] Showing window after adaptor is initialized
The Preinitialization creates a window in advance.
If you call the 'Show' before creating the adaptor, the application cannot know the app resource id.
The show must be called after the adaptor is initialized.
Change-Id: I37f81df09642ab19d1f04995236b01f6e5d225c4
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huayong.xu [Mon, 9 Nov 2020 10:06:59 +0000 (18:06 +0800)]
[Tizen] Update position & size of web engine.
Originally position of web engine is not updated when position of
web view is changed.
This patch is to update position & size of web engine.
Change-Id: I7ec0a70a12a4ce19c3d4ddec54f127415f13c40e
Sunghyun Kim [Fri, 29 Jan 2021 01:47:22 +0000 (10:47 +0900)]
[Tizen] Add GetOriginalImageSize() considering rotation
Change-Id: I4459c44e15a06ca1d585b8493ad569741db5f055
huayong.xu [Wed, 2 Dec 2020 09:56:19 +0000 (17:56 +0800)]
[Tizen] Implement some new ewk apis in web engine.
* BackForwardList, Context, CookieManager, Settings.
* Create, GetTitle, GetFavicon.
Change-Id: I015e667ba674d9e4037480cf43dac84d7a6f67c3
Wonsik Jung [Thu, 21 Jan 2021 07:38:02 +0000 (07:38 +0000)]
Merge "[Tizen] Disable PreRotation function" into tizen_6.0
Wonsik Jung [Thu, 21 Jan 2021 00:43:32 +0000 (09:43 +0900)]
[Tizen] Disable PreRotation function
Disable prerotation function for screen rotation.
Because screen rotation works before wl-egl-window is created and prerotation needs the wl-egl-window.
In addition, prerotaiton does not work in tizen commercial product.
Change-Id: I363870c53c1bacec85b746c19cb4e4545ef61a88
huayong.xu [Tue, 5 Jan 2021 07:00:51 +0000 (15:00 +0800)]
[Tizen] Support scroll in web engine.
Some APIs related to scroll are supported.
Change-Id: Ie97364cf57bd40d7a5a855387a188c2e23f7f074
huayong.xu [Thu, 12 Nov 2020 06:12:01 +0000 (14:12 +0800)]
[Tizen] Set focus for web engine.
When focus of web engine is gained, focus is transfered to web engine
plugin.
Change-Id: I945b93ae802b6aca5f8fc3e1995a5af27023bdfc
Seoyeon Kim [Fri, 18 Dec 2020 06:28:23 +0000 (15:28 +0900)]
[Tizen] Make AccessibilityInfo to member variable
- Currently, AccessibilityInfo gets values as a local variable.
So, the values is sent with a garbage value.
- To solve this problem, move AccessibilityInfo to member variable.
Change-Id: I626bfbdf034474869d98f43c0b2567e9ec348744
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Fri, 11 Dec 2020 07:27:24 +0000 (16:27 +0900)]
[Tizen] Add a flag to check whether it is forced to enable
- If an application controls Accessibility status by itself,
dali does not have to control Accessibility enabled.
- Check the state of global accessibility.
- Enable Accessibility when only AllApps shows and the app is itself.
Change-Id: Ic7f1a94ed13134ee9e17bb7275501d8678b3b8cf
Seoyeon Kim [Thu, 10 Dec 2020 07:35:05 +0000 (16:35 +0900)]
Revert "[Tizen] Add a flag to check whether it is forced to enable"
This reverts commit
5489404df5520ee738922e8d225f9f82a198fe5e.
Change-Id: I5bcb4ba25710da99b3c46fe2b60fe51d4a60808a
Seoyeon Kim [Tue, 8 Dec 2020 12:16:39 +0000 (21:16 +0900)]
[Tizen] Add a flag to check whether it is forced to enable
- If an application controls Accessibility status by itself,
dali does not have to control Accessibility enabled.
Change-Id: Id47f266dc5bb8f4ce507f6f306abc6eb0e1468a2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Mon, 7 Dec 2020 05:02:11 +0000 (14:02 +0900)]
[Tizen] Disable Accessibility when either quickpanel or app shows
- If either QuickPanel or AllApps is shown,
then accessibility of all dali apps would be disabled.
Change-Id: Ib1930d2ab117cbc28c92b2acc1fe7ddfbce50e0f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 3 Dec 2020 08:40:50 +0000 (17:40 +0900)]
[Tizen] Add QuickPanel changed signal in WindowBase
- Added QuickPanelSignal to check QuickPanel changed or not.
- For example,
If Quickpanel is shown, dali accessibility should be disabled.
If All Apps application is shown, dali accessibility should be enabled.
Change-Id: I35246c883416b7990a19179c6c711702a9af0607
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Sunghyun Kim [Tue, 17 Nov 2020 02:49:24 +0000 (11:49 +0900)]
[Tizen] Add lock for image loading
loading image have to thread-safe.
for this, i added lock to gif and webp
Change-Id: I2f0921535fc944919916d2ac5e2768e9256c8692
Seoyeon Kim [Thu, 26 Nov 2020 07:34:02 +0000 (16:34 +0900)]
[Tizen] Make EnableAccessibility API public
- Added AccessibilityAdaptor::EnableAccessibility() as devel API
Change-Id: I98bb35e65a3c860b79fc9847d4d627bf8bb9e917
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Mon, 16 Nov 2020 06:09:32 +0000 (15:09 +0900)]
[Tizen] Change log function for frame rendered callback
Change-Id: I648d082928b5efd51c925c896a0da3260f3ada0d
Heeyong Song [Thu, 12 Nov 2020 07:19:38 +0000 (16:19 +0900)]
[Tizen] Fix pixel format bug in pixel manipulation
LUMINANCE should be first in LUMINANCE_ALPHA_CHANNELS format.
Change-Id: Ia9bef6173f24a54d7fc8140381affa5a342e3e1e
Wonsik Jung [Tue, 10 Nov 2020 06:40:03 +0000 (15:40 +0900)]
[Tizen] Apply screen rotation to create window
This reverts commit
7818fc608d74c23232872567f0076045cde4973a.
Wonsik Jung [Tue, 10 Nov 2020 06:39:42 +0000 (15:39 +0900)]
[Tizen] Sync for libds
This reverts commit
5c5879c55783f80769ee5aaf0d9841a66ef8a0bd.
Wonsik Jung [Tue, 10 Nov 2020 06:39:21 +0000 (15:39 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
d8641796cd8d5ed7fb17bfa517e66f38ace3ff09.
Wonsik Jung [Tue, 10 Nov 2020 06:38:58 +0000 (15:38 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
c03ad82c28a6075515199982972acf98d3bedb63.
Wonsik Jung [Tue, 10 Nov 2020 06:38:50 +0000 (15:38 +0900)]
Merge branch 'devel/master' into tizen
Wonsik Jung [Tue, 10 Nov 2020 06:38:34 +0000 (15:38 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
25bbb2c680977e625a36edfda6a0c7164711bd41.
Wonsik Jung [Tue, 10 Nov 2020 06:38:31 +0000 (15:38 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
bbe28a40f7970715cf707511b5749f193b698f74.
Wonsik Jung [Tue, 10 Nov 2020 06:38:28 +0000 (15:38 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
aad97527cf64710ef4e848c8d39ade0455ac9890.
Wonsik Jung [Tue, 10 Nov 2020 06:38:26 +0000 (15:38 +0900)]
Revert "[Tizen] Apply screen rotation to create window"
This reverts commit
719a4b6d14948286a633f1d23cbd4c1d93a7c407.
David Steele [Fri, 30 Oct 2020 14:33:31 +0000 (14:33 +0000)]
DALi Version 1.9.36
Change-Id: I70b0e6460b7dc207f23266cc5d3ff6d51e29552a
Daekwang Ryu [Thu, 29 Oct 2020 10:15:41 +0000 (19:15 +0900)]
Revert "Fix GlWindow when destroyed"
This reverts commit
b577ef4d0a47c1a1fcd9528f9dcb8b0757140fcc.
Daekwang Ryu [Wed, 28 Oct 2020 06:27:59 +0000 (15:27 +0900)]
Fix GlWindow when destroyed
GlWindow created a EglGraphics.
When GlWindow was destroyed, the EglGraphics called eglTerminate().
It caused destroying all egl resources.
GlWindow uses EglGraphics of Adaptor.
Change-Id: I78e0ea977d4d795e3dbb001e4214802d32282808
seungho [Wed, 28 Oct 2020 12:26:01 +0000 (21:26 +0900)]
[Tizen] Apply screen rotation to create window
This reverts commit
9ccceef6accc064fd28c175ce9c5909345cf4186.
Change-Id: I80d73305ea7c630fb6a5ab556cb00784bc28950f
seungho [Wed, 28 Oct 2020 12:25:47 +0000 (21:25 +0900)]
[Tizen] Sync for libds
This reverts commit
5f52b17dc045f04afea28b741b438c1a58e2bf0a.
Change-Id: Id93b4ff458ec987a4a1cd5092e8c51dbb103734d
seungho [Wed, 28 Oct 2020 12:25:33 +0000 (21:25 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
c9e4df0de94bfcf814fa4725a0e1b3503a4e1999.
Change-Id: I15c4f4676e2f6e5bde10a06d1fa8e4428e8240ff
seungho [Wed, 28 Oct 2020 12:25:19 +0000 (21:25 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
753d3faddaa2db75ba9f46e9f4cb6ab3129f1662.
Change-Id: I0abb77fc170259ca225416dbdd4404fe219ded96
seungho [Wed, 28 Oct 2020 12:25:13 +0000 (21:25 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I1407f4128695558fd76e930e13d310dc3f583222
seungho [Wed, 28 Oct 2020 12:25:06 +0000 (21:25 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
635e1fdd292da4711173858dea1ef17c1d24ef24.
seungho [Wed, 28 Oct 2020 12:25:03 +0000 (21:25 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
aa19ec5a3944989bb2eed21eb6c316775cafd38a.
seungho [Wed, 28 Oct 2020 12:25:02 +0000 (21:25 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
3fc35c7403614a804536a41c80ece27de8398081.
seungho [Wed, 28 Oct 2020 12:24:56 +0000 (21:24 +0900)]
Revert "[Tizen] Apply screen rotation to create window"
This reverts commit
22f250216e3d70e28db2aa59fef683e5d027594c.
David Steele [Fri, 23 Oct 2020 14:34:44 +0000 (15:34 +0100)]
Updated patch-coverage.pl script
Change-Id: If0fba483209b65be565ca51188da2da75dd931c7
adam.b [Fri, 23 Oct 2020 10:45:07 +0000 (11:45 +0100)]
DALi Version 1.9.35
Change-Id: I018d8d3a992b9c3c1baf18b37b6a14fbe8bdde9d
David Steele [Thu, 22 Oct 2020 17:04:06 +0000 (18:04 +0100)]
Updated patch-coverage script
Change-Id: Ia0be18e97a46aafffb85b786e77dea00d60969bd
Adeel Kazmi [Wed, 21 Oct 2020 20:53:40 +0000 (20:53 +0000)]
Merge "Reduced Cyclomatic Complexity of pixel-manipulation functions" into devel/master
Adeel Kazmi [Thu, 15 Oct 2020 20:41:52 +0000 (21:41 +0100)]
Reduced Cyclomatic Complexity of pixel-manipulation functions
Change-Id: Ic2ed1ecdc18a85240aebab45068e2c01e1764cf5
Heeyong Song [Tue, 20 Oct 2020 09:16:07 +0000 (09:16 +0000)]
Merge "Use separated semaphore in CombinedUpdateRenderController" into devel/master
Richard Huang [Fri, 16 Oct 2020 10:31:11 +0000 (11:31 +0100)]
DALi Version 1.9.34
Change-Id: Ic34b5854f2398178c88f66263ebffd725b0563b0
Heeyong Song [Fri, 16 Oct 2020 07:38:10 +0000 (16:38 +0900)]
Use separated semaphore in CombinedUpdateRenderController
Change-Id: I2f611e1e62b9c3b69949c25fc25d41f241e6a67b
Adeel Kazmi [Mon, 12 Oct 2020 19:47:12 +0000 (20:47 +0100)]
Fix doxygen comments
Change-Id: I7bdcff9d299c040596de66aea7d3cb1a592a09ef
György Straub [Fri, 9 Oct 2020 13:05:56 +0000 (14:05 +0100)]
DALi Version 1.9.33
Change-Id: I087cde0d2455554f2c897682fc267c85c5bcf1af
Heeyong Song [Wed, 23 Sep 2020 15:01:55 +0000 (00:01 +0900)]
Refactor VectorImageRenderer
Change-Id: I92a3f759d00f904c7594f94a33176f7e633b13b1
Daekwang Ryu [Tue, 6 Oct 2020 03:55:38 +0000 (12:55 +0900)]
[Tizen] Apply screen rotation to create window
This reverts commit
f0d2ed9b8967314b9c39b4f6b88d0e544202c543.
Change-Id: Ib01e232d3b9186e9956a4537b4e1b42c388f6fa6
Daekwang Ryu [Tue, 6 Oct 2020 03:55:26 +0000 (12:55 +0900)]
[Tizen] Sync for libds
This reverts commit
5c51f9311780b763a63cb33526c2fec71809ada0.
Change-Id: Ia3928d7bd92f63af5a232ba34d234024c81c1a02
Daekwang Ryu [Tue, 6 Oct 2020 03:51:48 +0000 (12:51 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
2c4663c7932a6f59cd99f08289185a2b0100e2eb.
Change-Id: I9ff22d632c48da8f7738f12e15b8f65de423947c
Daekwang Ryu [Tue, 6 Oct 2020 03:51:44 +0000 (12:51 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
8f10933048de2edce9a422ca9bfdcfbabf16a87c.
Change-Id: Ibc91d29c356174f63bcff08b1a7c5458614c5684
Daekwang Ryu [Tue, 6 Oct 2020 03:51:37 +0000 (12:51 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I5a0925527f367ae3c19da0d5b6a09edc91df1a62
Daekwang Ryu [Tue, 6 Oct 2020 03:51:31 +0000 (12:51 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
ecc81029f3f3da9228f459fbbbe8db0f0b807802.
Daekwang Ryu [Tue, 6 Oct 2020 03:51:27 +0000 (12:51 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
fe649671feabf0fd2f09fdfab62e3b2bf52f89ff.