summaryrefslogtreecommitdiff
path: root/vcl
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 Grandin34-244/+244
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann1-1/+1
2017-08-17Remove an odd attempt at ASCII graphicsTor Lillqvist1-2/+1
2017-08-17Put comment back next to code it pertains toStephan Bergmann1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin9-42/+42
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin9-100/+100
2017-08-16SalFrame Handle* methods can return boolNoel Grandin5-68/+66
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 McNamara4-161/+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 Bergmann3-18/+13
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-08tdf#111497: fix leak in FindFontSubstitute with CFReleaseJulien Nabet1-0/+1
2017-08-08loplugin:constantparamNoel Grandin13-33/+21
2017-08-07tdf#111432: fix leaks in AddTempDevFont with CFReleaseJulien Nabet1-0/+2
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl4-9/+9
2017-08-07loplugin:casttovoidStephan Bergmann9-15/+3
2017-08-07loplugin:oncevarStephan Bergmann3-4/+4
2017-08-07loplugin:staticmethodsStephan Bergmann1-4/+4
2017-08-07loplugin:unnecessaryparenStephan Bergmann6-7/+7
2017-08-06set LANGUAGE from SvtSysLocale().GetUILanguageTag()Caolán McNamara1-12/+9
2017-08-06wrong qpw fftester attemptCaolán McNamara1-14/+0
2017-08-04Add VCL scheduler documentationJan-Marek Glogowski1-0/+156
2017-08-04Implement VCL Scheduler lockingJan-Marek Glogowski4-24/+126
2017-08-04svl: move DecodeHexString from vclAshod Nakashian1-45/+1
2017-08-03loplugin:checkunusedparams in variousNoel Grandin3-67/+41
2017-08-03lok - add support for in place chart editingMarco Cecchetti2-0/+10
2017-08-02remove unnecessary use of 'this->'Noel Grandin4-4/+4
2017-08-02split out VclBuilder static methodsCaolán McNamara3-122/+124
2017-08-02uitest: detect real floating windows betterMarkus Mohrhard1-1/+5
2017-08-01tdf#109997 WIN don't post a callback event directlyJan-Marek Glogowski3-43/+20
2017-08-01move resmgr to unotoolsCaolán McNamara8-10/+10
2017-08-01loplugin:constparams in variousNoel Grandin7-10/+10
2017-08-01loplugin:checkunusedparamsNoel Grandin1-3/+2
2017-07-31add CVE-2017-9614 testcaseCaolán McNamara1-0/+0
2017-07-31loplugin:oncevarNoel Grandin10-21/+19
2017-07-31vcl PDF tokenizer: indentation fixesMiklos Vajna1-1/+1
2017-07-28GEN fix timeout result handlingJan-Marek Glogowski1-3/+3