summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-05-27WB_LISTBOX_POPUP is newly unusedCaolán McNamara1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann7-26/+26
2020-05-26make highlight of get_dest_row_at_pos optionalCaolán McNamara3-6/+12
2020-05-26emit activate-row in vcl treeview on returnCaolán McNamara1-2/+1
2020-05-26tdf#133216 - Objects are not printed (Win-only)Chris Sherlock1-388/+342
2020-05-26make disabling of Skia override forcing it (tdf#133399)Luboš Luňák1-3/+3
2020-05-26use Skia to do dashed lines, no need to do it manually (tdf#130431)Luboš Luňák7-33/+131
2020-05-26tdf#131715: uitest: add wrapper for roadmapwizardXisco Fauli4-0/+88
2020-05-25support activate-on-single-clickCaolán McNamara2-4/+11
2020-05-25Clean up dead codeStephan Bergmann1-31/+1
2020-05-25loplugin:unusedmethodsNoel Grandin3-5/+2
2020-05-25loplugin:constantparamNoel Grandin5-16/+9
2020-05-25high quality scale when drawing scaled Skia image (tdf#133339)Luboš Luňák1-1/+7
2020-05-25Fix typosAndrea Gelmini1-1/+1
2020-05-25vcl: refactor code into GenerateConnectedComponents()Chris Sherlock1-140/+145
2020-05-25vcl: refactor code into GenerateIntersectingConnectedComponents()Chris Sherlock1-55/+63
2020-05-25no GtkTextView:border cases exist anymoreCaolán McNamara1-6/+0
2020-05-24GetSysFontData is newly unusedCaolán McNamara13-88/+0
2020-05-24GetSysTextLayoutData is newly unusedCaolán McNamara1-61/+0
2020-05-24Remove some OSL_DEBUG_LEVEL > 1 codeStephan Bergmann1-10/+0
2020-05-24Prevent deadlock accessing clipboardMike Kaganski1-0/+8
2020-05-24inline some use-once typedefsNoel Grandin2-7/+2
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