platform/core/uifw/dali-adaptor.git
3 years agoMerge "Ensured GL calls are not made after EGL Shutdown" into devel/master
Adeel Kazmi [Tue, 11 May 2021 10:06:28 +0000 (10:06 +0000)]
Merge "Ensured GL calls are not made after EGL Shutdown" into devel/master

3 years agoMerge "atspi: reduce DBus signal 'BoundsChanged'" into devel/master
Shinwoo Kim [Tue, 11 May 2021 09:30:40 +0000 (09:30 +0000)]
Merge "atspi: reduce DBus signal 'BoundsChanged'" into devel/master

3 years agoMerge "atspi: suppress screen-reader by env variable" into devel/master
Shinwoo Kim [Tue, 11 May 2021 09:28:35 +0000 (09:28 +0000)]
Merge "atspi: suppress screen-reader by env variable" into devel/master

3 years agoMerge "Make to use right egl image extension name in the glsl 3.x" into devel/master
Seungho BAEK [Mon, 10 May 2021 23:43:58 +0000 (23:43 +0000)]
Merge "Make to use right egl image extension name in the glsl 3.x" into devel/master

3 years agoEnsured GL calls are not made after EGL Shutdown 98/258098/1
David Steele [Wed, 14 Apr 2021 11:37:02 +0000 (12:37 +0100)]
Ensured GL calls are not made after EGL Shutdown

Change-Id: I70005692526475ad2db02ae30f0fb88a13eb1c86

3 years agoMake to use right egl image extension name in the glsl 3.x 23/257623/2
seungho [Wed, 28 Apr 2021 09:09:31 +0000 (18:09 +0900)]
Make to use right egl image extension name in the glsl 3.x

Change-Id: I7b3764a7dade3c442189d51a076f86820081ea31
Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoMerge "Add text wrapping hyphen mode support" into devel/master
Bowon Ryu [Mon, 10 May 2021 05:35:14 +0000 (05:35 +0000)]
Merge "Add text wrapping hyphen mode support" into devel/master

3 years agoFixed SVACE issue in GlWindowRenderThread 17/258017/1
Adeel Kazmi [Fri, 7 May 2021 11:30:00 +0000 (12:30 +0100)]
Fixed SVACE issue in GlWindowRenderThread

Change-Id: Ie47b9d45bb030fa81646a1398033ce2ef71e1d7b

3 years agoatspi: suppress screen-reader by env variable 10/258010/1
Shinwoo Kim [Fri, 7 May 2021 10:53:32 +0000 (19:53 +0900)]
atspi: suppress screen-reader by env variable

The application could use TTS directly, so this kind of application
does not want screen-reader to read for it, even though it should
emit atspi event such as 'focused' for another AT-Client including
the Aurum.

Change-Id: I7106a4e7eb5cb7a42ef347d32ffbc01eda12fce9

3 years agoDALi Version 2.0.25 95/257995/1 dali_2.0.25
Adeel Kazmi [Fri, 7 May 2021 10:34:18 +0000 (11:34 +0100)]
DALi Version 2.0.25

Change-Id: I28e46ea446937c690e82a01b2add6011343301f7

3 years agoTexture mipmap support 21/257921/2
Richard Huang [Thu, 6 May 2021 10:32:54 +0000 (11:32 +0100)]
Texture mipmap support

Change-Id: I396de4aa6ae128edc84150e174a9fb13986add0c

3 years agoMerge "fix window resize and roation issue in GlWindow" into devel/master
Wonsik Jung [Thu, 6 May 2021 08:36:14 +0000 (08:36 +0000)]
Merge "fix window resize and roation issue in GlWindow" into devel/master

3 years agoMerge "Rename functions, variables, etc related to policy decision." into devel/master
JIYUN YANG [Thu, 6 May 2021 06:48:46 +0000 (06:48 +0000)]
Merge "Rename functions, variables, etc related to policy decision." into devel/master

3 years agofix window resize and roation issue in GlWindow 70/256570/13
Wonsik Jung [Wed, 7 Apr 2021 08:31:00 +0000 (17:31 +0900)]
fix window resize and roation issue in GlWindow

After render thread function was added to GlWindow,
GlWindow's resize and rotation don't work.
This patch is to fix them

Change-Id: I0708a3531309b5588a8b28a97315a0afa5bdb05a

