summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-11related tdf#160176 qt: Create dummy Qt widget in main threadMichael Weghorn1-6/+17
2024-04-02Fix UB after 8962141a12c966b2d891829925e6203bf8d51852Mike Kaganski1-5/+17
2024-03-24for compilaton with OSL_DEBUG_LEVEL > 1, adapt to the commit f9395a12, which ...Tomoyuki Kubota1-1/+1
2024-03-15Fix a spurious JunitTest_sw_unoapi_3 failureMike Kaganski1-0/+2
2024-03-14Make sure we hold the solar mutex before trying to release itMike Kaganski1-0/+1
2024-02-28tdf#157135 workaround: restore and update windows-no-utf8-locales.patch.0Mike Kaganski2-0/+24
2024-02-26external/freetype: nullptr-with-offsetStephan Bergmann1-0/+11
2024-02-20tdf#67347 fix stacked text kern problemsAttila Szűcs3-5/+5
2024-02-16tdf#92389 sw a11y: Use SolarMutex in SidebarWinAccessibleContextMichael Weghorn1-6/+4
2024-02-10tdf#158947 sw: Don't unrelatedly overwrite system clipboard on pasteMichael Weghorn1-1/+2
2024-01-24svx a11y: Notify listeners when disposing shapeMichael Weghorn1-1/+1
2024-01-05Resolves: tdf#158997 optimal col width too narrow to render textCaolán McNamara2-1/+5
2023-12-31Acquire solar mutex in SkiaZone, instead of assertingMike Kaganski1-3/+4
2023-12-31Avoid unwanted creation of mSurfaceMike Kaganski1-5/+5
2023-11-19vcl: add unit tests for simple text 'AV' with kerning and no-kerning enabledChris Sherlock1-0/+97
2023-11-03speed up hunspell inner loopNoel Grandin2-0/+106
2023-10-16Silence UBSan misaligned-pointer-useStephan Bergmann1-0/+9
2023-09-01qt: Set window title etc. in main threadMichael Weghorn1-16/+26
2023-08-30tdf#156683 a11y: Dispose a11y cells with tab list box headerMichael Weghorn1-0/+6
2023-08-22tdf#156473 a11y: Keep a reference to table's a11y objectMichael Weghorn2-3/+9
2023-08-18vcl a11y: Fix nullptr deref in SvHeaderTabListBox::calcHeaderRectMichael Weghorn1-3/+7
2023-08-18tdf#156561 svtools, a11y: Return created popup win for focus handlingMichael Weghorn1-0/+1
2023-07-23editeng: Don’t unintentionally set KernArray.mnSubUnitFactorKhaled Hosny1-1/+1
2023-05-18Script that adds "com.apple.security.get-task-allow" entitlement to sofficePatrick Luby1-0/+33
2023-03-24sw: fix crashtesting assert on ooo90040-2.docMichael Stahl1-2/+2
2023-01-20std::abort() during CppunitTest_sw_layoutwriterCaolán McNamara1-1/+3
2022-12-08Related: tdf#82115 Fix crash when handling input method eventsPatrick Luby1-0/+6
2022-11-10tdf#107405 Allow kerning less than -2Samuel Mehrbrodt2-2/+5
2022-09-16only "PaintImmediately" the statusbar itself (and optional children)Caolán McNamara2-8/+26
2022-09-01FeatureCollector: check for alternates only in GSUBKhaled Hosny1-18/+23
2022-08-23tdf#66819: Disable ligatures with character spacingKhaled Hosny9-23/+59
2022-08-18crashreport: __cpuid/__cpuidex are not available on arm64Christian Lohmaier1-0/+2
2022-06-16rhbz#2097411 Avoid obsolete PyThreadState_Delete crashing Python 3.11Stephan Bergmann1-0/+2
2022-06-16tdf#149089 snap to grid if IsSnapToChars() is falseMark Hung2-10/+22
2022-06-08tdf#149089 fix extra mini space in text grid.Mark Hung6-218/+120
2022-05-23tdf#149017 Justify::SpaceDistribution unit tests.Mark Hung2-0/+114
2022-05-18tdf#137639 qt: UTF-16-encode mime data for "text/plain;charset=utf-16"Michael Weghorn1-0/+5
2022-05-12tdf#148940 improve non Snap-to-char mode textgrid layout.Mark Hung3-46/+27
2022-04-19tdf#148594 correcting the number of kern spaces.Mark Hung1-2/+31
2022-02-01related tdf#111733 svx: SfxVoidItem != SvxKerningItemJustin Luth1-1/+1
2022-02-01tdf#111733 TextCharacterSpacingControl::GrabFocus kerning spinbuttonJustin Luth1-1/+24
2022-01-29svx textcharacterspacingcontrol: allow smaller kerningJustin Luth1-2/+2
2022-01-28related tdf#111733 TextCharacterSpacingControl sw draw: goto position tabJustin Luth2-0/+14
2022-01-28related tdf#11173 TextCharacterSpacingControl sw annot: goto position tabJustin Luth2-0/+17
2022-01-27related tdf#111733 TextCharacterSpacingControl sw: goto position tabJustin Luth6-2/+40
2022-01-01tdf#140286 fix INFO("OSVERSION") for Linux: return kernel versionscito3-6/+28
2021-12-21merge the two places we adjust the kerning arrayCaolán McNamara1-36/+29
2021-12-21split the two reasons aKernArray values are changed into two blocksCaolán McNamara1-1/+2
2021-12-21split out the block where we add extra space from the kerning adjustment blockCaolán McNamara1-8/+19
2021-12-21Run `make check` in flatpak buildStephan Bergmann1-1/+1