summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-10clang:optin.performance.Padding in toolsNoel Grandin2-5/+5
2021-09-10clang:optin.performance.Padding in binaryurpNoel Grandin5-30/+20
2021-09-10tdf#115547: Fix DB path handlingMike Kaganski1-5/+7
2021-09-10Fix typosAndrea Gelmini3-10/+10
2021-09-10crashtesting: threaded scaling crash on re-export of ooo24840-1.sxw to odtCaolán McNamara2-10/+21
2021-09-10BitmapInfoAccess::GetColorMask can return a const referenceCaolán McNamara1-1/+1
2021-09-10gtk4: use gtk_event_controller_key_forward to see if toplevel would use keyCaolán McNamara2-6/+97
2021-09-10gtk4: we don't need to block the drawing area as a focus candidateCaolán McNamara1-4/+16
2021-09-10gtk4: complete child_grab_focus for gtk4Caolán McNamara1-3/+20
2021-09-10Resolves: tdf#143777 Exclude recipient is always greyed outCaolán McNamara1-1/+1
2021-09-10tdf#144412 Qt5 reset m_nModKeyCode on key inputJan-Marek Glogowski1-0/+6
2021-09-10Clarify that css::sdbc::XClob::getSubString takes 1-based posMike Kaganski4-35/+31
2021-09-10vcl: move outdevstate.cxx to stack.cxxChris Sherlock4-2/+61
2021-09-10clang:optin.performance.Padding in salNoel Grandin22-326/+325
2021-09-10crash in tdf132431-1.ods --export-to xlsNoel Grandin1-2/+6
2021-09-10Update git submodulesAndreas Heinisch1-0/+0
2021-09-10tdf#123055 - Start to read unicode text in order to avoid the BOMAndreas Heinisch1-1/+4
2021-09-10fix Skia/Raster screen flushing on MacLuboš Luňák1-1/+1
2021-09-10gtk4: cannot focus to toolbutton if can-focus is falseCaolán McNamara1-1/+1
2021-09-10drop stray fprintfCaolán McNamara1-1/+0
2021-09-10This example doesn't have any idl filesStephan Bergmann1-8/+0
2021-09-10uitest: sw: Close the modeless dialogs after using themXisco Fauli1-20/+18
2021-09-10tdf#142214: reintroduce unittest and adapt it to the expected behaviourXisco Fauli1-0/+37
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara8-37/+32
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch4-0/+158
2021-09-10gtk4: default GtkViewport to can-focusCaolán McNamara1-1/+2
2021-09-10xmloff: ODF export: avoid mysterious crash while sorting shapesMichael Stahl1-0/+5
2021-09-10CppunitTest_sw_rtfexport5: simplify assertsXisco Fauli1-4/+2
2021-09-10tdf#126426: support for hyperlinks in TextParagraphContextVasily Melenchuk4-1/+56
2021-09-10--without-system-cuckoo to override --with-system-headers didn't workCaolán McNamara1-1/+1
2021-09-10cache FormulaError::NoRef error string (tdf#144249)Luboš Luňák2-2/+5
2021-09-10do not intern a temporary cell error stringLuboš Luňák1-2/+2
2021-09-10tdf#144425 Set sane lower bounds (1) for MM e-mail output rangesGabor Kelemen1-0/+2
2021-09-10vcl: move OutputDevice::SetDigitLanguage() to text.cxxChris Sherlock3-11/+32
2021-09-10vcl: move SetLayoutMode() to text.cxxChris Sherlock4-14/+35
2021-09-10vcl: move OutputDevice drawmode functions to outdev.cxxChris Sherlock4-11/+22
2021-09-10A copy-paste message text errorMike Kaganski1-1/+1
2021-09-10sw layout xml dump: show SwParaPortionMiklos Vajna4-2/+19
2021-09-10Update git submodulesRafael Lima1-0/+0
2021-09-10Use std::vector instead of css::uno::SequenceMike Kaganski3-19/+14
2021-09-10tdf#120129: don't forget to update buffer size to actual lengthMike Kaganski1-0/+3
2021-09-09Fix apparent typosStephan Bergmann1-2/+2
2021-09-09a system cuckoo isn't availableCaolán McNamara1-0/+1
2021-09-09crashtesting: assert making thumbnail on reexport of tdf127770-1.ods to odsCaolán McNamara3-4/+54
2021-09-09ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+14
2021-09-09tdf#143905: Parse password from connection stringjucasaca1-11/+25
2021-09-09Fix typoAndrea Gelmini1-1/+1
2021-09-09tdf#144241 don't return a negative width for osx edit regionCaolán McNamara1-5/+7
2021-09-09flatten DocumentRedlineManager a littleNoel Grandin2-166/+164
2021-09-09reserve space in vector to reduce reallocationsNoel Grandin1-98/+99