summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-12-03toolbar item visibilty defaults to false in GtkBuilder but true in vclCaolán McNamara
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann
2019-12-03tdf#129068 try dialog content area help before dialog itselfCaolán McNamara
2019-12-03Use namespaces instead of structsStephan Bergmann
2019-12-03remove some useless comment linesNoel Grandin
2019-12-03avoid invalid static_cast when mixing X11 and OpenGL bitmapsLuboš Luňák
2019-12-03tdf#129134 ApplicationColors Scrolled List moves too littleCaolán McNamara
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