Related: tdf#160725 - Add horizontal binary search mode for SortedCache

1 May 18:32 - LibreOffice - Balazs Varga

and ScSortedRangeCache classes to support binary search mode in case of different columns.

annot: make TextApi use SdrModel instead of SdDrawDocument

1 May 09:18 - LibreOffice - Tomaž Vajngerl

Also it uses SdrOutliner instead of SdOutliner.

Add tab completion for EXPLAIN (MEMORY|SERIALIZE)

1 May 02:59 - PostgreSQL - Michael Paquier

SERIALIZE has been added in 06286709ee06, and MEMORY in 5de890e3610d.


  • Most Popular This Week

NFC GraphicImport.cxx: address nit x2

30 April 22:44 - LibreOffice - Justin Luth

less emphasis on minimizing "if logic" and more emphasis on readability (especially since the comment comes after the logic).

tdf#143320, tdf#143387: sw_uiwriter4: Add unittest

30 April 19:14 - LibreOffice - Xisco Fauli

Change-Id: I45aaa88c8ed70f3eebd30dfcd29edc4e1e4a5694 Reviewed-on:

tdf#160867: restore HTML map export for text hyperlinks in frames

30 April 17:11 - LibreOffice - Mike Kaganski

The most exciting was to discover that this functionality was actually already implemented prior to 2001, and then accidentally dropped, and nobody noticed, until Noel did his great cleanups, and made an amazing investigation in commit ed2ae3c3bb0a708cafc3de6a01adc9ddc43fb859 (remove dead SwNoteURL, 2018-03-14).

Emscripten: Only add the --pre-js code to the soffice executable

30 April 15:49 - LibreOffice - Stephan Bergmann

...so that e.g.

tdf#160838 qt: Update IM cursor position also on modifier change

30 April 15:36 - LibreOffice - Michael Weghorn

In `QtWidget::handleKeyEvent`, move the call to QGuiApplication::inputMethod()->update(Qt::ImCursorRectangle); further up, so the cursor update also happens for the code path of calling the `SalEvent::KeyModChange` callback and then returning early. This makes fcitx5's keyboard layout indicator show up at the right position again when switching layout right after starting Writer (s.

tdf#160838 editeng: Report IME cursor pos more reliably

30 April 15:35 - LibreOffice - Michael Weghorn

`mpIMEInfos` is set when handling the `CommandEventId::StartExtTextInput` command.

xwayland: Set wl_surface input region

30 April 12:46 - X.Org Server - Vlad Zahorodnii

Some applications that use client side decorations usually set custom input shape in order to prevent drop shadows stealing pointer events from windows below.

Add tab completion for partition MERGE/SPLIT operations

30 April 09:00 - PostgreSQL - Alexander Korotkov

This commit implements psql tab completion for ALTER TABLE ...

Make new partitions with parent's persistence during MERGE/SPLIT

30 April 09:00 - PostgreSQL - Alexander Korotkov

The createPartitionTable() function is responsible for creating new partitions for ALTER TABLE ...

tdf#160833 sw DoNotMirrorRtlDrawObjs: add layout

30 April 07:45 - LibreOffice - Miklos Vajna

In case this flag is active (intended for DOCX files), then don't automatically mirror the position of drawing objects, just because they are anchored in an RTL text node.

tdf#160827: sw_ooxmlexport20: Add unittest

30 April 07:37 - LibreOffice - Xisco Fauli

Change-Id: I6fb58ef5e2336a1dcf9c8bc805a494fd4dd8e4bb Reviewed-on:

xlsx import: parse short-hand version of address

30 April 06:48 - LibreOffice - Justin Luth

Since I did this for the range, I might as well try to entirely remove parseOoxAddress2d. This allows me to remove parseOoxAddress2d.


Fix failure to track role dependencies of pg_init_privs entries

29 April 23:26 - PostgreSQL - Tom Lane

If an ACL recorded in pg_init_privs mentions a non-pinned role, that reference must also be noted in pg_shdepend so that we know that the role can't go away without removing the ACL reference.

Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

29 April 22:57 - Linux Kernel - Linus Torvalds

tdf#160833 sw: add a DoNotMirrorRtlDrawObjs compat flag

29 April 18:30 - LibreOffice - Miklos Vajna

The DOCX bugdoc has a circle shape anchored inside an RTL paragraph: this shows up on the right hand side in Word, but on the left hand side in Writer.

