summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26vcl: consolidate ColorOf() and GrayOf() functionsChris Sherlock
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-12Fix typosAndrea Gelmini
2018-02-09Fix conditionSamuel Mehrbrodt
2018-02-08Disable NET_WM_PING for all debug buildsSamuel Mehrbrodt
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2018-02-02loplugin:useuniqueptr in X11SalFrameNoel Grandin
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet
2018-02-01Convert 2 lists in vectors in X11_selection (vcl)Julien Nabet
2018-01-31Modernize a bit vcl (part5)Julien Nabet
2018-01-27Fix typosAndrea Gelmini
2018-01-26Remove redundant(?) initialization of frame geometryStephan Bergmann
2018-01-26Fix typosAndrea Gelmini
2018-01-25Fix typosAndrea Gelmini
2018-01-24Use a more conventional way of zero-initializing class membersStephan Bergmann
2018-01-24fix kde4 vclplug buildNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-23Fix typosAndrea Gelmini
2018-01-23Introduce gtk3_kde5 vcl pluginMilian Wolff
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-17loplugin:useuniqueptr in SalXLibNoel Grandin
2018-01-17loplugin:useuniqueptr in X11SalVirtualDeviceNoel Grandin
2018-01-17loplugin:useuniqueptr in PspSalInfoPrinterNoel Grandin
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin
2018-01-17loplugin:useuniqueptr in PrinterJobNoel Grandin
2018-01-17loplugin:useuniqueptr in GlyphCacheNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-14Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
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