summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-04-19drop some unneeded includesCaolán McNamara
2019-04-19optimise find/insert patternNoel Grandin
2019-04-19testAlphaVirtualDevice increase delta to 6Tomaž Vajngerl
2019-04-19vcl: Allow for rounding errors on Win32 in testAlphaVirtualDeviceTomaž Vajngerl
2019-04-19vcl: extend SVM (MetaFile) BitmapEx testsTomaž Vajngerl
2019-04-18weld ScOptSolverDlgCaolán McNamara
2019-04-18tdf#43157 Clean up OSL_TRACE (replace with SAL_INFO)Jens Carl
2019-04-18forcepoint#78 large double cast to sal_Int32 wraps to negCaolán McNamara
2019-04-18Removed duplicated includesAndrea Gelmini
2019-04-17weld ScTPValidationValue and ScValidationDlgCaolán McNamara
2019-04-17Initialize ImplCursorData members as requiredStephan Bergmann
2019-04-17gtk3_kde5: No longer kill fpicker process on timeoutMichael Weghorn
2019-04-17tdf#124597 template select dialog launched before parent gets final sizeCaolán McNamara
2019-04-17tdf#124032 fix Edit background drawingTomaž Vajngerl
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-04-16abort() in dbgutil mode if OpenGL shader compilation failsLuboš Luňák
2019-04-16Missing include (Windows --disable-pch)Stephan Bergmann
2019-04-16adjust BitmapTest::testN8Greyscale() for OpenGL valuesLuboš Luňák
2019-04-16add unittest for SalBitmap::Scale()Luboš Luňák
2019-04-16fix areaScaleFragmentShader.glsl with texture atlas (tdf#105277)Luboš Luňák
2019-04-16fix vcl_svm_test with OpenGLLuboš Luňák
2019-04-16in dbgutil mode initialize texture contents with predictable garbageLuboš Luňák
2019-04-16make ConvertBGRABufferToBitmapEx work properly also on non-win32Luboš Luňák
2019-04-16round() instead of truncating in two-pass OpenGL area scalingLuboš Luňák
2019-04-16remove pointless #ifdefLuboš Luňák
2019-04-16Library_vcl has a dependency on vcl opengl packagesLuboš Luňák
2019-04-16Test an alpha VirtualDevice and fix GetPixel and DrawPixelTomaž Vajngerl
2019-04-16edit widget not redrawing text properlyCaolán McNamara
2019-04-16Test drawing BitmapEx with an alpha channel on a VirtualDeviceTomaž Vajngerl
2019-04-16Add test for BitmapEx GetPixelColor for 24+8 and 32bit BitmapsTomaž Vajngerl
2019-04-16Add backend tests as CPPUNIT testsTomaž Vajngerl
2019-04-15Fix --enable-gtk3-kde5 buildStephan Bergmann
2019-04-15restore code commentsLuboš Luňák
2019-04-15Related: tdf#97822 vcl opengl gtk2: fix missing slider widgetMiklos Vajna
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-04-15move ImpNodeCache into Octree.cxx and clean-upTomaž Vajngerl
2019-04-14Octree: more clean-up, avoid memset, prefix member varsTomaž Vajngerl
2019-04-14vcl: add a basic Octree testTomaž Vajngerl
2019-04-14put Octree classes out of formatting blacklistTomaž Vajngerl
2019-04-14move octree to bitmap folder, and *octree headers to inc/bitmapTomaž Vajngerl
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-04-13BitmapScaleSuper: rename the func. names to reflect what they doTomaž Vajngerl
2019-04-13BitmapScaleSuper: generalize 24bit scalingTomaž Vajngerl
2019-04-13BitmapScaleSuper: make it easy to change the percisionTomaž Vajngerl
2019-04-13tdf#97822 vcl opengl gtk2: fix missing list node widgetMiklos Vajna
2019-04-13use more std::make_uniqueNoel Grandin
2019-04-13tdf#124543 add functs. to scale 32bit bitmaps to BitmapScaleSuperTomaž Vajngerl
2019-04-13Improve multi-threaded scaling in BitmapScaleSuperFilterTomaž Vajngerl
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara
2019-04-12prefer vector::data to &vector[0]Caolán McNamara