summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-05-29Add AlphaMask::BlendWith method to blend 8-bit alpha masksMike Kaganski1-0/+23
2020-05-29Consider mpAlphaVDev when processing metafile in OutputDevice::DrawOutDevMike Kaganski1-2/+10
2020-05-28loplugin:sequenceloop (macOS)Stephan Bergmann5-7/+10
2020-05-28loplugin:simplifypointertobool (macOS)Stephan Bergmann1-4/+4
2020-05-28do not explicitly invalidate window under a tooltip (tdf#131419)Luboš Luňák1-17/+0
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara5-60/+0
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann1-33/+33
2020-05-27tdf#133396 FormattedField comes with differrent defaults than GtkSpinButtonCaolán McNamara1-14/+11
2020-05-27Resolves: tdf#133385 dangling pTargetEntry after remove or clearCaolán McNamara1-1/+6
2020-05-27no GtkLabel with :border hack exist anymoreCaolán McNamara1-3/+0
2020-05-27no GtkCheckButton with :wrap hack exist anymoreCaolán McNamara1-3/+0
2020-05-27no GtkRadioButton with :wrap hack exist anymoreCaolán McNamara1-3/+0
2020-05-27no GtkDrawingArea with :border hack exist anymoreCaolán McNamara1-2/+1
2020-05-27properly scale stroke values in Skia drawPolyLine()Luboš Luňák1-1/+3
2020-05-27no GtkComboBox[Text]s with :pattern hack exist anymoreCaolán McNamara1-97/+1
2020-05-27no GtkSpinButtons with :pattern hack exist anymoreCaolán McNamara1-39/+7
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