summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2014-07-09Avoid undefined premature downcast to potentially wrong typeStephan Bergmann
2014-07-08Related: fdo#80633 dialog size cache has to be invalidated tooCaolán McNamara
2014-07-08Fix some round() confusionTor Lillqvist
2014-07-04vcl: printf -> SAL_INFO in Font::SetFillColorMiklos Vajna
2014-07-04Resolves: fdo#80911 toggle original page orientation on paper fallbackCaolán McNamara
2014-07-04coverity#736163 Dereference Null returnNorbert Thiebaud
2014-07-04coverity#736159 Dereference Null returnNorbert Thiebaud
2014-07-03coverity#706115 Unintended sign extensionCaolán McNamara
2014-07-02expose a way to drop ownership of a window from builder treeCaolán McNamara
2014-07-02callcatcher: rsc loaded fixedbitmap is no moreCaolán McNamara
2014-07-01fdo#80014: vcl: fix drawing of linear gradientsMichael Stahl
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara
2014-07-01New loplugin:stringconcatStephan Bergmann
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-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-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-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-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-26check for self-assignCaolán McNamara
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara
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