summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-03tdf#81144 Chinese full-width punctuation does not align properlyMark Hung4-1/+27
2015-11-03vcl: Prefer std::abs to a home-brewed macroTakeshi Abe1-6/+3
2015-11-03vcl: Mark it as constTakeshi Abe1-1/+1
2015-11-03vcl: Mark them as constTakeshi Abe1-1/+1
2015-11-02Handle case that pDock may have no itemsStephan Bergmann1-4/+9
2015-11-02afl-eventtesting: crash close impress with spelling dialog activeCaolán McNamara1-0/+0
2015-11-02compilerplugins: add "badstatics" to detect abuse of VCL BitmapsMichael Stahl1-1/+1
2015-11-02dock icon's menu doesn't begin with separator anymoreDouglas Mencken1-1/+11
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie15-47/+3
2015-10-30vcl: fix the --disable-dbus buildMichael Stahl1-8/+38
2015-10-30vcl: This is a constantTakeshi Abe1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin3-5/+4
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann1-4/+7
2015-10-28tdf#94138 also apply settings when printing (Draw call)Tomaž Vajngerl1-0/+2
2015-10-28vcl: This is constantTakeshi Abe1-1/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin5-2/+7
2015-10-27tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn2-6/+45
2015-10-27loplugin:unusedmethodsNoel Grandin6-161/+3