summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2019-12-06handle unsetting ImageCaolán McNamara
2019-12-06lok preload: Some symbols are in-process when we need them.Jan Holesovsky
2019-12-05use o3tl::optional instead of pointerNoel Grandin
2019-12-05turn TimeFormatter::ImplInit into initializer listCaolán McNamara
2019-12-05turn DateFormatter::ImplInit into initializer listCaolán McNamara
2019-12-05no point setting mnDecimalDigits to overwrite it immediatelyCaolán McNamara
2019-12-05turn NumericFormatter::ImplInit into initializer listCaolán McNamara
2019-12-05turn MetricFormatter::ImplInit into initializer listCaolán McNamara
2019-12-05replace only use of GetDefaultUnit() with FieldUnit::NONECaolán McNamara
2019-12-05the only call to MetricField::SetDefaultUnit doesn't change the defaultCaolán McNamara
2019-12-05make some classes module privateNoel Grandin
2019-12-04fix manual insert into a size groupCaolán McNamara
2019-12-04tdf#128992 Compressing PNG files with alpha channel get a black backgroundNoel Grandin
2019-12-04honour GtkScrolledWindow shadow-typeCaolán McNamara
2019-12-04weld ONavigatorCaolán McNamara
2019-12-03toolbar item visibilty defaults to false in GtkBuilder but true in vclCaolán McNamara
2019-12-03tdf#129068 try dialog content area help before dialog itselfCaolán McNamara
2019-12-03Use namespaces instead of structsStephan Bergmann
2019-12-03tdf#129134 ApplicationColors Scrolled List moves too littleCaolán McNamara
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-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-29missing include (for close)Stephan Bergmann
2019-11-28Drop unnecessarily user-provided ~SalLayoutGlyphsImplStephan Bergmann
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-27get_active should be true when activated but menu not yet shownCaolán McNamara
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-27always test Skia before OpenGLLuboš Luňák
2019-11-27handle properly true 32bit bitmaps in some placesLuboš Luňák
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák
2019-11-27make about dialog differentiate between Skia with Vulkan or rasterLuboš Luňák
2019-11-27fix alpha conversion in SalBitmap::convertDataBitCount()Luboš Luňák
2019-11-27Add getting of render backend name + impl. for skiaTomaž Vajngerl
2019-11-27add GUI and configuration options for SkiaLuboš Luňák
2019-11-27Skia alpha handling improvementsLuboš Luňák
2019-11-27better support for <8 bpp in SkiaSalBitmapLuboš Luňák
2019-11-27move opengl's code for converting 1,2,4bpp to 24bppLuboš Luňák
2019-11-27add .cxx file for SalBitmapLuboš Luňák
2019-11-27basic functional implementation of Skia SalBmpLuboš Luňák
2019-11-27initial empty Skia VCL implementationLuboš Luňák
2019-11-27move opengl vcl files to opengl/Luboš Luňák
2019-11-27Remove unused TrueColorPixelPtr specialization SetAlphaStephan Bergmann
2019-11-27tdf#108642 rate-limit progress paintingNoel Grandin
2019-11-27tdf#126043 use another bulk_insert_for_eachCaolán McNamara
2019-11-26tdf#129037 add a way to select multiple entries of a ListBox togetherCaolán McNamara
2019-11-26tdf#127403 Revert "VCL keep / return the original set TextEngine font"Jan-Marek Glogowski