summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2016-09-01std::list<sal_Unicode> to vectorNoel Grandin
2016-09-01std::list<sal_Int32> to vectorNoel Grandin
2016-09-01std::list<int> to vectorNoel Grandin
2016-08-29CairoFontsCache is only used in cairotextrender.cxxStephan Bergmann
2016-08-28coverity#1371444 Uninitialized scalar fieldCaolán McNamara
2016-08-18coverity#1371444 Uninitialized scalar fieldCaolán McNamara
2016-08-18cppcheck: noCopyConstructorCaolán McNamara
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin
2016-08-11loplugin:constantparamNoel Grandin
2016-08-04Related: tdf#101213 speculative drop of CAIRO_OPERATOR_DIFFERENCE useCaolán McNamara
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin
2016-07-20vcl: don't use the faster cairo code path when using OpenGLTomaž Vajngerl
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann
2016-07-07tdf#99165 avoid passing empty control points for beziersArmin Le Grand
2016-07-07tdf#50613 add close_path to correctly show closed polygonsArmin Le Grand
2016-07-07tdf#50613 speedup fat line drawing on linux using cairoArmin Le Grand
2016-07-07drop SAL_FLOATWIN_NOAPPFOCUSCLOSECaolán McNamara
2016-06-27Clean up uses of Any::getValue() in vclStephan Bergmann
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-21vcl: fix dbglevel>1 buildThorsten Behrens
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03Convert whichOfficePath to scoped enumNoel Grandin
2016-05-31Convert PrinterSupport to scoped enumNoel Grandin
2016-05-30convert TransparentType to scoped enumNoel Grandin
2016-05-26cppcheck: variable scopeCaolán McNamara
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-25Convert FontHintStyle to scoped enumNoel Grandin
2016-05-24Convert ImageType to scoped enumNoel Grandin
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-05-22Convert PreeditStatus to scoped enumNoel Grandin
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara
2016-05-21move glX stuff to X-only modulesCaolán McNamara
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara
2016-05-19Try to stop the tinderboxes from spamming meKhaled Hosny
2016-05-19set aChar using iterateCodePointsAkash Jain
2016-05-18clang-tidy modernize-make-sharedNoel Grandin