summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-27tdf#152571 speedup slow draw file saveNoel Grandin1-41/+3
2023-10-27lok: a11y: impress: help screen reader to report shape selectionMarco Cecchetti1-1/+30
2023-10-27Step 2 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann2-16/+0
2023-10-27remove unused vcl_get_crc64_tableNoel Grandin1-3/+0
2023-10-27tdf#156593 FILEOPEN OOXML: image shown in full instead of croppedBalazs Varga1-1/+2
2023-10-27Clarify that o3tl::cmp_* is still needed for LLVM 12 libc++ for nowStephan Bergmann1-1/+1
2023-10-26tdf#153519 use new IdleTask::waitUntilIdleDispatchedNoel Grandin1-2/+2
2023-10-25vcl,sw: PDF/UA export: produce Ruby and Warichu SEsMichael Stahl1-0/+6
2023-10-25tdf#114441 - Convert use of sal_uLong to better integer typessahil1-6/+6
2023-10-25Use std::signed_integral conceptStephan Bergmann1-0/+45
2023-10-24tdf#153519 make TreeListEntryUIObject saferNoel Grandin1-2/+4
2023-10-24Remove unused entry from log-areas.doxsahil1-1/+0
2023-10-24tdf#155040 sw floattable, RTF: fix table is overlapped by subsequent inline oneMiklos Vajna1-0/+42
2023-10-24svx: prefix members of SdrLayerIDSetMiklos Vajna1-8/+8
2023-10-24tdf#157838 - UI: Part 4 - Unify lockdown behavior of Options dialogBalazs Varga1-0/+11
2023-10-23Implement PreserveSpaces boolean HTML/ReqIF export filter optionMike Kaganski3-0/+6
2023-10-23tdf#130924 replace '*printf' with 'SAL_*' logging macros in pyunosahil1-0/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann39-767/+758
2023-10-23vcl: migrate text layout functions out of OutputDeviceChris Sherlock2-20/+5
2023-10-22Load the locales from config file for languagetoolMert Tumer1-0/+2
2023-10-22lok: a11y: send list item prefix length to clientMarco Cecchetti1-0/+2
2023-10-22Fix typoAndrea Gelmini1-2/+2
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn1-3/+29
2023-10-20tdf#86790: Add support for a word-style stylerefSkyler Grey1-0/+1
2023-10-19Clean up some C++20 TODOsStephan Bergmann2-14/+6
2023-10-19tdf#157484 UI: Add UI controls for personal information to be keptBalazs Varga1-0/+4
2023-10-18Fix typoAndrea Gelmini1-1/+1
2023-10-18use more SdrObjList::begin/end in svxNoel Grandin1-0/+2
2023-10-18Extend /clr /std:c++20 char8_t workaround to old versions of VS 2022Stephan Bergmann4-4/+4
2023-10-18tdf#157696 qt a11y: Move handling for text attr offsets to helperMichael Weghorn1-0/+14
2023-10-18tdf#155410 shave 1% cost off SdrGroup::GetLayerNoel Grandin1-1/+6
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann2-39/+1
2023-10-18O[U]String move ctors should be constexpr, tooStephan Bergmann2-0/+28
2023-10-18tdf#156114 UNO commands / menu entries to enable PS/CS spotlightJim Raykowski2-1/+16
2023-10-17tdf#157792 FILEOPEN: PPT: logo not displayedNoel Grandin1-0/+9
2023-10-17svx: prefix members of SdrHdlListMiklos Vajna1-10/+10
2023-10-16tdf#157482 UI: Turn Security Warnings popup windows into infobarsBalazs Varga6-6/+8
2023-10-16Related tdf#156182 - Keep legacy contrast for default backgroundHeiko Tietze1-2/+5
2023-10-16Revert "Make sure views get new themes on .uno:ChangeTheme"Paris Oplopoios1-2/+0
2023-10-15Drop OStringConstExpr, use constexpr OString insteadStephan Bergmann1-38/+0
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır1-0/+1
2023-10-13O{U]String copy ctor should be constexprStephan Bergmann2-2/+28
2023-10-13Follow-up on "Make sure __cpp_lib_source_location is consistently defined"Stephan Bergmann1-1/+3
2023-10-13At least VS 2022 Preview 17.8.0 Preview 3.0 needs the fix tooStephan Bergmann4-4/+5
2023-10-13Make sure __cpp_lib_source_location is consistently definedStephan Bergmann1-0/+1
2023-10-12use std::source_location instead of std::experimental::source_locationNoel Grandin1-12/+14
2023-10-12Fix build against VS 2022 17.7.5Stephan Bergmann4-1/+7
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann8-9/+13
2023-10-12loplugin:unusedmethodsNoel Grandin1-15/+0
2023-10-12tdf#145832 Typo when missing objectBogdan B1-1/+1