summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#107693 move CreateAutoMnemonics from Execute to ActivateCaolán McNamara2017-05-081-4/+3
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-0859-59/+0
* hNonAliasedFont is unusedNoel Grandin2017-05-081-6/+0
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-0821-87/+73
* tdf#106265 ScopedHDC to clean-up hDC when rendering glyphsTomaž Vajngerl2017-05-072-6/+51
* Revert "coverity#1250405 Division or modulo by float zero"Caolán McNamara2017-05-071-4/+0
* break circular includeJochen Nitschke2017-05-075-1/+8
* revert OSL_ASSERT changesChris Sherlock2017-05-0712-40/+40
* tdf#43157: convert most of vcl codebase away from OSL_ASSERT to assertChris Sherlock2017-05-0712-40/+40
* tdf#103158 ctrl+shift should work on key upMaxim Monastirsky2017-05-0510-51/+26
* loplugin:checkunusedparams in vclNoel Grandin2017-05-052-150/+85
* CppunitTest_vcl_pdfexport: replace std::search() with pdfium callsMiklos Vajna2017-05-042-25/+58
* Replace all OUString("") with OUString()Arnaud Versini2017-05-048-23/+23
* iOS remove unused parameterjan Iversen2017-05-031-5/+4
* log exception that results in crash for crashreporterMarkus Mohrhard2017-05-021-0/+2
* printerinfomanager.hxx can be moved into vclCaolán McNamara2017-05-0212-11/+210
* add ww6 fuzzerCaolán McNamara2017-05-023-0/+81
* Resolves: tdf#99467 pasting text from java apps to gtk3 gives bad resultsCaolán McNamara2017-05-021-0/+4
* tdf#107526: fix icon managementJulien Nabet2017-05-011-6/+12
* coverity#1405737 (golden) Logically dead codeCaolán McNamara2017-04-301-1/+1
* coverity#1405740 Resource leakCaolán McNamara2017-04-301-2/+5
* loplugin:salunicodeliteral: vclStephan Bergmann2017-04-2810-40/+40
* move builder attributes from OString to OUStringCaolán McNamara2017-04-2813-207/+209
* loplugin:cppunitassertequals: vclStephan Bergmann2017-04-282-14/+14
* iOS, fixed build breaker.jan Iversen2017-04-281-2/+2
* probably android build fixCaolán McNamara2017-04-281-7/+5
* loplugin:checkunusedparams in configmgr and vclNoel Grandin2017-04-2826-175/+118
* tdf#39468 cleanup source code commentsdennisroczek2017-04-271-2/+1
* no bitmaps in .src files anymoreCaolán McNamara2017-04-272-22/+0
* loadFromResource is now unusedCaolán McNamara2017-04-271-13/+0
* Uwinapi is not used any moreTakeshi Abe2017-04-271-1/+0
* WaE: declaration of ‘nUserId’ shadows a member of ‘StringErrorInfo’David Tardon2017-04-271-2/+2
* vcl: change pImpl class names to fit with existing conventionChris Sherlock2017-04-271-9/+9
* vcl: move doxygen comment to headerChris Sherlock2017-04-271-15/+0
* vcl: rearrange order of functions in errinf.cxxChris Sherlock2017-04-271-135/+134
* vcl: lUserId -> nUserIdChris Sherlock2017-04-271-2/+2
* vcl: move RegisterDisplay() from ErrorHandler to ErrorRegistryChris Sherlock2017-04-271-32/+14
* vcl: add newline for easier readingChris Sherlock2017-04-271-0/+1
* vcl: remove inaccurate and misleading commentChris Sherlock2017-04-271-1/+1
* vcl: ErrorHandler_Impl renamed to ErrorStringFactoryChris Sherlock2017-04-271-3/+3
* vcl: update error codes to defined constants for code clarityChris Sherlock2017-04-271-5/+5
* vcl: cleanup vcl/source/window/errinf.cxxChris Sherlock2017-04-261-24/+23
* vcl: refactor ErrorHandler functionsChris Sherlock2017-04-261-50/+43
* CppunitTest_vcl_errorhandler: fix loplugin:simplifybool warningsMiklos Vajna2017-04-261-2/+2
* loplugin:unusedmethodsNoel Grandin2017-04-263-19/+0
* tdf#84323: Make osl::Condition::wait more readabledilekuzulmez2017-04-261-2/+2
* tdf#84323: Make osl::Condition::wait more readabledilekuzulmez2017-04-261-2/+2
* tdf#39674: Rename Fehler to ErrorJens Carl2017-04-261-5/+5
* vcl: add ErrorHandler unit testsChris Sherlock2017-04-263-0/+117
* use strong_int for LanguageTypeNoel Grandin2017-04-2614-92/+75