summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-10coverity#736943 try another experimental warning workaroundCaolán McNamara1-2/+2
2014-10-09move copy of icu's ScriptRun into vcl namespaceCaolán McNamara3-1/+8
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock4-12/+17
2014-10-05coverity#1240252 Unchecked return valueNorbert Thiebaud1-3/+5
2014-10-03coverity#736943 try swapping arguments around as an experimentCaolán McNamara1-2/+2
2014-10-03coverity#1242530 silence Arguments in wrong orderCaolán McNamara1-1/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-4/+4
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin2-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin4-5/+5
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-09-12use Apple Language Id conversion for matching font namesCaolán McNamara1-7/+8
2014-09-12Related: fdo#82259 implement mac ttf fontname encoding supportCaolán McNamara1-0/+72
2014-09-11server font dtor always calls ReleaseFaceFTCaolán McNamara1-6/+5