summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2019-06-17tdf#125691: use _exit() instead of exit()...Dennis Francis1-1/+1
2019-05-24Fix documented 'soffice --accept' parameter syntaxJan-Marek Glogowski1-5/+9
2019-05-03Support "Preview in Web Browser" in Flatpak modeStephan Bergmann1-2/+2
2019-01-28lok: don't crash in simple LOK use-case with no callback.Michael Meeks1-2/+5
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara2-34/+8
2018-12-28tdf#122269 don't prompt to restart if we're exiting the application anywayCaolán McNamara1-0/+1
2018-12-20Enable --help=html for flatpakStephan Bergmann1-0/+2
2018-11-28Resolves: tdf#121746 block toplevels from closing...Caolán McNamara2-29/+78
2018-11-24Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist1-11/+12
2018-11-22weld SwCondCollPageCaolán McNamara1-2/+2
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2-0/+2
2018-11-19weld TreeViewCaolán McNamara1-0/+1
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-16Fix typosAndrea Gelmini2-2/+2
2018-11-13LOK: desktop: use correct size when initializing LibreOfficeKitDocumentAshod Nakashian1-1/+1
2018-11-11Removed repeated semicolonAndrea Gelmini1-1/+1
2018-11-11cppCheck redundantAssignment variable bSuccessZdibák Zoltán1-2/+1
2018-11-11cppCheck redundantAssignment variable pCloneZdibák Zoltán1-3/+1
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-2/+2
2018-11-09lok: sc: make hi-dpi/zoom compatible with retrieving cell cursorMarco Cecchetti1-1/+1
2018-11-09fix bug in listbox height calc in ExtensionBox_ImplNoel Grandin2-6/+4
2018-11-08lokdialog: Implement hi-dpi support for the routed dialogs.Jan Holesovsky2-6/+27
2018-11-08sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky1-1/+14
2018-11-08Revert "The debugging rectangles are not needed any more."Jan Holesovsky1-0/+13
2018-11-07move SvTreeListBox to vclCaolán McNamara3-6/+6
2018-11-07lok: send signature status on document loadTomaž Vajngerl1-2/+4
2018-11-06lok: trigger sign. verification in getSignatureState + update testTomaž Vajngerl3-3/+49
2018-11-05tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManagerMike Kaganski1-7/+0
2018-11-05lok: update the test for singing the document from LOKTomaž Vajngerl5-17/+49
2018-11-03Create a CG bitmap context in doc_paintWindow(), too, for iOSTor Lillqvist1-0/+32
2018-11-03On iOS, lok_init_2() links directly to libreofficekit_hook_2()Tor Lillqvist1-16/+0
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin6-14/+14
2018-11-02We now use a fixed name ICU data file in the iOS appTor Lillqvist1-2/+2
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl2-4/+4
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl2-3/+55
2018-10-31lok: Get the object shell from the documentTomaž Vajngerl1-11/+16
2018-10-29lok: create certificate and private key with insertCertificateTomaž Vajngerl2-14/+40
2018-10-29Remove unused parameterSamuel Mehrbrodt5-20/+10
2018-10-29lokit: test for the new signing API functionsTomaž Vajngerl3-31/+45
2018-10-28lokit: add funct. to insert, sign and verify signatureTomaž Vajngerl2-1/+72
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara4-5/+5
2018-10-27possible fix for issue 120928 - quickstart --killtray throws exceptionbrinzing1-1/+1
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski1-3/+3
2018-10-26unopkg: Make logging to default location work againSamuel Mehrbrodt1-3/+19
2018-10-26unopkg: Log deployment output with the same logger as unopkgSamuel Mehrbrodt1-75/+11
2018-10-26unopkg: Write to console when no UNO availableSamuel Mehrbrodt1-1/+2
2018-10-26Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt1-2/+11
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt1-41/+53