Age | Commit message (Expand) | Author |
2014-02-26 | Remove visual noise from vcl | Alexander Wilms |
2014-02-26 | fdo#39468 Translate German Comments - vcl/source/window/toolbox2.cxx | Christian M. Heller |
2014-02-26 | fdo#39468 Translate German Comments - vcl/source/window/floatwin.cxx | Christian M. Heller |
2014-02-26 | fdo#39468 Translate German Comments - vcl/source/window/dockwin.cxx | Christian M. Heller |
2014-02-26 | Remove implementation details from vcl/settings.hxx | Tobias Lippert |
2014-02-26 | Replace deprecated std::auto_ptr with boost::scoped_ptr | Takeshi Abe |
2014-02-25 | fdo#39468 Translate German Comments - vcl/source/window/dockmgr.cxx | Christian M. Heller |
2014-02-25 | loplugin:literaltoboolconversion | Stephan Bergmann |
2014-02-25 | Update little-to-big endian GetSwapFloat functions | Douglas Mencken |
2014-02-25 | remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short) | Noel Grandin |
2014-02-25 | remove unused code Menu::IsTemporaryItemFromPos(unsigned short) | Noel Grandin |
2014-02-25 | callcatcher: update unused code | Caolán McNamara |
2014-02-25 | Add config_libraries.h definitions to get library names easily. | Matúš Kukan |
2014-02-25 | Mac vcl: sal_Bool -> bool sequel | Stephan Bergmann |
2014-02-25 | vcl/osx/sal: SDK 10.5 compatibility | Douglas Mencken |
2014-02-24 | Resolves: #i119006# delay Mac initial event until the app has launched | Herbert Dürr |
2014-02-24 | Resolves: #i123840# prefer NSZero* constants over open coded alternatives | Herbert Dürr |
2014-02-24 | sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it | Caolán McNamara |
2014-02-24 | warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool' | Stephan Bergmann |
2014-02-24 | Replace exisiting TriState, AutoState with more generic TriState | Stephan Bergmann |
2014-02-23 | CoreText SDK 10.5 compatibility | Douglas Mencken |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-23 | coverity#441533 Dereference after null check | Caolán McNamara |
2014-02-23 | coverity#440750 Dereference after null check | Caolán McNamara |
2014-02-22 | pick a reasonable looking place for a SolarMutexGuard for setting changes | Caolán McNamara |
2014-02-22 | 'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call. | Matúš Kukan |
2014-02-22 | Do not try to use gb_STDLIBS explicitly. It's used by default anyway. | Matúš Kukan |
2014-02-22 | C++11'ism | Stephan Bergmann |
2014-02-21 | c++11ism | Caolán McNamara |
2014-02-21 | Adapt vcl to various loplugin warnings on Mac OS X | Stephan Bergmann |
2014-02-21 | fix mac build, c++11isms | Caolán McNamara |
2014-02-21 | WaE: implicit conversion of literal of type 'const char *' to 'bool' | Tor Lillqvist |
2014-02-21 | WaE: unused variables | Tor Lillqvist |
2014-02-21 | Include <stdexcept> for std::runtime_error | Tor Lillqvist |
2014-02-21 | other vclplugs need adapting | Caolán McNamara |
2014-02-21 | WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' | Tor Lillqvist |
2014-02-21 | This uses boost_headers | Tor Lillqvist |
2014-02-21 | I missed a nullptr c++11ish | Caolán McNamara |
2014-02-21 | Bug #63962 Dynamically scan the config directory for icon themes | Tobias Lippert |
2014-02-21 | Replace handwritten reference counting with shared_ptr | Tobias Lippert |
2014-02-21 | coverity#1130457 Uncaught exception | Caolán McNamara |
2014-02-21 | coverity#1130458 Uncaught exception | Caolán McNamara |
2014-02-21 | Windows vcl: sal_Bool -> bool fixup | Stephan Bergmann |
2014-02-21 | Silence false "control reaches end of non-void function" warning | Stephan Bergmann |
2014-02-21 | Mac OS X vcl: sal_Bool -> bool fixup | Stephan Bergmann |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann |
2014-02-20 | fix compilation of ios | tsahi glik |
2014-02-20 | fdo#74584: These tags should be lowercase for correct clipboard handling. | Kohei Yoshida |
2014-02-20 | vcl: try to make android tinderbox happy too | Michael Stahl |
2014-02-20 | vcl: fix Mac build a little more | Michael Stahl |