summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-12-14tdf#127148 select-all on tabbing into version box in help->aboutCaolán McNamara2-1/+9
2019-12-13Revert "Enable/Disable of children shouldn't be necessary"Jan-Marek Glogowski1-1/+1
2019-12-13use SkCanvas::clipPath() as the real solutionLuboš Luňák1-51/+6
2019-12-13fix off-by-one with rectangle->polygon Skia clipping (tdf#129211)Luboš Luňák1-11/+31
2019-12-13loplugin:expandablemethodsNoel Grandin10-64/+15
2019-12-13loplugin:unusedmethodsNoel Grandin4-39/+0
2019-12-13loplugin:singlevalfieldsNoel Grandin6-64/+11
2019-12-12Fix typoAndrea Gelmini1-1/+1
2019-12-12Fix typoAndrea Gelmini1-1/+1
2019-12-12iOS theme: set spinbox orientation to "decrease-edit-increase"Tomaž Vajngerl1-1/+6
2019-12-12tdf#123076 Get paper size for print previewGabor Kelemen1-0/+2
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann5-13/+1
2019-12-12android: add abstraction to allow us to DetachThread sensibly.Michael Meeks4-0/+28
2019-12-12loplugin:finalclassesNoel Grandin6-7/+8
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš Luňák6-19/+63
2019-12-12update Skia to chrome/m80Luboš Luňák1-6/+6
2019-12-11Fix typosAndrea Gelmini1-1/+1
2019-12-11Resolves: tdf#128867 support LocalizedDecimalSep for native gtk dialogsCaolán McNamara1-0/+4
2019-12-11do not allow both read and write bitmap access to the same bitmapLuboš Luňák5-3/+67
2019-12-11do not store 8bpp bitmaps as Skia's SkBitmap (tdf#129077)Luboš Luňák2-8/+5
2019-12-11tdf#128824 Keep multiselection in style list on right clickSamuel Mehrbrodt1-1/+2
2019-12-11lok: Support per-view help dataTamás Zolnai8-79/+169
2019-12-11tdf#105518 F6: Skip infobar when it has no childrenJim Raykowski1-1/+6
2019-12-11lok: fix welded dialogsHenry Castro1-0/+6
2019-12-11lok: evaluate assertion if LOK Windows container is emptyHenry Castro3-3/+10
2019-12-10lok: don't show tooltip for popup menus inside dialogsTamás Zolnai1-0/+10
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann1-5/+3
2019-12-10lok: show tooltips on dialogsTamás Zolnai2-4/+5
2019-12-09use HasChildPathFocus for SpinButton like ComboBoxCaolán McNamara1-0/+7
2019-12-09Enable/Disable of children shouldn't be necessaryCaolán McNamara1-0/+4
2019-12-09tdf#129071 Qt5 set file picker parent widgetJan-Marek Glogowski2-28/+82
2019-12-09only connect to tooltip query when we have toCaolán McNamara2-4/+15
2019-12-09Related tdf#108458 if no TooltipHdl set use usual tooltipCaolán McNamara3-11/+14
2019-12-09tdf#108458 related: Add tooltip handling to TreeViewJim Raykowski3-2/+48
2019-12-09weld Property BrowserCaolán McNamara3-14/+57
2019-12-09no longer have to worry about intra-module compatibilityCaolán McNamara1-12/+7
2019-12-09tdf#122706 Fix built-in HID on Print dialogs Help buttonKelemen Gábor1-1/+1
2019-12-08pdfexport: improved detection of failure to print with --disable-guiAshod Nakashian1-2/+3
2019-12-07return blank ident if empty notebookCaolán McNamara1-1/+2
2019-12-07Avoid loplugin:staticmethodsStephan Bergmann1-0/+2
2019-12-07Fix more new dependencies on boost_headersStephan Bergmann1-0/+2
2019-12-06loplugin:redundantcast (macOS)Stephan Bergmann1-1/+1
2019-12-06loplugin:external (macOS)Stephan Bergmann7-4/+58
2019-12-06Removed duplicated includeAndrea Gelmini1-1/+0
2019-12-06remove the added pages grid and tabpage when remove page calledCaolán McNamara1-8/+16
2019-12-06Qt5 fix missing XCB_ICCCM_WM_HINT_WINDOW_GROUPJan-Marek Glogowski2-0/+73
2019-12-06use SkBitmap::setImmutable() where suitableLuboš Luňák4-0/+7
2019-12-06make all Skia drawing GPU-backed, if possibleLuboš Luňák7-207/+296
2019-12-06check also setupDrawBlend() in visualbackendtestLuboš Luňák1-1/+8
2019-12-06keep just one shared reference to Skia shared GrContextLuboš Luňák7-20/+101