summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2019-01-25lok: don't crash in simple LOK use-case with no callback.Michael Meeks1-2/+5
2019-01-25CppunitTest_desktop_lib: avoid use-after-freeMiklos Vajna1-0/+14
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-3/+4
2019-01-17lok: We cannot skip duplicates of SELECTION_START / _END.Jan Holesovsky2-2/+53
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2019-01-15Use utl::TempFile for exception safetyMike Kaganski1-26/+15
2019-01-13Reduce OUString operationsMatteo Casalin1-2/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2-7/+11
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara2-34/+8
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2019-01-08use unique_ptr in desktop::IpcThreadNoel Grandin1-7/+6
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen3-0/+3
2019-01-06tdf#82504 writer table cell background color SvxColorItem uno functionJim Raykowski1-0/+1
2019-01-01lok: add signDocument to "Office" iface - to sign not opened docs.Tomaž Vajngerl2-0/+141
2018-12-29Fix typo in codeAndrea Gelmini2-4/+4
2018-12-27lok: add test signing DOCX -> testInsertCertificate_PEM_DOCXTomaž Vajngerl2-0/+64
2018-12-27lok: simplify and cleanup testInsertCertificate_{PEM,DER}_ODTTomaž Vajngerl1-82/+36
2018-12-26Use vector<PropertyValue> and containerToSequence to simplify thingsMike Kaganski1-84/+46
2018-12-26Remove redundant ClearableMutexGuard::clear() callMike Kaganski1-1/+0
2018-12-25tdf#120676: don't send "processing done" when refused to processMike Kaganski2-7/+21
2018-12-24Fix signing empty Configurations2/accelerator/current.xmlTomaž Vajngerl1-0/+6
2018-12-23tdf#122269 don't prompt to restart if we're exiting the application anywayCaolán McNamara1-0/+1
2018-12-20missing test dependenciesStephan Bergmann1-0/+17
2018-12-20Enable --help=html for flatpakStephan Bergmann1-0/+2
2018-12-15lok: Implement SVG export for Calc (SelectionOnly mode)Tamás Zolnai1-6/+12
2018-12-14lok: Handle Special character menu item's state correctly in onlineTamás Zolnai1-1/+2
2018-12-14lok: Implement SVG export for Writer (SelectionOnly mode)Tamás Zolnai1-1/+8
2018-12-14Fix Extension_test-{active,passive}Stephan Bergmann2-40/+40
2018-12-13Un-revert the addition of more ABI checks for LibreOfficeKitClassTor Lillqvist1-0/+17
2018-12-13Revert adding the tanslateGet() and translateNGet() API to LibreOfficeKitTor Lillqvist2-59/+0
2018-12-13loplugin:unusedfields in variousNoel Grandin4-10/+0
2018-12-13loplugin:useuniqueptr in desktop::BackendImplNoel Grandin1-3/+3
2018-12-12use std::<some_container>::swap, instead of copy and clearNoel Grandin1-2/+2
2018-12-11Expand warning (mention file path)Samuel Mehrbrodt1-1/+1
2018-12-10missing include (--enable-breakpad)Stephan Bergmann1-0/+1
2018-12-10Add a localisation API to LibreOfficeKitClassTor Lillqvist2-0/+59
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen3-0/+3
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2-5/+5
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-07LOK: Fix API for renderShapeSelectionAshod Nakashian2-19/+32
2018-12-07Remove cout lineTamás Zolnai1-2/+0
2018-12-07Introduce client-server message for requesting the selected shape as SVGTamás Zolnai2-1/+40
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin3-3/+3
2018-12-01test signing with certificate chain and private key in PEM formatTomaž Vajngerl6-0/+211
2018-12-01Add SolarMutexGuard where neededTomaž Vajngerl1-0/+4
2018-12-01lokit: convert PEM certificate to DER if it is detected as suchTomaž Vajngerl1-6/+84
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2-5/+5
2018-11-29Revert "Simplify code"Samuel Mehrbrodt1-3/+7
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2-7/+7