summaryrefslogtreecommitdiff
path: root/vcl/inc/generic
AgeCommit message (Expand)Author
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
2015-03-19reorganize resizing surfaces logicCaolán McNamara
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-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-03GlyphCachePeer::mnBytesUsed is always zeroStephan 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-27add a length arg to GetEmbedFontDataCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock
2015-01-11vcl: cosmetic reident and cleanup of RawBitmap class definitionChris Sherlock
2015-01-11vcl: cosmetic reident of GlyphCachePeer class definitionChris Sherlock
2015-01-11vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definitionChris Sherlock
2015-01-11vcl: reident ServerFontLayout class definitionChris Sherlock
2015-01-11vcl: cosmetic changes to ImplServerFontEntry definitionChris Sherlock
2015-01-11vcl: ident cleanup of ServerFont class definitionChris Sherlock
2015-01-11vcl: more whitespace cleanup of GlyphCache class definitionChris Sherlock
2015-01-11vcl: whitespace cleanup on GlyphData class definitionChris Sherlock
2015-01-11vcl: whitespace cleanup on GlyphCache class definitionChris Sherlock
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann
2014-12-04vcl (Linux): loplugin:cstylecastStephan Bergmann
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock
2014-10-17coverity#704104 Unchecked return valueCaolán McNamara
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-09-30fdo#82577: Handle RegionNoel Grandin