summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-05spelling instanciate -> instantiateNoel Grandin1-2/+2
2017-06-02PPD parsing: set default as well as value, add more parsing info.Michael Meeks2-1/+12
2017-06-02Improved loplugin:redundantcast const_cast handling: vclStephan Bergmann1-1/+1
2017-06-02no need to assign a nullptr after a bad_allocNoel Grandin1-85/+80
2017-06-01ofz#1605 check multiply and shiftCaolán McNamara1-1/+16
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin5-10/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-2/+0
2017-05-30Revert "make LANGUAGE setting universal, not just gtk specific"Caolán McNamara1-0/+6
2017-05-30make LANGUAGE setting universal, not just gtk specificCaolán McNamara1-6/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-2/+2
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-5/+5
2017-05-25loplugin:constantparamNoel Grandin2-6/+6
2017-05-21if X11/Xregion.h is universally available, we can use that insteadCaolán McNamara1-24/+1
2017-05-21XRegion has to match the "real" XRegion structureCaolán McNamara1-0/+12
2017-05-21cppcheck: unusedStructMemberJochen Nitschke1-2/+0
2017-05-19make string translation loading more uniformCaolán McNamara4-12/+12
2017-05-19ignore SIGPIPE in glx test processMarkus Mohrhard1-0/+2
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-18Related: rhbz#1367846 queue and merge scroll eventsCaolán McNamara2-42/+104
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist3-9/+1
2017-05-16Resolves: rhbz#1367846 improve gtk3 trackpad scrollingCaolán McNamara1-8/+2
2017-05-12remove unused uno::Reference varsNoel Grandin2-6/+0
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin4-10/+7
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke5-5/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-13/+6
2017-05-07break circular includeJochen Nitschke1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock3-26/+26
2017-05-07tdf#43157: convert most of vcl codebase away from OSL_ASSERT to assertChris Sherlock3-26/+26
2017-05-05tdf#103158 ctrl+shift should work on key upMaxim Monastirsky3-46/+19
2017-05-05loplugin:checkunusedparams in vclNoel Grandin1-88/+47
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-05-02printerinfomanager.hxx can be moved into vclCaolán McNamara8-8/+8
2017-05-02Resolves: tdf#99467 pasting text from java apps to gtk3 gives bad resultsCaolán McNamara1-0/+4
2017-05-01tdf#107526: fix icon managementJulien Nabet1-6/+12
2017-04-28loplugin:salunicodeliteral: vclStephan Bergmann2-4/+4
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin15-150/+98
2017-04-26tdf#84323: Make osl::Condition::wait more readabledilekuzulmez1-2/+2
2017-04-26tdf#84323: Make osl::Condition::wait more readabledilekuzulmez1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin2-2/+2
2017-04-25fix attempt to load converted bitmap resource uses from vclCaolán McNamara1-15/+62
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin3-12/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock7-0/+7
2017-04-25loplugin:checkunusedparams in vclNoel Grandin3-7/+7
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin3-4/+4
2017-04-18catch exception like text_wrapper_get_caret_offset doesCaolán McNamara1-1/+8