summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-25No need for a std::string_view hereStephan Bergmann1-2/+1
2021-06-25tdf#58250 - Show custom unicode separator in the csv import dialogAndreas Heinisch1-7/+3
2021-06-25gtk4: split out clipboard_content headerCaolán McNamara3-5/+21
2021-06-25tdf#143032: Check if the literal is emptyMike Kaganski1-1/+2
2021-06-25gtk4: use css-cursors where it seems to fitCaolán McNamara1-39/+54
2021-06-25loplugin:finalclasses in sfx2Noel Grandin22-35/+30
2021-06-25ScriptForge - (SF_Platform) new Printers propertyJean-Pierre Ledure4-7/+69
2021-06-25tdf#143047: When no properties for command, use those from item containerMike Kaganski1-0/+2
2021-06-25tdf#124176 Use pragma once instead of include guardsHarshita Nag1-3/+3
2021-06-25python3: update to 3.8.10Jan-Marek Glogowski3-39/+3
2021-06-25Resolves tdf#125868 - Insert dialog text in case of RTLHeiko Tietze3-0/+10
2021-06-25NFC: cleanup unnecessary variables, reduce scope.Justin Luth1-12/+5
2021-06-24cross-toolset: fix real cross help buildingJan-Marek Glogowski4-10/+13
2021-06-24Revert: svp: always release SolarMutex on yieldJan-Marek Glogowski1-1/+0
2021-06-24uitest: sc: move csv dialog tests to their own moduleXisco Fauli5-0/+21
2021-06-24tdf#120629 ms formats: better exporting of hindiVowels etc.Justin Luth4-3/+18
2021-06-24gtk4: track underlying surface state for maximized/minimizedCaolán McNamara2-20/+35
2021-06-24gtk4: start with initial window state of all unset bitsCaolán McNamara1-1/+1
2021-06-24gtk4: finish dnd targetCaolán McNamara1-12/+12
2021-06-24gtk4: gdk_drop_get_actions is a better matchCaolán McNamara1-3/+3
2021-06-24gtk4: unhighlight the parent like gtk3Caolán McNamara1-1/+1
2021-06-24gtk[3|4] set what widget to highlight during dndCaolán McNamara3-18/+18
2021-06-24gtk4: merge some common dnd and cnp blocksCaolán McNamara3-18/+18
2021-06-24drop text_transfer_result and merge dnd and paste logicCaolán McNamara2-49/+37
2021-06-24gtk4: reuse read_block_async_completed from dnd for cnpCaolán McNamara3-55/+56
2021-06-24gtk4: simplify dnd "drop" signalCaolán McNamara1-34/+1
2021-06-24gtk4: unref stream when done with itCaolán McNamara1-0/+1
2021-06-24gtk4: get dnd drop into LibreOffice from another app workingCaolán McNamara4-32/+331
2021-06-24BmpScaleFlag::Super is deadNoel Grandin2-5/+1
2021-06-24remove uno::Type move constructorNoel Grandin2-14/+0
2021-06-24Handle fancy webdav URI schemes on all platformsThorsten Behrens2-1/+9
2021-06-24tdf#104239 doc import: accept outlineLvl0 == (listLvl = MAXLEVEL)Justin Luth3-1/+10
2021-06-24tdf#46626 Don't include footnote numbers in Navigator headingsJim Raykowski1-1/+2
2021-06-24tdf#142793 chart UI: fix option "Secondary Y Axis" on sidebarBalazs Varga1-5/+8
2021-06-24Update git submodulesChristian Lohmaier1-0/+0
2021-06-24Fix presumed race between executeAction and following asserts in UITestStephan Bergmann1-0/+8
2021-06-24should be using upper_bound hereNoel Grandin1-1/+1
2021-06-24Update git submodulesRafael Lima1-0/+0
2021-06-24Update git submodulesRafael Lima1-0/+0
2021-06-24Update git submodulesRafael Lima1-0/+0
2021-06-24breakpad: don't include the users's env in linux dumpsChristian Lohmaier2-0/+14
2021-06-24tdf#135316 bypass 'existing style' check when importingNoel Grandin1-4/+7
2021-06-24tdf#69207 - Use selected text delimiter to parse the provided csv dataAndreas Heinisch1-0/+2
2021-06-24rename read_paste_result to read_transfer_resultCaolán McNamara2-16/+17
2021-06-24error: unknown type name 'OStringBuffer'Caolán McNamara1-1/+1
2021-06-24uno::Type needs a move operatorNoel Grandin2-0/+26
2021-06-24SAL_WARN -> SAL_INFONoel Grandin1-3/+3
2021-06-24tdf#123405 doc import: inherit from all Outline stylesJustin Luth3-1/+8
2021-06-24Delete copy ctors/assignments for DLLEXPORT classMike Kaganski7-4/+21
2021-06-24Revert "uitest: guard create_doc_in_start_center"Xisco Fauli281-14366/+15090