summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-02-25loplugin:literaltoboolconversionStephan Bergmann
2014-02-25Update little-to-big endian GetSwapFloat functionsDouglas Mencken
2014-02-25remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short)Noel Grandin
2014-02-25remove unused code Menu::IsTemporaryItemFromPos(unsigned short)Noel Grandin
2014-02-25callcatcher: update unused codeCaolán McNamara
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan
2014-02-25Mac vcl: sal_Bool -> bool sequelStephan Bergmann
2014-02-25vcl/osx/sal: SDK 10.5 compatibilityDouglas Mencken
2014-02-24Resolves: #i119006# delay Mac initial event until the app has launchedHerbert Dürr
2014-02-24Resolves: #i123840# prefer NSZero* constants over open coded alternativesHerbert Dürr
2014-02-24sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara
2014-02-24warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23CoreText SDK 10.5 compatibilityDouglas Mencken
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#441533 Dereference after null checkCaolán McNamara
2014-02-23coverity#440750 Dereference after null checkCaolán McNamara
2014-02-22pick a reasonable looking place for a SolarMutexGuard for setting changesCaolán McNamara
2014-02-22'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.Matúš Kukan
2014-02-22Do not try to use gb_STDLIBS explicitly. It's used by default anyway.Matúš Kukan
2014-02-22C++11'ismStephan Bergmann
2014-02-21c++11ismCaolán McNamara
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann
2014-02-21fix mac build, c++11ismsCaolán McNamara
2014-02-21WaE: implicit conversion of literal of type 'const char *' to 'bool'Tor Lillqvist
2014-02-21WaE: unused variablesTor Lillqvist
2014-02-21Include <stdexcept> for std::runtime_errorTor Lillqvist
2014-02-21other vclplugs need adaptingCaolán McNamara
2014-02-21WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-02-21This uses boost_headersTor Lillqvist
2014-02-21I missed a nullptr c++11ishCaolán McNamara
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-21Replace handwritten reference counting with shared_ptrTobias Lippert
2014-02-21coverity#1130457 Uncaught exceptionCaolán McNamara
2014-02-21coverity#1130458 Uncaught exceptionCaolán McNamara
2014-02-21Windows vcl: sal_Bool -> bool fixupStephan Bergmann
2014-02-21Silence false "control reaches end of non-void function" warningStephan Bergmann
2014-02-21Mac OS X vcl: sal_Bool -> bool fixupStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20fix compilation of iostsahi glik
2014-02-20fdo#74584: These tags should be lowercase for correct clipboard handling.Kohei Yoshida
2014-02-20vcl: try to make android tinderbox happy tooMichael Stahl
2014-02-20vcl: fix Mac build a little moreMichael Stahl
2014-02-20vcl: try to fix the Mac build a bitMichael Stahl
2014-02-20vcl: fix windows buildMichael Stahl
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20implement loading GtkSeparatorToolItemsCaolán McNamara
2014-02-20Combine two subsequent SAL_INFO calls into oneTor Lillqvist
2014-02-20prefer a Scoped[Read|Write}AccessMarkus Mohrhard
2014-02-20more scope reductionMarkus Mohrhard