lavc/vp9dsp: R-V V ipred dc

29 April 17:46 - FFmpeg - sunyuechi

C908:

fix macos build

29 April 17:38 - LibreOffice - Noel Grandin

after commit cfb913db1b2024f8ff6a55f45742b303107a1924 Author: Justin Luth Date: Tue Apr 23 20:15:27 2024 -0400 xlsx import: parse short-hand version of range address

xlsx import: parse short-hand version of range address

29 April 13:59 - LibreOffice - Justin Luth

In order to indicate the entire row or column (for the benefit of a spreadsheet program that may eventually increase the supported number of rows or columns it supports) a short-handed form of the range can be used like "B:B" for the entire column, or "1:10" for the first 10 rows of all columns. Shorthand is nicer for humans and allows for future expansion of row/column space This reverts 24.8 commit a29d91ac403f1ed431ca95b8b9c290bd354c3ae7 xlsx export: never export short-hand version of range address which reduced the likelihood that we will ever see such a range, because Excel seems to always write out the full address.

Double values comparison changed to compare method

29 April 13:40 - LibreOffice - Todor Balabanov

Using the Double.compare() method is often preferred over the == comparison operator for comparing double values due to several reasons: Handling NaN (Not-a-Number) values: The Double.compare() method correctly handles NaN values, while the == operator does not.


Drop CacheConfiguration in favor of officecfg

28 April 15:08 - LibreOffice - Gabor Kelemen

Also the key path was wrong in SlsCacheConfiguration.cxx: MultiPaneGUI/SlideSorter/PreviewCache but in Impress.xcs we have MultiPaneGUI/SlideSorterBar/PreviewCache hierarchy so this may actually now start to work :)

improve the mergedlib script

28 April 04:21 - LibreOffice - Noel Grandin

by copying the improvements from the normal find-can-be-private script.


opusdsp: add ability to modify deemphasis constant

27 April 09:12 - FFmpeg - Lynne

xHE-AAC relies on the same postfilter mechanism that Opus uses to improve clarity (albeit with a steeper deemphasis filter). The code to apply it is identical, it's still just a simple IIR low-pass filter.


d3d9: Don't do instanced draws in DrawPrimitive() and DrawPrimitiveUP().

26 April 21:21 - WINE - Matteo Bruni

On Windows this behavior is hardware dependent.

add --with-keep-awake switch to prevent going into sleep/suspend

26 April 21:10 - LibreOffice - Christian Lohmaier

if used defaults to Awake for Windows and caffeinate for macOS

Make odfvalidator and officeotron work in WSL_ONLY_AS_HELPER mode

26 April 20:29 - LibreOffice - Stephan Bergmann

...where e.g.

Support --with-junit/hamcrest in WSL_ONLY_AS_HELPER mode

26 April 12:03 - LibreOffice - Stephan Bergmann

...where it failed with > checking for JUnit 4...

Honor TMPDIR configure option in WSL_ONLY_AS_HELPER mode

26 April 12:02 - LibreOffice - Stephan Bergmann

(It needs to be passed-in as a TMPDIR=/mnt/c/...

initial support for running autogen.sh inside wsl from git-bash

26 April 12:01 - LibreOffice - Christian Lohmaier

Change-Id: I4272ea817a48880fd4206d6c73add7ccb8c4f6c5 Reviewed-on:

add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic

26 April 12:00 - LibreOffice - Christian Lohmaier

git-bash/MSYS tries to resolve anything that looks like a path (i.e.

Fail early when external tarball can't be fetched

26 April 08:46 - LibreOffice - Stephan Bergmann

...so that the error output is

Drop stale pubdlg.cxx file

26 April 07:40 - LibreOffice - Gabor Kelemen

Seems to be unused since commit 28b6480c6bdd179f3943f768926b7f196226c768 tdf#105303: Drop html export wizard

tdf#126573 Add Excel2021 array function SEQUENCE to Calc

26 April 07:33 - LibreOffice - Balazs Varga

Add new function called SEQUENCE to the function list.

Save with newer Glade version

26 April 06:44 - LibreOffice - Samuel Mehrbrodt

Change-Id: I0c546633d4d5db4de59ba7a3819c4631fa50e192 Reviewed-on:

Upgrade external/boost to latest Boost 1.85.0

26 April 05:29 - LibreOffice - Stephan Bergmann