3 years agoCanvasRenderer::Drawable: Add GetBoundingBox api 37/257837/1
JunsuChoi [Tue, 4 May 2021 04:51:33 +0000 (13:51 +0900)]
CanvasRenderer::Drawable: Add GetBoundingBox api

Add GetBoundingBox api that uses thorvg's tvg::paint::bounds() api.

Change-Id: I7faaef2d7ce3e151f22278d76a2a4d491afe62dc

3 years agoDo not use GL_MAJOR_VERSION and GL_MINOR_VERSION at the OpenGL es 2.0 device. 18/257818/2
seungho [Mon, 3 May 2021 09:22:29 +0000 (18:22 +0900)]
Do not use GL_MAJOR_VERSION and GL_MINOR_VERSION at the OpenGL es 2.0 device.

Change-Id: Ie3c25e711c2e4de8d7c5d7f4bcd08e2c0182a573
Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoatspi: suppress reading of screen-reader 57/257057/8
Shinwoo Kim [Mon, 19 Apr 2021 04:57:04 +0000 (13:57 +0900)]
atspi: suppress reading of screen-reader

Because there is legacy code for screen-reader, an application could want
to keep previous behavior of the screen-reader even though the ATSPI is
enabled by AT client such as Aurum test framework.

If an application wants to make screen-reader AT client do not read,
then set suppress to true. The default suppress is false.

Change-Id: I2a639b50d7920f59366def7b6467fe38bc754fbe

3 years agoCubeMap support 67/257567/3
Richard Huang [Tue, 27 Apr 2021 16:07:34 +0000 (17:07 +0100)]
CubeMap support

Change-Id: Idbe013328b3acb5e72931f16def48df609dbdb6f

3 years agoAdding texture conversion on upload 79/257779/1
David Steele [Fri, 30 Apr 2021 13:02:02 +0000 (14:02 +0100)]
Adding texture conversion on upload

Change-Id: I92173724636d535bbe550c45e5d1affb8b47b507

3 years agoMerge "DALi Version 2.0.24" into devel/master
David Steele [Fri, 30 Apr 2021 10:07:44 +0000 (10:07 +0000)]
Merge "DALi Version 2.0.24" into devel/master

3 years agoDALi Version 2.0.24 55/257755/1 dali_2.0.24
Richard Huang [Fri, 30 Apr 2021 10:02:15 +0000 (11:02 +0100)]
DALi Version 2.0.24

Change-Id: Ide2f9bc114c8652d37dfb8450c6bdd38f982b36c

3 years agoRename functions, variables, etc related to policy decision. 48/257748/1
huayong.xu [Fri, 30 Apr 2021 07:36:35 +0000 (15:36 +0800)]
Rename functions, variables, etc related to policy decision.

Originally 'policy,newwindow,decide' is processed, it is not
expected. Actually 'policy,response,decide' need be processed.
This patch is to rename some functions, callbacks, variables, etc.

Change-Id: Ie7e359986790786bef57d45a47f5ae42f54f3bae

3 years agoMerge "[AT-SPI] Add API for blocking automatic Bridge initialization" into devel...
Seoyeon Kim [Fri, 30 Apr 2021 06:18:36 +0000 (06:18 +0000)]
Merge "[AT-SPI] Add API for blocking automatic Bridge initialization" into devel/master

3 years agoMerge "CanvasRenderer: Revise for-loop using ranged-based" into devel/master
junsu choi [Fri, 30 Apr 2021 04:18:28 +0000 (04:18 +0000)]
Merge "CanvasRenderer: Revise for-loop using ranged-based" into devel/master

3 years agoAdd text wrapping hyphen mode support 78/254278/20
abdullah [Thu, 25 Feb 2021 11:56:44 +0000 (13:56 +0200)]
Add text wrapping hyphen mode support

related to
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/254279/2

Change-Id: I3172f6f4017c6901493d01105af27cb9f57118e4

3 years agovector-animation: Imeplements rive animation 49/256449/14
Taehyub Kim [Fri, 2 Apr 2021 12:35:25 +0000 (21:35 +0900)]
vector-animation: Imeplements rive animation

Change-Id: Ib361f8d06955d28669050fc5181c4e493f082d17

