summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-09-28tdf#92505 vcl: fix substituting missing glyphsMiklos Vajna
2015-09-28bnc#930818: allow for EMF+ record padding up to 11 bytesMike Kaganski
2015-09-28tdf#44621: Fixed drag and drop in OSX 10.7+mmeof2
2015-09-28Resolves: tdf#92467 crashes with empty history list on pressing downCaolán McNamara
2015-09-28tdf#91641 adjust cursor when deleting preceding charactersJustin Luth
2015-07-13fix a third emf crashCaolán McNamara
2015-07-13emf: fix another hangCaolán McNamara
2015-07-13emf: test for empty polygonsCaolán McNamara
2015-07-13emf: test for negative numbersCaolán McNamara
2015-07-13fix another gif import crashCaolán McNamara
2015-07-13fix and test for xbm import crashCaolán McNamara
2015-07-13fix gif import crashCaolán McNamara
2015-07-13fix potential hang hereCaolán McNamara
2015-07-13emf: fix hangCaolán McNamara
2015-07-13avoid endless loop with busted wmfCaolán McNamara
2015-07-13coverity#1266485 Untrusted value as argumentCaolán McNamara
2015-05-01Resolves: tdf#73211 gtk checkboxes need erase afer togglingCaolán McNamara
2015-04-23tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()Michael Stahl
2015-04-16tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3Michael Stahl
2015-04-14Resolves: tdf#86399 don't clobber cluster start caret posCaolán McNamara
2015-04-04fix hang with ooo71962-1.odtCaolán McNamara
2015-04-04vcl/text: fix duplicate text in fontwork tdf#81876Pierre-Eric Pelloux-Prayer
2015-04-04Resolves: fdo#86493 Fix crash while scaling large bitmaps.Ashod Nakashian
2015-03-16fdo#52540, fdo#88051: fix Graphite layoutLászló Németh
2015-03-12Fix crash when timestamping PDF signatureTor Lillqvist
2015-03-12Don't bother with macros that are dummy on Unix in Unix-only codeTor Lillqvist
2015-03-11Fix signature overflow check in the NSS caseTor Lillqvist
2015-03-11Move more variables out of the timestamping blockTor Lillqvist
2015-03-05tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist
2015-03-05tdf#84881: Timestamp the right data (Win32 version)Tor Lillqvist
2015-03-05tdf#84881: Timestamp the right data (NSS version)Tor Lillqvist
2015-03-05tdf#84881: Add Windows implementation of timestamping of signatureTor Lillqvist
2015-03-05tdf#84881: Try to fix "The signature includes an embedded timestamp but ...Tor Lillqvist
2015-03-05tdf#84881: Slight refactoring and redordering of function callsTor Lillqvist
2015-03-05tdf#84881: Bump MAX_SIGNATURE_CONTENT_LENGTH to 50000 for nowTor Lillqvist
2015-03-05tdf#84881: Set TimeStampReq::certReq to trueTor Lillqvist
2015-03-05tdf#84881: Move some variables one block level outTor Lillqvist
2015-03-05tdf#84881: NSSCMSAttribute::type can't be null. Must be same as typeTag.oid?Tor Lillqvist
2015-03-05tdf#84881: Fix typo in OID string for id-aa-timeStampTokenTor Lillqvist
2015-03-05SAL_WARNs are not for the end-userTor Lillqvist
2015-03-05tdf#84881: Call NSS_CMSSignerInfo_AddSigningTime() only if not using a TSATor Lillqvist
2015-03-05tdf#84881: Actually check the status of the time stamp responseTor Lillqvist
2015-03-05Copy SEC_StringToOID() and NSS_CMSSignerInfo_AddUnauthAttr() hereTor Lillqvist
2015-03-05tdf#84881: Unclear what the PKIStatusInfo::statusString isTor Lillqvist
2015-03-05tdf#84881: Dump also the CMS data in a DBG_UTIL buildTor Lillqvist
2015-03-05tdf#84881: Work in progress: Code to add the timestamp to the signatureTor Lillqvist
2015-03-05tdf#84881: Work in progress: Decode the TimeStampRespTor Lillqvist
2015-03-05Use curl_easy_strerror() for more information in SAL_WARNTor Lillqvist
2015-03-05tdf#84881: Work in progress: Perform the RFC3161 interaction with the TSATor Lillqvist
2015-03-05tdf#84881: reqPolicy and certReq are optionalTor Lillqvist