summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-07-08Resolves: tdf#92467 crashes with empty history list on pressing downCaolán McNamara1-4/+6
2015-07-08tdf#91641 adjust cursor when deleting preceding charactersJustin Luth1-2/+10
2015-06-18Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara1-1/+2
2015-06-03fix buildCaolán McNamara1-1/+1
2015-06-03Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara2-1/+10
2015-06-03add missing includesDavid Tardon1-0/+2
2015-06-03Resolves: tdf#90155 don't hide+show window before initial show completesCaolán McNamara1-4/+0
2015-06-03tdf#90604: vcl: reduce MapMode precision further to 32 bits...Michael Stahl2-0/+9
2015-05-19Don't build ui-previewer in the App Store caseAndras Timar1-5/+7
2015-05-01tdf#71034: [OS X] Ugly (too heavy) fake boldKhaled Hosny1-1/+1
2015-04-28-Werror,-Wformat-securityStephan Bergmann1-1/+1
2015-04-28Resolves: tdf#73211 gtk checkboxes need erase afer togglingCaolán McNamara2-1/+8
2015-04-23tdf#71278 Fix cursor hiding in presentation modeMatthew Francis1-1/+0
2015-04-23tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()Michael Stahl1-1/+2
2015-04-16tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3Michael Stahl1-0/+1
2015-04-14Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara2-6/+11
2015-04-14Resolves: fdo#84795 Menus don't disappear with right mouse clickCaolán McNamara3-36/+22
2015-04-14Resolves: tdf#86399 don't clobber cluster start caret posCaolán McNamara1-6/+7
2015-04-08Add comment that a "missing" 'break' is intentional fall-throughTor Lillqvist1-0/+2
2015-04-08Fix crash when timestamping PDF signatureTor Lillqvist1-2/+7
2015-04-08Don't bother with macros that are dummy on Unix in Unix-only codeTor Lillqvist1-11/+5
2015-04-08Move more variables out of the timestamping blockTor Lillqvist1-5/+4
2015-04-08Fix signature overflow check in the NSS caseTor Lillqvist1-11/+11
2015-04-08vcl: tweak some optional usage of Windows 7 or later symbols...Michael Stahl2-0/+9
2015-04-08tdf#84881: Timestamp the right data (Win32 version)Tor Lillqvist1-107/+241
2015-04-08tdf#84881: Timestamp the right data (NSS version)Tor Lillqvist1-2/+4
2015-04-08tdf#84881: Add Windows implementation of timestamping of signatureTor Lillqvist1-0/+122
2015-04-08tdf#84881: Try to fix "The signature includes an embedded timestamp but ...Tor Lillqvist1-16/+131
2015-04-08tdf#84881: Slight refactoring and redordering of function callsTor Lillqvist1-63/+95
2015-04-08tdf#84881: Bump MAX_SIGNATURE_CONTENT_LENGTH to 50000 for nowTor Lillqvist1-1/+14
2015-04-08tdf#84881: Set TimeStampReq::certReq to trueTor Lillqvist1-3/+3
2015-04-08tdf#84881: Move some variables one block level outTor Lillqvist1-5/+5
2015-04-08tdf#84881: NSSCMSAttribute::type can't be null. Must be same as typeTag.oid?Tor Lillqvist1-5/+5
2015-04-08tdf#84881: Fix typo in OID string for id-aa-timeStampTokenTor Lillqvist1-1/+1
2015-04-08SAL_WARNs are not for the end-userTor Lillqvist1-33/+33
2015-04-08tdf#84881: Call NSS_CMSSignerInfo_AddSigningTime() only if not using a TSATor Lillqvist1-5/+4
2015-04-08tdf#84881: Actually check the status of the time stamp responseTor Lillqvist1-0/+7
2015-04-08Copy SEC_StringToOID() and NSS_CMSSignerInfo_AddUnauthAttr() hereTor Lillqvist1-9/+219
2015-04-08tdf#84881: Unclear what the PKIStatusInfo::statusString isTor Lillqvist1-4/+6
2015-04-08tdf#84881: Dump also the CMS data in a DBG_UTIL buildTor Lillqvist1-0/+8
2015-04-08Typo: paragaph(s)->paragraph(s)Julien Nabet1-1/+1
2015-04-08tdf#84881: Work in progress: Code to add the timestamp to the signatureTor Lillqvist1-4/+40
2015-04-08tdf#84881: Work in progress: Decode the TimeStampRespTor Lillqvist1-34/+293
2015-04-08Use curl_easy_strerror() for more information in SAL_WARNTor Lillqvist1-14/+15
2015-04-08tdf#84881: Work in progress: Perform the RFC3161 interaction with the TSATor Lillqvist2-6/+121
2015-04-08tdf#84881: reqPolicy and certReq are optionalTor Lillqvist1-6/+5
2015-04-08tdf#84881: WiP: Fill in more fields of the TimeStampReqTor Lillqvist1-36/+54
2015-04-08tdf#84881: WiP: Handle TimeStampReq::extensions correctlyTor Lillqvist1-9/+6
2015-04-08-Werror,-Wunused-const-variableStephan Bergmann1-0/+2
2015-04-08-Werror,-Wunused-variableStephan Bergmann1-1/+1