In case when the X axis is swapped, so the Y axis is rendered in the place of X axis, we need to render the data table below the Y-axis labels.
By moving the large wait for FBVDD discharge from PGOF to PGON, the whole time may be avoided if enough time has elapsed between the successive calls.
Change-Id: I2e6ec0a32b859cead16965284359115db0628f5f Reviewed-on:
This commit adds new code paths for vscale when filterSize is 2, 4, or 8.
This specialization handles the case where filtersize is 4 mod 8, e.g.
Change-Id: Iff13b188df18fe8f9919274869774f53f2ea323b Reviewed-on:
Change-Id: I6b25a7a82957705481952bc3cd181a6d0c1fce0e Reviewed-on:
Change-Id: I59da074531d4545ea80096db2b00376b632eddbc Reviewed-on:
This removes the inverse/recursive dependency of backend-native on the `pa_bluetooth_discovery` struct, which is supposed to be opaque outside of `bluez5-util` in favour of the many accessor functions defined in `bluez5-util.h`.
Change-Id: I426ace3f1272b2cb5f40d627c9c701b903c3e632 Reviewed-on:
There were 3 problems here: 1) SwTextFly::GetMaxBottom() gets an already swapped frame, so going via the aRectFnSet abstraction is not correct, need to use Left() and similar functions directly. 2) SwTextCursor::AdjustBaseLine() centers portions in the vertical case, so a clearing break portion with larger height will push the other portions towards the left, and this is not wanted.
since...
...with recent Clang 16 trunk since <
This is already the default when inserting images via menu, do this also when pasting images from other applications (currently it would anchor 'to page').
This change adds import and export code for the the chart's data table properties to the ODF format for chart documents.
The style (default unnamed \s0, applied via \pard) defines green borders, which are overridden at the 2nd paragraph and cleared.
Add support for SocInfo in coreboot.
Add a new driver for NXP UWB SR1xx (e.g., SR150) device.
It seems that editeng is using an old copy of the code in sw and it was never updated.
Communicate Kashida insertion positions in an explicit way. Rest of LibreOffice communicate adjustments to character widths (e.g.
Change-Id: I4fac46ac2a119275bcdaa6ebc8b7382ad6fb5684 Reviewed-on:
Change-Id: Ib60a2b061966eb61834480b63dc0653410a43a14 Reviewed-on:
This adds a new object type "Data Table", with all the object identifiers and converters of properties.
Enable multipage folio support for the afs filesystem. Support has already been implemented in netfslib, fscache and cachefiles and in most of afs, but I've waited for Matthew Wilcox's latest folio changes. Note that it does require a change to afs_write_begin() to return the correct subpage.
Commit 5579388d added src/include/port/win32/netdb.h but forgot to filter it out in the header checking scripts.
SUSv3, all targeted Unixes and modern Windows have getaddrinfo() and related interfaces.
This is the version of genrelnotes that was used to help with the 4.16 release.
These files contain no creative content, and therefore have no copyright.
### diff --git a/ANNOUNCE b/ANNOUNCE index 2eb1e4d309d..1b45434d815 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,14 +1,15 @@ -The Wine development release 7.14 is now available. +The Wine development release 7.15 is now available. What's new in this release: - - More progress on syscall interface for USER32. - - Improved font fallbacks in DirectWrite. - - Some fixes for socket shutdowns. + - Command lists in Direct2D. + - RSA encryption. + - Initial Wow64 thunking in WIN32U. + - Optional support for colors in test output. - Various bug fixes. The source is available at: -
Assume that we can use LWARX hint flags and the LWSYNC instruction on any PPC machine.
Add support for signed 64-bit division.
Tracker is a debugging tool.
This is the default format of the Windows compositor and what DXGI Desktop Duplication will give you for any kind of HDR output.
<sys/select.h> is in SUSv3 and every targeted Unix system has it.
These are in SUSv2 and every targeted Unix system has them.
<sys/uio.h> is in SUSv2, and all targeted Unix system have it, so we might as well drop the probe (in fact we never really needed this one).
96ef3b8ff1cf1950e897fd2f766d4bd9ef0d5d56 accidentally copied a not applicable comment from the float8_pass_by_value code to the data_checksums code.
When powering down SSUSB, the system needs to wait the ACK from SSUSB.
Add new ram_id:0001 for memory part H9HCNNNCPMMLXR-NEE.
Enable RFIM Policy, request by RF team.
This patch backported from commit ba2e51bd496a (mb/google/brya: brya0: Add ACPI support for Type-C ports) for google/rex.
This patch adds OC pin programming for USB2 Port 8.
Change-Id: I9a3b33595e34a264baeede33672a0c090ae85157 Reviewed-on:
Multi-frame encode isn't supported for MFX_VERSION >= 2.0[1][2].
MFX_RATECONTROL_LA_EXT isn't supported for MFX_VERSION >= 2.0[1][2].
OPAQUE memory isn't supported for MFX_VERSION >= 2.0[1][2].
In oneVPL, MFXLoad() and MFXCreateSession() are required to create a workable mfx session[1]
If qsv hwdevice is available, use the mfxLoader handle in qsv hwdevice to create mfx session.
Use the mfxLoader handle in qsv hwdevice to create mfx session for qsv filters.
this check is not necessary, we are using a 32/64 bit counter (depending on platform) for some years now
Change-Id: I2bc595e13fd13f29b4bf22f71c6c6bb4b4483731 Reviewed-on:
Change-Id: I94aeecb156485095fda476480ead3db1979f3c1a Reviewed-on:
Loongarch is a new RISC ISA , which includes a 32-bit version and a 64-bit version, Here are some documents about Loongarch:
when actions are independant.
Change-Id: I587c42e658d6f3dca2203d95cda2a972a4ddff91 Reviewed-on:
This change adds support for enabling VPU on MTL SoC.
Previously, we relied on HEAP2_NEW_CID records and XACT_INVALIDATION records to know if the transaction has modified the catalog, and that information is not serialized to snapshot.
Users of GNU ld (BFD) from binutils 2.39+ will observe multiple instances of a new warning when linking kernels in the form: ld: warning: arch/x86/boot/pmjump.o: missing .note.GNU-stack section implies executable stack ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker ld: warning: arch/x86/boot/compressed/vmlinux has a LOAD segment with RWX permissions Generally, we would like to avoid the stack being executable.