summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* expose a way to drop ownership of a window from builder treeCaolán McNamara2014-07-021-1/+6
* callcatcher: rsc loaded fixedbitmap is no moreCaolán McNamara2014-07-021-12/+0
* loplugin:stringconcatStephan Bergmann2014-07-012-2/+2
* fdo#80014: vcl: fix drawing of linear gradientsMichael Stahl2014-07-011-1/+1
* Related: fdo#80633 cache optimal sizeCaolán McNamara2014-07-014-14/+25
* New loplugin:stringconcatStephan Bergmann2014-07-015-67/+65
* Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand2014-07-011-0/+6
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* Cleanup: removed comments and debugging outputmatteocam2014-06-302-31/+0
* More debugging; fixed Font::IsTransparentmatteocam2014-06-301-4/+4
* Minor changes.matteocam2014-06-301-1/+1
* Debugging output in OutputDevice::SetTextFillColormatteocam2014-06-301-1/+16
* Debugging outputmatteocam2014-06-301-1/+5
* Setting SetTextFillColor from Attrs. Experiment with line colormatteocam2014-06-301-0/+10
* Cleaned up code from tranparency in vcl. Trying setfillcolor from edit attrsmatteocam2014-06-301-8/+1
* Cleaned up code from operations in vclmatteocam2014-06-303-14/+11
* SetTextFillColor immediately before DrawTransparent. DrawTextRect commentedmatteocam2014-06-301-4/+5
* Transparency with DrawTransparent in addition to DrawRectmatteocam2014-06-301-1/+4
* Transparency by replacing DrawRectmatteocam2014-06-301-4/+9
* Changed SetFillColor to SetTextFillColormatteocam2014-06-301-1/+1
* Fixed color problemmatteocam2014-06-301-1/+1
* Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam2014-06-302-8/+16
* Put text filling in SvxFontmatteocam2014-06-301-4/+1
* HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam2014-06-303-3/+19
* rework resize into a custom widgetCaolán McNamara2014-06-301-10/+0
* ...and ~SystemWindow can recursively destroy its child windowsStephan Bergmann2014-06-301-2/+0
* Once ~SystemWindow calls ~Window, this is no longer a SystemWindowStephan Bergmann2014-06-301-4/+11
* Mark WindowImpl as noncopyableStephan Bergmann2014-06-301-1/+4
* use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud2014-06-302-2/+14
* Called C++ object pointer is nullCaolán McNamara2014-06-302-5/+6
* Remove double assignmentPeter Senna Tschudin2014-06-301-1/+0
* vcl: don't do expensive desktop probing in headless mode.Michael Meeks2014-06-281-1/+7
* Avoid loading persona images in headless mode.Michael Meeks2014-06-281-0/+4
* create_SalInstance does not need an oslModule parameterStephan Bergmann2014-06-274-7/+5
* loplugin:unreffun: redundant function redeclarationStephan Bergmann2014-06-273-6/+0
* Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara2014-06-271-0/+26
* do what I mean, not what I sayCaolán McNamara2014-06-271-1/+1
* send wheel scroll events of disabled widgets to its enabled parent firstCaolán McNamara2014-06-271-2/+14
* bah, const issueCaolán McNamara2014-06-271-1/+1
* Resolves: fdo#80160 PNG with 1-bit colormap only show black and whiteCaolán McNamara2014-06-271-21/+29
* tweak assert so comment appears in abort messageCaolán McNamara2014-06-276-6/+6
* loplugin:unreffunStephan Bergmann2014-06-271-10/+0
* clang: Value stored to 'nSumG' is never readCaolán McNamara2014-06-261-1/+1
* clang: Dead initializationCaolán McNamara2014-06-261-2/+1
* clang: Dead incrementCaolán McNamara2014-06-262-2/+1
* check for self-assignCaolán McNamara2014-06-261-0/+3
* Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara2014-06-261-10/+18
* Related: #i122471# make the Mac lookup feature handle the correct wordHerbert Dürr2014-06-261-1/+5
* vcl: MSVC can't link inline ITiledRenderable dtorMichael Stahl2014-06-251-0/+11
* Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt2014-06-252-12/+12