summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
AgeCommit message (Expand)AuthorFilesLines
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel4-8/+8
2020-11-16remove unused param in SvxHpLinkDlgNoel2-2/+2
2020-11-16replace std::max(std::min()) with std::clampNoel1-3/+3
2020-11-13tdf#123936 Formatting files in module cui with clang-formatPhilipp Hofer5-27/+25
2020-11-13Make Split Table Cell dialog asyncSzymon Kłos1-5/+30
2020-11-12New loplugin:stringviewparamStephan Bergmann1-3/+4
2020-11-11convert more long -> tools::LongNoel1-2/+2
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-2/+2
2020-11-070xffffffff is COL_TRANSPARENT/COL_AUTOCaolán McNamara1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen8-10/+6
2020-11-03Resolves tdf#137059 - Use application colors for font previewHeiko Tietze1-3/+0
2020-11-03ucbGet needs a non-null interaction handler after allStephan Bergmann1-2/+4
2020-11-03Drop the #undef ABSOLUTE FIXMEStephan Bergmann1-6/+0
2020-11-01use officecfg for Experimental flagNoel Grandin1-2/+2
2020-10-28Use UCB instead of cURL to download https filesStephan Bergmann1-87/+43
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann1-3/+1
2020-10-27Teach loplugin:toolslong about curl_easy_getinfoStephan Bergmann1-2/+2
2020-10-26Fixes to TipOfTheDayHeiko Tietze1-8/+3
2020-10-24Show animated GIFs in TotDHeiko Tietze1-16/+12
2020-10-22Resolves tdf#137607 and tdf#137500 - Improvements to TotDHeiko Tietze1-4/+44
2020-10-21Fix typosAndrea Gelmini1-1/+1
2020-10-21use tools::Long in comphelper..cuiNoel11-52/+52
2020-10-20Beautification of code and fix for on-/offline helpHeiko Tietze1-50/+31
2020-10-18tdf#137460: Additions: Fix crash on error 404Muhammet Kara1-0/+1
2020-10-15This field only holds a compile-time constantMike Kaganski1-1/+2
2020-10-14tdf#137294 don't change subset sensitivity after setting search modeCaolán McNamara1-5/+8
2020-10-14Fixes to TipOfTheDay dialogHeiko Tietze1-7/+10
2020-10-14Resolves tdf#137429 - Ensure first tip is shown firstHeiko Tietze1-6/+6
2020-10-13Resolves tdf#137424 - UI Picker missing 'Contextual single'Heiko Tietze1-2/+2
2020-10-13static_cast after dynamic_castNoel1-5/+4
2020-10-12Resolves tdf#135270 - Make the tight extensions dialog shinyHeiko Tietze1-21/+37
2020-10-12Resolves tdf#137408 - Bad positioning of first items in extension dialogHeiko Tietze1-1/+1
2020-10-12Resolves tdf#137189 - Fixes crash at CheckInstalledExtensions()Heiko Tietze1-0/+1
2020-10-07Resolves tdf#117463 - Dialog to show UI optionsHeiko Tietze2-6/+239
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-6/+4
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel2-9/+11
2020-10-02loplugin:reducevarscope in cuiNoel3-10/+6
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-1/+1
2020-09-28adressbook->addressbookCaolán McNamara1-1/+1
2020-09-23fix disable qrcodegen optionCaolán McNamara1-2/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-2/+2
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-1/+2
2020-09-21add an explicit --disable-qrcodegen configure optionCaolán McNamara1-3/+18
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+1
2020-09-11Additions: Clean-up and localize labelsMuhammet Kara1-9/+10
2020-09-10Replace sal_uLong with proper types in cuiMuhammet Kara2-3/+3
2020-09-10Remove some unused includesMiklos Vajna1-15/+1
2020-09-04svx: Refactor Gallery::RemoveTheme()Aditya1-1/+1
2020-09-01Fix warning conditionMike Kaganski1-1/+1