summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Expand)AuthorFilesLines
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-17gtk4: reenable buttonCaolán McNamara2-2/+2
2021-05-14gtk4: advertise as gtk4 not gtk3Caolán McNamara1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-8/+8
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-4/+4
2021-04-22Resolves: tdf#141721 text from 1st col not clipped if 2nd col is emptyCaolán McNamara1-1/+1
2021-04-19use more string_view in comphelper::stringNoel Grandin1-3/+3
2021-04-09-Werror,-Wreorder-ctor (clang-cl)Stephan Bergmann1-1/+1
2021-04-01tdf#45735 New UI dialog at app startup to check default file formatsMatt K2-25/+19
2021-03-26loplugin:flattenNoel1-14/+14
2021-03-17Use COMReference hereMike Kaganski1-7/+10
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-1/+1
2021-02-24drop unneeded includeCaolán McNamara1-3/+0
2021-02-23loplugin:refcounting in cuiNoel1-3/+2
2021-02-17loplugin:referencecasting in cuiNoel2-3/+3
2021-01-25Revert "tdf#138865 don't set ColumnToggleType::Check"László Németh1-0/+1
2021-01-18tdf#139332 reduce height of expert config dialogCaolán McNamara1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara3-15/+15
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-6/+10
2020-12-26New loplugin:stringliteralvarStephan Bergmann3-15/+15
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-1/+1
2020-12-18tdf#138865 don't set ColumnToggleType::CheckJan-Marek Glogowski1-1/+0
2020-12-14tdf#138874 restore sort on first column of paths treeviewCaolán McNamara1-0/+10
2020-12-13tdf#138857 fix font replacement table GUIJan-Marek Glogowski1-26/+19
2020-12-07remove OpenGL VCL backend codeLuboš Luňák1-10/+0
2020-12-07remove SID_BASIC_ENABLED and BasicEnabled optionNoel1-1/+1
2020-12-03convert SvtPathOptions::Paths to scoped enumNoel1-52/+53
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-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-4/+6
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-12/+12
2020-11-25clean up enabling/disabling GUI options related to SkiaLuboš Luňák2-21/+27
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel6-37/+37
2020-11-17tdf#137930 Apply button changes values to previous onesCaolán McNamara1-14/+25
2020-11-16tdf#138049 different parents for restart dialog depending on ok vs applyCaolán McNamara1-3/+13
2020-11-13tdf#123936 Formatting files in module cui with clang-formatPhilipp Hofer1-12/+14
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+0
2020-11-04negative returnsCaolán McNamara1-1/+1
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 Grandin3-8/+8
2020-10-29have just the one handler for ok/apply optionsCaolán McNamara1-25/+30
2020-10-29call ExtPage::DeactivatePage for apply as well as okCaolán McNamara1-7/+4
2020-10-29move block for RET_OK conditional return into Ok handlerCaolán McNamara1-9/+4
2020-10-28cid#1468666 'Constant' variable guards dead codeCaolán McNamara2-6/+16
2020-10-22Don't make list of JREs active when parent frame is inactiveMichael Weghorn1-1/+1
2020-10-22Properly (un)tick Java checkbox in Java options in direct modeMichael Weghorn1-0/+4
2020-10-22Gray out Java options when framework's direct mode is usedMichael Weghorn1-1/+6