summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-09-02tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks1-0/+2
2015-09-02windows opengl: Avoid an unnecessary wglMakeCurrent() call.Jan Holesovsky1-2/+2
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin2-2/+2
2015-09-01More useful param typeStephan Bergmann3-5/+5
2015-09-01More vcl unit test headers for good measure.Michael Meeks1-0/+2
2015-09-01vcl: evidently that test needs glew headers nowMichael Stahl1-0/+1
2015-09-01Fixup CRC related unit tests for now.Michael Meeks2-2/+7
2015-09-01Tweak VCL unit tests for OpenGL.Michael Meeks1-7/+19
2015-09-01WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]Tor Lillqvist1-1/+1
2015-09-01WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist1-1/+1
2015-09-01windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.Jan Holesovsky1-2/+2
2015-09-01Removed the crc table from the check-sum headerMarco Cecchetti2-2/+105
2015-09-01Modified CRC test in order to fix test failure on OSXMarco Cecchetti1-0/+1
2015-09-01tdf#93532 - Bitmap CRC unit tests.Michael Meeks1-0/+56
2015-09-01Removed no more needed code in ImpBitmap::ImplGetChecksuMarco Cecchetti1-2/+1
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti2-2/+13
2015-09-01CRC is an integer type -> mnChecksum.Michael Meeks2-5/+5
2015-09-01fix: buffer was released before getting checksum.Michael Meeks1-1/+1
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti3-28/+31
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti6-92/+92
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti10-19/+19
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti4-158/+3
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti14-60/+468
2015-09-01tdf#93838 windows opengl: fix vertical text position in UniscribeLayoutMiklos Vajna1-3/+3
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks6-1/+23
2015-09-01windows opengl: Call InitGLEWDebugging() after we have the context.Jan Holesovsky1-1/+2
2015-09-01windows opengl: Don't paint cached widgets upside down.Jan Holesovsky1-2/+2
2015-09-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna1-3/+2
2015-09-01opengl: use "old" SubdivideBezier when drawing PolyLinesTomaž Vajngerl1-19/+14
2015-08-31loplugin:staticmethodsStephan Bergmann1-1/+1
2015-08-31tdf#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks1-0/+5
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks7-7/+101
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks4-2/+38
2015-08-31Extended GL painting debug tracing.Michael Meeks2-0/+9
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski3-5/+22
2015-08-31other bitmap methods check for bad_allocCaolán McNamara2-103/+112
2015-08-31Compensate for the extra two pixels in ImplWinFontEntry::AddChunkOfGlyphs()Tor Lillqvist1-1/+1
2015-08-31vcl: try to disable font cache in CppUnit testsMichael Stahl1-1/+1
2015-08-31check stream statusCaolán McNamara2-1/+1
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky3-5/+20
2015-08-31Revert "werror: fix build in vcl"Thorsten Behrens1-5/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-41/+41
2015-08-31tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks1-0/+8
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-11/+11
2015-08-30GTK3: Native background for vertical toolbarsMaxim Monastirsky1-0/+1
2015-08-30tdf#62525 vcl: use cow_wrapper for GradientDaniel Robertson1-74/+20
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-3/+3
2015-08-29tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks1-0/+2
2015-08-30werror: fix build in vclThorsten Behrens1-0/+5
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin8-16/+16