summaryrefslogtreecommitdiff
path: root/vcl/qa
AgeCommit message (Expand)Author
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2019-04-16adjust BitmapTest::testN8Greyscale() for OpenGL valuesLuboš Luňák
2019-04-16add unittest for SalBitmap::Scale()Luboš Luňák
2019-04-16fix vcl_svm_test with OpenGLLuboš Luňák
2019-04-16remove pointless #ifdefLuboš Luňák
2019-04-16Test an alpha VirtualDevice and fix GetPixel and DrawPixelTomaž Vajngerl
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-14vcl: add a basic Octree testTomaž Vajngerl
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-04-13Improve multi-threaded scaling in BitmapScaleSuperFilterTomaž Vajngerl
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen
2019-04-04change GetColorCount to use sal_Int64Tomaž Vajngerl
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl
2019-03-29fix testConvert for OpenGLTomaž Vajngerl
2019-03-29add bitmap test with a custom 8bit paletteTomaž Vajngerl
2019-03-29tdf#107966 vcl opengl: fix not drawn 1px wide polypolygonsMiklos Vajna
2019-03-29check that jpeg export of 8bit grayscale worksLuboš Luňák
2019-03-28check that jpeg export of 8bit non-grayscale worksLuboš Luňák
2019-03-28make ReadTexture() also handle 8-bit non-grayscale images (tdf#116888)Luboš Luňák
2019-03-26CppunitTest_vcl_complextext: work around lo_daily_update_gandalf failureMiklos Vajna
2019-03-26Rename DrawCommand* to WidgetDrawAction*, remove unused circ drawTomaž Vajngerl
2019-03-25fix grayscale jpeg writing in pdfexport (tdf#121615)Luboš Luňák
2019-03-22Related: tdf#124109 vcl: make glyph item caching work with kashida glyphsMiklos Vajna
2019-03-12tdf#123304: Allow the full feature syntax as pre 6.2Khaled Hosny
2019-03-10widget theme: draw listheader button and arrowTomaž Vajngerl
2019-03-09Separate style colors from WidgetDefinition into its own classTomaž Vajngerl
2019-03-08tdf#121120 vcl opengl: handle 8-bit palette bitmap as 24 bit RGB textureMiklos Vajna
2019-03-08new loplugin constvarsNoel Grandin
2019-03-06Support first, last tab item for the widget definitionTomaž Vajngerl
2019-03-05Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl
2019-03-04Refactor so we have only one definition map and ControlTypeAndPartTomaž Vajngerl
2019-03-04separate WidgetDefinitionReader from the actual WidgetDefinitionTomaž Vajngerl
2019-03-04Update WidgetDefinitionTest for RadioButton and button valueTomaž Vajngerl
2019-03-04Read style colors from a xml widget definition fileTomaž Vajngerl
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann
2019-02-16Fix typosAndrea Gelmini
2019-02-15disble test of rendering BitmapEx with alpha on Windows for nowTomaž Vajngerl
2019-02-14vcl: test rendering of bitmaps with alphaTomaž Vajngerl
2019-02-13Improve the algorithm of disabled image creationTomaž Vajngerl
2019-02-09add PngImageFilter that uses libpng for PNG loadingTomaž Vajngerl
2019-01-30Consistently skip "Import the bugdoc and print to PDF" testsStephan Bergmann
2019-01-30Resolves: tdf#122958 bmps with weird compression values that work in msoCaolán McNamara
2019-01-26vcl: test gradient draw into a metafile, extend the dumperTomaž Vajngerl
2019-01-24tdf#96892 vcl: add unit test for misplaced soft-hyphen ...Michael Stahl
2019-01-15vcl: protect more outdev functions for disposed stateMiklos Vajna
2019-01-11tdf#114441 Convert use of sal_uLong to sal_uInt32Gabor Kelemen
2019-01-10Revert "Try fixing VclComplexTextTest::testArabic by rescheduling"Mike Kaganski
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin