summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2018-01-24tdf#115129 change customize function tree expand collapse behaviorJim Raykowski2-11/+5
2018-01-22remove some sal_Bool remnantsNoel Grandin1-27/+25
2018-01-21more ScopedVclPtr for dialogsNoel Grandin1-2/+3
2018-01-20loplugin:unusedmethodsNoel Grandin3-27/+0
2018-01-19tdf#111747 Enabled position protection immediately after protection is checkedKshitij Pathania3-3/+37
2018-01-18lokdialog: Convert the Format -> ... -> Position and Size... to async exec.Jan Holesovsky1-1/+6
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-16svx: chain up correctly for SvxCharacterMap::Execute()Pranav Kant1-1/+1
2018-01-15More loplugin:cstylecast: cuiStephan Bergmann25-90/+90
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann50-413/+413
2018-01-12show something for the link name if there is no link bodyCaolán McNamara1-1/+1
2018-01-11loplugin:redundantcast: cuiStephan Bergmann7-8/+8
2018-01-11Use more unique_ptr in treeopt (cui)Julien Nabet2-12/+10
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-11tdf#114701 Missing widget labels in Customization dialogheiko tietze1-156/+231
2018-01-06tdf#114818 hold the mutex before executing the error dialogXisco Fauli1-0/+4
2018-01-04drop FrameDirListBox typedefNoel Grandin2-2/+2
2018-01-04loplugin:unusedfieldsNoel Grandin2-12/+0
2018-01-03tdf#113357 cui: fix duplicate 'Formatted text [Richtext]' paste optionMiklos Vajna4-0/+77
2018-01-02RID_* can be extern global variablesNoel Grandin2-2/+2
2018-01-01Fix typosbansan853-3/+3
2018-01-01Bump copyright year to 2018Adolfo Jayme Barrientos1-1/+1
2017-12-31Fix indentbansan851-14/+14
2017-12-30loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin1-1/+1
2017-12-29Fix typosAndrea Gelmini1-2/+2
2017-12-28Use unique_ptr for VectorOfNodes (cui/treeopt)Julien Nabet2-19/+14
2017-12-28Use unique_ptr for m_aLeaves/m_aGroupedLeaves (cui)Julien Nabet2-25/+13
2017-12-27clang-tidy-modernize-use-equals-default in cuiJochen Nitschke3-35/+0
2017-12-27Calling ActivatePage directly is unnecessaryTamás Zolnai4-10/+0
2017-12-27tdf#111723 Fixed - Dialog does not remember the last opened tab pageekuiitr2-4/+0
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-22request installation of langpack via packagekitCaolán McNamara1-1/+2
2017-12-22Avoid crash without GPGTor Lillqvist1-7/+10
2017-12-21tdf#106784 Also handle automatic icon sizeMaxim Monastirsky1-2/+2
2017-12-21TypedWhichId in svx part 1Noel Grandin1-3/+3
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-20Revert "Related tdf#114457: fix leak in treeopt (cui)"Julien Nabet1-6/+0
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-12-19sal_uLong->sal_Int32 for SfxAcceleratorConfigPageCaolán McNamara2-14/+13
2017-12-19inline use-once typedefsNoel Grandin2-4/+3
2017-12-19fix bug in IconChoiceDialog::disposeNoel Grandin1-10/+0
2017-12-19Read/write 'encrypt to self' bitKatarina Behrens1-2/+7
2017-12-19Read/write preferred GPG signing/encryption keysKatarina Behrens1-2/+31
2017-12-19List private GPG keys in crypto config dialogKatarina Behrens3-16/+73
2017-12-18convert HyperLinkPageType to scoped enumNoel Grandin4-47/+49
2017-12-18convert ColorPickerMode to scoped enumNoel Grandin1-1/+1
2017-12-17tdf#98058 Respect menu:style="text" settingMaxim Monastirsky3-2/+13
2017-12-17loplugin:unusedindex Remove useless outer loopMike Kaganski1-10/+7
2017-12-16Related tdf#114457: fix leak in treeopt (cui)Julien Nabet1-0/+6