summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-118-81/+81
* tdf#112254: fix memory leak in optaboutconfig (cui)Julien Nabet2017-09-102-2/+6
* cppcheck: knownConditionTrueFalse 'bValid' is always trueJochen Nitschke2017-09-101-17/+4
* tdf#108406 offline help-images helpimg are no longer selectable as iconsetAndreas Brandner2017-09-091-0/+4
* tdf#112133: Polish the visual appearance of the Customize dialogMuhammet Kara2017-09-094-33/+83
* set parent for file dialog helperCaolán McNamara2017-09-0813-22/+19
* loplugin:constantparamNoel Grandin2017-09-082-3/+3
* Don't use PostUserEvent to show message box in Customize dialogMuhammet Kara2017-09-072-12/+3
* tdf#39674 find / fix all German spellings in internal APIsAndreas Brandner2017-09-051-8/+8
* Polish the Customize dialogMuhammet Kara2017-09-052-6/+28
* cui: fix loplugin:constparams warningMiklos Vajna2017-09-052-2/+2
* cui: fix loplugin:unnecessaryparen warningsMiklos Vajna2017-09-052-2/+2
* Make the Modify button functional in the Customize dialogMuhammet Kara2017-09-047-23/+337
* Disable the individual reset button for the menubar menusMuhammet Kara2017-09-043-15/+32
* Make toolbar/menu addition/removal functional again in the Customize dialogMuhammet Kara2017-09-048-2/+143
* Implement "Reset" button in the Customize dialogMuhammet Kara2017-09-048-3/+82
* Implement "Insert" button in the Customize dialogMuhammet Kara2017-09-047-4/+117
* Implement Search/Filter feature in the Customize dialogMuhammet Kara2017-09-047-10/+62
* Implement "Remove" button in the Customize dialogMuhammet Kara2017-09-044-10/+14
* Implement "Add" button in the Customize dialogMuhammet Kara2017-09-046-8/+74
* Initialize and update command categories and functions for the Toolbar tabMuhammet Kara2017-09-042-0/+16
* Initialize and update Function list box properlyMuhammet Kara2017-09-048-66/+175
* Add custom widget class: CommandCategoryListBoxMuhammet Kara2017-09-047-1/+172
* Convert UI of Customize Dialog to the new designMuhammet Kara2017-09-049-1368/+365
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-042-3/+3
* new loplugin:redundantpointeropsNoel Grandin2017-09-043-3/+3
* Removed duplicated includeAndrea Gelmini2017-09-031-1/+0
* set parent for insert ole object file dialogCaolán McNamara2017-09-021-3/+3
* Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist2017-08-252-2/+2
* Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2017-08-251-2/+2
* tdf#111795 - Special character preview control background colorAkshay Deep2017-08-251-0/+5
* tdf#87648 Spelling and Grammarheiko tietze2017-08-241-1/+1
* tdf#111795 - Special character preview control should have borderAkshay Deep2017-08-231-1/+1
* convert message box style bits to scoped enumNoel Grandin2017-08-238-15/+15
* convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2017-08-224-7/+15
* fix bogus always-true assertsMichael Stahl2017-08-211-1/+1
* Enable subset filter when not in search modeAkshay Deep2017-08-201-1/+1
* Fix 'make translations' runGabor Kelemen2017-08-201-1/+1
* drop unused SfxSpellCheckItemJochen Nitschke2017-08-202-14/+6
* drop unused SfxSizeItemJochen Nitschke2017-08-191-1/+0
* tdf#103275 Rename 'Spacing to Content' to 'Padding'Gabor Kelemen2017-08-192-2/+2
* convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialogNoel Grandin2017-08-192-5/+7
* loplugin:unnecessaryparenNoel Grandin2017-08-183-3/+3
* Fix typosAndrea Gelmini2017-08-181-1/+1
* drop unused SdrCustomShapeAdjustmentItemJochen Nitschke2017-08-171-1/+0
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann2017-08-171-2/+2
* convert dialog result methods from long->sal_Int32Noel Grandin2017-08-162-4/+4
* tdf#111797 Fix alignment of 'For the current document only' checkboxGabor Kelemen2017-08-161-3/+2
* Disable subset LB when search mode is enabledAkshay Deep2017-08-151-2/+1