Releases: WebPlatformForEmbedded/libwpe
Releases · WebPlatformForEmbedded/libwpe
1.3.0
What's new in the libwpe 1.3.0 release?
This is the first development release leading towards the 1.4 series.
- New API to set the device scaling factor. Backends and WebKit embedders can use this to e.g. support HiDPI displays (#44).
- New API to to obtain the root accessibility object for a view backend (#45).
- Fixed memory overallocation when setting pasteboard contents (#42).
Checksums
libwpe-1.3.0.tar.xz (47.0KB)
md5sum: 01bcda361a427d37829877add9e47eb4
sha1sum: 81ff47e0dd40b4aea91543785b2c1d76690154f3
sha256sum: 68986647af2433e74f830a06a497ed536dbc8721b04026ed82611a584be71148
1.2.0
What's new in the libwpe 1.2.0 release?
This is the first stable release in the 1.2 series.
- This version does not contain functional changes over the 1.1.90 release candidate.
Checksums
libwpe-1.2.0.tar.xz (46.8KB)
md5sum: 060876c6a32ef1ae519cb9542d0ede06
sha1sum: 5dd34eba8cc7625d2b1c679c509492941092d137
sha256sum: f28035e7a8991fbb1a0e762f1b3d0e3cb57513a3164c75c7dc3eb0c11d9149fc
1.1.90
This is the a development release leading to towards the 1.2 series.
- Fix small memory leaks when the EGL renderer backend initialization fails (#43).
Checksums
libwpe-1.1.90.tar.xz (46.8KB)
md5sum: fa2498919b3d3bc0d0a9aaff601e9628
sha1sum: 6c798e454f5e071533c50b2ee3af59887dfa6cf7
sha256sum: d21dcf83f7e7405e8296c1732d240637d2facdb40e1c9879a1c0f9f222517592
1.1.0
This is the first release in the 1.1 development series.
- Support building libwpe on Windows.
- New API for observing and setting the view backend state.
- Added a new
wpe_renderer_backend_egl_get_platform()
function which can be used to obtain a value which can be passed toeglGetPlatformDisplay()
andeglGetPlatformDisplayEXT()
. - Marked old function names containing the “backend” word as deprecated. The symbols are still available, but it is encouraged to use the new versions, e.g. prefer
wpe_get_major_version()
instead ofwpe_backend_get_major_version()
. - Marked function table struct parameters passed to some API functions as
const
. - Fixed headers so including
<wpe-egl.h>
results in<wpe.h>
being included automatically in the correct order. - Make instantiation of backends more robust by checking the validity of interface pointers obtained from the backend.
Checksums
libwpe-1.1.0.tar.xz (46.4KB)
md5sum: b34c3920cb749ebc74fe45a793cf57af
sha1sum: 69f0bc7f422c6a196c49439a454f7734ecac1126
sha256sum: 72e34ad754be11abd1a438cfe195d8d644c52105ab2b1c3b39dec6228bc776ce
1.0.0
This release changes the API version to 0.2, and introduces the following changes and features:
- The library is now called
libwpe
to avoid confusion. TheWPEBackend
name used previously seemed to indicate that the library implemented a WPE backend. The newlibwpe
name better reflects that it contains code needed by the WPE WebKit port (#27). - The
libwpe
library now uses the libtool versioning convention (#21). - Handle conversion of keysyms to Unicode inside
libwpe
. This allowed to remove theunicode
member from keyboard event structs, and removingwpe_input_key_mapper
/wpe_input_key_mapper_interface
(#23). - New field in event structs to specify keyboard modifiers (#22).
- New API for keymap and composition handling based on
libxkbcommon
(#24).
Checksums
libwpe-1.0.0.tar.xz (45.4KB)
md5sum: b5ea32bd644811d5c6433cf1439763f7
sha1sum: 6e51591c00a9a6128e19920807e6874794c723fd
sha256sum: aff11612123f9ab85a8b9a4bcdfb3a7503eba0a0d2d96f2cdecd30e911091719