summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2015-02-04coverity#708576 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-02-04coverity#1268025 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-02-04coverity#1268025 mnOrigHeight and mnNewHeight is unused nowCaolán McNamara1-4/+1
2015-02-03GlyphCachePeer::mnBytesUsed is always zeroStephan Bergmann1-5/+1
2015-02-02vcl: add SAL_OVERRIDE attributes to Windows-specific classesNoel Grandin12-225/+225
2015-01-30vcl: add GenericSalLayout::GetTextRect()Chris Sherlock1-1/+10
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák2-2/+2
2015-01-27fix windows buildCaolán McNamara1-2/+2
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara8-16/+16
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl9-10/+19
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara8-4/+11
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2-2/+8
2015-01-26Fix --enable-kde4Stephan Bergmann1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin10-48/+40
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin16-45/+45
2015-01-24Revert "vcl: Reduce OpenGLX11CairoTextRender surface area to size of text bou...Chris Sherlock1-1/+1
2015-01-24vcl: Reduce OpenGLX11CairoTextRender surface area to size of text boundsChris Sherlock1-1/+1
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann1-1/+1
2015-01-21callcatcher: update unused codeCaolán McNamara1-1/+0
2015-01-20vcl: remove dependency of SalShlData on GetVersionEx()Michael Stahl1-1/+1
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara1-0/+2
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-4/+6
2015-01-19draw polypolygons properly in opengl backendLuboš Luňák1-1/+1
2015-01-19fix opengl hairline special casingLuboš Luňák1-0/+6
2015-01-19use AA for convex polygons when needed tooLuboš Luňák1-2/+2
2015-01-19"area" scaling for opengl that has good results for downscalingLuboš Luňák2-0/+3
2015-01-14vcl: minor - cleanup inc/unx/salgdi.hChris Sherlock1-202/+239
2015-01-12make AA edges of objects look smoother (opengl)Luboš Luňák1-1/+2
2015-01-12clean up resetting of solid color when using opengl AALuboš Luňák1-2/+4
2015-01-12Add lok::Office::postKeyEvent()Miklos Vajna1-2/+2
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-10Fix user data pointer setting on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2015-01-10vcl: CairoTextRender::nTextColor_ to mnTextColorChris Sherlock1-1/+1
2015-01-10vcl: cleanup cairotextrender.hxxChris Sherlock1-49/+55
2015-01-10vcl: cleanup textrender.hxxChris Sherlock1-33/+38
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl10-11/+11
2015-01-08Windows cursor improvements. Fixes fdo#53148 and fdo#53151.Rimas Kudelis1-12/+0
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin5-15/+0
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0