summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-17gpg4libre: use full SHA1 hash for key identificationThorsten Behrens4-15/+20
2017-07-17gpg4libre: unconditionally use binary IOThorsten Behrens1-0/+1
2017-07-17gpg4libre: search for _all_ local keys in getCertificate()Thorsten Behrens1-1/+1
2017-07-17svl: move byte-array verification from vclAshod Nakashian14-649/+680
2017-07-16tools: create DateTime from Unix timeAshod Nakashian3-1/+25
2017-07-16Fix lifecycle issueStephan Bergmann2-4/+6
2017-07-16lopgluin:unnecessaryparen: Properly treat parenthesized sub-expr in sizeof (x)Stephan Bergmann1-4/+11
2017-07-16Avoid crash when rSignal.Handler is SIG_DFL etc.Stephan Bergmann1-16/+1
2017-07-16comphelper: move base64 encode/decode helpers from saxAshod Nakashian4-156/+273
2017-07-16zero init the TabSet tooCaolán McNamara2-25/+32
2017-07-16FormulaDlg_Impl::UpdateValues: evaluate in force-array context if presentEike Rathke1-4/+22
2017-07-16Updated coreOlivier Hallot1-0/+0
2017-07-16Updated coreStanislav Horacek1-0/+0
2017-07-16vcl: use svl signing and remove moved codeAshod Nakashian3-1843/+18
2017-07-16don't use memset on structure with std::shared_ptr memberMarkus Mohrhard4-2/+28
2017-07-15tdf#38915: don't wait on message queue if application already has quit.Mike Kaganski1-1/+2
2017-07-15svl: move byte-array signing from vclAshod Nakashian4-0/+1759
2017-07-15the font installation code is now controlled by ENABLE_GIOMarkus Mohrhard1-3/+3
2017-07-15coverity#1415093 annotate Waiting while holding a lock as deliberateCaolán McNamara1-0/+1
2017-07-15coverity#1415095 annotate Infinite loop as false positiveCaolán McNamara1-1/+2
2017-07-15coverity#1415092 Logically dead code (golden)Caolán McNamara1-5/+1
2017-07-15use unique_ptr for ScMyLabelRangeJochen Nitschke3-10/+8
2017-07-15Don't call ensureIsAlive after comphelper::OExternalLockGuard.Arnaud Versini3-60/+18
2017-07-15improve variable scopeCaolán McNamara1-98/+97
2017-07-15coverity#1415091 Dereference before null checkCaolán McNamara1-12/+11
2017-07-15coverity#1415090 Unchecked dynamic_castCaolán McNamara1-6/+10
2017-07-15coverity#1415097 Uninitialized scalar fieldCaolán McNamara1-9/+8
2017-07-15loplugin:useuniqueptr in basic..cppcanvasNoel Grandin4-29/+14
2017-07-15emfplus: corrections for UnitTest in vclArmin Le Grand4-46/+82
2017-07-15emfplus: more corrections due to linux buildArmin Le Grand9-80/+77
2017-07-15emfplus: UnitTests and gerrit build correctionsArmin Le Grand22-58/+67
2017-07-15emfplus: finetuning, UnitTest, not active by defaultArmin Le Grand7-34/+29
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand11-133/+198
2017-07-15emfplus: more corrections and rough geometryArmin Le Grand11-1061/+1251
2017-07-15emfplus: some cleanup/streamliningArmin Le Grand8-378/+396
2017-07-15emfplus: migrate gdiplus reader to drawinglayerArmin Le Grand24-3164/+6752
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand31-7038/+422
2017-07-15emfplus: more streamlining of metafile importerArmin Le Grand4-316/+303
2017-07-15emfplus: reorganized some old filter aspectsArmin Le Grand7-897/+814
2017-07-15emfplus: add rough version of local readerArmin Le Grand9-52/+6957
2017-07-15emfplus: use size of image of metafile fallbackArmin Le Grand1-3/+16
2017-07-15emfplus: for convenience added fallbackArmin Le Grand3-7/+38
2017-07-15emfplus: make VectorFormats Emf/Wmf/Svg workArmin Le Grand9-53/+237
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand74-240/+1042
2017-07-15tdf#109103 Non-standard font color in About dialogheiko tietze1-13/+0
2017-07-15libreofficekit: Update the README to match realityPranav Kant1-2/+2
2017-07-15tdf#103978 textboxhelper: syncProperty OPAQUE (wrap in background)Justin Luth3-0/+24
2017-07-15builds externals without werrorCaolán McNamara1-0/+1
2017-07-14implement Application.FileDialog attributeTamas Bunth11-1/+476
2017-07-14Turn m_nEdFocus into local variable, it's not read elsewhereEike Rathke1-6/+3