summaryrefslogtreecommitdiff
path: root/cui/source
AgeCommit message (Expand)AuthorFilesLines
2021-06-01tdf#136292: Fix crash on invalid JSON from the extensions APIMuhammet Kara1-1/+10
2021-04-29tdf#135997: make sure that the two lists are same lengthMike Kaganski1-35/+58
2021-04-28tdf#137470 use a more proper URL for the extensionsChristian Lohmaier1-2/+2
2021-01-19tdf#139332 reduce height of expert config dialogCaolán McNamara1-1/+1
2021-01-14Resolves tdf#139343 and tdf#139335 - Community/Enterprise flavorHeiko Tietze1-0/+6
2021-01-14tdf#83618 Make line spacing values agree crash fixJim Raykowski1-4/+2
2021-01-04tdf#138654 Number format preview uses dark background and fontprincesinghtomar1-4/+3
2020-12-27tdf#127401 Fix release notes URL for simplified Chinese (zh-CN) UIMing Hua1-1/+2
2020-12-18tdf#138865 don't set ColumnToggleType::CheckJan-Marek Glogowski1-1/+0
2020-12-17tdf#129961 cui: start UI for table shadow as direct formatMiklos Vajna2-0/+9
2020-12-14tdf#138874 restore sort on first column of paths treeviewCaolán McNamara2-0/+11
2020-12-13tdf#138857 fix font replacement table GUIJan-Marek Glogowski1-26/+19
2020-12-02tdf#138596 don't destroy SfxItemSet that are still in useCaolán McNamara1-5/+10
2020-12-01drop the needless and broken SkiaConfig abstraction (tdf#137935)Luboš Luňák2-98/+8
2020-11-25clean up enabling/disabling GUI options related to SkiaLuboš Luňák2-21/+27
2020-11-24tdf#138430 scrolled windows need to have auto scrolling disabledCaolán McNamara1-3/+3
2020-11-24tdf#138430 toolbar bullet dropdown should have a scrolledwindowCaolán McNamara1-3/+3
2020-11-19SvxNumberFormatTabPage::nInitFormat should presumably be sal_uInt32Stephan Bergmann2-3/+4
2020-11-17loplugin:stringviewparam check methods tooNoel2-2/+2
2020-11-17tdf#137930 Apply button changes values to previous onesCaolán McNamara2-14/+28
2020-11-16tdf#138049 different parents for restart dialog depending on ok vs applyCaolán McNamara1-3/+13
2020-11-16tdf#137403 ignore GetCurCommand if its emptyCaolán McNamara1-8/+12
2020-11-16remove unused param in SvxHpLinkDlgNoel3-3/+3
2020-11-16replace std::max(std::min()) with std::clampNoel1-3/+3
2020-11-13tdf#123936 Formatting files in module cui with clang-formatPhilipp Hofer15-118/+117
2020-11-13tdf#138156 diagonal borders always set even if in don't care modeCaolán McNamara1-2/+4
2020-11-13Make Split Table Cell dialog asyncSzymon Kłos3-8/+49
2020-11-12New loplugin:stringviewparamStephan Bergmann1-3/+4
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-1/+1
2020-11-12remove Fraction::operator tools::Long()Noel1-1/+1
2020-11-11loplugin:stringviewNoel4-4/+4
2020-11-11convert more long -> tools::LongNoel2-3/+3
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-06Related: tdf#138030 make 'except' page act like 'replace'Caolán McNamara2-5/+12
2020-11-06Related: tdf#138030 'activate' shouldn't add to the list...Caolán McNamara1-2/+2
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara2-2/+2
2020-11-06loplugin:unusedmethodsNoel1-1/+0
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen17-33/+9
2020-11-04negative returnsCaolán McNamara1-1/+1
2020-11-03Resolves tdf#137059 - Use application colors for font previewHeiko Tietze2-18/+8
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-02use officecfg or MacroRecorderModeNoel Grandin1-6/+5
2020-11-01use officecfg for UseSystemFileDialogNoel Grandin1-5/+6
2020-11-01use officecfg for UseSystemPrintDialogNoel Grandin1-3/+5
2020-11-01use officecfg for Experimental flagNoel Grandin4-10/+10
2020-10-29have just the one handler for ok/apply optionsCaolán McNamara2-26/+31
2020-10-29call ExtPage::DeactivatePage for apply as well as okCaolán McNamara2-8/+5
2020-10-29move block for RET_OK conditional return into Ok handlerCaolán McNamara1-9/+4