summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-02-23Remove unneccessary commentsAlexander Wilms146-3459/+3459
2014-02-23coverity#441533 Dereference after null checkCaolán McNamara1-1/+1
2014-02-23coverity#440750 Dereference after null checkCaolán McNamara1-51/+59
2014-02-22pick a reasonable looking place for a SolarMutexGuard for setting changesCaolán McNamara1-0/+2
2014-02-22'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.Matúš Kukan1-8/+5
2014-02-22Do not try to use gb_STDLIBS explicitly. It's used by default anyway.Matúš Kukan1-12/+5
2014-02-22C++11'ismStephan Bergmann1-1/+1
2014-02-21c++11ismCaolán McNamara1-1/+1
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann28-71/+72
2014-02-21fix mac build, c++11ismsCaolán McNamara1-11/+12
2014-02-21WaE: implicit conversion of literal of type 'const char *' to 'bool'Tor Lillqvist1-1/+1
2014-02-21WaE: unused variablesTor Lillqvist1-2/+2
2014-02-21Include <stdexcept> for std::runtime_errorTor Lillqvist2-0/+4
2014-02-21other vclplugs need adaptingCaolán McNamara2-2/+2
2014-02-21WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-2/+2
2014-02-21This uses boost_headersTor Lillqvist1-0/+4
2014-02-21I missed a nullptr c++11ishCaolán McNamara1-1/+1
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert19-234/+1089
2014-02-21Replace handwritten reference counting with shared_ptrTobias Lippert1-145/+33
2014-02-21coverity#1130457 Uncaught exceptionCaolán McNamara1-2/+5
2014-02-21coverity#1130458 Uncaught exceptionCaolán McNamara1-2/+5
2014-02-21Windows vcl: sal_Bool -> bool fixupStephan Bergmann12-42/+42
2014-02-21Silence false "control reaches end of non-void function" warningStephan Bergmann1-1/+1
2014-02-21Mac OS X vcl: sal_Bool -> bool fixupStephan Bergmann11-44/+44
2014-02-21vcl: sal_Bool -> boolStephan Bergmann241-5214/+5230
2014-02-20fix compilation of iostsahi glik1-0/+1
2014-02-20fdo#74584: These tags should be lowercase for correct clipboard handling.Kohei Yoshida1-4/+4
2014-02-20vcl: try to make android tinderbox happy tooMichael Stahl1-0/+1
2014-02-20vcl: fix Mac build a little moreMichael Stahl2-0/+2
2014-02-20vcl: try to fix the Mac build a bitMichael Stahl3-0/+4
2014-02-20vcl: fix windows buildMichael Stahl2-0/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert69-17/+99
2014-02-20implement loading GtkSeparatorToolItemsCaolán McNamara1-0/+9
2014-02-20Combine two subsequent SAL_INFO calls into oneTor Lillqvist1-2/+1
2014-02-20prefer a Scoped[Read|Write}AccessMarkus Mohrhard1-11/+3
2014-02-20more scope reductionMarkus Mohrhard1-16/+17
2014-02-20more scope reductionMarkus Mohrhard1-27/+24
2014-02-20reduce scopeMarkus Mohrhard1-41/+41
2014-02-20more stylistic cleanupMarkus Mohrhard1-4/+4
2014-02-20reduce scope for more variablesMarkus Mohrhard1-74/+71
2014-02-20make these variables const, they are just loop boundariesMarkus Mohrhard1-4/+4
2014-02-20reduce scope for more variablesMarkus Mohrhard1-49/+54
2014-02-20reduce scope of many variablesMarkus Mohrhard1-24/+23
2014-02-20make the assignment a bit more obviousMarkus Mohrhard1-4/+4
2014-02-20remove explicit memory managementMarkus Mohrhard1-9/+6
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara3-5/+37
2014-02-19loplugin:literaltoboolconversionStephan Bergmann2-5/+5
2014-02-19coverity#738862 Uninitialized scalar fieldCaolán McNamara1-6/+7
2014-02-19unotools: sal_Bool -> boolStephan Bergmann5-15/+15
2014-02-19Related: fdo#74242 send selection change before caret changeCaolán McNamara1-6/+8