summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)Author
2015-12-09unnecessary nResId argumentCaolán McNamara
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann
2015-12-07fix build, don't pass int as sal_uInt16, tdf#34449 follow-upEike Rathke
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis
2015-12-07SvxMenuConfigPage: Disable controls when no menus foundMaxim Monastirsky
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-25assign macro dialog: correct event name "errorOccured"Lionel Elie Mamane
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-25loplugin:unusedfields in include/svxNoel Grandin
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks
2015-11-20loplugin:unusedfields in cuiNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-17remove unused text property of spinbuttonsStanislav Horacek
2015-11-17tdf#34882 Adding hex and decimal code searchSteve Hart
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-13cui: loplugin:overrideMichael Stahl
2015-11-13clear VclPtr warningCaolán McNamara
2015-11-13Related: tdf#95682 set edit to modified after insert symbol/pasteCaolán McNamara
2015-11-13Resolves: tdf#95682 spell dialog: add a button to open special characterCaolán McNamara
2015-11-12fix tdf#95689 - List indent is brokenNoel Grandin
2015-11-11tdf#93837 Support nice UI names for context menusMaxim Monastirsky
2015-11-11tdf#93837 Make customization actually workMaxim Monastirsky
2015-11-11tdf#93837 Add context menu customization UIMaxim Monastirsky
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10tdf#95594 Remove “dialog” type hint from Expert Config windowAdolfo Jayme Barrientos
2015-11-10cui: convert boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10cui: boost::ptr_vector->std::vector<unique_ptr>Noel Grandin
2015-11-10cui: boost::ptr_vector->std::vector<unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Resolves: tdf#92311 raise auto correct entry limit to unsigned short maxCaolán McNamara
2015-11-08Improve layout of CTL settingsAdolfo Jayme Barrientos
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05tdf#93195 Set default focus to search buttonYousuf Philips
2015-11-05tdf#95210 SetHandleControllerPosition is busted wrt HandleFlags::REFXCaolán McNamara
2015-11-05OpenGL options: clarify setting descriptions, and provide a live status.Michael Meeks
2015-11-05loplugin:vclwidgetsStephan Bergmann
2015-11-04Resolves: tdf#95352 resize the columns when the edits repositionCaolán McNamara
2015-11-04yyyyyNoel Grandin
2015-11-03tdf#86595: Highlight color it isKatarina Behrens
2015-11-02Fix popup menu IDs after .ui conversionMaxim Monastirsky
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie