summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-20SvxNumberFormat::SetIncludeUpperLevels takes a sal_uInt8, not a sal_BoolStephan Bergmann1-2/+2
2016-04-20tdf#99361 Separate checkbox in Number dialogLaurent Balland-Poirier5-47/+74
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin7-19/+8
2016-04-18cppcheck: silence known condition warning in cuiJochen Nitschke1-5/+1
2016-04-18postit dialog is too tallCaolán McNamara2-15/+3
2016-04-18cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin8-13/+10
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin14-35/+35
2016-04-12Move clew/clew.h into external, tooStephan Bergmann1-2/+2
2016-04-12tdf#99104 Checkbox in User Data page isn’t aligned to anything in the sectionAdolfo Jayme Barrientos1-2/+4
2016-04-12Avoid reserved identifiersStephan Bergmann7-16/+16
2016-04-12Remove empty scriptdlg.hrcStephan Bergmann3-28/+0
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin20-26/+26
2016-04-11RID_SVXSTR_LANGUAGE_RESTART is not needed any more.Jan Holesovsky3-30/+0
2016-04-11tdf#79656 Restart now window for language changeBerk Gureken1-2/+6
2016-04-08tdf#99003 Rename Target to URLSamuel Mehrbrodt1-20/+8
2016-04-07tdf#97087 - Give Idles comprehensible and unique namesMuhammet Kara2-2/+2
2016-04-05loplugin:constantparamNoel Grandin1-2/+2
2016-04-05loplugin:constantparam in editengNoel Grandin1-1/+1
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara4-8/+11