summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2018-01-11[API CHANGE] migrate PackageKit usage to Modify2Caolán McNamara
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-10tdf#79077: Harmonize PapersizeFromSetup checkboxes in printer configKatarina Behrens
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-12-22use SyncDbusSessionHelper for font install requestsCaolán McNamara
2017-12-22tdf#79077: Mildly improved user experienceKatarina Behrens
2017-12-21set dbus id for existing DbusSessionHelper usersCaolán McNamara
2017-12-20tdf#79077: Cleanup PapersizeFromSetup related codeKatarina Behrens
2017-12-20tdf#79077: copy 'paper from printer setup' toggleKatarina Behrens
2017-12-19inline use-once typedefsNoel Grandin
2017-12-19coverity#1426314 silence Resource leakCaolán McNamara
2017-12-16sal_uLong->SalPrinterError in SalPrinterNoel Grandin
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski
2017-12-15sal_uIntPtr->sal_uInt32 in X11SalGraphicsImplNoel Grandin
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-10Use some for range loops in vclJulien Nabet
2017-12-07loplugin:constparamsNoel Grandin
2017-12-06loplugin:redundantcastStephan Bergmann
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-22drop duplicate methodCaolán McNamara
2017-11-15loplugin:flatten in vclNoel Grandin
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-11-14No need for bestmaxFrameSizeForScreenSize to be declared publiclyTor Lillqvist
2017-11-13Fix typosAndrea Gelmini
2017-11-11Replace list by vector for ShowNativeDialog (vcl)Julien Nabet
2017-11-10tdf#48300 kde4+gen: bring forward the window with already opened docKatarina Behrens
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-11-08ofz speed up fuzzers a tadCaolán McNamara
2017-11-07tdf#112770 Filter input on the correct windowJan-Marek Glogowski
2017-11-06QT5 fix build issues & cleanupsJan-Marek Glogowski
2017-11-06QT5 first stab on implementing CommonSalLayoutJan-Marek Glogowski
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-11-05PPDCache: fix segfault due to access after deleteAshod Nakashian
2017-11-02improve constparam lopluginNoel Grandin
2017-11-02vcl: fix dbg_util build after enum class changeThorsten Behrens
2017-11-01Replace some lists by vectors in generic/print (vcl)Julien Nabet
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-29cppcheck: unusedVariableJochen Nitschke
2017-10-27Remove some old KDE3 and TDE stuffJan-Marek Glogowski
2017-10-26Simplify and remove useless aRemovePrinters list (vcl)Julien Nabet
2017-10-25Resolves: tdf#113435 device tab missing from print dialogCaolán McNamara
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk