summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2019-12-05make some classes module privateNoel Grandin1-9/+9
2019-12-04fix manual insert into a size groupCaolán McNamara1-2/+2
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 McNamara1-0/+6
2019-12-03toolbar item visibilty defaults to false in GtkBuilder but true in vclCaolán McNamara1-4/+6
2019-12-03tdf#129068 try dialog content area help before dialog itselfCaolán McNamara1-0/+14
2019-12-03Use namespaces instead of structsStephan Bergmann1-4/+4
2019-12-03tdf#129134 ApplicationColors Scrolled List moves too littleCaolán McNamara1-0/+12
2019-12-01weld FmFieldWinCaolán McNamara2-11/+30
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-7/+7
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-6/+6
2019-11-29missing include (for close)Stephan Bergmann1-0/+1
2019-11-28Drop unnecessarily user-provided ~SalLayoutGlyphsImplStephan Bergmann1-2/+0
2019-11-28tdf#129043 Correctly deliver combo box events when used with keyboardSamuel Mehrbrodt2-2/+5
2019-11-27tdf#128337 clip the metafile Gradient drawingJan-Marek Glogowski2-8/+10
2019-11-27get_active should be true when activated but menu not yet shownCaolán McNamara2-2/+14
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-27always test Skia before OpenGLLuboš Luňák2-8/+6
2019-11-27handle properly true 32bit bitmaps in some placesLuboš Luňák1-0/+2
2019-11-27avoid some compiler warnings in Skia VCL codeLuboš Luňák1-1/+1
2019-11-27make about dialog differentiate between Skia with Vulkan or rasterLuboš Luňák1-1/+13
2019-11-27fix alpha conversion in SalBitmap::convertDataBitCount()Luboš Luňák1-1/+1
2019-11-27Add getting of render backend name + impl. for skiaTomaž Vajngerl1-0/+7
2019-11-27add GUI and configuration options for SkiaLuboš Luňák1-1/+4
2019-11-27Skia alpha handling improvementsLuboš Luňák1-64/+51
2019-11-27better support for <8 bpp in SkiaSalBitmapLuboš Luňák1-0/+43
2019-11-27move opengl's code for converting 1,2,4bpp to 24bppLuboš Luňák1-0/+143
2019-11-27add .cxx file for SalBitmapLuboš Luňák1-0/+44
2019-11-27basic functional implementation of Skia SalBmpLuboš Luňák1-0/+2
2019-11-27initial empty Skia VCL implementationLuboš Luňák3-0/+4
2019-11-27move opengl vcl files to opengl/Luboš Luňák1-1/+1
2019-11-27Remove unused TrueColorPixelPtr specialization SetAlphaStephan Bergmann1-1/+0
2019-11-27tdf#108642 rate-limit progress paintingNoel Grandin1-3/+11
2019-11-27tdf#126043 use another bulk_insert_for_eachCaolán McNamara1-1/+7
2019-11-26tdf#129037 add a way to select multiple entries of a ListBox togetherCaolán McNamara1-0/+30
2019-11-26tdf#127403 Revert "VCL keep / return the original set TextEngine font"Jan-Marek Glogowski2-25/+56
2019-11-26cppcheck: performing init in init list (sw/vcl/xmloff)Julien Nabet2-24/+10
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara6-37/+39
2019-11-26tdf#128629 vcl DrawTransformedBitmapEx: do scaling for flipped bitmapsMiklos Vajna1-1/+2
2019-11-26Better fix for GCC -Werror=stringop-truncationStephan Bergmann1-8/+1
2019-11-24widget theme: add additional settings to the theme definitionTomaž Vajngerl2-9/+42
2019-11-22GCC trunk towards GCC 9 still emits a bogus -Wstringop-truncationJulien Nabet1-0/+7
2019-11-22use prime symbol for footCaolán McNamara2-3/+21
2019-11-22Resolves: tdf#128948 double prime symbol not parsed as inch indicatorCaolán McNamara1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann44-14/+373
2019-11-21loplugin:unusedfieldsNoel Grandin1-4/+0