summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-07-07Add a few more SAL_INFOsTor Lillqvist1-0/+7
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-3/+3
2014-07-07svp clipping: Rectangle dimensions don't map directly to B2IBox.Andrzej Hunt1-1/+1
2014-07-04fix typo in coverity#704538-9Norbert Thiebaud1-1/+1
2014-07-04coverity#735340 Unchecked return valueNorbert Thiebaud1-1/+3
2014-07-04coverity#704538-9 Division by zeroNorbert Thiebaud1-3/+10
2014-07-04vcl: printf -> SAL_INFO in Font::SetFillColorMiklos Vajna1-2/+1
2014-07-04Resolves: fdo#80911 toggle original page orientation on paper fallbackCaolán McNamara1-6/+12
2014-07-04coverity#736163 Dereference Null returnNorbert Thiebaud1-1/+7
2014-07-04coverity#736159 Dereference Null returnNorbert Thiebaud1-2/+2
2014-07-03fix libmerged: vclplug_svp is inMatúš Kukan2-0/+4
2014-07-03fdo#39944: Fix mapping for some a11y roles to ATKJacobo Aragunde Pérez1-5/+5
2014-07-03coverity#706115 Unintended sign extensionCaolán McNamara1-3/+3
2014-07-03clang scan-build: Assigned value is garbage or undefinedCaolán McNamara1-0/+3
2014-07-03Shorten Spanish key translations in LinuxAdolfo Jayme Barrientos1-5/+5
2014-07-02fix 'NSCursor' may not respond to operationNotAllowedCursor,dragCopyCursorDouglas Mencken1-0/+8
2014-07-02fix 'NSImage' may not respond to '-lockFocusFlipped:'Douglas Mencken1-1/+5
2014-07-02expose a way to drop ownership of a window from builder treeCaolán McNamara1-1/+6
2014-07-02callcatcher: rsc loaded fixedbitmap is no moreCaolán McNamara1-12/+0
2014-07-01loplugin:stringconcatStephan Bergmann2-2/+2
2014-07-01fdo#80014: vcl: fix drawing of linear gradientsMichael Stahl1-1/+1
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara4-14/+25
2014-07-01New loplugin:stringconcatStephan Bergmann5-67/+65
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-0/+6
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-30Cleanup: removed comments and debugging outputmatteocam2-31/+0
2014-06-30More debugging; fixed Font::IsTransparentmatteocam1-4/+4
2014-06-30Minor changes.matteocam1-1/+1
2014-06-30Debugging output in OutputDevice::SetTextFillColormatteocam1-1/+16
2014-06-30Debugging outputmatteocam1-1/+5
2014-06-30Setting SetTextFillColor from Attrs. Experiment with line colormatteocam1-0/+10
2014-06-30Cleaned up code from tranparency in vcl. Trying setfillcolor from edit attrsmatteocam1-8/+1
2014-06-30Cleaned up code from operations in vclmatteocam3-14/+11
2014-06-30 SetTextFillColor immediately before DrawTransparent. DrawTextRect commentedmatteocam1-4/+5
2014-06-30Transparency with DrawTransparent in addition to DrawRectmatteocam1-1/+4
2014-06-30Transparency by replacing DrawRectmatteocam1-4/+9
2014-06-30Changed SetFillColor to SetTextFillColormatteocam1-1/+1
2014-06-30Fixed color problemmatteocam1-1/+1
2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam2-8/+16
2014-06-30Put text filling in SvxFontmatteocam1-4/+1
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam3-3/+19
2014-06-30rework resize into a custom widgetCaolán McNamara1-10/+0
2014-06-30...and ~SystemWindow can recursively destroy its child windowsStephan Bergmann1-2/+0
2014-06-30Once ~SystemWindow calls ~Window, this is no longer a SystemWindowStephan Bergmann1-4/+11
2014-06-30Mark WindowImpl as noncopyableStephan Bergmann1-1/+4
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud2-2/+14
2014-06-30Called C++ object pointer is nullCaolán McNamara2-5/+6
2014-06-30Remove double assignmentPeter Senna Tschudin1-1/+0
2014-06-28vcl: don't do expensive desktop probing in headless mode.Michael Meeks1-1/+7
2014-06-28Avoid loading persona images in headless mode.Michael Meeks1-0/+4