summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-30Cleanup: removed comments and debugging outputmatteocam
2014-06-30More debugging; fixed Font::IsTransparentmatteocam
2014-06-30Minor changes.matteocam
2014-06-30Debugging output in OutputDevice::SetTextFillColormatteocam
2014-06-30Debugging outputmatteocam
2014-06-30Setting SetTextFillColor from Attrs. Experiment with line colormatteocam
2014-06-30Cleaned up code from tranparency in vcl. Trying setfillcolor from edit attrsmatteocam
2014-06-30Cleaned up code from operations in vclmatteocam
2014-06-30 SetTextFillColor immediately before DrawTransparent. DrawTextRect commentedmatteocam
2014-06-30Transparency with DrawTransparent in addition to DrawRectmatteocam
2014-06-30Transparency by replacing DrawRectmatteocam
2014-06-30Changed SetFillColor to SetTextFillColormatteocam
2014-06-30Fixed color problemmatteocam
2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam
2014-06-30Put text filling in SvxFontmatteocam
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam
2014-06-30rework resize into a custom widgetCaolán McNamara
2014-06-30...and ~SystemWindow can recursively destroy its child windowsStephan Bergmann
2014-06-30Once ~SystemWindow calls ~Window, this is no longer a SystemWindowStephan Bergmann
2014-06-30Mark WindowImpl as noncopyableStephan Bergmann
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-30Remove double assignmentPeter Senna Tschudin
2014-06-28vcl: don't do expensive desktop probing in headless mode.Michael Meeks
2014-06-28Avoid loading persona images in headless mode.Michael Meeks
2014-06-27create_SalInstance does not need an oslModule parameterStephan Bergmann
2014-06-27loplugin:unreffun: redundant function redeclarationStephan Bergmann
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara
2014-06-27do what I mean, not what I sayCaolán McNamara
2014-06-27send wheel scroll events of disabled widgets to its enabled parent firstCaolán McNamara
2014-06-27bah, const issueCaolán McNamara
2014-06-27Resolves: fdo#80160 PNG with 1-bit colormap only show black and whiteCaolán McNamara
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-27loplugin:unreffunStephan Bergmann
2014-06-26clang: Value stored to 'nSumG' is never readCaolán McNamara
2014-06-26clang: Dead initializationCaolán McNamara
2014-06-26clang: Dead incrementCaolán McNamara
2014-06-26check for self-assignCaolán McNamara
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara
2014-06-26Related: #i122471# make the Mac lookup feature handle the correct wordHerbert Dürr
2014-06-25vcl: MSVC can't link inline ITiledRenderable dtorMichael Stahl
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt
2014-06-24remove use of register keyword in C filesNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper