summaryrefslogtreecommitdiff
path: root/cui/source/customize/CommandCategoryListBox.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-23tdf#116491: Customize: Hide experimental commands when not in experimental modeMuhammet Kara1-3/+11
2020-10-18clang-format CommandCategoryListBoxMuhammet Kara1-139/+170
2020-10-02loplugin:reducevarscope in cuiNoel1-1/+1
2019-12-20tdf#108458 Show tooltips in CuiConfigFunctionListBoxJim Raykowski1-0/+1
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara1-3/+5
2019-11-09tdf#128010: Don't ask to enable JRE when populating available scriptsMike Kaganski1-2/+10
2019-10-29weld fpicker clusterCaolán McNamara1-2/+2
2019-09-05loplugin:constmethod in cuiNoel Grandin1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin1-2/+4
2019-08-15replace ".get->" with "->"Noel Grandin1-13/+13
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen1-1/+0
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin1-1/+1
2019-04-19drop some includesCaolán McNamara1-0/+2
2019-04-09drop some unneeded includesCaolán McNamara1-2/+0
2019-03-18Fix typoAndrea Gelmini1-1/+1
2019-03-11weld SvxConfigDialogCaolán McNamara1-10/+19
2019-03-11weld SvxMenuConfigPage/SvxToolbarConfigPageCaolán McNamara1-87/+72
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+4
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-12/+11
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-01tdf#112614: Include all labels in the search in Customize dialogMuhammet Kara1-5/+12
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-21tdf#112323: Sort the category list alphabetically in the Customize dialogMuhammet Kara1-3/+8
2018-02-06tdf#112239: Add icons to customize dialog function treeJim Raykowski1-9/+20
2018-01-24tdf#115129 change customize function tree expand collapse behaviorJim Raykowski1-11/+2
2017-12-05tdf#114091: Customize dialog: Rename 'All categories' to 'All commands'Muhammet Kara1-1/+5
2017-12-04tdf#112207: Allow assigning macros to ui elementsMuhammet Kara1-11/+204
2017-11-22tdf#112207: Allow assigning styles to ui elementsMuhammet Kara1-2/+97
2017-10-23loplugin:includeform: cuiStephan Bergmann1-3/+3
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt1-1/+1
2017-09-08loplugin:constantparamNoel Grandin1-2/+2
2017-09-04Implement Search/Filter feature in the Customize dialogMuhammet Kara1-5/+32
2017-09-04Initialize and update Function list box properlyMuhammet Kara1-4/+132
2017-09-04Add custom widget class: CommandCategoryListBoxMuhammet Kara1-0/+113