Opened 3 years ago
Closed 3 years 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 , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 3 years ago
Milestone: | 11.2 → 99-Waiting |
---|---|
Summary: | libwpe-1.13.1 → libwpe-1.13.1 (wait for 1.14) |
comment:3 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:4 by , 3 years ago
Owner: | changed from | to
---|
comment:5 by , 3 years ago
Milestone: | 99-Waiting → 11.3 |
---|---|
Summary: | libwpe-1.13.1 (wait for 1.14) → libwpe-1.14.0 |
Now 1.14.0.
comment:6 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 3 years 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 , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This is the first development release leading towards the 1.14 series.