summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-11/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin29-229/+229
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin8-39/+39
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin7-75/+75
2017-08-15tdf#111337 - Introduce alternative workflows at the special characters dialogAkshay Deep1-25/+0
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin1-4/+4
2017-08-14Fix typosAndrea Gelmini1-1/+1
2017-08-14Creating a button for the hamburger menuGökhan Gurbetoğlu1-59/+49
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin3-1/+18
2017-08-13Related tdf#101467: fix a leak with pSalMask (vcl/bitmapex)Julien Nabet1-2/+4
2017-08-12OSL_FAIL->SAL_WARN + display errcode (vcl/errinf)Julien Nabet1-1/+1
2017-08-11vcl: use default copy-ctor for TextAttribJochen Nitschke2-37/+6
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke3-83/+3
2017-08-11Correct icon size assignmentYousuf Philips1-6/+3
2017-08-09send this MapMode scale thing back to where it came fromCaolán McNamara1-46/+0
2017-08-09Resolves: tdf#99286 for jpeg dpi use apis that know about MapUnit::MapPixelCaolán McNamara2-14/+16
2017-08-09osl::Mutex::acquire can effectively only fail upon programming errorsStephan Bergmann2-10/+11
2017-08-09Rephrase SchedulerMutex::acquire so it would work for nLockCount=0Stephan Bergmann1-2/+1
2017-08-09Remove unnecessary, broken check for mnLockDepth != 0Stephan Bergmann1-8/+5
2017-08-09SchedulerMutex::release: don't read mnLockDepth with maMutex already unlockedStephan Bergmann1-13/+3
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl2-2/+2
2017-08-06set LANGUAGE from SvtSysLocale().GetUILanguageTag()Caolán McNamara1-12/+9
2017-08-04Implement VCL Scheduler lockingJan-Marek Glogowski2-23/+88
2017-08-04svl: move DecodeHexString from vclAshod Nakashian1-45/+1
2017-08-03lok - add support for in place chart editingMarco Cecchetti2-0/+10
2017-08-02remove unnecessary use of 'this->'Noel Grandin2-2/+2
2017-08-02split out VclBuilder static methodsCaolán McNamara3-122/+124
2017-08-02uitest: detect real floating windows betterMarkus Mohrhard1-1/+5
2017-08-01move resmgr to unotoolsCaolán McNamara7-9/+9
2017-07-31loplugin:oncevarNoel Grandin5-7/+6
2017-07-31vcl PDF tokenizer: indentation fixesMiklos Vajna1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin5-7/+7
2017-07-28loplugin:checkunusedparams more part1Noel Grandin4-19/+21
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara3-6/+5
2017-07-27align ImpVclMEdit::SetMaxTextWidth arg with TextEngine::SetMaxTextWidthCaolán McNamara1-4/+4
2017-07-27Resolves: tdf#109289 add SvxColorListBox::IsValueChangedFromSavedCaolán McNamara1-1/+0
2017-07-25fix some "deffer" spellingNoel Grandin5-8/+8
2017-07-25tdf#108793 do not use cache for virtual deviceTamas Bunth1-3/+1
2017-07-24Add some const and fix some scheduler loggingJan-Marek Glogowski1-4/+11
2017-07-24pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara1-0/+2
2017-07-23pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara1-0/+2
2017-07-23remove unused structJochen Nitschke1-6/+0
2017-07-22add test for CJK (~X) mnemonicsCaolán McNamara1-2/+2
2017-07-21mnemonics in words with Eszett misplacedCaolán McNamara1-6/+4
2017-07-21migrate to boost::gettextCaolán McNamara38-1199/+213
2017-07-20loplugin:unusedfields in vclNoel Grandin13-264/+24
2017-07-18tdf#109194 cleanse startup notification foo from envThorsten Behrens1-0/+8
2017-07-18try sleep instead of blocks annotationCaolán McNamara1-1/+1
2017-07-18Fix typosAndrea Gelmini1-1/+1
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann1-20/+13