summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-04-16abort() in dbgutil mode if OpenGL shader compilation failsLuboš Luňák1-0/+4
2019-04-16Missing include (Windows --disable-pch)Stephan Bergmann1-0/+3
2019-04-16adjust BitmapTest::testN8Greyscale() for OpenGL valuesLuboš Luňák1-55/+62
2019-04-16add unittest for SalBitmap::Scale()Luboš Luňák1-1/+109
2019-04-16fix areaScaleFragmentShader.glsl with texture atlas (tdf#105277)Luboš Luňák3-40/+74
2019-04-16fix vcl_svm_test with OpenGLLuboš Luňák2-6/+41
2019-04-16in dbgutil mode initialize texture contents with predictable garbageLuboš Luňák1-0/+14
2019-04-16make ConvertBGRABufferToBitmapEx work properly also on non-win32Luboš Luňák2-5/+29
2019-04-16round() instead of truncating in two-pass OpenGL area scalingLuboš Luňák1-2/+2
2019-04-16remove pointless #ifdefLuboš Luňák1-27/+0
2019-04-16Library_vcl has a dependency on vcl opengl packagesLuboš Luňák3-1/+8
2019-04-16Test an alpha VirtualDevice and fix GetPixel and DrawPixelTomaž Vajngerl2-10/+88
2019-04-16edit widget not redrawing text properlyCaolán McNamara1-2/+2
2019-04-16Test drawing BitmapEx with an alpha channel on a VirtualDeviceTomaž Vajngerl2-6/+33
2019-04-16Add test for BitmapEx GetPixelColor for 24+8 and 32bit BitmapsTomaž Vajngerl3-7/+85
2019-04-16Add backend tests as CPPUNIT testsTomaž Vajngerl15-33/+595
2019-04-15Fix --enable-gtk3-kde5 buildStephan Bergmann1-1/+1
2019-04-15restore code commentsLuboš Luňák1-0/+7
2019-04-15Related: tdf#97822 vcl opengl gtk2: fix missing slider widgetMiklos Vajna2-66/+58
2019-04-15loplugin:sequentialassign in vclNoel Grandin25-73/+32
2019-04-15move ImpNodeCache into Octree.cxx and clean-upTomaž Vajngerl2-51/+44
2019-04-14Octree: more clean-up, avoid memset, prefix member varsTomaž Vajngerl3-144/+143
2019-04-14vcl: add a basic Octree testTomaž Vajngerl1-0/+51
2019-04-14put Octree classes out of formatting blacklistTomaž Vajngerl3-190/+189
2019-04-14move octree to bitmap folder, and *octree headers to inc/bitmapTomaž Vajngerl6-7/+7
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski4-2/+11
2019-04-13BitmapScaleSuper: rename the func. names to reflect what they doTomaž Vajngerl1-13/+16
2019-04-13BitmapScaleSuper: generalize 24bit scalingTomaž Vajngerl1-250/+109
2019-04-13BitmapScaleSuper: make it easy to change the percisionTomaž Vajngerl1-202/+215
2019-04-13tdf#97822 vcl opengl gtk2: fix missing list node widgetMiklos Vajna2-10/+20
2019-04-13use more std::make_uniqueNoel Grandin6-7/+7
2019-04-13tdf#124543 add functs. to scale 32bit bitmaps to BitmapScaleSuperTomaž Vajngerl1-2/+213
2019-04-13Improve multi-threaded scaling in BitmapScaleSuperFilterTomaž Vajngerl2-37/+129
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara1-3/+4
2019-04-12prefer vector::data to &vector[0]Caolán McNamara10-32/+32
2019-04-12loplugin:unusedmethodsNoel Grandin1-11/+0
2019-04-12internally resize image instead of scaling bitmaps outsideTomaž Vajngerl3-12/+31
2019-04-12downgrade warning to infoCaolán McNamara1-1/+1
2019-04-12drop warning we're going to do nothing aboutCaolán McNamara1-4/+0
2019-04-11weld ScDbNameDlgCaolán McNamara2-0/+20
2019-04-11weld ScNameDlgCaolán McNamara2-0/+27
2019-04-10fix build failure, use explicit $(SRCDIR)Caolán McNamara1-1/+1
2019-04-10Fix typoAndrea Gelmini1-1/+1
2019-04-10weld ScCorrelationDialogCaolán McNamara2-0/+203
2019-04-10tdf#124652 Guard Gtk3KDE5FolderPicker::execute with SolarMutexGuardMichael Weghorn1-1/+5
2019-04-10tdf#82009 TreeList move painting of drag target into Paint func.Tomaž Vajngerl3-16/+23
2019-04-10tdf#124238 - Show a Tip-Of-The-Day dialog on startupheiko tietze4-0/+36
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai2-17/+2
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen3-0/+3
2019-04-10vcl PDF import: clean up CompatibleWriterMiklos Vajna1-13/+4