summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2020-12-01drop the needless and broken SkiaConfig abstraction (tdf#137935)Luboš Luňák2-98/+8
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel3-6/+10
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel7-45/+45
2020-11-27tdf#127294 add ToD Previewsandreas kainz1-4/+4
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-24loplugin:stringviewparam extend to comparison operatorsNoel26-74/+74
2020-11-23tdf#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-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara140-17/+466
2020-11-15Toolbar Mode Dialog update sortingandreas kainz1-4/+4
2020-11-13tdf#123936 Formatting files in module cui with clang-formatPhilipp Hofer20-148/+128
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-11Resolves: tdf#34398 add tooltip to "user-defined" for table bordersSeth Chaiklin1-0/+2
2020-11-11convert more long -> tools::LongNoel2-3/+3
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-2/+2
2020-11-10set resize-toplevel true for GtkExpandersCaolán McNamara1-0/+1
2020-11-10tdf#127294 - add tip about extended tooltips in dialog boxes (Shift+F1)Seth Chaiklin1-1/+2
2020-11-09Resolves tdf#138051 - Text expands beyond dialog heightHeiko Tietze1-14/+25
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 McNamara3-5/+14
2020-11-06Related: tdf#138030 'activate' shouldn't add to the list...Caolán McNamara1-2/+2
2020-11-06tdf#138030 be consistent wrt return triggering activateCaolán McNamara1-0/+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 Kelemen22-45/+21
2020-11-04negative returnsCaolán McNamara1-1/+1
2020-11-03Resolves tdf#137059 - Use application colors for font previewHeiko Tietze2-18/+8
2020-11-03tdf#137912 update toolbarmode previewsandreas kainz1-5/+7
2020-11-03ucbGet needs a non-null interaction handler after allStephan Bergmann2-2/+5
2020-11-03Drop the #undef ABSOLUTE FIXMEStephan Bergmann1-6/+0
2020-11-02Cell Alignment Dialog updateandreas kainz1-5/+11
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