summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-12-03Fix compilation with `make -- dbglevel=2`Alex Henrie
2019-12-01weld FmFieldWinCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann
2019-12-01missing includeStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-29missing include (for close)Stephan Bergmann
2019-11-29make some function symbols module privateNoel Grandin
2019-11-29skia: fix --disable-gui buildLuboš Luňák
2019-11-28Drop unnecessarily user-provided ~SalLayoutGlyphsImplStephan Bergmann
2019-11-28Blind additional fix of the Android TB build errorJan-Marek Glogowski
2019-11-28Blind fix of the Android TB build errorJan-Marek Glogowski
2019-11-28tdf#129043 Correctly deliver combo box events when used with keyboardSamuel Mehrbrodt
2019-11-27tdf#128337 clip the metafile Gradient drawingJan-Marek Glogowski
2019-11-27loplugin:finalclasses in vclNoel Grandin
2019-11-27get_active should be true when activated but menu not yet shownCaolán McNamara
2019-11-27Blind fix for 32-bit buildsStephan Bergmann
2019-11-27Fix typoAndrea Gelmini
2019-11-27android: Introduce --enable-android-lok configure switch to fix RGB vs. BGR.Jan Holesovsky
2019-11-27Removed duplicated includeAndrea Gelmini
2019-11-27Fix typoAndrea Gelmini
2019-11-27Fix typoAndrea Gelmini
2019-11-27tdf#129042 factor the wizard buttons into the desired min widthCaolán McNamara
2019-11-27tdf#129042 set a min size for the wizard dialogsCaolán McNamara
2019-11-27tdf#108642 load accessibility children fasterNoel Grandin
2019-11-27use idle priority in visualbackendtestLuboš Luňák
2019-11-27always test Skia before OpenGLLuboš Luňák
2019-11-27fix SkiaSalGraphicsImpl::drawPolyLine()Luboš Luňák
2019-11-27don't fall back to raster if Skia is first asked for offscreen surfaceLuboš Luňák
2019-11-27use the native Skia color Type when using VulkanLuboš Luňák
2019-11-27revert BackendCapabilities::mbSupportsBitmap32 for SkiaLuboš Luňák
2019-11-27handle properly true 32bit bitmaps in some placesLuboš Luňák
2019-11-27copy SkImage properlyLuboš Luňák
2019-11-27fix mistyped operatorLuboš Luňák
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák
2019-11-27avoid unused parameter warning in non-debug buildLuboš Luňák
2019-11-27make about dialog differentiate between Skia with Vulkan or rasterLuboš Luňák
2019-11-27make sure Skia invert with TrackFrame doesn't paint outsideLuboš Luňák
2019-11-27make Skia GPU offscreen surfaces work with unittestsLuboš Luňák
2019-11-27add invert() tests to visualbackendtestLuboš Luňák
2019-11-27do not use Xlib for accessing something that is not an X windowLuboš Luňák
2019-11-27remove no-longer-needed Skia workaround for GPU offscreen drawingLuboš Luňák
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák
2019-11-27fix Skia offscreen GPU-backed drawingLuboš Luňák
2019-11-27clean up properly in VCL backend testsLuboš Luňák
2019-11-27avoid repeated SkSurface recreating because of X11 being asynchronousLuboš Luňák
2019-11-27use different line and fill color in vcl backendtestLuboš Luňák
2019-11-27make Skia copyArea() and copyBits() actually copy, not drawLuboš Luňák
2019-11-27use center of pixels when doing GPU drawing using SkiaLuboš Luňák
2019-11-27make SkiaSalGraphicsImpl use GPU-backed SkSurface also for offscreenLuboš Luňák