summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2021-01-26fix --enable-breakpad buildCaolán McNamara1-3/+3
2021-01-21make crashreports include info about the system (CPU,memory)Luboš Luňák1-0/+177
2021-01-20mac: don't put script files into Contents/MacOS or framework-bin directoryChristian Lohmaier2-5/+9
2021-01-18tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner1-12/+0
2020-11-21Must now call the lovely SfxViewShell::SetCurrentDocId()Tor Lillqvist1-1/+3
2020-11-21Test also that loading more documents after closing all open ones worksTor Lillqvist1-89/+92
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian3-15/+124
2020-11-21DesktopLOKTest: cleanupAshod Nakashian1-26/+91
2020-11-20sfx2: lok: refactor notifications and const correctnessAshod Nakashian1-2/+2
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+2
2020-11-17loplugin:stringviewparam check methods tooNoel5-8/+8
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara4-0/+9
2020-11-15Remove Bottom DrawTextFlag on renderFont for WatermarkMert Tumer1-1/+0
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer21-160/+124
2020-11-13lok: Simplify the check for command in sendDialogEvent.Jan Holesovsky1-32/+25
2020-11-11loplugin:stringviewNoel4-12/+8
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-4/+4
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen9-7/+13
2020-11-07ScriptForge - Update build filesJean-Pierre Ledure1-0/+4
2020-11-05use a utl::TempFile and clean it up after testAndras Timar1-3/+4
2020-11-01use officecfg for UseSystemFileDialogNoel Grandin1-5/+11
2020-10-28strtol returns long, so that needs to be used hereStephan Bergmann1-2/+2
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann1-2/+1
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-10-23Missing call to curl_easy_cleanup (--enable-online-update=mar)Stephan Bergmann1-13/+16
2020-10-23Prevent crash with invalid lang tag.Gülşah Köse1-1/+2
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara9-9/+9
2020-10-22Add gbuild/platform/FREEBSD_POWERPC[64]_GCC.mk files.Gleb Popov1-0/+2
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel9-103/+103
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1
2020-10-20ensure solarmutex is locked when closing splashscreen (tdf#137177)Luboš Luňák1-0/+1
2020-10-20remove unnecessary `if (!true) return;` statement from Desktop::Init()Platon Pronko1-3/+0
2020-10-15Fix check for inclusion of <sys/sysmacros.h>Stephan Bergmann1-1/+1
2020-10-15Do not include <sys/sysmacros.h> header unconditionally, but perform a check ...Gleb Popov1-0/+2
2020-10-12desktop: fix misleading commentMiklos Vajna1-1/+1
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-3/+2
2020-10-06Allow to save file if chart editing is activeSzymon Kłos1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-10-02Use the new single-instance="true" attribute in desktopStephan Bergmann2-5/+2
2020-10-02loplugin:reducevarscope in desktop..emfioNoel8-15/+11
2020-09-24speed-up: preload JVM when PreloadJVM is setSerge Krot1-0/+48
2020-09-23Fix typo in codeAndrea Gelmini2-3/+3
2020-09-22Added new command to resolve the comment threadPranam Lashkari1-0/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2-13/+13
2020-09-21update pchesCaolán McNamara1-2/+1
2020-09-21lok: remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei1-5/+10
2020-09-18jsdialog: use window only if visibleSzymon Kłos1-1/+1
2020-09-17Remove some unused includesMiklos Vajna5-9/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-2/+7