summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unnecessary comment decorations from VCL sourcesChris Sherlock2014-02-2636-1220/+15
* fdo#64957: #i124233# prevent the accumulation of rounding errorsHerbert Dürr2014-02-261-4/+12
* Use SAL_OVERRIDE consistently in CTLayoutTor Lillqvist2014-02-261-14/+12
* Restore jpgCaolán McNamara2014-02-261-0/+0
* Remove visual noise from vclAlexander Wilms2014-02-26206-1280/+1246
* fdo#39468 Translate German Comments - vcl/source/window/toolbox2.cxxChristian M. Heller2014-02-261-234/+43
* fdo#39468 Translate German Comments - vcl/source/window/floatwin.cxxChristian M. Heller2014-02-261-63/+17
* fdo#39468 Translate German Comments - vcl/source/window/dockwin.cxxChristian M. Heller2014-02-261-104/+12
* Remove implementation details from vcl/settings.hxxTobias Lippert2014-02-261-68/+2053
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-261-3/+2
* fdo#39468 Translate German Comments - vcl/source/window/dockmgr.cxxChristian M. Heller2014-02-251-86/+7
* loplugin:literaltoboolconversionStephan Bergmann2014-02-252-2/+2
* Update little-to-big endian GetSwapFloat functionsDouglas Mencken2014-02-251-2/+5
* remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short)Noel Grandin2014-02-251-10/+0
* remove unused code Menu::IsTemporaryItemFromPos(unsigned short)Noel Grandin2014-02-251-10/+0
* callcatcher: update unused codeCaolán McNamara2014-02-252-51/+0
* Add config_libraries.h definitions to get library names easily.Matúš Kukan2014-02-256-59/+13
* Mac vcl: sal_Bool -> bool sequelStephan Bergmann2014-02-255-40/+40
* vcl/osx/sal: SDK 10.5 compatibilityDouglas Mencken2014-02-254-0/+51
* Resolves: #i119006# delay Mac initial event until the app has launchedHerbert Dürr2014-02-243-27/+28
* Resolves: #i123840# prefer NSZero* constants over open coded alternativesHerbert Dürr2014-02-248-27/+21
* sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara2014-02-241-4/+4
* warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann2014-02-242-2/+2
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-245-77/+77
* CoreText SDK 10.5 compatibilityDouglas Mencken2014-02-233-5/+36
* Remove unneccessary commentsAlexander Wilms2014-02-23146-3459/+3459
* coverity#441533 Dereference after null checkCaolán McNamara2014-02-231-1/+1
* coverity#440750 Dereference after null checkCaolán McNamara2014-02-231-51/+59
* pick a reasonable looking place for a SolarMutexGuard for setting changesCaolán McNamara2014-02-221-0/+2
* 'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.Matúš Kukan2014-02-221-8/+5
* Do not try to use gb_STDLIBS explicitly. It's used by default anyway.Matúš Kukan2014-02-221-12/+5
* C++11'ismStephan Bergmann2014-02-221-1/+1
* c++11ismCaolán McNamara2014-02-211-1/+1
* Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann2014-02-2128-71/+72
* fix mac build, c++11ismsCaolán McNamara2014-02-211-11/+12
* WaE: implicit conversion of literal of type 'const char *' to 'bool'Tor Lillqvist2014-02-211-1/+1
* WaE: unused variablesTor Lillqvist2014-02-211-2/+2
* Include <stdexcept> for std::runtime_errorTor Lillqvist2014-02-212-0/+4
* other vclplugs need adaptingCaolán McNamara2014-02-212-2/+2
* WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist2014-02-211-2/+2
* This uses boost_headersTor Lillqvist2014-02-211-0/+4
* I missed a nullptr c++11ishCaolán McNamara2014-02-211-1/+1
* Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert2014-02-2119-234/+1089
* Replace handwritten reference counting with shared_ptrTobias Lippert2014-02-211-145/+33
* coverity#1130457 Uncaught exceptionCaolán McNamara2014-02-211-2/+5
* coverity#1130458 Uncaught exceptionCaolán McNamara2014-02-211-2/+5
* Windows vcl: sal_Bool -> bool fixupStephan Bergmann2014-02-2112-42/+42
* Silence false "control reaches end of non-void function" warningStephan Bergmann2014-02-211-1/+1
* Mac OS X vcl: sal_Bool -> bool fixupStephan Bergmann2014-02-2111-44/+44
* vcl: sal_Bool -> boolStephan Bergmann2014-02-21241-5214/+5230