summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-11-19pdfium: add signature and trailer end getter wrappersMiklos Vajna1-0/+16
2020-11-18Remove unused Manager::registerGraphic rsContext parameterStephan Bergmann2-11/+9
2020-11-18tdf#138271 send value-changed on FormattedSpinButton losing focusCaolán McNamara1-1/+23
2020-11-18Remove unused SalGtkFilePicker::implAddFilterGroup _rFilter parameterStephan Bergmann2-3/+3
2020-11-18Remove unused GraphicObject::SetGraphic pCopyObj and rLink parametersStephan Bergmann1-6/+1
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+5
2020-11-18vcl: clean up unused PDFDocument functionsMiklos Vajna1-67/+0
2020-11-17tdf#137628 sc: fix white part in autofilterAttila Szűcs1-7/+12
2020-11-17implement also axial gradient for skiaLuboš Luňák2-3/+16
2020-11-17Don't use new/delete here when automatic variable is enoughMike Kaganski1-10/+9
2020-11-17tdf#138022 Skia don't recreate empty surfacesJan-Marek Glogowski2-9/+15
2020-11-17set Skia pixel geometry for every surfaceLuboš Luňák5-32/+35
2020-11-17update Skia to chrome/m88Luboš Luňák3-16/+29
2020-11-17loplugin:stringviewparam check methods tooNoel14-64/+65
2020-11-17tdf#138183 sync pending clipboard assign on clipboard ownership-changeCaolán McNamara1-0/+13
2020-11-16Instead of labs, use overloaded absStephan Bergmann7-11/+26
2020-11-16avoid loplugin::toolslong warnings in qt5 vcl backendLuboš Luňák3-10/+13
2020-11-16fix loplugin indentation warningLuboš Luňák1-2/+2
2020-11-16replace std::min(std::max()) with std::clampNoel2-2/+2
2020-11-16tdf#137898 Page count is not reset to 1 in the print preview dialogCaolán McNamara1-1/+1
2020-11-16disable Vulkan for Windows 7 (tdf#138219)Luboš Luňák1-0/+3
2020-11-16tdf#113163 OOXML Fix transparency and alpha channel supportBartosz Kosiorek2-1/+3
2020-11-16check TopLevelMenuHelper for existenceCaolán McNamara1-1/+2
2020-11-16tools::Long->sal_uInt16 in ImpErrorQuadNoel1-15/+15
2020-11-16replace std::max(std::min()) with std::clampNoel1-2/+2
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara9-0/+22
2020-11-15add Menu::get_idCaolán McNamara3-0/+15
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann18-150/+185
2020-11-15CGFloat appears to be a more suitable type hereStephan Bergmann1-24/+24
2020-11-15Assumed UNOIDL long vs. C++ sal_Int32 confusionStephan Bergmann1-3/+3
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann1-2/+3
2020-11-15-Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann1-2/+7
2020-11-15CGFloat appears to be a more suitable type for these AquaSalObject membersStephan Bergmann1-8/+8
2020-11-15DPI values are generally represented as sal_Int32 in VCLStephan Bergmann6-10/+11
2020-11-15UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann1-1/+1
2020-11-15UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann1-1/+1
2020-11-15UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann1-3/+3
2020-11-15uitest: Rename the "SET" to "TYPE" for Edit boxes + implement the real "SET".Jan Holesovsky1-1/+12
2020-11-14enable vcl backendtest unittest for headless tooLuboš Luňák1-3/+2
2020-11-14remove SalPointNoel Grandin29-352/+352
2020-11-14fix updates of Skia draw region for Windows widgets (tdf#137559)Luboš Luňák1-0/+3
2020-11-14allow F1<->F26 accelerators in .uiCaolán McNamara1-0/+6
2020-11-14Related: tdf#131970 icon-switcher should be in single-selection modeCaolán McNamara2-0/+11
2020-11-13add set_accessible_descriptionCaolán McNamara3-0/+15
2020-11-13fix some tools::Long falloutNoel Grandin1-2/+2
2020-11-13block nvidia drivers for vulkan only for version<457.36.0 (tdf#138145)Luboš Luňák1-1/+1
2020-11-13properly clip native VCL gradients (tdf#137563)Luboš Luňák1-1/+2
2020-11-13tdf#131970 enable tab-cycling between VerticalTabControl membersCaolán McNamara1-0/+1
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin3-12/+12
2020-11-13remove unused #ifdefNoel1-13/+3