summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2014-04-18Refactor VCL bitmap codeChris Sherlock
2014-04-17coverity#708644 Uninitialized pointer fieldCaolán McNamara
2014-04-17fdo#74702 Seperate ImplDrawGradientWallpaper and renameChris Sherlock
2014-04-17fdo#74702 Move common mask functionality to ApplyMaskChris Sherlock
2014-04-17Move bezier functionsChris Sherlock
2014-04-16coverity#1202938 unused class membersCaolán McNamara
2014-04-16Split outdev3.cxxChris Sherlock
2014-04-16Split outdev2.cxxChris Sherlock
2014-04-16Move bezier functions into own source file bezier.cxxChris Sherlock
2014-04-16Don't forget to add polygon as an object in the makefile!Chris Sherlock
2014-04-16Change acessibility level for private functionsChris Sherlock
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard
2014-04-15only render through OpenGL after successful context creationMarkus Mohrhard
2014-04-15switch to IOpenGLRenderer in chart2 2D renderingMarkus Mohrhard
2014-04-15tie lifetime of some objects togetherMarkus Mohrhard
2014-04-14typo: positon -> positionThomas Arnhold
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock
2014-04-11ClipAndDrawGradientToBounds no longer requiredChris Sherlock
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-10Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist
2014-04-10Remove unnecessary bound-box parameter from clipping functionsChris Sherlock
2014-04-08Make it compile for iOS and maybe Android, tooTor Lillqvist
2014-04-08temporarily render to a fileMarkus Mohrhard
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard
2014-04-08fix crash when passing external Window to OpenGLContext::initMarkus Mohrhard
2014-04-08prevent initializing the OpenGL context multiple timesMarkus Mohrhard
2014-04-08Remove unnecessary ImplDrawMask function in OutputDeviceChris Sherlock
2014-04-07Move functions back out of OutputDevice so they aren't exportedChris Sherlock
2014-04-07Bring static functions into OutputDevice as private functionsChris Sherlock
2014-04-07Refactored OutputDevice::DrawGradientChris Sherlock
2014-04-06Change newly introduced Clip* functions to ClipAndDrawChris Sherlock
2014-04-06fdo#74702 Refactor gradient clipping functionsChris Sherlock
2014-04-06fdo#74702 use same gradient steps func. to draw linear and complex gradsChris Sherlock
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-04-02Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01coverity#708214 Uninitialized scalar fieldCaolán McNamara
2014-04-01coverity#708211 Uninitialized scalar fieldCaolán McNamara
2014-04-01vcl: FixedHyper - take into account text alignmentTomaž Vajngerl
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara
2014-03-29I realy think these should be virtualCaolán McNamara
2014-03-29fdo#74702 Refactor OutputDevice::DrawTransparent()Chris Sherlock
2014-03-28fdo#68546 Add menubar's text color of persona to StyleSettingsIsamu Mogi
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-28OutputDevice::EnableRTL should be virtualChris Sherlock
2014-03-26Fix merge conflictsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Fix tab spacing in include/vcl/outdev.hxxChris Sherlock