Add orcus-based csv filter as alternative

11 July 16:52 - LibreOffice - Kohei Yoshida

This filter currently does not have a UI, nor allow field type selection or any other filter settings.

tdf#165742 Step 4.7: Add support for internal data

11 July 16:35 - LibreOffice - Kurt Nordback

Word and Powerpoint store data internal to the chart in .docx and .pptx formats, respectively.

Linux: Keep termios ioctl constants strictly internal

11 July 14:04 - glibc - Florian Weimer

Undefine TCGETS, TCGETS2, and related ioctl constants in the installed headers.

StripPortions: full Primitive usage for EditEngine Paint

11 July 12:35 - LibreOffice - Armin Le Grand (collabora)

There were three methods left that use PaintOrStrip in a mode to directly draw Text: DrawText_ToRectangle, DrawText_ToPosition and DrawText_ToEditView. I adapted all three to use PaintOrStrip in a Primitive creating mode and render using a PrmitiveRenderer. While StripPortions was already using the Primitive creating mode the others needed adaptions ranging from handling clipping over rotation to transformations. I checked these as good as I could, but since errors cannot be excluded, I added an ENV_VAR called DISBALE_EDITENGINE_ON_PRIMITIVES with which that change can be deactivated.

LOK: Don't enable paste unconditionally

11 July 06:36 - LibreOffice - Mike Kaganski

The special case for .uno:Paste*, even if still needed (?), is for system clipboard deficiency, which is not relevant for LOK.

tdf#136753: Add Moldavian locale

11 July 06:27 - LibreOffice - Xisco Fauli

According to

android: Update compile/targetSdkVersion to 35, disable edge-to-edge

11 July 05:09 - LibreOffice - Michael Weghorn

Update compileSdk and targetSdkVersion to 35 (Android 15). In a quick test, running the app seems fine in an API 36 (Android 16) AVD configured to use 16 KB Page Size, for which support was added in Android 15 [1]. Changing the targetSdkVersion to 35 implies that edge-to-edge would now enabled by default [2].

android: Use same theme for SettingsActivity

11 July 05:09 - LibreOffice - Michael Weghorn

Don't use another theme for the SettingsActivity than for the rest of the app.


add more constness

10 July 18:19 - LibreOffice - Caolán McNamara

Change-Id: I94333a57043743dd9d6924d20c85a2a5484fe8d0 Reviewed-on:

use a different memory allocation strategy for caches

10 July 17:05 - LibreOffice - Caolán McNamara

redirect cache related allocations to the same place to attempt to put them in separate pages from other allocations to release that cache memory back to OS.

Remove termios2 ioctl defintions from public headers

10 July 09:39 - glibc - Andreas Schwab

The use of the termios2 ioctl interface is an implementation detail which should not bleed into public headers.

reuse existing tokennames instead of including duplicate

10 July 09:11 - LibreOffice - Caolán McNamara

nm -S --size-sort --print-size instdir/program/libmergedlo.so| grep ' [Dd] ' | c++filt | tail -n 10 before: ...

tdf#160734: Markdown export: basic elements

10 July 07:45 - LibreOffice - Mike Kaganski

Handle headings and some formatting: bold, italic, hyperlinks.

android: Declare support for NDK 29

10 July 05:25 - LibreOffice - Michael Weghorn

A build using NDK 29.0.13599879 works fine for me and Android Viewer works fine in a quick test (with an additional local revert of commit 9d1e76f7da12353afc3d9479d3b2ecddbb2a71e6 to prevent a deadlock when opening documents that is unrelated to this change here).

android lint: Drop redundant android:alignParent* attrs

10 July 05:25 - LibreOffice - Michael Weghorn

Address those lint warnings which would otherwise trigger build errors in a WIP branch updating compileSdkVersion and targetSdkVersion to 36.

android lint: Drop redundant android:layout_margin{Left,Right} attrs

10 July 05:25 - LibreOffice - Michael Weghorn

Address those lint warnings which would otherwise trigger build errors in a WIP branch updating compileSdkVersion and targetSdkVersion to 36.

android lint: Always have Calc doc right of headers

10 July 05:25 - LibreOffice - Michael Weghorn

Address these 2 lint warnings which would otherwise trigger build errors in a WIP branch updating compileSdkVersion and targetSdkVersion to 36. <issue id="RtlHardcoded" message="Redundant attribute `layout_toRightOf`; already defining `layout_toEndOf` with `targetSdkVersion` 34" errorLine1=" android:layout_toRightOf=&quot;@+id/calc_header_top_left&quot;" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="res/layout/activity_main.xml" line="78" column="21"/> </issue> <issue id="RtlHardcoded" message="Redundant attribute `layout_toRightOf`; already defining `layout_toEndOf` with `targetSdkVersion` 34" errorLine1=" android:layout_toRightOf=&quot;@+id/calc_header_row&quot;" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="res/layout/activity_main.xml" line="94" column="21"/> </issue> Like the desktop version of LibreOffice, have the Calc doc always to the right of the headers, regardless of whether RTL or LTR is used, i.e.


tdf#64991 Remove unnecessary special case from IdctHint hack

9 July 23:10 - LibreOffice - Jonathan Clark

In order to emulate sprmCIdctHint support, the DOC importer uses a hack which splits the input text at script type changes and overrides fonts to make Writer's output match Word's. One special case in this algorithm was to override treatment of ASCII-range weak characters as Latin script.

tdf#166813: improve pocheck script

9 July 16:36 - LibreOffice - Xisco Fauli

- Check the number of opening and closing parentheses, brackets and square brackets are the same - Check {&DialogHeading} and {&DialogDefaultBold} are at the beginning of the string.

do not double-transform event coords for piano roll headers

9 July 16:21 - Ardour - Paul Davis

use gperf -fpic friendly version mode

9 July 14:49 - LibreOffice - Caolán McNamara

nm -S --size-sort --print-size instdir/program/libmergedlo.so| grep ' [Dd] ' | c++filt | tail -n 10 before: ...

Resolves tdf#167108 - Option to use horizontal tabs instead vertical

9 July 13:52 - LibreOffice - Heiko Tietze

Tabs with content (GtkBox with image/label) crash with the horizontal mode; avoid those UI variants and add tab pages per code

Makeconfig: Add libgcc directory to rtld-prefix search path

9 July 13:45 - glibc - Andreas K. Hüttel

- This needs to be done twice, for test runs with and without--enable-hardcoded-path-in-tests

tdf#167171 - fix MATCH function wrong result with inline arrays

9 July 10:51 - LibreOffice - Balazs Varga

Better to use the original algorithm for searching in inline arrays.

Mark support for lock elision as deprecated

9 July 08:52 - glibc - Stefan Liebler

As discussed here:

Show icons on tabs

9 July 08:50 - LibreOffice - Heiko Tietze

Simplifies the setup of SfxTabDialogs as tabs can be added per code; and vertical tabs should be accompanied by icons.

tdf#167315 remove slide control buttons from impress notebookbar home tab

9 July 08:19 - LibreOffice - Sahil Gautam

buttons such as duplicate slides and insert new slide belong to the insert tab and the layout dropdown button belogs to the layout tab.


tdf#70102 Migrated existing RTL icons to work as rltb variants

8 July 17:35 - LibreOffice - Jonathan Clark

Normally, the icons for certain commands are mirrored when the writing direction is RTL.

tdf#96151: Add Albanian locale

8 July 17:16 - LibreOffice - Xisco Fauli

Most of the information has been extracted from


sal: osl::File sand-boxing for Unix

7 July 13:37 - LibreOffice - Stephan Bergmann

This is a combined cherry-pick of the 10 commits 34f1a750a128e02aa3191e36a2c0b28371e96287 "sal: initial osl::File sand-boxing commit for Unix.

Avoid duplicating trailing slash

7 July 13:34 - LibreOffice - Mike Kaganski

MSI on cygwin failed since commit 1cabb20fad8303d16e25957ee245970f37ad2f82 (replace a couple manual calls to cygpath with PathFormat, 2024-12-12).

add -Wl,-z,relro,-z,now to hardening ldflags

7 July 10:37 - LibreOffice - Caolán McNamara

See:

Initial implementation of Markdown elements such as paras, lists, and headings

7 July 08:18 - LibreOffice - Ujjawal Kumar

Change-Id: I059090be2157141a8cdab44b28054460f648babb Reviewed-on:

Add reading Markdown files into Writer

7 July 08:17 - LibreOffice - Ujjawal Kumar

- using new dummy Markdown Filter