summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-01weld FmFieldWinCaolán McNamara6-26/+161
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann19-46/+46
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann5-6/+6
2019-12-01missing includeStephan Bergmann1-0/+4
2019-11-30Rewrite uses of boost::optionalStephan Bergmann2-13/+13
2019-11-29missing include (for close)Stephan Bergmann1-0/+1
2019-11-29make some function symbols module privateNoel Grandin1-1/+1
2019-11-29skia: fix --disable-gui buildLuboš Luňák1-0/+1
2019-11-28Drop unnecessarily user-provided ~SalLayoutGlyphsImplStephan Bergmann2-3/+0
2019-11-28Blind additional fix of the Android TB build errorJan-Marek Glogowski1-1/+1
2019-11-28Blind fix of the Android TB build errorJan-Marek Glogowski1-1/+1
2019-11-28tdf#129043 Correctly deliver combo box events when used with keyboardSamuel Mehrbrodt3-2/+6
2019-11-27tdf#128337 clip the metafile Gradient drawingJan-Marek Glogowski2-8/+10
2019-11-27loplugin:finalclasses in vclNoel Grandin62-106/+95
2019-11-27get_active should be true when activated but menu not yet shownCaolán McNamara2-2/+14
2019-11-27Blind fix for 32-bit buildsStephan Bergmann1-1/+1
2019-11-27Fix typoAndrea Gelmini1-1/+1
2019-11-27android: Introduce --enable-android-lok configure switch to fix RGB vs. BGR.Jan Holesovsky2-2/+6
2019-11-27Removed duplicated includeAndrea Gelmini1-1/+0
2019-11-27Fix typoAndrea Gelmini1-1/+1
2019-11-27Fix typoAndrea Gelmini1-1/+1
2019-11-27tdf#129042 factor the wizard buttons into the desired min widthCaolán McNamara1-4/+14
2019-11-27tdf#129042 set a min size for the wizard dialogsCaolán McNamara1-0/+1
2019-11-27tdf#108642 load accessibility children fasterNoel Grandin1-24/+34
2019-11-27use idle priority in visualbackendtestLuboš Luňák1-1/+1
2019-11-27always test Skia before OpenGLLuboš Luňák3-10/+8
2019-11-27fix SkiaSalGraphicsImpl::drawPolyLine()Luboš Luňák1-24/+16
2019-11-27don't fall back to raster if Skia is first asked for offscreen surfaceLuboš Luňák1-18/+14
2019-11-27use the native Skia color Type when using VulkanLuboš Luňák1-6/+5
2019-11-27revert BackendCapabilities::mbSupportsBitmap32 for SkiaLuboš Luňák5-24/+9
2019-11-27handle properly true 32bit bitmaps in some placesLuboš Luňák2-0/+3
2019-11-27copy SkImage properlyLuboš Luňák1-1/+3
2019-11-27fix mistyped operatorLuboš Luňák1-1/+1
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák7-61/+36
2019-11-27avoid unused parameter warning in non-debug buildLuboš Luňák1-0/+1
2019-11-27make about dialog differentiate between Skia with Vulkan or rasterLuboš Luňák2-2/+15
2019-11-27make sure Skia invert with TrackFrame doesn't paint outsideLuboš Luňák2-2/+6
2019-11-27make Skia GPU offscreen surfaces work with unittestsLuboš Luňák6-72/+65
2019-11-27add invert() tests to visualbackendtestLuboš Luňák2-10/+45
2019-11-27do not use Xlib for accessing something that is not an X windowLuboš Luňák1-1/+1
2019-11-27remove no-longer-needed Skia workaround for GPU offscreen drawingLuboš Luňák1-5/+0
2019-11-27make Skia VCL backend fall back to raster if vulkan doesn't workLuboš Luňák5-41/+69
2019-11-27fix Skia offscreen GPU-backed drawingLuboš Luňák8-115/+89
2019-11-27clean up properly in VCL backend testsLuboš Luňák1-1/+1
2019-11-27avoid repeated SkSurface recreating because of X11 being asynchronousLuboš Luňák4-9/+29
2019-11-27use different line and fill color in vcl backendtestLuboš Luňák11-58/+145