summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-03-02Add vcl::Window::SetLastMousePos()Miklos Vajna1-0/+9
2015-03-02WaE: comparison of integers of different signsTor Lillqvist1-2/+2
2015-03-02-Werror,-Wsign-compareNoel Grandin1-4/+6
2015-03-02cppcheck: unsignedLessThanZeroNoel Grandin1-1/+1
2015-03-02convert GFF_ constants to enum classNoel Grandin1-55/+56
2015-03-01fix gtk3 buildCaolán McNamara1-5/+8
2015-02-28tdf#89141: reverted a workaround for getting activity timeVasily Melenchuk1-10/+4
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks15-21/+47
2015-02-28Fix compilation for iOSTor Lillqvist1-0/+2
2015-02-27tdf#84881: Timestamp the right data (Win32 version)Tor Lillqvist1-107/+241
2015-02-27seperate headless textrendering into its own classCaolán McNamara8-394/+651
2015-02-27Remove unused mpOldSalMenuStephan Bergmann2-3/+0
2015-02-27tdf#84881: Timestamp the right data (NSS version)Tor Lillqvist1-2/+4
2015-02-26TyposJulien Nabet1-1/+1
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara7-66/+48
2015-02-26tdf#84881: Add Windows implementation of timestamping of signatureTor Lillqvist1-0/+122
2015-02-26cppcheck: unreadVariableCaolán McNamara1-37/+0
2015-02-26expand this 1980's shift-fest, torture-by-ternery and magic '3' into humanCaolán McNamara2-13/+18
2015-02-26in BITFIELDS mode (3) there are *3* pal entries not 12Caolán McNamara1-1/+1
2015-02-26Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann7-48/+66
2015-02-26tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphsMichael Stahl1-1/+1
2015-02-25vcl: these compare functions use subtraction and could overflowMichael Stahl1-5/+7
2015-02-25tdf#84881: Try to fix "The signature includes an embedded timestamp but ...Tor Lillqvist1-16/+131
2015-02-25tdf#84881: Slight refactoring and redordering of function callsTor Lillqvist1-63/+95
2015-02-25WaE: -Werror=unused-variableCaolán McNamara1-3/+0
2015-02-25presumably destroy flushesCaolán McNamara1-2/+0
2015-02-25Use the cairo-compatible basebmp surface for headlessCaolán McNamara7-65/+52
2015-02-25Fix crash while scaling large bitmaps.Ashod Nakashian1-6/+7
2015-02-24Typo: curently->currentlyJulien Nabet2-2/+2
2015-02-24TyposJulien Nabet1-1/+1
2015-02-2432 times larger than necessaryCaolán McNamara1-1/+1
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara5-13/+19
2015-02-24Avoid bad downcasts to VclBoxStephan Bergmann2-5/+6
2015-02-24tdf#84881: Bump MAX_SIGNATURE_CONTENT_LENGTH to 50000 for nowTor Lillqvist1-1/+11
2015-02-24tdf#84881: Set TimeStampReq::certReq to trueTor Lillqvist1-3/+3
2015-02-24tdf#84881: Move some variables one block level outTor Lillqvist1-5/+5
2015-02-24tdf#84881: NSSCMSAttribute::type can't be null. Must be same as typeTag.oid?Tor Lillqvist1-5/+5
2015-02-24tdf#84881: Fix typo in OID string for id-aa-timeStampTokenTor Lillqvist1-1/+1
2015-02-23SAL_WARNs are not for the end-userTor Lillqvist1-33/+33
2015-02-23tdf#84881: Call NSS_CMSSignerInfo_AddSigningTime() only if not using a TSATor Lillqvist1-5/+4
2015-02-23tdf#84881: Actually check the status of the time stamp responseTor Lillqvist1-0/+7
2015-02-23Copy SEC_StringToOID() and NSS_CMSSignerInfo_AddUnauthAttr() hereTor Lillqvist1-9/+219
2015-02-23tdf#84881: Unclear what the PKIStatusInfo::statusString isTor Lillqvist1-4/+6
2015-02-23tdf#84881: Dump also the CMS data in a DBG_UTIL buildTor Lillqvist1-0/+8
2015-02-23KDE4: improve default load and save dialog titlesJan-Marek Glogowski2-27/+49
2015-02-23KDE4: actually apply file dialog operation modeJan-Marek Glogowski1-4/+2
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna1-11/+0
2015-02-23Add OutputDevice::isTiledRendering()Miklos Vajna1-0/+11
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin10-56/+56
2015-02-21Typo: trough->throughJulien Nabet1-2/+2