summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)Author
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin
2015-03-27convert BUTTON_ constants to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23Typo: impemented->implementedJulien Nabet
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
2015-03-19reorganize resizing surfaces logicCaolán McNamara
2015-03-19Speed up ScriptRun::getPairIndexNoel Grandin
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-19move the cairo resize hack into vclCaolán McNamara
2015-03-18revert work in progressCaolán McNamara
2015-03-18more thinkingCaolán McNamara
2015-03-18thinkingCaolán McNamara
2015-03-18move the cairo resize hack into vclCaolán McNamara
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-03-03remove more SunStudio cruftMichael Stahl
2015-03-02WaE: comparison of integers of different signsTor Lillqvist
2015-03-02-Werror,-Wsign-compareNoel Grandin
2015-02-26tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphsMichael Stahl
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-12Resolves: tdf#89252 Fix bold, regular font spacing bug for Graphite fontsMartin Hosken
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-04coverity#1268025 mnOrigHeight and mnNewHeight is unused nowCaolán McNamara
2015-02-03GlyphCachePeer::mnBytesUsed is always zeroStephan Bergmann
2015-02-02coverity#736943 Untrusted loop boundCaolán McNamara
2015-01-30vcl: add GenericSalLayout::GetTextRect()Chris Sherlock
2015-01-29vcl: copy-pasted SAL_WARN_IF conditionMichael Stahl
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-27Use vector::dataStephan Bergmann
2015-01-27error: variable length array of non-POD element typeStephan Bergmann
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara
2015-01-26don't strip font names of apparent script suffixes anymoreCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-17no need to do that for all contextsMarkus Mohrhard
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin