Skip to content

Releases: COVESA/wayland-ivi-extension

2.3.2-release

21 Nov 18:44
Compare
Choose a tag to compare

This release is compatible with weston11

2.3.1

29 Oct 20:36
469400a
Compare
Choose a tag to compare

This release is compatible with Weston 10

updates from 2.3.0 release

Tran Ba Khang(MS/EMC31-XC):
CMakeLists.txt: fix build failed with newer version of meson
CMakeLists.txt: fix cmake_minimum_required deprecation warning
CMakeLists.txt: Remove some redundant commands
CMakeLists: update libweston to version 10

2.3.0 release

14 Jul 08:41
Compare
Choose a tag to compare

This release will be the last compatible version with weston 9

along with many bug fixes and improvements (listed below) this release brings also some new api's:
ilm_getDefaultSeat
get the name of default seat

ilm_takeAsyncScreenshot
ilm_takeAsyncSurfaceScreenshot
	both api's provides a way to get the screenshot of the screen or particular surface in asynchronous manner, user will be notified via callback

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

Bump version to 2.2.0

10 Apr 08:36
Compare
Choose a tag to compare

Version update is needed before
increasing required weston version,
so that users do not have to use
latest weston version.

In this development cycle:
- Fixed many compiler warnings
- Fixed source code analyzer findings
- Now ilmInput is not optional
- Fixed some issues in ivi-input-controller

Signed-off-by: Emre Ucan [email protected]

2.1.0 Release

04 Dec 15:45
Compare
Choose a tag to compare

In this development cycle:
- Removed ivi-extension-protocol static library
- Fixed some issues in ivi-share.so
- Introduced new version of ivi-share.xml

Bugfix release: 2.0.2

21 Nov 13:06
Compare
Choose a tag to compare

This release has four patches on top 2.0:

  • EGLWLMockNavigation: fix memory leak
  • Update README
  • fix wrong fprintf usage
  • Bump version to 2.0.2 bugfix release

Signed-off-by: Emre Ucan [email protected]

Bugfix release: 2.0.1

21 Nov 12:57
Compare
Choose a tag to compare

This release has three patches on top 2.0:

  • EGLWLMockNavigation: fix memory leak
  • Update README
  • fix wrong fprintf usage

Bump ilm to 2.0.0 stable version

13 Oct 14:24
Compare
Choose a tag to compare
In this release, the major version is increased
because of backwards incompatible changes.

List of major changes:
- introduce ivi-wm protocol instead of ivi-controller
- introduce ilm_surfaceSetType and ilm_getError APIs
- remove takeLayerScreenshot, surfaceGetPixelformat,
  all orientation APIs
- remove many legacy unneeded defines from ilm header
  files
- EGLWLInputEventExample: supports cursors
- add connectorName prop to ilmScreenProperties
- introduce surface frame counter
- introduce a background surface example

Signed-off-by: Emre Ucan <[email protected]>

1.13.0 release

01 Jun 14:22
Compare
Choose a tag to compare

This release includes following changes:

  • add pkg-config files for ilmInput, ilmControl and ilmCommon libraries
  • update to work with weston 2.0 release
  • deprecate ilmClient API's, ilm_surfaceGetPixelformat and orientation API's:
    ilm_layerSetOrinetation, ilm_layerGetOrientation
    ilm_surfaceSetOrinetation, ilm_surfaceGetOrinetation
  • fixed memory leaks and memory corruption in ilmControl

Bump version to 1.11.0 for the official release.

22 Nov 07:46
Compare
Choose a tag to compare

This proposes following items:

LayerManagerControl: remove surface create and destroy api's
ivi-application: introduce new helper library
LayerManagerControl: add two subcmd for add/remove a surface to/from a layer.
ivi-controller: Correction ilm_takeScreenshot surface.
ivi-input: support touch and pointer on subsurface
ilmControl: destroy ivi-input-controller proxy at shutdown
ilmControl: free seat_contexts when wayland_context is destroyed
ilmControl: free accepted_seats when a surface is destroyed
ivi-controller: simplify screen/layer_set_render_order

Signed-off-by: Wataru Natsume [email protected]