summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin8-81/+81
2017-09-10tdf#112254: fix memory leak in optaboutconfig (cui)Julien Nabet2-2/+6
2017-09-10cppcheck: knownConditionTrueFalse 'bValid' is always trueJochen Nitschke1-17/+4
2017-09-09tdf#108406 offline help-images helpimg are no longer selectable as iconsetAndreas Brandner1-0/+4
2017-09-09tdf#112133: Polish the visual appearance of the Customize dialogMuhammet Kara4-33/+83
2017-09-08set parent for file dialog helperCaolán McNamara13-22/+19
2017-09-08loplugin:constantparamNoel Grandin2-3/+3
2017-09-07Don't use PostUserEvent to show message box in Customize dialogMuhammet Kara2-12/+3
2017-09-05tdf#39674 find / fix all German spellings in internal APIsAndreas Brandner1-8/+8
2017-09-05Polish the Customize dialogMuhammet Kara2-6/+28
2017-09-05cui: fix loplugin:constparams warningMiklos Vajna2-2/+2
2017-09-05cui: fix loplugin:unnecessaryparen warningsMiklos Vajna2-2/+2
2017-09-04Make the Modify button functional in the Customize dialogMuhammet Kara7-23/+337
2017-09-04Disable the individual reset button for the menubar menusMuhammet Kara3-15/+32
2017-09-04Make toolbar/menu addition/removal functional again in the Customize dialogMuhammet Kara8-2/+143
2017-09-04Implement "Reset" button in the Customize dialogMuhammet Kara8-3/+82
2017-09-04Implement "Insert" button in the Customize dialogMuhammet Kara7-4/+117
2017-09-04Implement Search/Filter feature in the Customize dialogMuhammet Kara7-10/+62
2017-09-04Implement "Remove" button in the Customize dialogMuhammet Kara4-10/+14
2017-09-04Implement "Add" button in the Customize dialogMuhammet Kara6-8/+74
2017-09-04Initialize and update command categories and functions for the Toolbar tabMuhammet Kara2-0/+16
2017-09-04Initialize and update Function list box properlyMuhammet Kara8-66/+175
2017-09-04Add custom widget class: CommandCategoryListBoxMuhammet Kara7-1/+172
2017-09-04Convert UI of Customize Dialog to the new designMuhammet Kara9-1368/+365
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-3/+3
2017-09-04new loplugin:redundantpointeropsNoel Grandin3-3/+3
2017-09-03Removed duplicated includeAndrea Gelmini1-1/+0
2017-09-02set parent for insert ole object file dialogCaolán McNamara1-3/+3
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist2-2/+2
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-2/+2
2017-08-25tdf#111795 - Special character preview control background colorAkshay Deep1-0/+5
2017-08-24tdf#87648 Spelling and Grammarheiko tietze1-1/+1
2017-08-23tdf#111795 - Special character preview control should have borderAkshay Deep1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin8-15/+15
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin4-7/+15
2017-08-21fix bogus always-true assertsMichael Stahl1-1/+1
2017-08-20Enable subset filter when not in search modeAkshay Deep1-1/+1
2017-08-20Fix 'make translations' runGabor Kelemen1-1/+1
2017-08-20drop unused SfxSpellCheckItemJochen Nitschke2-14/+6
2017-08-19drop unused SfxSizeItemJochen Nitschke1-1/+0
2017-08-19tdf#103275 Rename 'Spacing to Content' to 'Padding'Gabor Kelemen2-2/+2
2017-08-19convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialogNoel Grandin2-5/+7
2017-08-18loplugin:unnecessaryparenNoel Grandin3-3/+3
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-1/+0
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann1-2/+2
2017-08-16convert dialog result methods from long->sal_Int32Noel Grandin2-4/+4
2017-08-16tdf#111797 Fix alignment of 'For the current document only' checkboxGabor Kelemen1-3/+2
2017-08-15Disable subset LB when search mode is enabledAkshay Deep1-2/+1