3 years agoAdded doxygen comments to new graphics commands 38/257638/1
David Steele [Wed, 28 Apr 2021 15:44:36 +0000 (16:44 +0100)]
Added doxygen comments to new graphics commands

Change-Id: Ie8d21e93f598228bab22409c26ae522e2653d877

3 years agoMerge "Windows build fixes" into devel/master
Adeel Kazmi [Wed, 28 Apr 2021 15:00:37 +0000 (15:00 +0000)]
Merge "Windows build fixes" into devel/master

3 years agoWindows build fixes 75/257575/4
Adeel Kazmi [Tue, 27 Apr 2021 18:05:42 +0000 (19:05 +0100)]
Windows build fixes

Change-Id: Idba3b0866ae0eead75fa94e1fb442dd558dddfd4

3 years agoAdding basic command buffer debugging 72/257572/2
David Steele [Tue, 27 Apr 2021 15:08:48 +0000 (16:08 +0100)]
Adding basic command buffer debugging

Change-Id: I040ca3e95748bcc42ece39530b70979932292d8b

3 years agoAdding Depth/Stencil implementation 71/257571/2
David Steele [Tue, 27 Apr 2021 15:02:16 +0000 (16:02 +0100)]
Adding Depth/Stencil implementation

Ensures depth and stencil masks are set before clearing
at the start of the render pass.

Change-Id: Iec81fc4bf07d2a79b0a09b684fbbf477f9b57155

3 years agoCanvasRenderer: Revise for-loop using ranged-based 13/257613/1
JunsuChoi [Wed, 28 Apr 2021 07:21:34 +0000 (16:21 +0900)]
CanvasRenderer: Revise for-loop using ranged-based

To improve the readability of the code,
for loop is changed to use ranged-based with auto keyword.

Change-Id: I9c2d7ea592b964a163d2e3bd2e6dbcfbf611ec1f

3 years agoCanvasRenderer: Move sync() after draw() 91/257591/1
JunsuChoi [Wed, 28 Apr 2021 04:04:45 +0000 (13:04 +0900)]
CanvasRenderer: Move sync() after draw()

thorvg's sync() should be called after draw().

Change-Id: Ic3e914d94b6e623ca488286b225dd31f6bd62b0f

3 years agoatspi: reduce DBus signal 'BoundsChanged' 74/256974/5
Shinwoo Kim [Fri, 16 Apr 2021 00:41:28 +0000 (09:41 +0900)]
atspi: reduce DBus signal 'BoundsChanged'

No AT-client listens the BoundsChanged event,
but there are a large number of 'BoundsChanged' events.
This patch is reducing unnecessary DBus use.

Change-Id: If3aff4b38221156e149b80f35d75e86a037a9c9d

3 years agoFixing issue: On Text, reducing font-point-size when the Glyph-block-size be larger... 22/254922/33
Shrouq Sabah [Wed, 10 Mar 2021 12:57:22 +0000 (14:57 +0200)]
Fixing issue: On Text, reducing font-point-size when the Glyph-block-size be larger than Atlas-block-size to fit into it.

Issue: On TextEditor or TextField when use font size (Point-Size) which creating Glyphs its size larger than Atlas-block size then logging error says that can’t create block and nothing appear in Text-Controller.

Solution: At Adaptor level, checking block size according to point-size if the block will be larger than Atlas size then keep decreasing point-size until achieve block that fit into Atlas size.
Toolkit calls API named “EnableAtlasLimitation” on Font-Client object to activate this validation on Adaptor level. Since the Atlas size information added as constants in Font-Client class.
Log warning that the point-size is reduced.
Automated test-cases added to Adaptor and Toolkit

Added APIs into font-client/Adaptor for Point-size & Atlas information instead of constants/literal values in toolkit.

Reproduce by:
Creating TextEditor or TextFiled then set properties:
mEditor.SetProperty( TextEditor::Property::POINT_SIZE, 330) ;
mEditor.SetProperty( TextEditor::Property::FONT_FAMILY, " DejaVu Sans ") ;

Logged error appears:
Logged ERROR: “ERROR: DALI: CreateAtlas Atlas 512 x 512 too small. Dimensions need to be at least 517x517”
Logged ERROR: “ERROR: DALI: Add Failed to create an atlas of 512 x 512 blocksize: 514 x 514.”

Change-Id: Ia47462aa74b9807ed916fd63c4ba8b47437582e6

