summaryrefslogtreecommitdiff
path: root/cui/source/customize
AgeCommit message (Expand)AuthorFilesLines
2018-10-11tdf#119266: Nodes don't expand on double click in the Customize dialogMuhammet Kara1-1/+5
2018-05-24Remove unnecessary includeMuhammet Kara2-2/+0
2018-05-17loplugin:unusedfields in cuiNoel Grandin1-1/+1
2018-05-17weld AssignComponentDialogCaolán McNamara2-30/+20
2018-05-17weld SvxNewToolbarDialogCaolán McNamara2-34/+15
2018-05-17weld SvxMainMenuOrganizerDialogCaolán McNamara2-108/+64
2018-04-27make WB_LINESPACING a bool field on ToolboxNoel Grandin1-1/+2
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin2-7/+5
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-10/+10
2018-04-21tdf#112323: Sort the category list alphabetically in the Customize dialogMuhammet Kara1-3/+8
2018-04-17Simplify calls to Menu::CheckItemMuhammet Kara1-3/+3
2018-04-16tdf#37074 - Customization of MOD3 missing on macOSHeiko Tietze1-0/+160
2018-04-15remove some unused comphelper includesJochen Nitschke3-2/+1
2018-04-12tdf#114260: Allow setting toolbar style in the gear menuMuhammet Kara3-3/+147
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2018-04-06weld linkeditdialogCaolán McNamara2-2/+2
2018-04-06tdf#86404 - use Ctrl+TAB to switch between tabs/sheetsheiko tietze1-0/+2
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin3-5/+5
2018-03-31use arrow instead of dothimajin1000001-1/+1
2018-03-21coverity#1430229 Unchecked return valueCaolán McNamara1-2/+2
2018-03-20weld SvxIconChangeDialog warning dialogCaolán McNamara1-27/+8
2018-03-20tdf#116494: Don't ask parent if no help textMuhammet Kara2-5/+10
2018-03-18tdf#115511: Make the description field keyboard-accessibleMuhammet Kara1-0/+1
2018-03-14fix crash on close customize dialogNoel Grandin1-2/+5
2018-03-13fix build in SvxMenuConfigPageNoel Grandin1-1/+1
2018-03-13loplugin:useuniqueptr in SvxEntriesNoel Grandin2-28/+15
2018-03-13tdf#114260: Allow moving top-level menusMuhammet Kara3-0/+26
2018-03-12tdf#114260: Add gear button to Customize dialogMuhammet Kara3-90/+170
2018-03-04weld SvxNameDialogCaolán McNamara2-15/+15
2018-02-28Use for-range loops in cuiJulien Nabet6-184/+92
2018-02-28Translate German comments and debug stringsJohnny_M1-1/+1
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke3-3/+0
2018-02-27tdf#116043 fix customize dialog icons going awayJim Raykowski1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin2-3/+3
2018-02-27convert various MessBox to weld::MessageDialogCaolán McNamara1-49/+40
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara3-4/+5
2018-02-26split out GetStandardWarningBoxImageCaolán McNamara1-2/+2
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara2-7/+8
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-1/+1
2018-02-22weld native message dialogsCaolán McNamara3-17/+19
2018-02-16Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin1-3/+3
2018-02-14loplugin:changetoolsgen in canvas..cuiNoel Grandin1-5/+5
2018-02-06tdf#112239: Add icons to customize dialog function treeJim Raykowski3-13/+24
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen3-3/+0
2018-01-25tdf#115129 Add function on double click in Customize DialogJim Raykowski1-0/+8
2018-01-24tdf#115129 change customize function tree expand collapse behaviorJim Raykowski2-11/+5
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann3-4/+4
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-21tdf#106784 Also handle automatic icon sizeMaxim Monastirsky1-2/+2