summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
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
2014-03-26fdo#74702 Followup to 4d1111aafe4c1$53ca52d045d726799d4b1753142Chris Sherlock
2014-03-26fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-25Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836Chris Sherlock
2014-03-25fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock
2014-03-24GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky
2014-03-24callcatcher: update unused codeCaolán McNamara
2014-03-24fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock
2014-03-24fdo#74702 GetPaintArea protected function introducedChris Sherlock
2014-03-22fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock