summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-27create_SalInstance does not need an oslModule parameterStephan Bergmann4-7/+5
2014-06-27loplugin:unreffun: redundant function redeclarationStephan Bergmann3-6/+0
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara1-0/+26
2014-06-27do what I mean, not what I sayCaolán McNamara1-1/+1
2014-06-27send wheel scroll events of disabled widgets to its enabled parent firstCaolán McNamara1-2/+14
2014-06-27bah, const issueCaolán McNamara1-1/+1
2014-06-27Resolves: fdo#80160 PNG with 1-bit colormap only show black and whiteCaolán McNamara1-21/+29
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara6-6/+6
2014-06-27loplugin:unreffunStephan Bergmann1-10/+0
2014-06-26clang: Value stored to 'nSumG' is never readCaolán McNamara1-1/+1
2014-06-26clang: Dead initializationCaolán McNamara1-2/+1
2014-06-26clang: Dead incrementCaolán McNamara2-2/+1
2014-06-26check for self-assignCaolán McNamara1-0/+3
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara1-10/+18
2014-06-26Related: #i122471# make the Mac lookup feature handle the correct wordHerbert Dürr1-1/+5
2014-06-25vcl: MSVC can't link inline ITiledRenderable dtorMichael Stahl1-0/+11
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt2-12/+12
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt4-16/+33
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt4-46/+79
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt1-0/+2
2014-06-24remove use of register keyword in C filesNoel Grandin1-2/+2