3 years ago[AT-SPI] Add API for blocking automatic Bridge initialization 59/256959/2
Artur Świgoń [Thu, 15 Apr 2021 09:53:25 +0000 (11:53 +0200)]
[AT-SPI] Add API for blocking automatic Bridge initialization

Change-Id: Iee34ae36bc5778e610a01da5b96e2ecf5408bcf9

3 years agoDestroy egl to avoid memory issue 14/256914/2
tscholb [Wed, 14 Apr 2021 12:01:43 +0000 (21:01 +0900)]
Destroy egl to avoid memory issue

Change-Id: I02e90949a3738c0e2fea9196af5f3ab9f62a02da

3 years agoMerge "Set correct GLES version in graphics controller" into devel/graphics
Adeel Kazmi [Mon, 26 Apr 2021 15:22:26 +0000 (15:22 +0000)]
Merge "Set correct GLES version in graphics controller" into devel/graphics

3 years agoChange decoding error log level 59/257459/1
Heeyong Song [Mon, 26 Apr 2021 08:11:38 +0000 (17:11 +0900)]
Change decoding error log level

Change-Id: I3c14defc1ffa6e28107519f3646f0d0288dd65f8

3 years agoMerge "Add post processor" into devel/master
Seungho BAEK [Mon, 26 Apr 2021 05:21:52 +0000 (05:21 +0000)]
Merge "Add post processor" into devel/master

3 years agoSet correct GLES version in graphics controller 13/257413/1
Richard Huang [Fri, 23 Apr 2021 15:02:45 +0000 (16:02 +0100)]
Set correct GLES version in graphics controller

Change-Id: I7e53b1c943dcce8644dda89ccac5bb6390e57649

3 years agoMerge "Changes to constness of command buffer" into devel/graphics
David Steele [Fri, 23 Apr 2021 12:58:38 +0000 (12:58 +0000)]
Merge "Changes to constness of command buffer" into devel/graphics

3 years agoDALi Version 2.0.23 91/257391/1 dali_2.0.23
Adeel Kazmi [Fri, 23 Apr 2021 08:29:10 +0000 (09:29 +0100)]
DALi Version 2.0.23

Change-Id: I7edd098fffe658b6c891b8d840f42765e90d4458

3 years agoAdd post processor 96/256496/4
seungho [Mon, 5 Apr 2021 13:04:15 +0000 (22:04 +0900)]
Add post processor

Change-Id: I837f92294d34d7a0a5b11f27e7a7494f8ed69db5
Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoChanges to constness of command buffer 49/257249/2
David Steele [Wed, 21 Apr 2021 17:00:28 +0000 (18:00 +0100)]
Changes to constness of command buffer

Change-Id: Ibfab9d24b937d3a616db5f41ad9caabd14603116

3 years agoMerge "Adding sampler uniforms to GLES::Program/Reflection" into devel/graphics
David Steele [Mon, 19 Apr 2021 13:29:27 +0000 (13:29 +0000)]
Merge "Adding sampler uniforms to GLES::Program/Reflection" into devel/graphics

3 years agoAdd APIs of webview context 78/256678/10
zhouleonlei [Fri, 9 Apr 2021 06:15:13 +0000 (14:15 +0800)]
Add APIs of webview context

ewk_context_cache_disabled_get
ewk_context_certificate_file_get
ewk_context_tizen_app_id_set
ewk_context_tizen_app_version_set
ewk_context_application_type_set
ewk_context_time_offset_set
ewk_context_timezone_offset_set
ewk_context_register_url_schemes_as_cors_enabled
ewk_context_register_jsplugin_mime_types
ewk_context_default_zoom_factor_set
ewk_context_default_zoom_factor_get
ewk_context_application_cache_delete_all
ewk_context_web_indexed_database_delete_all
ewk_context_form_password_data_list_free
ewk_context_form_password_data_delete_all
ewk_context_form_candidate_data_delete_all
ewk_context_proxy_uri_get
ewk_context_proxy_set
ewk_context_proxy_bypass_rule_get
ewk_context_notify_low_memory

Change-Id: Iecde099b3aaaedcf73b25a406f9bc84d509172fe

3 years agoAdding sampler uniforms to GLES::Program/Reflection 24/257124/1
David Steele [Thu, 15 Apr 2021 11:39:29 +0000 (12:39 +0100)]
Adding sampler uniforms to GLES::Program/Reflection

