Opened 2 years ago

Closed 19 months ago

#16535 closed enhancement (fixed)

libwpe-1.14.0

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 11.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (8)

comment:1 by Xi Ruoyao, 2 years ago

Owner: changed from blfs-book to Xi Ruoyao
Status: newassigned

comment:2 by Xi Ruoyao, 2 years ago

Milestone: 11.299-Waiting
Summary: libwpe-1.13.1libwpe-1.13.1 (wait for 1.14)

This is the first development release leading towards the 1.14 series.

comment:3 by Xi Ruoyao, 2 years ago

Owner: changed from Xi Ruoyao to lfs-book
Status: assignednew

comment:4 by Xi Ruoyao, 2 years ago

Owner: changed from lfs-book to blfs-book

comment:5 by Xi Ruoyao, 19 months ago

Milestone: 99-Waiting11.3
Summary: libwpe-1.13.1 (wait for 1.14)libwpe-1.14.0

Now 1.14.0.

comment:6 by Douglas R. Reno, 19 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:7 by Douglas R. Reno, 19 months ago

libwpe-1.13.1

  • New API to provide input events to be treated by WebKit as gamepad inputs.
  • New WPE_ENABLE_XKB build option, enabled by default, which can be used to completely avoid usage of libxkbcommon.
  • Allow libwpe to be built as a static library. The rest of the code linked with the static library must provide the _wpe_loader_interface symbol, as dlopen() will not be used.
  • Allow building libwpe within a larger CMake project.
  • Update the required Meson version to 0.55.0

libwpe-1.13.2

  • New API to configure the target refresh rate of view backends.

libwpe-1.13.3

  • Modify the gamepad API to pass the wpe_gamepad_provider when creating new gamepad instances, and the associated wpe_gamepad_provider_get_backend() accessor.
  • Restrict the range of values allowed for the device scaling factor, which prevents both divisions by zero and impossibly big graphics buffers.
  • Fix pasteboard to use the generic interface by default.
  • Fix memory allocation to always abort execution on failure.

libwpe-1.13.90

  • Improved the gamepad API.

libwpe-1.14.0

  • New API to provide input events to be treated by WebKit as gamepad inputs.
  • New API to configure the target refresh rate of view backends.
  • New API which allow clients to supply an alternative mechanism for spawning WebKit auxiliary processes.
  • New WPE_ENABLE_XKB build option, enabled by default, which can be used to avoid usage of libxkbcommon.

comment:8 by Douglas R. Reno, 19 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.