summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2015-03-02Add vcl::Window::SetLastMousePos()Miklos Vajna
2015-03-02cppcheck: unsignedLessThanZeroNoel Grandin
2015-03-02convert GFF_ constants to enum classNoel Grandin
2015-02-27tdf#84881: Timestamp the right data (Win32 version)Tor Lillqvist
2015-02-27tdf#84881: Timestamp the right data (NSS version)Tor Lillqvist
2015-02-26TyposJulien Nabet
2015-02-26tdf#84881: Add Windows implementation of timestamping of signatureTor Lillqvist
2015-02-26cppcheck: unreadVariableCaolán McNamara
2015-02-26expand this 1980's shift-fest, torture-by-ternery and magic '3' into humanCaolán McNamara
2015-02-26in BITFIELDS mode (3) there are *3* pal entries not 12Caolán McNamara
2015-02-25vcl: these compare functions use subtraction and could overflowMichael Stahl
2015-02-25tdf#84881: Try to fix "The signature includes an embedded timestamp but ...Tor Lillqvist
2015-02-25tdf#84881: Slight refactoring and redordering of function callsTor Lillqvist
2015-02-25Fix crash while scaling large bitmaps.Ashod Nakashian
2015-02-24Typo: curently->currentlyJulien Nabet
2015-02-24Avoid bad downcasts to VclBoxStephan Bergmann
2015-02-24tdf#84881: Bump MAX_SIGNATURE_CONTENT_LENGTH to 50000 for nowTor Lillqvist
2015-02-24tdf#84881: Set TimeStampReq::certReq to trueTor Lillqvist
2015-02-24tdf#84881: Move some variables one block level outTor Lillqvist
2015-02-24tdf#84881: NSSCMSAttribute::type can't be null. Must be same as typeTag.oid?Tor Lillqvist
2015-02-24tdf#84881: Fix typo in OID string for id-aa-timeStampTokenTor Lillqvist
2015-02-23SAL_WARNs are not for the end-userTor Lillqvist
2015-02-23tdf#84881: Call NSS_CMSSignerInfo_AddSigningTime() only if not using a TSATor Lillqvist
2015-02-23tdf#84881: Actually check the status of the time stamp responseTor Lillqvist
2015-02-23Copy SEC_StringToOID() and NSS_CMSSignerInfo_AddUnauthAttr() hereTor Lillqvist
2015-02-23tdf#84881: Unclear what the PKIStatusInfo::statusString isTor Lillqvist
2015-02-23tdf#84881: Dump also the CMS data in a DBG_UTIL buildTor Lillqvist
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna
2015-02-23Add OutputDevice::isTiledRendering()Miklos Vajna
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-21Typo: trough->throughJulien Nabet
2015-02-21Typo: paragaph(s)->paragraph(s)Julien Nabet
2015-02-20tdf#84881: Work in progress: Code to add the timestamp to the signatureTor Lillqvist
2015-02-20tdf#84881: Work in progress: Decode the TimeStampRespTor Lillqvist
2015-02-20Use curl_easy_strerror() for more information in SAL_WARNTor Lillqvist
2015-02-19Disable C4324 structure was padded due to __declspec(align()) warningDavid Ostrovsky
2015-02-19tdf#84881: Work in progress: Perform the RFC3161 interaction with the TSATor Lillqvist
2015-02-19tdf#84881: reqPolicy and certReq are optionalTor Lillqvist
2015-02-19tdf#84881: WiP: Fill in more fields of the TimeStampReqTor Lillqvist
2015-02-19tdf#83099 fix Top of formula bar is missing when expanding on Windows 7Tomofumi Yagi
2015-02-18tdf#84881: WiP: Handle TimeStampReq::extensions correctlyTor Lillqvist
2015-02-18-Werror,-Wunused-const-variableStephan Bergmann
2015-02-18-Werror,-Wunused-variableStephan Bergmann
2015-02-18tdf#84881: Intermediate commit: Construct RFC3161 TimeStampReqTor Lillqvist
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-16SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unusedNoel Grandin
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-14see if we can merge floating window and dialog child size/pos settingCaolán McNamara
2015-02-14coverity#1266485 Untrusted loop boundCaolán McNamara