summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-10-29test: Improve iso8601ToTimestamp and testsAshod Nakashian2-10/+37
2019-10-29wsd: warning logging on the console is now magenta for visibilityAshod Nakashian1-0/+1
2019-10-29test: improve TileCacheTestsAshod Nakashian1-1/+1
2019-10-29wsd: dynamic child timeoutAshod Nakashian1-1/+1
2019-10-28wsd: logging improvementsAshod Nakashian1-1/+1
2019-10-28wsd: allow longer timeout for child forkingAshod Nakashian1-2/+2
2019-10-28wsd: logging: color trace differently to improve readabilityAshod Nakashian1-0/+3
2019-10-15Include normalizedViewId to TileCachemert2-0/+28
2019-10-14wsd: fix password-protect file loading from multiple viewsAshod Nakashian1-0/+19
2019-10-08Avoid lots of re-sizing of token array while parsing.Michael Meeks1-0/+1
2019-10-08typo fixes in comments and codeAndras Timar5-31/+31
2019-09-28tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt312-0/+13
2019-09-22wsd: fix variable might be clobbered by ‘longjmp’ or ‘vfork’Ashod Nakashian1-23/+43
2019-09-22wsd: improved logging of thread renamingAshod Nakashian1-8/+20
2019-09-16Use portable format conversion specifier for uint64_tTor Lillqvist1-1/+2
2019-09-16Fix build failure in the MOBILEAPP caseTor Lillqvist2-1/+3
2019-09-16Log: rename isShutdown to isShutdownCalledMiklos Vajna2-12/+12
2019-09-11Avoid static member access through instanceMiklos Vajna1-1/+1
2019-09-09Fix UB in unit-wopiMiklos Vajna2-9/+18
2019-09-05Avoid PRIx64 format - we are 64bit only, so lx will do.Michael Meeks1-1/+1
2019-09-05Avoid using std::get_time to compile on older Linux.Michael Meeks1-5/+9
2019-09-03Fix portability problems after 22f1656e08d1cc873a523bf1f869bdd75066dd2aTor Lillqvist1-1/+1
2019-09-03wsd: cosmetic formattingAshod Nakashian1-0/+1
2019-09-02tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt313-2/+84
2019-08-26Add watermark opacity setting.Michael Meeks2-1/+14
2019-08-17wsd: Use unordered map for anonymizationAshod Nakashian1-5/+4
2019-08-17wsd: improved anonymization algorithmAshod Nakashian2-17/+28
2019-08-17wsd: cache the logger instance to avoid costly lookupsAshod Nakashian1-2/+10
2019-08-15common: fix UB in vectorAppend()Miklos Vajna1-0/+6
2019-08-13common: wrap SigHandlerTrap in a getter function to avoid ODR violationMiklos Vajna2-4/+9
2019-08-12Avoid assertion failure in the iOS appTor Lillqvist1-1/+4
2019-08-12common: wrap ShutdownRequestFlag in a getter function to avoid ODR violationMiklos Vajna2-3/+25
2019-08-09common: wrap DumpGlobalState in a getter function to avoid ODR violationMiklos Vajna2-4/+8
2019-08-08common: wrap TerminationFlag in a getter function to avoid ODR violationMiklos Vajna3-4/+14
2019-08-05clipboard: persist selections for a while after a view closes.Michael Meeks1-0/+64
2019-08-05Fix ParseError on valid dataSzymon Kłos1-9/+12
2019-08-05Sync request with clipboard parserSzymon Kłos1-3/+2
2019-08-05Fix build - potential use before initializationAshod Nakashian1-1/+1
2019-08-05clipboard - set it with a post now.Michael Meeks1-0/+81
2019-08-05clipboard: a more helpful calc test.Michael Meeks1-0/+8
2019-08-05Various copy/paste fixes, unit test passing, parsing of result.Michael Meeks1-1/+1
2019-08-05Add hard random/hex key generation utility.Michael Meeks2-0/+24
2019-08-05Unit testing - add more hooks and helpers.Michael Meeks1-0/+12
2019-08-05Implement getClipboard and start of a unit test.Michael Meeks1-0/+21
2019-08-05Switch to text/html for paste where we can.Michael Meeks3-0/+29
2019-07-26Don't combine tiles a long way from each other.Michael Meeks1-1/+1
2019-07-24wsd: introduce "TemplateSource" WOPI propertyHenry Castro2-2/+7
2019-06-04Log fatal errors also to stderrSamuel Mehrbrodt1-0/+2
2019-05-27Revert "Get rid of use of GNU libtool" and its follow-upTor Lillqvist3-6/+5
2019-05-24Get rid of use of GNU libtoolTor Lillqvist3-5/+6