summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Convert SnapType to scoped enumNoel Grandin1-5/+5
2016-05-23Addition of new controls and their rearrangement in hatch tabRishabh Kumar5-335/+274
2016-05-23tdf#89329: use unique_ptr for pImpl in optsaveXisco Fauli2-5/+4
2016-05-23Resolves: tdf#99981 make ScriptSelectorDialog modal for its parentCaolán McNamara3-15/+6
2016-05-23tdf#89329: use unique_ptr for pImpl in optpathXisco Fauli2-6/+5
2016-05-23tdf#99211 Use the restart dialog for notifications about restartirem1-6/+9
2016-05-22Convert HYPERDLG_EVENT to scoped enumNoel Grandin2-9/+9
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin3-20/+22
2016-05-18Addition of new controls and their rearrangement in gradient tabRishabh Kumar5-283/+219
2016-05-18convert TAB to scoped enumNoel Grandin2-16/+16
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin10-85/+3
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-8/+8
2016-05-17tdf#88502 Added error box to denote connection errors instead of progress barSusobhan Ghosh2-16/+24
2016-05-16Convert LB flags to scoped enumNoel Grandin1-120/+131
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara2-0/+2
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara2-10/+1
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin14-22/+20
2016-05-11Convert MESS_BTN to scoped enumNoel Grandin8-21/+18
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann6-7/+7
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin1-1/+1
2016-05-09fix windows and android buildNoel Grandin1-1/+1
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-6/+6
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin2-2/+2
2016-05-07tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh2-2/+5
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl1-1/+0
2016-05-06tdf#70998 Termchange: Graphic->ImageSamuel Mehrbrodt4-6/+6
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-8/+8
2016-05-05SvxIconSelectorDialog was never destructedMaxim Monastirsky1-1/+1
2016-05-04loplugin:staticmethodsStephan Bergmann2-67/+70
2016-05-04tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh6-278/+392
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+2
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann1-1/+1
2016-05-03tdf#99211 Use the restart dialog for notifications about restartirem1-2/+5
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-4/+2
2016-04-29Refactoring transparence tab codeRishabh Kumar3-529/+580
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+2
2016-04-26tdf#89953: put zero kerning if item state has been invalidOliver Specht1-2/+3
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-14/+11
2016-04-22tdf#89953 Character spacing: Increment by 0.1, not by 1Samuel Mehrbrodt1-2/+2
2016-04-22tdf#89953 Character spacing: Allow to enter negative valuesSamuel Mehrbrodt3-161/+12
2016-04-22Avoid reserved identifiersStephan Bergmann9-91/+91
2016-04-22Related tdf#88502 a better implementation than the one in...Giuseppe Castagno1-0/+18
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-1/+1
2016-04-21loplugin:rangedforcopyStephan Bergmann1-2/+2
2016-04-21fix windows buildNoel Grandin1-1/+3
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin17-103/+89
2016-04-21new plugin stylepoliceNoel Grandin3-26/+26
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann9-29/+29