Sampler uniform initialization now happens during Flush call
when textures are bound. (Was still being done in DALi Core)

Changed test gl abstraction to initialize active uniforms to known
uniforms or to add specific uniforms per test case.
Reflection will use the active uniform list to generate the
list of known uniforms for each shader.(only 1 list for all shaders)

Change-Id: I1b3d6eb6ca307e20fcc3368399160a1f82ee1615

3 years agoMerge "DALi Version 2.0.22" into devel/master
Adeel Kazmi [Fri, 16 Apr 2021 13:20:12 +0000 (13:20 +0000)]
Merge "DALi Version 2.0.22" into devel/master

3 years agoDALi Version 2.0.22 24/257024/1 dali_2.0.22
David Steele [Fri, 16 Apr 2021 13:02:54 +0000 (14:02 +0100)]
DALi Version 2.0.22

Change-Id: Ic5feef64e98b33a4973019d7249d4b16962571a5

3 years agoAdd changesWatch for webview cookie 49/255349/5
zhouleonlei [Wed, 17 Mar 2021 08:06:52 +0000 (16:06 +0800)]
Add changesWatch for webview cookie

Change-Id: I92dac00111a04138d3511e6ca74a4feab0263cca

3 years agoFix pre-initialized window issue 29/255329/14
huiyu.eun [Wed, 17 Mar 2021 05:08:21 +0000 (14:08 +0900)]
Fix pre-initialized window issue

1) 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.

2) Resize pre-initialized window
 The pre-created window must be resized as needed after launching the app.
 (Environment variables, app arguments..)
 Some apps can receive screen size differently after launching by specifying size in manifest.
 So screen size checking is needed once more.

3) Store only the value before adaptor is created
 Occurs crash if resize the window before the adapter is created.

Change-Id: I0c928f4ebba752fed951df24d88a1a7c396acb7a
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoMerge "Create GLES::Context per render surface" into devel/graphics
Adeel Kazmi [Thu, 15 Apr 2021 15:18:22 +0000 (15:18 +0000)]
Merge "Create GLES::Context per render surface" into devel/graphics

3 years agoMerge "CanvasRenderer::Shape: Add ResetPath() method for reset path information"...
junsu choi [Thu, 15 Apr 2021 01:01:09 +0000 (01:01 +0000)]
Merge "CanvasRenderer::Shape: Add ResetPath() method for reset path information" into devel/master

3 years agoEnsured GL calls are not made after EGL Shutdown 11/256911/4
David Steele [Wed, 14 Apr 2021 11:37:02 +0000 (12:37 +0100)]
Ensured GL calls are not made after EGL Shutdown

Change-Id: I70005692526475ad2db02ae30f0fb88a13eb1c86

3 years ago(Automated Tests) Added some negative Window & Application test cases 23/256923/1
Adeel Kazmi [Wed, 14 Apr 2021 16:24:59 +0000 (17:24 +0100)]
(Automated Tests) Added some negative Window & Application test cases

Change-Id: I18542b066f3acab67838f4604a6486efa08306be

3 years agoUpdated test harness 19/256919/2
Adam Bialogonski [Wed, 14 Apr 2021 14:20:36 +0000 (15:20 +0100)]
Updated test harness

Change-Id: I7df233ddf68241cd7d8a8da6a71ce262dd85262f

3 years agoCreate GLES::Context per render surface 33/256833/2
Richard Huang [Tue, 13 Apr 2021 15:35:27 +0000 (16:35 +0100)]
Create GLES::Context per render surface

Change-Id: Id25ef7ab659e9b5b9d94be9df7e67a91797152fa

3 years agoCanvasRenderer::Shape: Add ResetPath() method for reset path information 97/256797/3
JunsuChoi [Tue, 13 Apr 2021 07:07:30 +0000 (16:07 +0900)]
CanvasRenderer::Shape: Add ResetPath() method for reset path information

There was no way to modify or remote previously added path information.
The user can update the shape by deleting the path information
and adding a new path information by using ResetPath() API.

Change-Id: Ia5a6484877aa410c18ba6c53d72bc65c77ad09fa

3 years agoAdding dummy render target to test-graphics scene 16/256816/2
David Steele [Tue, 13 Apr 2021 10:52:46 +0000 (11:52 +0100)]
Adding dummy render target to test-graphics scene

Change-Id: I3b9387bdf0d537fb15b9eccde8df39d7911032d7

3 years agoSyncing test harness with dali-core 64/256664/3
David Steele [Thu, 8 Apr 2021 18:27:56 +0000 (19:27 +0100)]
Syncing test harness with dali-core

Change-Id: I3239a479909df58232233d1a4734f19f0f46a326

3 years agoRenderPass and surface presentation 69/256569/9
adam.b [Wed, 7 Apr 2021 11:40:32 +0000 (12:40 +0100)]
RenderPass and surface presentation

Change-Id: Id8ccb73c074fd6bb81b63d524651627684f16ef8

3 years agoMultiple context support 93/255693/16
Richard Huang [Mon, 22 Mar 2021 15:17:10 +0000 (15:17 +0000)]
Multiple context support

Change-Id: If730ebf788db645e49f614783415b5552023a17a

3 years agoSceneHolder creates RenderTarget 92/256192/5
Adam Bialogonski [Tue, 30 Mar 2021 17:22:10 +0000 (18:22 +0100)]
SceneHolder creates RenderTarget

