summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-29Simplify codeSamuel Mehrbrodt1-7/+3
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-5/+2
2018-11-28make unopkg gui not ask to 'restart' on extension changesCaolán McNamara1-1/+3
2018-11-28Resolves: tdf#121746 block toplevels from closing...Caolán McNamara2-29/+78
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2018-11-26tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+2
2018-11-23Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist1-11/+12
2018-11-21weld SwCondCollPageCaolán McNamara1-2/+2
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-25/+25
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-21tdf#112536 related: make soffice.bin a proper console application on WinMike Kaganski12-320/+315
2018-11-20Tidy up the --help text to properly fit into standard 80-ch terminalMike Kaganski1-131/+133
2018-11-19tdf#121498: also process --help/--version before VCL init on WinMike Kaganski3-40/+3
2018-11-19weld TreeViewCaolán McNamara1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2-0/+2
2018-11-18cppcheck: unreadVariable dp_gui_extensioncmdqueueJulien Nabet1-4/+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