summaryrefslogtreecommitdiffstats
path: root/include/vcl
Commit message (Expand)AuthorAgeFilesLines
* fdo#38844 Reduce XOR clipping for gradientsChris Sherlock2014-04-132-4/+0
* ClipAndDrawGradientToBounds no longer requiredChris Sherlock2014-04-112-3/+0
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist2014-04-101-1/+0
* Remove unnecessary bound-box parameter from clipping functionsChris Sherlock2014-04-102-4/+4
* Make it compile for iOS and maybe Android, tooTor Lillqvist2014-04-081-2/+49
* temporarily render to a fileMarkus Mohrhard2014-04-081-0/+2
* improve the code for temporary OpenGl contextMarkus Mohrhard2014-04-081-2/+2
* fix crash when passing external Window to OpenGLContext::initMarkus Mohrhard2014-04-081-0/+1
* prevent initializing the OpenGL context multiple timesMarkus Mohrhard2014-04-081-0/+1
* Remove unnecessary ImplDrawMask function in OutputDeviceChris Sherlock2014-04-081-5/+2
* Move functions back out of OutputDevice so they aren't exportedChris Sherlock2014-04-071-3/+0
* Bring static functions into OutputDevice as private functionsChris Sherlock2014-04-072-7/+11
* Refactored OutputDevice::DrawGradientChris Sherlock2014-04-071-0/+3
* Change newly introduced Clip* functions to ClipAndDrawChris Sherlock2014-04-062-6/+6
* fdo#74702 Refactor gradient clipping functionsChris Sherlock2014-04-062-0/+9
* fdo#74702 use same gradient steps func. to draw linear and complex gradsChris Sherlock2014-04-061-1/+1
* vcl: sal_Bool->bool and cleanupNoel Grandin2014-04-033-12/+4
* Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara2014-04-021-0/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0123-30/+30
* coverity#708214 Uninitialized scalar fieldCaolán McNamara2014-04-011-4/+8
* coverity#708211 Uninitialized scalar fieldCaolán McNamara2014-04-011-1/+7
* vcl: FixedHyper - take into account text alignmentTomaž Vajngerl2014-04-011-4/+4
* fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock2014-03-314-2/+8
* Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara2014-03-311-4/+9
* I realy think these should be virtualCaolán McNamara2014-03-292-4/+4
* fdo#74702 Refactor OutputDevice::DrawTransparent()Chris Sherlock2014-03-292-1/+9
* fdo#68546 Add menubar's text color of persona to StyleSettingsIsamu Mogi2014-03-281-0/+3
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-273-3/+3
* OutputDevice::EnableRTL should be virtualChris Sherlock2014-03-281-1/+1
* Fix merge conflictsStephan Bergmann2014-03-262-4/+4
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2652-821/+821
* Fix tab spacing in include/vcl/outdev.hxxChris Sherlock2014-03-261-107/+107
* fdo#74702 Followup to 4d1111aafe4c1$53ca52d045d726799d4b1753142Chris Sherlock2014-03-261-3/+0
* fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock2014-03-262-14/+27
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-264-5/+5
* Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836Chris Sherlock2014-03-251-1/+1
* fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock2014-03-252-3/+6
* fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock2014-03-254-9/+15
* GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky2014-03-242-2/+2
* callcatcher: update unused codeCaolán McNamara2014-03-241-3/+3
* fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock2014-03-242-0/+3
* fdo#74702 GetPaintArea protected function introducedChris Sherlock2014-03-242-0/+2
* fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock2014-03-222-3/+16
* fdo#74702 Moved CopyArea() Window specific functionChris Sherlock2014-03-223-1/+5
* fdo#74702 Move BitmapEx drawing code to seperate functionsChris Sherlock2014-03-222-27/+61
* fdo#74702 ImplPrintMask() implemented in PrinterChris Sherlock2014-03-212-3/+7
* fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock2014-03-214-1/+9
* Init an opengl context bounded to an existent window.Zolnai Tamás2014-03-211-1/+1
* move remaining padmin dialogs into vclCaolán McNamara2014-03-211-2/+2