(cherry-picked from Richard's patch)

Change-Id: Ic04f47b698c5aa8b0ec486a3dc81bb60af6bfe7d

3 years agoAdded RenderPass and RenderTarget support 16/255316/15
adam.b [Thu, 1 Apr 2021 12:57:59 +0000 (13:57 +0100)]
Added RenderPass and RenderTarget support

Change-Id: I8e596dc6bcb63f121d8f4511c3a4840b3f196f05

3 years agoAdded framebuffer support 02/255702/4
David Steele [Mon, 22 Mar 2021 17:59:56 +0000 (17:59 +0000)]
Added framebuffer support

Added framebuffer object to handle color attachments and
depth/stencil attachments.

Added switching of framebuffer when pipeline changes. This is
temporary, and should be tied instead to renderpass.

Change-Id: I8146eca2005cc27466cc6a86519b8f44c28c64a7
Signed-off-by: David Steele <david.steele@samsung.com>
3 years agoMerge branch 'devel/master' into devel/graphics 65/256765/2
Adam Bialogonski [Tue, 13 Apr 2021 09:27:57 +0000 (10:27 +0100)]
Merge branch 'devel/master' into devel/graphics

Change-Id: I2922904cdfc21559a37299521dfc92d4dbd84f1d

3 years agoMerge "Add the APIs of webview settings" into devel/master
JIYUN YANG [Fri, 9 Apr 2021 10:24:24 +0000 (10:24 +0000)]
Merge "Add the APIs of webview settings" into devel/master

3 years agoMerge "DALi Version 2.0.21" into devel/master
Adeel Kazmi [Fri, 9 Apr 2021 09:19:10 +0000 (09:19 +0000)]
Merge "DALi Version 2.0.21" into devel/master

3 years agoDALi Version 2.0.21 98/256698/1 dali_2.0.21
Adam Bialogonski [Fri, 9 Apr 2021 08:43:30 +0000 (09:43 +0100)]
DALi Version 2.0.21

Change-Id: I2f9ea08b64a69d9fe696f66763aa3f6cde4749fa

3 years agoMerge "Add APIs for hit test in web engine." into devel/master
JIYUN YANG [Fri, 9 Apr 2021 07:07:43 +0000 (07:07 +0000)]
Merge "Add APIs for hit test in web engine." into devel/master

3 years agoMerge "CanvasRenderer: Fix changed update when buffer committed" into devel/master
junsu choi [Fri, 9 Apr 2021 06:56:46 +0000 (06:56 +0000)]
Merge "CanvasRenderer: Fix changed update when buffer committed" into devel/master

3 years agoAdd APIs for hit test in web engine. 55/254355/10
huayong.xu [Mon, 1 Mar 2021 10:14:42 +0000 (18:14 +0800)]
Add APIs for hit test in web engine.

This patch is to add some APIs for hit test into web engine.

Change-Id: Ie694a161d393bdcde03e9ecf7d65f34459239bd7

3 years agoMerge "Add APIs of webview back forward list" into devel/master
JIYUN YANG [Fri, 9 Apr 2021 05:58:59 +0000 (05:58 +0000)]
Merge "Add APIs of webview back forward list" into devel/master

3 years agoMerge "Modify ecore_wl2_window_geometry_set() with window rotation angle" into devel...
Wonsik Jung [Thu, 8 Apr 2021 23:18:05 +0000 (23:18 +0000)]
Merge "Modify ecore_wl2_window_geometry_set() with window rotation angle" into devel/master

3 years agoFixed memory leaks 37/256637/6
Adam Bialogonski [Thu, 8 Apr 2021 08:43:24 +0000 (09:43 +0100)]
Fixed memory leaks

The resources couldn't be freed as the controller didn't invoke
a final flush. The controller destructor has been scheduled to be run
after gl-abstraction (egl-graphics.h).

Some resources were not folowing the lifecycle flow. This has been fixed.

Change-Id: I0d1447a16e0c374d3c7eb8d02d6918335b9bc8a6

3 years agoMerge "atspi: disable atspi using environment variable" into devel/master
Shinwoo Kim [Thu, 8 Apr 2021 10:48:46 +0000 (10:48 +0000)]
Merge "atspi: disable atspi using environment variable" into devel/master

3 years agoMerge branch 'devel/master' into devel/graphics 45/256645/1
Adeel Kazmi [Thu, 8 Apr 2021 09:55:01 +0000 (10:55 +0100)]
Merge branch 'devel/master' into devel/graphics

Change-Id: Ia5be457d3557f615a93513587cb69d3ba84ee982

3 years agoCanvasRenderer: Fix changed update when buffer committed 11/256511/2
JunsuChoi [Tue, 6 Apr 2021 05:52:01 +0000 (14:52 +0900)]
CanvasRenderer: Fix changed update when buffer committed

Fix so that the changed of all drawable objects are updated.

Change-Id: I59fc2fd0a817e03afbc7ac6d68ab3aa15da46927

3 years agoMerge "Add some APIs into web context." into devel/master
JIYUN YANG [Thu, 8 Apr 2021 06:03:00 +0000 (06:03 +0000)]
Merge "Add some APIs into web context." into devel/master

3 years agoAdd APIs for context menu into web engine. 12/254412/5
huayong.xu [Tue, 2 Mar 2021 12:01:34 +0000 (20:01 +0800)]
Add APIs for context menu into web engine.

This patch is to add some APIs for context menu in web engine.

Change-Id: Ibe799a73677556f14f6bb9345996db7178956f30

3 years agoMerge "atspi: remove undefined method" into devel/master
Seoyeon Kim [Thu, 8 Apr 2021 04:50:16 +0000 (04:50 +0000)]
Merge "atspi: remove undefined method" into devel/master

3 years agoAdd some APIs into web context. 37/254837/5
huayong.xu [Mon, 8 Mar 2021 02:05:52 +0000 (10:05 +0800)]
Add some APIs into web context.

This patch is to add some APIs with callbacks into web context.

Change-Id: I64bd978492b9152767c6a01272cf3f2144d83ae0

3 years agoFix issue where ThorVG is not available on older versions of Tizen 88/256588/2
Adeel Kazmi [Wed, 7 Apr 2021 15:58:18 +0000 (16:58 +0100)]
Fix issue where ThorVG is not available on older versions of Tizen

Change-Id: I4a3a3ca744321ff5cdc7db958c2ff52f35984bd7

3 years agoMerge "[AT-SPI] Use WeakHandle<Actor> in Accessible objects" into devel/master
Seoyeon Kim [Wed, 7 Apr 2021 10:26:58 +0000 (10:26 +0000)]
Merge "[AT-SPI] Use WeakHandle<Actor> in Accessible objects" into devel/master

3 years agoMerge "Make not assert when file path is invalid." into devel/master
Adeel Kazmi [Wed, 7 Apr 2021 09:10:45 +0000 (09:10 +0000)]
Merge "Make not assert when file path is invalid." into devel/master

3 years ago[AT-SPI] Use WeakHandle<Actor> in Accessible objects 37/256537/3
Artur Świgoń [Tue, 6 Apr 2021 09:03:20 +0000 (11:03 +0200)]
[AT-SPI] Use WeakHandle<Actor> in Accessible objects

NonControlAccessibles are destroyed on the ObjectDestroyedSignal from
the registry, however, a strong actor handle cannot be held for that
signal to be emitted.

Change-Id: I77436c647f5096315bd24d1bfb7d9ef30e6818d7

3 years agoatspi: disable atspi using environment variable 75/256375/4
Shinwoo Kim [Thu, 1 Apr 2021 11:39:18 +0000 (20:39 +0900)]
atspi: disable atspi using environment variable

There would be a requirement disabling atspi using evironment variable.
This patch could be one solution even though there will be DummyBridge.

Change-Id: I91d8b2a18f8a61dce5205541a9bca0fe5366426f

3 years agoatspi: remove undefined method 32/256532/4
Shinwoo Kim [Tue, 6 Apr 2021 08:47:32 +0000 (17:47 +0900)]
atspi: remove undefined method

This patch is removing undefined methods in BridgeObject.
Those methods are defined in BridgeAccessible.

Change-Id: I7fb931150b489afd848a41869a5b4a15405ef55c

3 years agoAdd APIs for ssl certificate and http authentication. 80/254280/4
huayong.xu [Thu, 25 Feb 2021 11:57:59 +0000 (19:57 +0800)]
Add APIs for ssl certificate and http authentication.

This patch is to add some APIs for ssl certificate and http
authentication in web engine.

Change-Id: I1f72530682234fede563f593654d7908396cc8f5

3 years agoAdd APIs of webview back forward list 26/253026/12
zhouleonlei [Thu, 4 Feb 2021 03:19:47 +0000 (11:19 +0800)]
Add APIs of webview back forward list

API added list:
ewk_back_forward_list_previous_item_get
ewk_back_forward_list_next_item_get

Change-Id: I9ace41c545d64831e96a76483bcc5db935238f59

3 years agoSupport policy decision in web engine. 54/252954/6
huayong.xu [Wed, 3 Feb 2021 08:42:59 +0000 (16:42 +0800)]
Support policy decision in web engine.

This patch is to add policy decision feature in web engine.

Change-Id: I5ce01683303a139a64d5e7f8e4c83e624542796b

3 years agoAdd APIs for console message & loading error in web engine. 40/254040/7
huayong.xu [Mon, 22 Feb 2021 11:54:23 +0000 (19:54 +0800)]
Add APIs for console message & loading error in web engine.

This patch is to add some APIs into web engine for console message
and loading error.

Change-Id: Ifc5647fc82322bad0c028e59b63b78096f09c2a0

3 years agoMake not assert when file path is invalid. 08/256308/2
seungho [Thu, 1 Apr 2021 05:04:34 +0000 (14:04 +0900)]
Make not assert when file path is invalid.

Change-Id: I26806b0f0d03b0047f19297fb6f9fe9bf2423fdf
Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoMerge "Add APIs for intercepting http request in web engine." into devel/master
JIYUN YANG [Fri, 2 Apr 2021 05:10:56 +0000 (05:10 +0000)]
Merge "Add APIs for intercepting http request in web engine." into devel/master

3 years agoMerge "Fix Coverity issue" into devel/master
Heeyong Song [Fri, 2 Apr 2021 04:50:20 +0000 (04:50 +0000)]
Merge "Fix Coverity issue" into devel/master

3 years agoModify ecore_wl2_window_geometry_set() with window rotation angle 80/256380/2
Wonsik Jung [Thu, 1 Apr 2021 13:38:19 +0000 (22:38 +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.

Change-Id: I2d0de7455ef8e2be955bb156e28f050e985062b2

3 years agoMerge "Implements CanvasRenderer that can draw Vector Primitives using ThorVG" into...
Adeel Kazmi [Thu, 1 Apr 2021 17:06:48 +0000 (17:06 +0000)]
Merge "Implements CanvasRenderer that can draw Vector Primitives using ThorVG" into devel/master

3 years agoMerge "Remove the replacing surface code" into devel/master
Adeel Kazmi [Thu, 1 Apr 2021 16:16:47 +0000 (16:16 +0000)]
Merge "Remove the replacing surface code" into devel/master

3 years agoMerge "(Automated Tests) Remove unused TestGraphicsProgram constructor" into devel...
David Steele [Thu, 1 Apr 2021 13:44:26 +0000 (13:44 +0000)]
Merge "(Automated Tests) Remove unused TestGraphicsProgram constructor" into devel/master