summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák12-85/+61
2019-12-06tdf#129071 Qt5 handle windows with parents as dialogsJan-Marek Glogowski3-8/+9
2019-12-06disable VCL backendtest again for qt5svpLuboš Luňák1-2/+1
2019-12-06handle unsetting ImageCaolán McNamara1-1/+4
2019-12-06lok preload: Some symbols are in-process when we need them.Jan Holesovsky1-7/+24
2019-12-06Resolves tdf#129140 - Wording in printer dialogHeiko Tietze1-3/+3
2019-12-05drawPixel() should still get 'true' for bXorModeAllowed.Jan Holesovsky1-2/+2
2019-12-05loplugin:redundantpointerops (clang-cl)Stephan Bergmann1-1/+1
2019-12-05loplugin:external (clang-cl)Stephan Bergmann8-3/+57
2019-12-05Silence loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann2-3/+4
2019-12-05KF5 drop KF5FilePicker::executeJan-Marek Glogowski3-29/+7
2019-12-05-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann1-0/+1
2019-12-05-Werror,-Winconsistent-missing-override (clang-cl)Stephan Bergmann1-1/+1
2019-12-05-Werror,-Wmicrosoft-pure-definition (clang-cl)Stephan Bergmann1-1/+1
2019-12-05Make sure external/skia include file doesn't define macro YieldStephan Bergmann1-0/+3
2019-12-05use o3tl::optional instead of pointerNoel Grandin3-8/+6
2019-12-05turn TimeFormatter::ImplInit into initializer listCaolán McNamara1-15/+10
2019-12-05turn DateFormatter::ImplInit into initializer listCaolán McNamara1-20/+14
2019-12-05no point setting mnDecimalDigits to overwrite it immediatelyCaolán McNamara1-2/+2
2019-12-05turn NumericFormatter::ImplInit into initializer listCaolán McNamara1-23/+16
2019-12-05turn MetricFormatter::ImplInit into initializer listCaolán McNamara1-7/+2
2019-12-05replace only use of GetDefaultUnit() with FieldUnit::NONECaolán McNamara1-3/+1
2019-12-05the only call to MetricField::SetDefaultUnit doesn't change the defaultCaolán McNamara1-4/+1
2019-12-05headless: Don't leak the cairo context in drawPixel().Jan Holesovsky1-1/+4
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-05Qt5 hide more Qt5FilePicker detailsJan-Marek Glogowski4-47/+32
2019-12-05make some classes module privateNoel Grandin10-25/+25
2019-12-04fix manual insert into a size groupCaolán McNamara1-2/+2
2019-12-04factor out 'weld::Widget as XWindow'Caolán McNamara2-93/+8
2019-12-04tdf#128992 Compressing PNG files with alpha channel get a black backgroundNoel Grandin1-1/+2
2019-12-04honour GtkScrolledWindow shadow-typeCaolán McNamara1-1/+18
2019-12-04weld ONavigatorCaolán McNamara2-0/+12
2019-12-03toolbar item visibilty defaults to false in GtkBuilder but true in vclCaolán McNamara1-4/+6
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-0/+3
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-9/+6
2019-12-03tdf#129068 try dialog content area help before dialog itselfCaolán McNamara2-0/+38
2019-12-03Use namespaces instead of structsStephan Bergmann1-4/+4
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-12-03avoid invalid static_cast when mixing X11 and OpenGL bitmapsLuboš Luňák2-1/+4
2019-12-03tdf#129134 ApplicationColors Scrolled List moves too littleCaolán McNamara2-0/+22
2019-12-03Fix compilation with `make -- dbglevel=2`Alex Henrie2-1/+2