summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)AuthorFilesLines
2019-05-22New loplugin:dataStephan Bergmann4-5/+5
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-2/+2
2019-05-07fix leak in FreetypeFontInfo::AnnounceFontNoel Grandin1-2/+2
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov2-4/+4
2019-04-30improve loplugin:stringconstantNoel Grandin5-35/+35
2019-04-19optimise find/insert patternNoel Grandin3-12/+3
2019-04-15loplugin:sequentialassign in vclNoel Grandin5-15/+6
2019-04-12prefer vector::data to &vector[0]Caolán McNamara4-6/+6
2019-04-12downgrade warning to infoCaolán McNamara1-1/+1
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-7/+0
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-04-08improve combining in hash functionsNoel Grandin2-14/+16
2019-03-27return by unique_ptr from psp::PrintFontManager::getFontOptionsNoel Grandin2-5/+5
2019-03-27rhbz#1691287 tdf#53029 ui prompt for printer authenticationCaolán McNamara1-54/+134
2019-03-24Resolves: tdf#122114 remove support for ~/.recently-used fileArkadiy Illarionov1-15/+1
2019-03-22rhbz#1690732 basic font variation supportCaolán McNamara6-33/+117
2019-03-20Related: rhbz#1690732 FC_INDEX doesn't mean exactly what it used to meanCaolán McNamara1-9/+21
2019-03-08new loplugin constvarsNoel Grandin1-10/+5
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin3-26/+25
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-2/+2
2019-02-27convert more Start timer methods from sal_uLong->sal_uInt64Noel Grandin1-2/+2
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin2-3/+3
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin4-4/+4
2019-02-26sal_uIntPtr->unsigned in X11SalBitmapNoel Grandin1-1/+1
2019-02-22loplugin:unusedfields in vclNoel Grandin2-4/+0
2019-02-11new loplugin writeonlyvarsNoel Grandin1-8/+0
2019-02-11loplugin:indentation in vclNoel Grandin8-39/+39
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen4-8/+4
2019-02-04vcl: make it easier to spot missing fonts (fontconfig backend)Miklos Vajna1-0/+4
2019-01-31flatten desktopdetector codeNoel Grandin1-114/+111
2019-01-29Drop kde4 desktop detectionMichael Weghorn1-84/+1
2019-01-29tdf#123011 Detect kde5 desktop in Plasma Wayland sessionMichael Weghorn1-7/+5
2019-01-27Use indexed getTokenMatteo Casalin1-2/+3
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski2-0/+2
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski3-4/+4
2019-01-24vcl: unx: apply configuration to "Generic Printer" so it's PDF ...Michael Stahl1-0/+3
2019-01-23loplugin:constparams in vclNoel Grandin1-2/+2
2019-01-23remove FWS X11 protocol stuffNoel Grandin3-291/+0
2019-01-19Index is not needed for single getToken callMatteo Casalin1-2/+1
2019-01-18No need to loop twice on the same tokensMatteo Casalin1-32/+16
2019-01-18Use indexed getToken, avoid unnecessary OUString copyMatteo Casalin1-5/+5
2019-01-18In vcl/unx/generic/print/, use OStringBuffer instead of fixed-size arraysStephan Bergmann5-215/+211
2019-01-17Rework Ascii85Encoder::ConvertToAscii85 code somewhatStephan Bergmann1-5/+13
2019-01-17Comment non-obvious Ascii85Encoder::ConvertToAscii85 codeStephan Bergmann1-0/+3
2019-01-13Reduce OUString operationsMatteo Casalin1-43/+24
2019-01-13Simplify, avoid getTokenMatteo Casalin1-6/+4
2019-01-13Do not loop on getToken to just get last tokenMatteo Casalin1-4/+1
2019-01-13Simplify and use getToken index when possible/neededMatteo Casalin1-11/+11
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen5-0/+5