summaryrefslogtreecommitdiff
path: root/cui/source/customize
AgeCommit message (Expand)AuthorFilesLines
2021-05-23tdf#116491: Customize: Hide experimental commands when not in experimental modeMuhammet Kara1-3/+11
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara1-3/+2
2021-05-18tdf#112369 allow to disable the add command button in menu customizebaltasarq2-25/+66
2021-05-11tdf#84502 CuiConfigGroupListBox Macros,Styles like category for SidebarJim Raykowski1-2/+37
2021-05-04tdf#141202 Set "Ctrl+Alt+=" as the default shortcut to insert Math objectsRafael Lima1-0/+1
2021-04-29freeze without thawCaolán McNamara2-3/+3
2021-04-27tdf#138751 Localize items in Notebookbar customization dropdownsGabor Kelemen1-5/+5
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-23this Sequence can be a std::vectorNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-1/+1
2021-04-16Remove description from mobile macro selectorSzymon Kłos1-1/+2
2021-04-16Remove unused code from Macro Selector dialogSzymon Kłos1-4/+3
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-3/+3
2021-04-07lok: fix the empty script node type container without "+" symbol expanderHenry Castro1-12/+5
2021-02-10Remove unneeded breaksAndrea Gelmini1-10/+0
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara2-3/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-6/+7
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-3/+3
2020-12-18lok: run async the Macro Selector DialogHenry Castro1-0/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel3-30/+30
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-4/+4
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-11-16tdf#137403 ignore GetCurCommand if its emptyCaolán McNamara1-8/+12
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-4/+0
2020-10-18clang-format customize/SvxToolbarConfigPageMuhammet Kara1-243/+231
2020-10-18clang-format customize/SvxMenuConfigPageMuhammet Kara1-123/+122
2020-10-18clang-format customize/SvxConfigPageHelperMuhammet Kara1-124/+100
2020-10-18clang-format CommandCategoryListBoxMuhammet Kara1-139/+170
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 McNamara1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-10-02loplugin:reducevarscope in cuiNoel2-2/+2
2020-09-21tdf#134331 - Added possibility to sort macros via context menuAndreas Heinisch1-0/+32
2020-08-13Remove some unused includesMiklos Vajna4-5/+0
2020-08-12fix memory leaks in CuiConfigGroupListBoxJim Raykowski1-1/+11
2020-08-10Resolves: tdf#135603 crash on rename item in customize dialogCaolán McNamara1-1/+1
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-1/+1
2020-07-31tdf#135321: fix crash when right click empty in Command listJulien Nabet2-4/+8
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-2/+2
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: cuiStephan Bergmann3-710/+710
2020-06-26Customize: Update description box on auto selectMuhammet Kara3-0/+7
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-8/+0
2020-06-18distinguish active dnd-operation case from simple query caseCaolán McNamara2-4/+4
2020-06-18tidy up variable namesCaolán McNamara1-6/+6
2020-06-11Resolves: tdf#133862 crash in customize toolbar in embedded mathCaolán McNamara1-4/+3
2020-06-11fix my own mistakeTomoyuki Kubota1-1/+1