summaryrefslogtreecommitdiff
path: root/vcl/inc/generic
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2-12/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin3-5/+5
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-0/+3
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud1-3/+0
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-0/+3
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-0/+4
2015-03-19reorganize resizing surfaces logicCaolán McNamara1-1/+0
2015-03-19loplugin:constantfunction: vclNoel Grandin1-1/+0
2015-03-19move the cairo resize hack into vclCaolán McNamara1-0/+2
2015-03-18revert work in progressCaolán McNamara1-4/+0
2015-03-18more thinkingCaolán McNamara1-0/+1
2015-03-18thinkingCaolán McNamara1-0/+1
2015-03-18move the cairo resize hack into vclCaolán McNamara1-0/+2
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara1-0/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-6/+4
2015-02-03GlyphCachePeer::mnBytesUsed is always zeroStephan Bergmann1-5/+1
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara1-2/+2
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl1-2/+4
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara1-1/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock1-1/+1
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock1-1/+1
2015-01-11vcl: cosmetic reident and cleanup of RawBitmap class definitionChris Sherlock1-10/+11
2015-01-11vcl: cosmetic reident of GlyphCachePeer class definitionChris Sherlock1-6/+6
2015-01-11vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definitionChris Sherlock1-2/+3
2015-01-11vcl: reident ServerFontLayout class definitionChris Sherlock1-12/+18
2015-01-11vcl: cosmetic changes to ImplServerFontEntry definitionChris Sherlock1-7/+9
2015-01-11vcl: ident cleanup of ServerFont class definitionChris Sherlock1-60/+61
2015-01-11vcl: more whitespace cleanup of GlyphCache class definitionChris Sherlock1-25/+27
2015-01-11vcl: whitespace cleanup on GlyphData class definitionChris Sherlock1-1/+1
2015-01-11vcl: whitespace cleanup on GlyphCache class definitionChris Sherlock1-3/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+5
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-8/+0
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann1-7/+2
2014-12-04vcl (Linux): loplugin:cstylecastStephan Bergmann1-4/+4
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+6
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+1
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-1/+2
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard1-0/+1
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne1-0/+2
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock1-0/+2
2014-10-17coverity#704104 Unchecked return valueCaolán McNamara1-1/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock2-3/+3
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist1-1/+1
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock2-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1