summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-11-12WaE: loplugin:redundantcastTor Lillqvist1-1/+1
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin3-27/+29
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin2-26/+26
2015-11-12vcl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-17/+18
2015-11-12Bin mesa_headers completelyTor Lillqvist4-4/+0
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist6-8/+3
2015-11-11It seems we don't need to include OpenGL (Mesa) headers for X11Tor Lillqvist1-1/+1
2015-11-11Move checkExtension() to a more private locationTor Lillqvist1-0/+40
2015-11-115th step to remove tools/rtti.hxxOliver Specht8-22/+0
2015-11-11tdf#93243 replace boost::bind with c++11 lambdas in vcl/source treeFabio Buso4-26/+40
2015-11-11new loplugin: memoryvarNoel Grandin5-43/+21
2015-11-10Missing includesAshod Nakashian1-4/+1
2015-11-10Revert "vcl: Assert that a non-negative nXPos is always found"Stephan Bergmann1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann30-300/+300
2015-11-10vcl: Assert that a non-negative nXPos is always foundTakeshi Abe1-0/+1
2015-11-10vcl: We see what you meant by DBG_ASSERT(true, ...)Takeshi Abe1-3/+4
2015-11-10loplugin:stringconstantStephan Bergmann1-1/+1
2015-11-10tdf#95650: Replace wrong assertion with conditionMike Kaganski2-2/+28
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann353-3795/+3795
2015-11-10Use a depth buffer on OS X, tooTor Lillqvist1-0/+2
2015-11-10Surely a 24-bit depth buffer is enoughTor Lillqvist1-1/+1
2015-11-10Add some assertions and improve commentsTor Lillqvist1-2/+9
2015-11-10tdf#95481 catch out-of-range access in vcl bitmapArmin Le Grand1-3/+5
2015-11-09translated German warningsAndras Timar1-4/+4
2015-11-09new loplugin: oncevarNoel Grandin4-54/+32
2015-11-08Leftover debug code? (causes -Werror,-Wformat)Stephan Bergmann1-3/+0
2015-11-08update README.varsTomaž Vajngerl1-1/+2
2015-11-08support to load SVG images when loading from Image resourceTomaž Vajngerl3-0/+101
2015-11-07loplugin:stringconstantStephan Bergmann1-1/+1
2015-11-06vcl: WinMtfOutput: replace the other mutable static with a member tooMichael Stahl2-3/+3
2015-11-06compilerplugins: enhance "badstatics" plugin to find membersMichael Stahl2-3/+3
2015-11-06unused warning in DISABLE_DYNLOADING fixedOliver Specht1-1/+2
2015-11-06vcl: [loplugin:stringconstant]Michael Stahl1-42/+42
2015-11-06merged graphic import/export into a single libraryOliver Specht3-23/+83
2015-11-06coverity#1338231 Unchecked return valueCaolán McNamara1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann34-141/+141
2015-11-06vcl: The keymap table is constantTakeshi Abe1-19/+19
2015-11-05afl-eventesting: deref of null mpTextObjCaolán McNamara1-0/+0
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin4-3/+10
2015-11-05Comment the quartz off-screen buffering code.Michael Meeks1-0/+9
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin12-33/+31
2015-11-05OpenGL options: clarify setting descriptions, and provide a live status.Michael Meeks1-1/+1
2015-11-05fix compiling of this java classNoel Grandin1-4/+32
2015-11-05vcl: This is constantTakeshi Abe1-1/+1
2015-11-05vcl: fix typo in the Android stub of sgvsplnMiklos Vajna1-1/+1
2015-11-04vcl: fix Android buildMiklos Vajna1-0/+11
2015-11-04yyyyyNoel Grandin6-20/+20
2015-11-04-Werror,-Wabsolute-valueStephan Bergmann1-2/+2
2015-11-04vcl: What we want here is exactly std::copysignTakeshi Abe1-12/+5
2015-11-03loplugin:simplifyboolStephan Bergmann1-1/+1