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