summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-03-16fdo#52540, fdo#88051: fix Graphite layoutLászló Németh1-2/+5
2015-03-12Fix crash when timestamping PDF signatureTor Lillqvist1-2/+7
2015-03-12Don't bother with macros that are dummy on Unix in Unix-only codeTor Lillqvist1-11/+5
2015-03-11Fix signature overflow check in the NSS caseTor Lillqvist1-11/+11
2015-03-11Move more variables out of the timestamping blockTor Lillqvist1-5/+4
2015-03-05tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist1-2/+4
2015-03-05tdf#84881: Timestamp the right data (Win32 version)Tor Lillqvist1-107/+241
2015-03-05tdf#84881: Timestamp the right data (NSS version)Tor Lillqvist1-2/+4
2015-03-05tdf#84881: Add Windows implementation of timestamping of signatureTor Lillqvist1-0/+122
2015-03-05tdf#84881: Try to fix "The signature includes an embedded timestamp but ...Tor Lillqvist1-16/+131
2015-03-05tdf#84881: Slight refactoring and redordering of function callsTor Lillqvist1-63/+95
2015-03-05tdf#84881: Bump MAX_SIGNATURE_CONTENT_LENGTH to 50000 for nowTor Lillqvist1-1/+14
2015-03-05tdf#84881: Set TimeStampReq::certReq to trueTor Lillqvist1-3/+3
2015-03-05tdf#84881: Move some variables one block level outTor Lillqvist1-5/+5
2015-03-05tdf#84881: NSSCMSAttribute::type can't be null. Must be same as typeTag.oid?Tor Lillqvist1-5/+5
2015-03-05tdf#84881: Fix typo in OID string for id-aa-timeStampTokenTor Lillqvist1-1/+1
2015-03-05SAL_WARNs are not for the end-userTor Lillqvist1-33/+33
2015-03-05tdf#84881: Call NSS_CMSSignerInfo_AddSigningTime() only if not using a TSATor Lillqvist1-5/+4
2015-03-05tdf#84881: Actually check the status of the time stamp responseTor Lillqvist1-0/+7
2015-03-05Copy SEC_StringToOID() and NSS_CMSSignerInfo_AddUnauthAttr() hereTor Lillqvist1-9/+219
2015-03-05tdf#84881: Unclear what the PKIStatusInfo::statusString isTor Lillqvist1-4/+6
2015-03-05tdf#84881: Dump also the CMS data in a DBG_UTIL buildTor Lillqvist1-0/+8
2015-03-05tdf#84881: Work in progress: Code to add the timestamp to the signatureTor Lillqvist1-4/+40
2015-03-05tdf#84881: Work in progress: Decode the TimeStampRespTor Lillqvist1-33/+294
2015-03-05Use curl_easy_strerror() for more information in SAL_WARNTor Lillqvist1-14/+15
2015-03-05tdf#84881: Work in progress: Perform the RFC3161 interaction with the TSATor Lillqvist2-6/+121
2015-03-05tdf#84881: reqPolicy and certReq are optionalTor Lillqvist1-6/+5
2015-03-05tdf#84881: WiP: Fill in more fields of the TimeStampReqTor Lillqvist1-36/+54
2015-03-05tdf#84881: WiP: Handle TimeStampReq::extensions correctlyTor Lillqvist1-9/+6
2015-03-05tdf#84881: Intermediate commit: Construct RFC3161 TimeStampReqTor Lillqvist1-1/+159
2015-03-05Add plc4 for PL_strdupTor Lillqvist1-1/+2
2015-03-05Tentative fix for fdo#83937Tor Lillqvist1-13/+26
2015-03-04in BITFIELDS mode (3) there are *3* pal entries not 12Caolán McNamara1-1/+1
2015-03-04tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphsMichael Stahl1-1/+1
2015-03-04tdf#89141: reverted a workaround for getting activity timeVasily Melenchuk1-10/+4
2015-02-24dump ugly hack working around an ancient libxcb bug (tdf#89141)Luboš Luňák1-8/+1
2015-02-23Resolves: tdf#89252 Fix bold, regular font spacing bug for Graphite fontsMartin Hosken2-9/+13
2015-02-06Resolves tdf#89129: crash when defining a specific relationshipJulien Nabet1-5/+3
2015-02-06tdf#88051 fix Graphite layout at Linux Libertine G ligature followed by tabLászló Németh1-1/+1
2015-02-06rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl14-23/+79
2015-02-06Resolves: rhbz#1177022 no width set on space glyph with CM Typewriter fontsCaolán McNamara1-9/+18
2015-02-06font cache gets broken on adding an embedded fontCaolán McNamara3-8/+38
2015-02-03Convenient function to compress a Graphic to PNG imageTomaž Vajngerl1-0/+12
2015-02-03fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl1-11/+10
2015-02-03fdo#62081 Improve split menu on style dropdownSamuel Mehrbrodt1-5/+5
2015-01-24fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson1-1/+10
2015-01-24Resolves: fdo#87015 image missing from docCaolán McNamara1-7/+32
2015-01-12asan: stack-buffer-overflow with fdo76216-1.docCaolán McNamara1-6/+6
2015-01-08Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara2-4/+30
2015-01-08move nScanLineBufferComponents to where it is used [-Werror=clobbered]Eike Rathke1-1/+1