summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-05-24remove some unused typedefsNoel Grandin1-1/+0
2020-05-24tdf#74702 vcl: extract IsScreenComp()Chris Sherlock1-5/+1
2020-05-23nospin hack no longer in useCaolán McNamara3-5/+3
2020-05-23vcl: move stage 1 functionality into DetectBackground()Chris Sherlock1-8/+21
2020-05-23vcl: rename misnamed OutputDevice::SetBackgroundComponentBounds()Chris Sherlock3-3/+3
2020-05-23vcl: I found it hard to read this code, removed unnecessary whitespaceChris Sherlock1-9/+4
2020-05-23Add missing mpAlphaVDev handlingMike Kaganski4-5/+42
2020-05-23Tidy up generation of Application::GetHWOSConfInfoMike Kaganski1-15/+15
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet1-1/+1
2020-05-22always use region band in Skia's setClipRegion (tdf#133208)Luboš Luňák6-15/+191
2020-05-22support rendering a widget snapshot to an OutputDeviceCaolán McNamara3-0/+48
2020-05-22Resolves: tdf#133269 infinite regressCaolán McNamara1-1/+2
2020-05-22PaintToDevice doesn't use its Size argumentCaolán McNamara1-1/+1
2020-05-22Related: tdf#132536 drop FreetypeManager FreetypeFont cachingCaolán McNamara29-500/+112
2020-05-22move InterimItemWindow to vclCaolán McNamara2-0/+100
2020-05-22convert properly SkiaSalBitmap to WinSalBitmap (tdf#133152)Luboš Luňák2-4/+16
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara15-42/+50
2020-05-22Revert "Move messagedialog header to shared include"Szymon Kłos6-5/+63
2020-05-21Move messagedialog header to shared includeSzymon Kłos6-63/+5
2020-05-21fix image caching in Skia (tdf#133215)Luboš Luňák2-2/+9
2020-05-21FmXListBoxCell doesn't need to implement css::awt::XListBoxCaolán McNamara3-212/+40
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin8-51/+49
2020-05-21weld ListBoxControlCaolán McNamara3-40/+212
2020-05-21vcl: change bitmap::loadFromName to be like BitmapEx const.Tomaž Vajngerl1-3/+12
2020-05-21Missing includeMike Kaganski1-0/+1
2020-05-20vcl: optimize jpeg files for Exif checkingTomaž Vajngerl4-0/+0
2020-05-20Restructure DrawOutDevDirectCheck to avoid using uninitialized pointerMike Kaganski2-45/+21
2020-05-20Simplify the logicMike Kaganski1-32/+17
2020-05-20move ComboBox to toolkit-only headersCaolán McNamara8-8/+12
2020-05-20vcl: remove double colonChris Sherlock1-1/+1
2020-05-20jsdialog: refresh on notebook changesSzymon Kłos4-2/+59
2020-05-20jsdialog: send tab namesSzymon Kłos1-0/+18
2020-05-20jsdialog: react on button state changeSzymon Kłos2-0/+29
2020-05-20vcl: refactor by creating SetBackgroundColorAndBounds() functionChris Sherlock1-18/+22
2020-05-20vcl: refactor by creating RecordMapModeChanges() functionChris Sherlock1-3/+8
2020-05-20vcl: refactor by creating GetActionAfterBackgroundAction() functionChris Sherlock1-20/+27
2020-05-20Drop workarounds for what looks like an MSVC compiler glitchStephan Bergmann1-2/+2
2020-05-20jsdialog: Common weld::Widget implementationSzymon Kłos2-12/+34
2020-05-19loplugin:constantparamNoel Grandin4-10/+10
2020-05-19jsdialog: weld::ComboBoxSzymon Kłos3-1/+83
2020-05-19tdf#98493, tdf#133079: sc: Add UItestXisco Fauli1-0/+5
2020-05-19Resend jsdialog on entry changeSzymon Kłos2-15/+63
2020-05-19Fix ambiguous symbolSzymon Kłos2-3/+1
2020-05-19Work around what looks like an MSVC compiler glitchStephan Bergmann1-1/+1
2020-05-19Avoid UB when calling setjmpStephan Bergmann1-1/+7
2020-05-19Removed duplicated includeAndrea Gelmini1-1/+0
2020-05-18Move comment closer to where it belongsMike Kaganski1-8/+3
2020-05-18don't bother undoing the replacement of combobox if unparentedCaolán McNamara1-2/+6
2020-05-18tdf#133098 cannot truly unparent a vcl widgetCaolán McNamara2-2/+5
2020-05-18Create weld::Builder implementation for JSDialogSzymon Kłos6-6/+123