Hosang Kim [Wed, 21 Dec 2022 10:48:52 +0000 (19:48 +0900)]
efl_ui_win: use move_resize instead of resize
Use move_resize API to distinguish server's resize request and client's resize request
Change-Id: Idda1dade0c3708d162e1079f16b47926d592fe46
Hosang Kim [Wed, 21 Dec 2022 07:53:58 +0000 (16:53 +0900)]
ecore_wl2_window: remove tizen only code for sending configure event
Change-Id: Id205a67d9b7f518de4dc569e9fa0e505fc7f4b00
Doyoun Kang [Thu, 22 Dec 2022 08:31:54 +0000 (17:31 +0900)]
Revert "ecore_wl2: check xdg_toplevel before requesting set_maximize_direction"
This reverts commit
d9be252a2c85c29ec21364f66a22576a810053a7.
Change-Id: I2575931d8cbbdf39fc4be7589c5afb4c8a20e183
Doyoun Kang [Thu, 22 Dec 2022 07:38:23 +0000 (16:38 +0900)]
ecore_wl2: check xdg_toplevel before requesting set_maximize_direction
There was a bug that the window size was transformed invalid when the xdg_toplevel was not created.
This resolve this problem.
@tizen_only
Change-Id: I5d7cb2ca920b8560b0e9cbb5f00369335aa78523
Wonsik Jung [Tue, 20 Dec 2022 04:41:12 +0000 (13:41 +0900)]
Revert "[Tizen] Check window resize issue"
This reverts commit
d6ec98b77787f65bef422093d6497c3653633538.
Change-Id: I727bfbfdd4f38a7d72a549352196608bdceae2ca
Lukasz Oleksak [Wed, 14 Dec 2022 14:36:29 +0000 (15:36 +0100)]
[AT-SPI] Add child_bus attribute to parents having remote accessibility object child
This will allow AT-clients to query in a single dbus call (via collection iface) all busses used for UI embedding.
Result of such query may be used by AT-client to limit its dbus calls to:
a) active window process
b) processes that provide UIs embedded in active window
and avoid dbus calls to processes being in background, which respond very slowly.
Change-Id: Ifb73172cd63d67257ac9c03b9d98c3dbc23fe845
Doyoun Kang [Fri, 16 Dec 2022 01:43:13 +0000 (10:43 +0900)]
ecore_wl2: modify the size of configure event
We change code to determine the size value of ECORE_WL2_EVENT_WINDOW_CONFIGURE event
by considering the size requested by the user.
There was a bug that the window size was changed continuously because of the difference
of the size value between the user requested size and the configure size sent by server.
This patch resolves this problem.
@tizen_only
Change-Id: Id737a16e58e6fca570196a6f5bb6519c8bb85719
Doyoun Kang [Fri, 16 Dec 2022 00:34:22 +0000 (09:34 +0900)]
ecore_wl2: do not generate configure event in tizen_position changed callback
We remove code which calls _ecore_wl2_window_configure_send in _tizen_position_cb_changed().
@tizen_only
Change-Id: I0ad2deff619056b74f1a70586fec0b9f6eaf472f
Wonsik Jung [Wed, 14 Dec 2022 03:32:06 +0000 (12:32 +0900)]
[Tizen] Check window resize issue
Check window resize issue at multiview issue
Change-Id: I59723cefd2f7d9f7de2c73734d522456ba87d9d9
Hosang Kim [Fri, 9 Dec 2022 10:40:44 +0000 (19:40 +0900)]
ecore_wl2: fix checking configure_event
Sometimes configure event is received twice.
Change-Id: I994f3f106054dd9808d21396b525c5b85bd16dc3
Hubert Stachowiak [Thu, 8 Dec 2022 07:56:25 +0000 (08:56 +0100)]
edje_message_queue.c Fix invalid pointer
In _edje_msg_trash_clear freeing Edje_Message pointer could cause invalid pointer error because _edje_msg_trash_pop function would sometimes return the same pointer twice.
Change-Id: I845d576b80924200092fd9647c64aacec70aa866
Hubert Stachowiak [Tue, 6 Dec 2022 10:02:42 +0000 (11:02 +0100)]
eeze_udev_private.c Add null check
Added null check for devname to prevent null dereference
Change-Id: I0a32f8d51bb0c2df86a9644316378089d7e65e6f
Hosang Kim [Fri, 9 Dec 2022 07:37:47 +0000 (16:37 +0900)]
ecore_wl2: support default cursor configuration
@TIZEN_ONLY
Change-Id: I7b882596917f049f88e384f3ccabd9c8367c0fe0
Hubert Stachowiak [Fri, 2 Dec 2022 15:18:46 +0000 (16:18 +0100)]
eina_hash.c: assign NULL to freed pointers
Functions that were freeing pointers will now assign NULL to them.
Change-Id: Idc1c8889fc7df762305809d31470f28a84344a62
Patryk Kaczmarek [Fri, 2 Dec 2022 13:11:53 +0000 (14:11 +0100)]
eina hash: imporved safety
Change-Id: I49a9d37974c49e5825534bc863e804b4037a2e53
Michal Szczecinski [Thu, 1 Dec 2022 19:21:03 +0000 (20:21 +0100)]
evas font: Improved safety
Change-Id: I8531031a30664bffdefb4c385565c1564b8e4755
Chihun Jeong [Tue, 29 Nov 2022 02:29:49 +0000 (11:29 +0900)]
efl_ui_win: Disable window create/destroy event when window show/hide
Change-Id: I02451e1fd82e6f49b5ecb172cf0a68ba5370b594
joogab.yun [Tue, 29 Nov 2022 07:33:59 +0000 (16:33 +0900)]
evas gl: fix missing font texture target.
Summary:
font context missed setting texture target.
When shader is flushed, it sets invalid texture target with font texture.
That caused broken text rendering, this could be observed temporary
because gl pipe contexts are reusable and missing texture target means,
it could use previous texture target values that mostly have GL_TEXTURE_2D.
Change-Id: Iaa44cd28279da46362aff1dc392bcf2fff4e7138
Hosang Kim [Fri, 25 Nov 2022 05:48:15 +0000 (14:48 +0900)]
ecore_wl2/ecore_evas: add job for processing configure event first.
Sometimes before window configure event is processed, request of
resizing by application occurs. so I add job for processing configure
event first.
This reverts commit
770a7ba18b87d5176b3f2936dd0283d27b55e94c.
Change-Id: Idc0624a358f30acf948e50ef2408de678a271868
Doyoun Kang [Mon, 21 Nov 2022 09:43:25 +0000 (18:43 +0900)]
ecore_evas_wayland: call ecore_wl2_window_maximized_set regardless of revious maximized state
To support maximize direction feature, we don't check the previous maximize state.
@tizen_only
Change-Id: I0ad21dc98bf0e741b927e3f1dab6f70a5650614c
Doyoun Kang [Mon, 21 Nov 2022 08:52:45 +0000 (17:52 +0900)]
ecore_wl2_window: set a saved size imediately if maximizing window is pended
Change-Id: I9ea56d0d0bf02f501acd1e36bcce01f333031def
Doyoun Kang [Tue, 18 Oct 2022 05:01:40 +0000 (14:01 +0900)]
ecore_wl2: support maximize direction feature
We add a maximize direction feature to support various maximize type.
Change-Id: I56af363384e703779e485402b07964c8d14f5c37
Bowon Ryu [Thu, 17 Nov 2022 11:42:15 +0000 (20:42 +0900)]
evas_object_text: fix text ellipsis issue
When the size of the text item and the ellip frame are same
and if it fails to find the cut, we should find the cut in the next item.
Change-Id: I2e55d51d5dc0c63c1159f52a2e88b2987080ab1d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Hosang Kim [Thu, 17 Nov 2022 11:26:00 +0000 (20:26 +0900)]
ecore_evas_wayland_common: add checking pending.geom
Sometimes server's configure notify and client's resize are conflict.
So if client' resize request exists, ignore sever's configure notify.
Change-Id: Ia9b5ad1ad9994c098385d472cf1406bdbfeb3a05
Artur Świgoń [Fri, 28 Oct 2022 09:57:59 +0000 (11:57 +0200)]
elm_atspi: Consider focus in _elm_object_accessibility_should_emit_events()
Change-Id: I5411b4975288294f11fcae4df81f4137126d10a1
Hosang Kim [Mon, 14 Nov 2022 05:14:46 +0000 (14:14 +0900)]
efl_ui_win: Disable automatic size_min/max_set.
Disable window minimum/maximum size is changed by internal calculation.
@TIZEN_ONLY
Change-Id: I82fccc6aa1e36c4a7591e9f5f8a7956b05c73458
Hosang Kim [Fri, 28 Oct 2022 06:29:20 +0000 (15:29 +0900)]
elm_plug: application is activated, elm_plug need to be reconnected.
Sometimes application is activated but elm_plug's atspi parent is not
changed.
Change-Id: I6089b27af70752442569db870122d3b08adec17a
Michal Szczecinski [Fri, 28 Oct 2022 07:26:08 +0000 (09:26 +0200)]
evas textblock: improved safety.
Change-Id: I93cd476441dcc2ea68ed36e508eb3271418c311c
Artur Świgoń [Mon, 17 Oct 2022 10:56:08 +0000 (12:56 +0200)]
elm_config: Null-check _elm_atspi_bridge_get()
Usually the return value of _elm_atspi_bridge_get() is immediately
null-checked, including before elm_obj_atspi_bridge_connected_get(),
and so should be the case here in _elm_config_atspi_mode_set().
@tizen_only
Change-Id: Ia6c8a542e4c8115aefc041d03290aeaf4f63c3ee
Artur Świgoń [Mon, 3 Oct 2022 16:34:32 +0000 (18:34 +0200)]
elm_atspi: Add _elm_object_accessibility_should_emit_events()
An object should emit events if it is highlighted or its controller is
highlighted. The helper function _elm_object_accessibility_should_emit_events()
allows to simplify and unify checking these conditions.
Change-Id: Id78558cd661922f68330e86e1186e31a4f7262a6
Hosang Kim [Thu, 29 Sep 2022 04:37:19 +0000 (13:37 +0900)]
atspi: send scroll started/finished events
When scroll is draged or animated,
elementary send 'object:scroll-started' and 'object:scroll-finishend'
Change-Id: I0b782fdcdeb8ac79358a27b5e64bcf6d0ec0c6ce
Patryk Kaczmarek [Fri, 21 Oct 2022 15:47:28 +0000 (17:47 +0200)]
elm_genlist: additional NULL check on genlist data get
Change-Id: Ife74c452c5f10afc37ea624d9c6191d8317eb3f2
jykeon [Mon, 24 Oct 2022 02:34:47 +0000 (11:34 +0900)]
spec: Add build environment value for vitual
build box.
Change-Id: Ib765a5060578c40cb7a1974fdafe5300a1492cb8
Signed-off-by: jykeon <jykeon@samsung.com>
EverLEEst(SangHyeon Lee) [Wed, 26 Oct 2022 10:02:49 +0000 (19:02 +0900)]
genlist : fix wrong geometry check in item focus
Change-Id: I55fb9e0f9934f802b03539889044db88d9541f99
Doyoun Kang [Mon, 24 Oct 2022 02:02:59 +0000 (11:02 +0900)]
ecore_wl2: set position only if the window is not fullscreen/maximized
Change-Id: I33f57047dc542274c07e78de05e88c5c0fd392d6
Hosang Kim [Mon, 22 Feb 2021 04:05:37 +0000 (13:05 +0900)]
ecore_con: fix backlog argument for avoiding syn flooding.
If listen's argument is zero, syn flooding occurs.
Since this linux kenel patch,
(https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=
ef547f2ac16b)
@tizen_only
Change-Id: I81c2a8af12f5dbf9cdd9021c1a9579ee4d213d1e
(cherry picked from commit
2bbf17b5d89bd5ff2fea7d85c147b7c13f9e7c4b)
Artur Świgoń [Thu, 15 Sep 2022 13:52:56 +0000 (15:52 +0200)]
efl_ui_widget: Use top-down at-point search for POPUP_MENU
In case of CtxPopup, highlighting items by flicking over the menu works
correctly, while tapping on an item causes a phantom button (not present
in the AT-SPI tree) to be highlighted and breaking further flick-based
navigation until the end of the context is reached. This is caused by
wrong at-point search strategy and is fixed by this patch.
@tizen_only
Change-Id: Ic9f5e10cb972a48512253d7c727ab0bf1b991e3b
Artur Świgoń [Tue, 30 Aug 2022 13:14:22 +0000 (15:14 +0200)]
elc_naviframe: Remove default label when necessary
When using a Naviframe inside of another Naviframe the default label
stack can become corrupted, i.e. the items from both naviframes can get
intermixed (as in the case of wifi-efl-ug), causing navigation issues.
Limiting the default label stack to one item per Naviframe helps solve
this issue.
@tizen_only
Change-Id: I4cebbe76067616d7055021e60e51a472c2f679a2
Artur Świgoń [Mon, 29 Aug 2022 14:03:55 +0000 (16:03 +0200)]
elm_slider: Emit value changed event only if the slider is highlighted
@tizen_only
Change-Id: If9d91c681c18676347cdb030f945d1f72495c344
Artur Świgoń [Fri, 26 Aug 2022 10:14:07 +0000 (12:14 +0200)]
elm_access/efl_ui_widget: Remove markup from accessible name
@tizen_only
Change-Id: I784e92aa5a8acadbb7c4c1470f01c65016a1ec55
Artur Świgoń [Fri, 12 Aug 2022 10:17:45 +0000 (12:17 +0200)]
elc_hoversel: Set COMBO_BOX role for Hoversel
This commit applies the new UX guide.
@tizen_only
Change-Id: I4d890e85517b1ea0c8afd01b0e557918d219f91e
Artur Świgoń [Fri, 12 Aug 2022 09:32:39 +0000 (11:32 +0200)]
elc_naviframe: Apply new Naviframe UX
@tizen_only
Change-Id: I98c742b2d041572f13275160db92809cd3123752
Artur Świgoń [Wed, 10 Aug 2022 13:25:47 +0000 (15:25 +0200)]
elc_popup/elc_ctxpopup: Do not prepend "Alert" to popup name
This commit applies the new UX guide.
@tizen_only
Change-Id: Ibc9ad595591bf30521ea20c975ab5e538e1e4b54
Artur Świgoń [Wed, 10 Aug 2022 13:08:48 +0000 (15:08 +0200)]
elm_genlist: Set HEADING role for Genlist group
This commit applies the new UX guide.
@tizen_only
Change-Id: I1847e22c13d2a7a6742edc3882803ff1c4d4b59b
Michal Szczecinski [Mon, 3 Oct 2022 11:47:53 +0000 (13:47 +0200)]
eo_base_class: Improved stability
Change-Id: I38861744fc1808d4d1efe40779af37733bcfbf39
Gwanglim Lee [Wed, 28 Sep 2022 04:31:35 +0000 (13:31 +0900)]
ecore_wl2_input: don't be silent on errors, use ina_safety_checks to issue warnings.
Change-Id: I682bbe9143afb92cf02f482a0d0ff6cff8c64955
Doyoun Kang [Mon, 29 Nov 2021 04:45:34 +0000 (13:45 +0900)]
ecore_wl2: add callback functions for tizen_policy_listener
add tizen_policy's listener functions for below events
- interactive_move_done
- interactive_resize_done
Change-Id: I09d87f97c590e978312ff88ba1481cde4cb1fc02
Changyeon Lee [Thu, 8 Sep 2022 06:15:45 +0000 (15:15 +0900)]
ecore_wl2_tbmsurface: fix use after free of tbm_surface_queue
delete user data of queue in tbm_surface when tbm_surface_queue is deleted.
Change-Id: Ia0e35959b93e19af4ab5f203c705a58840006692
Wonsik Jung [Wed, 7 Sep 2022 12:44:17 +0000 (21:44 +0900)]
[Tizen] Fix evas_map_direct_render_set issue
When evas_map_direct_render_set() is called with new value,
direct rendering does not work with new value.
This patch is to fix that.
Change-Id: Iad36dab7f3cb3be1781eb09f9e6883bcdd9c19b0
Doyoun Kang [Mon, 5 Sep 2022 10:52:05 +0000 (19:52 +0900)]
ecore_wl2_window: modify configure_send function
If the def_config's serial and req_config's serial are same, this means that the
ECORE_WL2_EVENT_WINDOW_CONFIGURE event was not generated by configure_event from display server.
In this case, ECORE_WL2_EVENT_WINDOW_CONFIGURE event just handles the state of window and
doesn't handle the size. So, the width and the height of the event are set to zero.
@tizen_only
Change-Id: Ic366a95cb15dc4e9fc57df6d053849cd0f3fff6c
Changyeon Lee [Fri, 2 Sep 2022 01:41:15 +0000 (10:41 +0900)]
ecore_wl2_tbmsurface: fix use after free of tbm_surface
tbm_surface of Ecore_Wl2_Buffer can be freed in case of
last committed wl_buffer get release event.
this patch makes that tbm_surface of Ecore_Wl2_Buffer
is valid by using reference of tbm_surface.
Change-Id: Iecf683c71ff971935a9228e8130b2e78a9b06bb3
Hosang Kim [Mon, 5 Sep 2022 10:38:23 +0000 (19:38 +0900)]
ecore_glib: remove debug log
Change-Id: Icf504facb647e0186528270bf2bb01a3d61bd6ce
Doyoun Kang [Wed, 31 Aug 2022 10:58:32 +0000 (19:58 +0900)]
Revert "ecore_wl2_window: modify configure_send function"
This reverts commit
1585fc2f9cedeb57d75d9b73af2f95518ad70acf.
Change-Id: I106288ade013560b914930498278898724102a35
Woochanlee [Wed, 31 Aug 2022 06:15:43 +0000 (15:15 +0900)]
spinner: delete wrong copy & paste code.
Change-Id: Ib03531ff53aae37471e8b28b22744bea4c7e33c8
Woochanlee [Mon, 29 Aug 2022 10:34:47 +0000 (19:34 +0900)]
spinner: Fix atspi mode focus movement policy.
Change-Id: I6a7bd26272ee21cc7ec09e1977c31efcd8ee6d57
Hosang Kim [Fri, 26 Aug 2022 10:18:37 +0000 (19:18 +0900)]
ecore_evas: fix calculating window with rotation.
When border is enabled, between ecore_evas window size and ecore_wl2 window size are different.
And window size is added or subtracted with border size according to rotation angle.
Change-Id: Icbbb5da354371c610058ef2de165431197b1158c
Hosang Kim [Mon, 29 Aug 2022 01:44:45 +0000 (10:44 +0900)]
ecore_glib: change log level
Change-Id: I042c202e931f411cfb38723ca9c84e129fc00a41
Doyoun Kang [Wed, 24 Aug 2022 00:43:34 +0000 (09:43 +0900)]
ecore_wl2_window: modify configure_send function
If the def_config's serial and req_config's serial are same, it means that the ECORE_WL2_EVENT_WINDOW_CONFIGURE
event is not generated by configure_event from display server.
In this case, ECORE_WL2_EVENT_WINDOW_CONFIGURE event handle window's states not a size.
So, a width and height of the event are set by zero.
@tizen_only
Change-Id: Ie7d922dcddba48ec36dee7698fe60325a4fedd9f
Hosang Kim [Tue, 23 Aug 2022 10:23:59 +0000 (19:23 +0900)]
ecore_glib: add log for checking perfomance.
Change-Id: I4cc640389c30e1e9a411da98ab5c7832710ec25c
Michal Szczecinski [Thu, 11 Aug 2022 15:09:26 +0000 (17:09 +0200)]
evas: Optimize memory usage on static webp files
To load 4k single webp image, we should use WebPDecodeBGRA api to recude memory usage
because WebPAnim* API Set memory cost is high
Change-Id: I6d43f1610e26df30470dbd280d588f0e13408833
Patryk Kaczmarek [Wed, 3 Aug 2022 13:24:34 +0000 (15:24 +0200)]
evas_gl_image: additional NULL check on image change trim
Change-Id: I8a2cb43940b4f5d5c19e680647acf4992d8e6a00
Bowon Ryu [Mon, 4 Jul 2022 08:56:16 +0000 (17:56 +0900)]
Add edje signal for text direction
add signals "text,state,rtl", "text,state,ltr"
Change-Id: Ie8d31bbe5106d9af88e19243ffe2ac94bb90cb85
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Chun [Mon, 8 Aug 2022 01:46:28 +0000 (01:46 +0000)]
Revert "Revert "elm_atspi: Check AUL_APPID for application name""
This reverts commit
06543e49312522b63c8f9f67bd1661e0f41fba21.
Change-Id: Ib4dba24e40af01bc1463b8ea26460f25d1289983
Jaehyun Cho [Thu, 4 Aug 2022 01:57:20 +0000 (10:57 +0900)]
elc_hoversel: Fix to activate accessibility
Previously, accessibility activate did not work because accessibility
activate method could work only if hover was created before.
However, the hover is created in _activate(), which accessibility
activate method calls after checking the hover.
Therefore, the code checking the hover is removed in accessibility
activate method.
It has been fixed that hoversel button is activated by double tap of
accessibility highlight.
Change-Id: I9cee7ec701a9b0878a1253bf66be21586e2aff9a
Jaehyun Cho [Tue, 2 Aug 2022 11:14:27 +0000 (20:14 +0900)]
elm_calendar: Fix to activate accessibility
It has been fixed that month buttons and date items are activated by
double tap of accessibility highlight.
Change-Id: Ia771c832952e85a6aa4bebd395aab374f64b67aa
Chun [Fri, 5 Aug 2022 01:27:46 +0000 (01:27 +0000)]
Revert "elm_atspi: Check AUL_APPID for application name"
This reverts commit
459b4abd717eb900a69357ceffdcda4a186dfc77.
Change-Id: Id12a558e076b3e40e5677e21970dd14fedbb2253
Artur Świgoń [Tue, 2 Aug 2022 11:05:27 +0000 (13:05 +0200)]
elm_atspi: Check AUL_APPID for application name
@tizen_only
Change-Id: I554014d1e76d218f54cc00df93eb9f82a8527db9
Michal Szczecinski [Tue, 2 Aug 2022 09:28:46 +0000 (11:28 +0200)]
evas font: improved harfbuzz error checking
Change-Id: I94f7d23dbb18887ff57a280acff44ba105f6d238
Artur Świgoń [Tue, 2 Aug 2022 10:29:16 +0000 (12:29 +0200)]
Revert "elm_atspi: Return package name as application name"
This reverts commit
51bab9ec39dbf2c797620901df704119464c3a1f.
@tizen_only
Change-Id: I4724e87d95bff27809b9601ad8c3eba8021543d9
Lukasz Oleksak [Thu, 21 Jul 2022 13:58:19 +0000 (15:58 +0200)]
[Tizen][ATSPI] Hot fix disabling propagation of key events to A11Y bus
Hot fix for performance issue.
The patch should be reverted after the solution is applied.
Change-Id: I1f266d4a9ece4a317d8abe8da24bf4cf8580584f
Hubert Stachowiak [Fri, 29 Jul 2022 09:29:35 +0000 (11:29 +0200)]
eina_value_util: fix time_t value for aarch64
On aarch64 mktime was returning -1 due to daylight saving time flag not being set in the struct tm. The struct is initialized with 0s and the flag is set to -1 (not available)
Change-Id: Id5958ad5769eaf53d3db571e34e07a7fd1bbd122
Lukasz Oleksak [Thu, 28 Jul 2022 14:29:57 +0000 (16:29 +0200)]
elm_atspi: Return package name as application name
This patch unifies the behavior with DALi.
@tizen_only
Change-Id: I7a3eb090914e99efe90ffcf30e1c9e0a9fe5ed96
Doyoun Kang [Mon, 25 Jul 2022 09:17:26 +0000 (18:17 +0900)]
ecore_wl2: add a new window type - ECORE_WL2_WINDOW_TYPE_DESKTOP
@tizen_only
Change-Id: I1f0b62bc2a432cc95916523aafd401b205e516e5
Doyoun Kang [Thu, 21 Jul 2022 09:28:57 +0000 (18:28 +0900)]
ecore_wl2_window: send ECORE_WL2_EVENT_WINDOW_ROTATE event in _ecore_wl_window_cb_angle_change_with_resize
We add code to send a ECORE_WL2_EVENT_WINDOW_ROTATE event in the tizen_rotation's
angle_change_with_resize listener function (_ecore_wl_window_cb_angle_change_with_resize).
For this, a module can do what it wants when the window is rotated.
@tizen_only
Change-Id: I876e3bb877b65f55f5086c8b3fb73cc533c65581
Hosang Kim [Mon, 18 Jul 2022 07:21:50 +0000 (16:21 +0900)]
ecore_wl2_window: fix condition for calling visibility change event
callback.
Change-Id: Ia7fe752855c66455d4c19cfaa77d1a6aabe707dc
Hosang Kim [Wed, 6 Jul 2022 08:15:42 +0000 (17:15 +0900)]
efl_ui_win: set NULL when parent window is deleted
Change-Id: If4822d5fb441628a98ffbf9cb04d3246845bf748
tscholb [Tue, 5 Jul 2022 01:03:35 +0000 (10:03 +0900)]
evas: fix premultiply bug in webp after applying npatch
After applying npatch in webp, some of alpha value has a problem because of premultipy.
so i fix it.
Change-Id: I61425ade10659c3092f22b9854c932deb1fa468e
Hosang Kim [Mon, 2 May 2022 08:01:00 +0000 (17:01 +0900)]
ecore_evas: set ecore_evas height 0 when frame is enabled.
Change-Id: I3b2ec17c4f41bd81ed69b14a179de39a1eb60cbb
Hosang Kim [Tue, 26 Apr 2022 03:34:38 +0000 (12:34 +0900)]
elm_config: fix getting environment variable for win_no_border config.
It is always set to EINA_TRUE regardless of the environment variable
value.
Change-Id: Id93104027b5f199a837fc4ff855325e06d46404b
Hosang Kim [Wed, 22 Jun 2022 02:43:27 +0000 (11:43 +0900)]
ecore_wl2_window: add visibility callback set
When the main thread is busy, WINDOW_VISIBILITY_CHANGE event is not
delivered on time. So add bypass callback for enhancing perpomance
Change-Id: I1ce27edf73f8753e8715e3e699ddf5f9b5f5cd07
Shinwoo Kim [Wed, 25 May 2022 06:51:26 +0000 (15:51 +0900)]
ecore_wl2: prevent wrong use of wtz_exported_shell_set_destination
It is an error if you are using wtz_exported_shell_set_destination
with negative or zero values.
Please refer to following description.
[wtz_foreign.xml]
<interface name="wtz_exported_shell" version="1">
<description summary="an exported shell handle">
...
</description>
<enum name="error">
<entry name="bad_value" value="0"
summary="negative or zero values in width or height"/>
Change-Id: Iea52527c9bd2c51b2f260464443af1437837ef17
Taehyub Kim [Mon, 13 Jun 2022 05:29:30 +0000 (14:29 +0900)]
spec: disable line coverage test
- except efl test because of maintain policy
Change-Id: If1b6233e2c188444d6a9c426f18fbb52c6dc40a2
Hosang Kim [Tue, 31 May 2022 07:56:07 +0000 (16:56 +0900)]
ecore_wl2_display: remove checking TMP_WM_READY.
Change-Id: Ibb60d6a5e757c527abbc7c16c813dd813284b370
Michal Szczecinski [Fri, 27 May 2022 08:30:00 +0000 (10:30 +0200)]
eo_base_class: fixed possible null dereference
Change-Id: I399b323d23610daf51becd878bac24ae0b38847d
mgrudzinska [Wed, 29 Dec 2021 23:59:30 +0000 (00:59 +0100)]
evas: proper image scaling
In the case an image is cached, the scaling should depend
on the SVG's preserveAspectRatio attribute. If the tvg loader
is used, this value is known only inside TVG, so the transformation
matrix established in EFL can not be applied and the scaling has to
be done in TVG.
Change-Id: I620fcb29d262bad278274815bd8a22dea1d587c8
jykeon [Wed, 18 May 2022 07:16:28 +0000 (16:16 +0900)]
genlist: Fix for null check.
Change-Id: I64e7afd3e3deead4a0d76880b565e17ddae9544d
Signed-off-by: jykeon <jykeon@samsung.com>
jykeon [Wed, 18 May 2022 05:57:34 +0000 (14:57 +0900)]
evas: Add for missing return value.
Change-Id: I1f202f67d768e19da73ebfd0efe6776f3dc7b56f
Signed-off-by: jykeon <jykeon@samsung.com>
jykeon [Tue, 17 May 2022 10:37:51 +0000 (19:37 +0900)]
genlist: Fix for null check
Change-Id: Ic907d3a3c22f5fc9446b4fc0c65f395696ea95f4
Signed-off-by: jykeon <jykeon@samsung.com>
Shinwoo Kim [Tue, 17 May 2022 11:06:16 +0000 (20:06 +0900)]
Enable AT-SPI by default for suppressed screen-reader
The ELM_SUPPRESSED_SCREEN_READER is enabled if the application wants to
speak directly without going through the screen-reader.
In an environment where the ELM_SUPPRESSED_SCREEN_READER is enabled,
the screen-reader does not use "IsEnabled" property but only
"ScreenReaderEnabled" property.
The "IsEnabled" is enabled by another AT-client such as the Aurum.
So this patch makes the AT-SPI bridge be enabled only if the "IsEnabled"
property is enabled, and ignore the changes of "ScreenReaderEnabled".
Change-Id: I9a006b559083ed19eb6985d7faa75ffac6edc3e5
Shinwoo Kim [Fri, 13 May 2022 12:16:09 +0000 (21:16 +0900)]
Revert "efl: remove unnecessary packed files"
This reverts commit
e0cdd9f65d99ce93c84395cb1be2a80b6efa1115.
Reason:
The rpm macro %{_libdir} is /usr/lib64 on the 64-bit build.
whereas %{_libdir} is /usr/lib on the 32-bit build.
But
the prefix of following files is /usr/lib on the 64-bit build.
No the prefix is not /usr/lib64 on the 64-bit build.
/usr/lib/debug/.build-id
/usr/lib/debug/.build-id/00
/usr/lib/debug/.build-id/00/
6352bb9b60c759f3a3fbe71636aa1af486cbaf
/usr/lib/debug/.build-id/00/
6352bb9b60c759f3a3fbe71636aa1af486cbaf.debug
For more details, I could get following information from 64-bit build.
rpmbuild/BUILDROOT$ ls -alt efl-1.25.1-0.aarch64/usr/lib/debug/.build-id/a1
df87ab6a793ab172fab8d72d500a1537f4170.debug -> ../../usr/lib64/libefl.so.1.25.1.debug
df87ab6a793ab172fab8d72d500a1537f4170 -> ../../../../lib64/libefl.so.1.25.1
I have no idea how the commit e0cdd9f removed the unexpected files above
We need to check if the same problem the commit e0cdd9f tried to solve happens again.
This patch is solving a rpm 64-bit build error on the TV product.
The build error is:
[ 591s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/efl-1.25.1-0.aarch64
[ 591s] error: Installed (but unpackaged) file(s) found:
[ 591s] /usr/lib/debug/.build-id/03/
6e8ba7777cd243f78b8d0000b50f2479126c08
[ 591s] /usr/lib/debug/.build-id/03/
6e8ba7777cd243f78b8d0000b50f2479126c08.debug
[ 591s] /usr/lib/debug/.build-id/1a/
9a4c7f66ae4caea8a537f3af0ab7c77d65013b
[ 591s] /usr/lib/debug/.build-id/1a/
9a4c7f66ae4caea8a537f3af0ab7c77d65013b.debug
[ 591s] /usr/lib/debug/.build-id/1e/
a8bda77f406def3d779347c5e7c7ac619c75c2
[ 591s] /usr/lib/debug/.build-id/1e/
a8bda77f406def3d779347c5e7c7ac619c75c2.debug
Yes, again, the prefix is /usr/lib, not /usr/lib64.
Change-Id: Ia8cd3f3b7543492bf579a4cfaf2c5543c08244ae
tscholb [Wed, 11 May 2022 10:48:50 +0000 (19:48 +0900)]
evas: support npatch image in webp
npatch image is only support in png
so i added some code to support it in webp
Change-Id: I2c553d72ae8d470219c5ec1b98c0d98d4ed26e05
Hosang Kim [Wed, 30 Mar 2022 10:27:16 +0000 (19:27 +0900)]
ecore_wl2_display: waiting for window server is ready.
Change-Id: I1c7a99615ff50869e78107a34fe5e0f71d6c86fa
jykeon [Thu, 12 May 2022 04:44:43 +0000 (13:44 +0900)]
genlist: Fix build error.
Change-Id: I9f3588b3b7e683728a9812155d21043c93f495f8
Signed-off-by: jykeon <jykeon@samsung.com>
Shinwoo Kim [Wed, 11 May 2022 07:40:27 +0000 (16:40 +0900)]
genlist: unset FOCUSABLE, HIGHLIGHTABLE for DISPLAY_ONLY item
Application uses the DISPLAY_ONLY item as a seperator.
This item does not have to get focus or highlight.
Change-Id: Ic49a81ea96f194cf8de44a231cd5c7df683c1249
Shinwoo Kim [Tue, 3 May 2022 09:32:15 +0000 (18:32 +0900)]
atspi,genlist: Fix parent-children incosistencies in atspi tree
This patch is lost part of following commit.
commit
ab83efe24c1c212cb5b67af0444350e65dd876be
Author: Radoslaw Cybulski <r.cybulski@partner.samsung.com>
Date: Mon Oct 22 10:57:07 2018 +0200
Fix parent-children incosistencies in atspi tree
Fixes incosistencies (where obj A was child of object B, but object B's
parent was different, than A) in atspi tree. Now atspi parent is
retrieved by calling efl_access_object_access_parent_set.
Change-Id: I3e20af88bd7f066f3f9faa5185e4028d0e5e05db
Change-Id: I38b55c5c6bf48a490a667af24e88949ae6f6ab5d
Shinwoo Kim [Tue, 26 Apr 2022 10:04:52 +0000 (19:04 +0900)]
ecore_wl2_subsurf: make subsurface locate below parent
Application is not able to call.
- tizen_policy_place_subsurface_below_parent
So ecore_wl2_subsurf is calling this when a subsurface is exported.
Change-Id: I80738fa8ee15a781ca69daeaaf8bccd5301d6335
Doyoun Kang [Thu, 21 Apr 2022 23:49:46 +0000 (08:49 +0900)]
ecore_wl2_window: modify configure event's size
There was an ambiguous configure event's size. So we modified the code to determine
the size of the configure event for each case.
@tizen_only
Change-Id: I13001bedf9a1035b5f8023d97a76a39b6d05370e
Bowon Ryu [Tue, 12 Apr 2022 05:13:41 +0000 (14:13 +0900)]
efl_ui_widget: add null check for smart data
Change-Id: Ic10b5170ea4da28c307367e6e58d06baf16f50e7
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Hwankyu Jhun [Mon, 18 Apr 2022 06:49:57 +0000 (15:49 +0900)]
[UI Thread] Fix duplicated initialization of ecore signal handler
To prevent duplicated initialization of the ecore signal handler, this patch add
a new flag to check whether the ecore signal is initialized or not.
Before creating a new child process, the ecore signal handler blocks signals to
stop inheriting signal handlers. After creating a new child process,
the ecore signal handler unblocks signals.
Change-Id: I5f8e2efffec98e9cd3e4387420ceb7126aa01d84
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Doyoun Kang [Fri, 8 Apr 2022 01:20:52 +0000 (10:20 +0900)]
ecore_wl2_display: modify code for ecore_wl2_display_screen_size_get
We modified code that this API returns only current screen size not all screens size.
If an user wants to get whole screen size, then use below API.
- ecore_wl2_display_all_screens_size_get
@tizen_only
Change-Id: Iea71ea890d5141e4d5e303db5023311c93ec2113