summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
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 Grandin3-31/+17
2015-11-08Leftover debug code? (causes -Werror,-Wformat)Stephan Bergmann1-3/+0
2015-11-08support to load SVG images when loading from Image resourceTomaž Vajngerl2-0/+100
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 Bergmann16-83/+83
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin2-1/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-3/+3
2015-11-05OpenGL options: clarify setting descriptions, and provide a live status.Michael Meeks1-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 Grandin4-17/+17
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 Hung2-0/+24
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-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie2-7/+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-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin5-2/+7
2015-10-27loplugin:unusedmethodsNoel Grandin6-161/+3
2015-10-26Fix graphite line endings for stacking spacesMartin Hosken1-4/+19
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann7-23/+80
2015-10-26Let Gtk handle icon names instead of ResMgr for window and trayiconSimon Steinbeiss1-120/+0
2015-10-26It's a constantTakeshi Abe1-1/+1
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara2-4/+4
2015-10-23nSetGoToRMode wants to be boolStephan Bergmann1-4/+4
2015-10-23take the world scaling factor for fonts, but not the rotationCaolán McNamara1-2/+12
2015-10-23on unity, default to human if possibleBjoern Michaelsen1-0/+3
2015-10-22tdf#94138 fix printing of edit form fieldsTomaž Vajngerl2-1/+3
2015-10-22afl-eventtesting: improve event testing exitCaolán McNamara1-1/+0
2015-10-22vcl: add Window::SetClipboard()Miklos Vajna1-0/+6
2015-10-22crashtesting+ubsan: rhbz1003919-1.svg left shift of negative numberCaolán McNamara1-2/+4
2015-10-22crashtesting+ubsan: abi2079-1.html memcpy null source with 0 lenCaolán McNamara1-1/+3
2015-10-21move afl examples/test-cases to dedicated dirCaolán McNamara1-1/+0
2015-10-20afl-eventtesting: shutdown cleaner to allow things to deregisterCaolán McNamara1-13/+35
2015-10-20loplugin:defaultparamsStephan Bergmann14-28/+26