summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2018-01-203-27/+0
* tdf#111747 Enabled position protection immediately after protection is checkedKshitij Pathania2018-01-193-3/+37
* lokdialog: Convert the Format -> ... -> Position and Size... to async exec.Jan Holesovsky2018-01-181-1/+6
* Fix typosAndrea Gelmini2018-01-161-1/+1
* svx: chain up correctly for SvxCharacterMap::Execute()Pranav Kant2018-01-161-1/+1
* More loplugin:cstylecast: cuiStephan Bergmann2018-01-1525-90/+90
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* More loplugin:cstylecast: cuiStephan Bergmann2018-01-1250-413/+413
* show something for the link name if there is no link bodyCaolán McNamara2018-01-121-1/+1
* loplugin:redundantcast: cuiStephan Bergmann2018-01-117-8/+8
* Use more unique_ptr in treeopt (cui)Julien Nabet2018-01-112-12/+10
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-1/+1
* tdf#114701 Missing widget labels in Customization dialogheiko tietze2018-01-111-156/+231
* tdf#114818 hold the mutex before executing the error dialogXisco Fauli2018-01-061-0/+4
* drop FrameDirListBox typedefNoel Grandin2018-01-042-2/+2
* loplugin:unusedfieldsNoel Grandin2018-01-042-12/+0
* tdf#113357 cui: fix duplicate 'Formatted text [Richtext]' paste optionMiklos Vajna2018-01-034-0/+77
* RID_* can be extern global variablesNoel Grandin2018-01-022-2/+2
* Fix typosbansan852018-01-013-3/+3
* Bump copyright year to 2018Adolfo Jayme Barrientos2018-01-011-1/+1
* Fix indentbansan852017-12-311-14/+14
* loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin2017-12-301-1/+1
* Fix typosAndrea Gelmini2017-12-291-2/+2
* Use unique_ptr for VectorOfNodes (cui/treeopt)Julien Nabet2017-12-282-19/+14
* Use unique_ptr for m_aLeaves/m_aGroupedLeaves (cui)Julien Nabet2017-12-282-25/+13
* clang-tidy-modernize-use-equals-default in cuiJochen Nitschke2017-12-273-35/+0
* Calling ActivatePage directly is unnecessaryTamás Zolnai2017-12-274-10/+0
* tdf#111723 Fixed - Dialog does not remember the last opened tab pageekuiitr2017-12-272-4/+0
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-221-2/+1
* request installation of langpack via packagekitCaolán McNamara2017-12-221-1/+2
* Avoid crash without GPGTor Lillqvist2017-12-221-7/+10
* tdf#106784 Also handle automatic icon sizeMaxim Monastirsky2017-12-211-2/+2
* TypedWhichId in svx part 1Noel Grandin2017-12-211-3/+3
* Fix typosAndrea Gelmini2017-12-201-1/+1
* Revert "Related tdf#114457: fix leak in treeopt (cui)"Julien Nabet2017-12-201-6/+0
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-2/+2
* sal_uLong->sal_Int32 for SfxAcceleratorConfigPageCaolán McNamara2017-12-192-14/+13
* inline use-once typedefsNoel Grandin2017-12-192-4/+3
* fix bug in IconChoiceDialog::disposeNoel Grandin2017-12-191-10/+0
* Read/write 'encrypt to self' bitKatarina Behrens2017-12-191-2/+7
* Read/write preferred GPG signing/encryption keysKatarina Behrens2017-12-191-2/+31
* List private GPG keys in crypto config dialogKatarina Behrens2017-12-193-16/+73
* convert HyperLinkPageType to scoped enumNoel Grandin2017-12-184-47/+49
* convert ColorPickerMode to scoped enumNoel Grandin2017-12-181-1/+1
* tdf#98058 Respect menu:style="text" settingMaxim Monastirsky2017-12-173-2/+13
* loplugin:unusedindex Remove useless outer loopMike Kaganski2017-12-171-10/+7
* Related tdf#114457: fix leak in treeopt (cui)Julien Nabet2017-12-161-0/+6
* tdf#114484 - Make internal file and print dialogs obsoleteheiko tietze2017-12-151-2/+1
* Minor fix: unused local variableGergely Tarsoly2017-12-141-1/+1
* tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBoxGabor Kelemen2017-12-122-14/+6