Some tools like v4l2-ctl dump data without skip padding.
By default, the D3D12 video encoder uses MAXIMUM, which means no restriction—it uses the highest precision supported by the driver. Applications may want to reduce precision to improve speed or reduce power consumption.
Both, GtkTreeView and GtkIconView have an "activate-on-single-click" property that specifies whether the "item-activated" signal will be emitted after a single click.
Move the QtInstanceTreeView::get_selected logic to QtInstanceItemView, so it can be reused for QtInstanceIconView as well.
Instead of blindly interleaving re-ordering and minimizing optimizations, separate this loop into several passes - the first pass will minimize the operation list in-place as much as possible, and the second pass will apply any desired re-orderings.
Now that
weld::TreeView already has such a method.
- Retain the wiring of vkernel-related pages but remove the PG_VPTMAPPED and replace its functionality.
SvxCharView is used in 1) the special characters toolbar popup (triggered by the "Insert Special Characters" toolbar button) 2) the special characters dialog (triggered via "Insert" -> "Special Character...") In 1), a single click on a SvxCharView (i.e.
If the SvxCharView gets clicked, let itself take focus and trigger a repaint.
The data provider uses a temporary document for the preview.
If Zbb is enabled at compilation (e.g.
The pthread_join/pthread_timedjoin_np/pthread_clockjoin_np will not act on cancellation if 1.
The setup_vdso assumes that vDSO will contain only one PT_LOAD segment and that 0 is the sentinel for the start mapping address.
The use-after-free described in BZ#19951 is due to the use of two different PD fields, 'joinid' and 'cancelhandling', to describe the thread state and to synchronise the calls of pthread_join, pthread_detach, pthread_exit, and normal thread exit. Any state change may require checking both fields atomically to handle partial state (e.g., pthread_join() with a cancellation handler to issue a 'joinstate' field rollback). This patch uses a different PD member with 4 possible states (JOINABLE, DETACHED, EXITING, and EXITED) instead of the pthread 'tid' field, with the following logic: 1.
This replaces the toolkit-specific implementations of weld::ItemView::select and weld::ItemView::unselect taking an index by implementing the logic directly in the abstract weld::ItemView base class, using the toolkit-specific weld::ItemView::select weld::ItemView::unselect implementations taking a TreeIter param instead. Take over the special handling (for an index of -1 or empty view) from the SalInstanceItemView implementation.
In the weld::ItemView subclasses in the vcl implementation (SalInstanceItemView) and the gtk one (GtkInstanceTreeView and GtkInstanceIconView), no longer let - unselect_all() call select(-1) - select_all() call unselect(-1) and have logic in their weld::ItemView::select and weld::ItemView::unselect overrides to select all or clear selection all when called with those special indices. Instead, let select() and unselect() call unselect_all() and select_all() when called with the special indices, i.e.
Both, weld::IconView and weld::TreeView have (un)select methods taking an index as a param. weld::TreeView already also has a TreeView::select/TreeView::unselect that takes an iter. Move those method declarations down into the common weld::ItemView base class.
In this scenario we have sheet view and the default view sorted in different ways, so we need to first unsort the sheet view sort, and then resort the default view sort so we get the correct cell address of the cell that we are changing. Resort is the reverse of unsort.
Ideally content entries in the Navigator tree are shown as 'grayed out' when the content they refer to in the the document view is not visible due to being in a hidden section or in outline content that is folded.
Currently when content is unfolded that has drawing objects anchored 'To Frame', excluding fly frame type drawing objects, the drawing object is not made visible.
Add external/skia/C4100warning.patch.1 to fix E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(92): error C2220: the following warning is treated as an error E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(92): warning C4100: 'window': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(93): warning C4100: 'c': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(95): warning C4100: 'y': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(95): warning C4100: 'x': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(96): warning C4100: 'y': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(96): warning C4100: 'x': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(96): warning C4100: 'delta': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(97): warning C4100: 'y': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(97): warning C4100: 'x': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(97): warning C4100: 'owner': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(99): warning C4100: 'state': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(100): warning C4100: 'y': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(100): warning C4100: 'x': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(100): warning C4100: 'scale': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(100): warning C4100: 'state': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(101): warning C4100: 'stateValue': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(101): warning C4100: 'stateName': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(104): warning C4100: 'height': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(104): warning C4100: 'width': unreferenced parameter
Re-implement MAP_VPAGETABLE support which was removed in commit 4d4f84f5f26bf5e9fe4d0761b34a5f1a3784a16f.
- For now, this code uses at most as many virtqueues as cpu cores and interrupts are available.
Builder.hxx and DialogController.hxx are included a lot, either directly or indirectly.
Move the implementation to a new source file in the
Check lock availability before acquisition to reduce cache line bouncing.
The multiplication operation is required only if the branch is taken, and the compiler might not optimize it away.
Open the bugdoc, start text edit on the only slide, in the only shape.
Change the virtual weld::IconView::get_rect param from an index/position to a weld::TreeIter and implement that one in the toolkit-specific implementations. For the existing variant taking an index, implement it directly in the weld::IconView base class instead, by converting the index to a iterator and calling the variant taking an iterator. This makes use of the method introduced in previous commit Change-Id: I6c09044ba50556dd57fdc7bce399ba334efeada9 Author: Michael Weghorn Date: Wed Dec 17 16:47:31 2025 +0100 weld: Add method to get ItemView iter for position , see also that commit's commit message for more background. Other methods could be converted/deduplicated in a similar way, e.g.
Introduce weld::ItemView::get_iterator that returns a weld::TreeIter pointing to the item at the given position/index if the position is valid, otherwise a unique_ptr not owning anything. This can be used in upcoming commits to unify the iter-based and index-based methods in the weld::ItemView subclasses (weld::TreeView, weld::IconView) or easily provide both variants without having to implement the whole logic twice in every implementation.
This is the implementation for the abstract weld::ItemView class introduced in