summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2015-02-04coverity#1268025 mnOrigHeight and mnNewHeight is unused nowCaolán McNamara1-1/+1
2015-02-03GlyphCachePeer::mnBytesUsed is always zeroStephan Bergmann1-3/+2
2015-02-02coverity#736943 Untrusted loop boundCaolán McNamara1-1/+1
2015-01-30vcl: add GenericSalLayout::GetTextRect()Chris Sherlock1-1/+1
2015-01-29vcl: copy-pasted SAL_WARN_IF conditionMichael Stahl1-1/+1
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-11/+11
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara2-4/+4
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl2-5/+28
2015-01-27Use vector::dataStephan Bergmann1-2/+1
2015-01-27error: variable length array of non-POD element typeStephan Bergmann1-2/+7
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara1-1/+1
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara1-8/+8
2015-01-26don't strip font names of apparent script suffixes anymoreCaolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann9-44/+44
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn3-15/+9
2015-01-17no need to do that for all contextsMarkus Mohrhard1-1/+1
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock1-2/+2
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock1-3/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks1-2/+6
2015-01-02Fix simple typos.Andrea Gelmini1-2/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara5-45/+45
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-2/+0
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann3-8/+8
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann1-3/+3
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne1-2/+2
2014-12-09changed timer to idleTobias Madl1-14/+14
2014-11-30give us a parenStack which can grow to fit any inputCaolán McNamara2-2/+8
2014-11-28Revert "Related: deb#766788 alloc on heap instead of stack"Caolán McNamara1-7/+7
2014-11-28vcl: fix crash in HbLayoutEngine::layout() in sc_subsequent_filters_testMichael Stahl1-1/+0
2014-11-28Related: deb#766788 alloc on heap instead of stackCaolán McNamara1-7/+8
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+10
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti2-4/+0
2014-11-14coverity#706217 Time of check time of useCaolán McNamara1-12/+9
2014-11-14coverity#705989 silence Insecure temporary fileCaolán McNamara1-4/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava5-6/+9
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-13/+13
2014-11-10cid#736944 Time of check time of useNoel Grandin1-3/+6
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-5/+5
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-5/+5
2014-11-05markup with event type not checker typeCaolán McNamara2-6/+6
2014-11-03coverity#1250699 Dereference null return valueCaolán McNamara1-0/+5
2014-11-01coverity#1250439 Structurally dead codeCaolán McNamara1-6/+3
2014-11-01coverity#735338 Unchecked return valueCaolán McNamara1-1/+1
2014-10-30document array_vs_singleton dismissalsCaolán McNamara2-0/+3
2014-10-27cid#735557 Logically dead codeNoel Grandin1-8/+0
2014-10-17coverity#704104 Unchecked return valueCaolán McNamara1-5/+7
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann2-8/+3
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock4-12/+15
2014-10-10coverity738920 Uninitialized scalar fieldCaolán McNamara1-2/+3