summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tdf#93532 - Bitmap CRC unit tests.private/mcecchetti/bitmapcrc64-5-0Michael Meeks2015-08-311-0/+56
* Removed no more needed code in ImpBitmap::ImplGetChecksuMarco Cecchetti2015-08-311-2/+1
* filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna2015-08-313-8/+8
* Fixed a bug the 64-bit checksum switch code was affected byMarco Cecchetti2015-08-311-1/+1
* switch to 64-bit checksum: fixed a missed substitutionMarco Cecchetti2015-08-311-1/+1
* truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti2015-08-313-8/+8
* gl-checksum: added a minimum size check for using GL versionMarco Cecchetti2015-08-312-2/+13
* switch to 64-bit checksum: now BitmapChecksum is a sal_uInt64Marco Cecchetti2015-08-312-4/+3
* CRC is an integer type -> mnChecksum.Michael Meeks2015-08-312-5/+5
* squash into Marco's commit.Michael Meeks2015-08-311-1/+1
* switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti2015-08-314-30/+50
* vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti2015-08-317-92/+101
* Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti2015-08-3125-51/+58
* moved chechsum.hxx in include/vclMarco Cecchetti2015-08-314-4/+3
* Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti2015-08-3115-61/+469
* vcl: Improve management of mnRef0Count.Jan Holesovsky2015-08-313-5/+20
* Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks2015-08-313-25/+25
* Avoid bogus warnings with VCL_GL_INFO, by making the optimizer work.Michael Meeks2015-08-311-10/+9
* tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks2015-08-311-3/+13
* do not parse range fragments as valid rangesEike Rathke2015-08-311-2/+9
* tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna2015-08-313-6/+22
* tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard2015-08-317-9/+236
* VclPtr: no dialog loaded from a .ui ever actually destructedCaolán McNamara2015-08-311-0/+1
* WaE: remove unused parameter.Michael Meeks2015-08-311-1/+1
* pClientData can be nullCaolán McNamara2015-08-312-1/+1
* tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks2015-08-301-0/+2
* Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist2015-08-301-3/+3
* ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl2015-08-295-2/+40
* related: tdf#92379: sw: backward compatible ODF export of overridingMichael Stahl2015-08-292-1/+22
* tdf#92379: sw: ODF import: fix fo:background-color="transparent"Michael Stahl2015-08-293-2/+73
* tdf#92379: svx: don't overwrite fo:background-color on ODF importMichael Stahl2015-08-296-6/+81
* sw: Flat ODF import: set the InReading and InXMLImport flagsMichael Stahl2015-08-291-0/+12
* vcl: fix resource management issue in WinSalLayoutMichael Stahl2015-08-294-2/+16
* vcl: fix drmemory warning in UniscribeLayout::DropGlyph()Michael Stahl2015-08-291-1/+1
* check stream statusCaolán McNamara2015-08-292-9/+25
* eof isn't a Error, so use good not GetErrorCaolán McNamara2015-08-292-14/+14
* guard against 0 item sizeCaolán McNamara2015-08-292-2/+9
* check seeks and readsCaolán McNamara2015-08-296-36/+76
* Avoid unintended unconditional std::cerr debug outputTor Lillqvist2015-08-291-22/+21
* Avoid accidental leftover unconditional debug printoutTor Lillqvist2015-08-291-2/+3
* tdf#93353: fix copy fluy in flyBjoern Michaelsen2015-08-281-7/+10
* tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl2015-08-281-14/+18
* Updated coreAndras Timar2015-08-281-0/+0
* bump gtk check to gtk+-3.0 >= 3.8Rene Engelhard2015-08-281-1/+1
* check stream state after read attemptCaolán McNamara2015-08-282-1/+5
* check for stream status after a read, not after a seekCaolán McNamara2015-08-282-10/+15
* check seek for successCaolán McNamara2015-08-282-1/+5
* check status of SeekToCaolán McNamara2015-08-282-2/+4
* check SeekToEndOfRecord for successCaolán McNamara2015-08-282-1/+3
* tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks2015-08-282-27/+27