summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-17Remove newly redundant breakStephan Bergmann1-1/+0
2021-11-17loplugin:stringliteraldefine in avmediaNoel Grandin4-15/+14
2021-11-17Update git submodulesOlivier Hallot1-0/+0
2021-11-17Fix the calculated constantMike Kaganski1-1/+1
2021-11-17fix SkiaTest::testDrawDelayedScaleImage() with GPU+HiDPILuboš Luňák1-0/+2
2021-11-17avoid a PCH build failing because of a directory missingLuboš Luňák1-2/+4
2021-11-17tdf#143971 Removes pop-up dialog for read-only documentsMatt K12-246/+1
2021-11-17revert "vlookup - optimize SC_EQUAL and NOT_EQUAL." (tdf#139612)Luboš Luňák3-21/+12
2021-11-17replace an ugly coverity warning suppressionCaolán McNamara4-4/+10
2021-11-17Update git submodulesMartin Srebotnjak1-0/+0
2021-11-17loplugin:simplifyboolStephan Bergmann1-2/+1
2021-11-17CppunitTest_sw_ooxmlexport15: avoid DECLARE_OOXMLEXPORT_EXPORTONLY_TEST()Miklos Vajna1-17/+30
2021-11-17Sifr: tdf#144036 add UNO Object InspectorRizal Muttaqin12-0/+6
2021-11-17Resolves tdf#144247 - Change display precision of row height / column widthHeiko Tietze1-4/+8
2021-11-17Clear also m_aDestTypeInfo in dtor like m_aTypeInfo (dbaccess/WCopyTable)Julien Nabet1-0/+1
2021-11-17tdf#145711: filename may be 1-character, and must not contain path separatorMike Kaganski2-4/+5
2021-11-17Add script codes to standalone {mis} tagsEike Rathke1-11/+11
2021-11-16loplugin:finalprotectedStephan Bergmann1-3/+1
2021-11-16WrtStt->WrdStt for consistency with the other word start abbrevsCaolán McNamara3-3/+3
2021-11-16uitest: sw: ExportToEPUB is already testedXisco Fauli1-2/+2
2021-11-16Update to ICU 70.1Eike Rathke13-352/+230
2021-11-16rtl::Static->thread-safe staticNoel Grandin4-14/+21
2021-11-16Drop redundant 'using rtl::OUString'Mike Kaganski4-11/+6
2021-11-16tdf#139922: sw_uiwriter3: Add unittestXisco Fauli1-0/+27
2021-11-16fix drawBitmap() unittests with Skia/HiDPILuboš Luňák1-1/+2
2021-11-16try to avoid scaling bitmaps twice in Skia when drawingLuboš Luňák6-48/+212
2021-11-16make SkiaHelper::dump() available also in non-dbgutil buildsLuboš Luňák7-26/+22
2021-11-16do not rebuild PCHs on icecream/ccache change, take #2Luboš Luňák2-2/+3
2021-11-16postgresql: upgrade to release 13.5Michael Stahl1-2/+2
2021-11-16svtools: HTMLParser: don't insert EOF into stringsMichael Stahl1-6/+2
2021-11-16ofz#40766 svtools, sw: HTMLParser: really stop inserting control charsMichael Stahl2-5/+7
2021-11-16Related: tdf#142719 first time undo adds an exception it gets lostCaolán McNamara1-2/+1
2021-11-16tdf#142781 - Calculate width/height keeping aspect ratioAndreas Heinisch3-0/+27
2021-11-16tdf#116640: sw_uiwriter4: Add unittestXisco Fauli1-0/+40
2021-11-16svl: fix misleading commentMichael Stahl1-1/+1
2021-11-16tdf#139922 sw autocorr: don't return GetPrevPara if isEmptyJustin Luth1-1/+4
2021-11-16Use basegfx::deg2rad instead of *0.01745329251994Hossein7-21/+12
2021-11-16Support reading back theme color from an ooxml documentTomaž Vajngerl1-0/+2
2021-11-16Related tdf#139031: add missing colonsIlmari Lauhakangas5-7/+7
2021-11-16add a vcl backend test that draws a sheared bitmapLuboš Luňák7-54/+152
2021-11-16Theme color and tint/shade attribute for SvxColorItemTomaž Vajngerl4-6/+79
2021-11-16Update git submodulesAlain Romedenne1-0/+0
2021-11-16Related: tdf#142706 mask with GDK_MODIFIER_MASK to ignore unwanted bitsCaolán McNamara1-1/+2
2021-11-16avoid using always-show-arrow in gtk4 < 4.4Caolán McNamara1-3/+6
2021-11-16Update git submodulesChristian Lohmaier1-0/+0
2021-11-16hard-require Clang for Skia also on MacLuboš Luňák1-3/+3
2021-11-16make Skia the default now on Mac too (again)Luboš Luňák1-1/+1
2021-11-16rtl::Static->thread-safe static in jvmfwkNoel Grandin6-47/+59
2021-11-16rtl::Static->thread-safe static in ooxNoel Grandin2-14/+13
2021-11-16Resolves: tdf#143511 SysObj is clipped out if the widget is out of viewCaolán McNamara3-0/+32