summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner2021-01-181-12/+0
* Must now call the lovely SfxViewShell::SetCurrentDocId()Tor Lillqvist2020-11-211-1/+3
* Test also that loading more documents after closing all open ones worksTor Lillqvist2020-11-211-89/+92
* sfx2: lok: reliably support multi-documentsAshod Nakashian2020-11-213-15/+124
* DesktopLOKTest: cleanupAshod Nakashian2020-11-211-26/+91
* sfx2: lok: refactor notifications and const correctnessAshod Nakashian2020-11-201-2/+2
* loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann2020-11-181-1/+2
* loplugin:stringviewparam check methods tooNoel2020-11-175-8/+8
* add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara2020-11-154-0/+9
* Remove Bottom DrawTextFlag on renderFont for WatermarkMert Tumer2020-11-151-1/+0
* tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer2020-11-1321-160/+124
* lok: Simplify the check for command in sendDialogEvent.Jan Holesovsky2020-11-131-32/+25
* loplugin:stringviewNoel2020-11-114-12/+8
* make tools::Long 64-bit on Windows platformNoel Grandin2020-11-111-4/+4
* tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen2020-11-099-7/+13
* ScriptForge - Update build filesJean-Pierre Ledure2020-11-071-0/+4
* use a utl::TempFile and clean it up after testAndras Timar2020-11-051-3/+4
* use officecfg for UseSystemFileDialogNoel Grandin2020-11-011-5/+11
* strtol returns long, so that needs to be used hereStephan Bergmann2020-10-281-2/+2
* Extend loplugin:elidestringvar to OStringStephan Bergmann2020-10-281-2/+1
* convert some more long -> tools::LongNoel2020-10-281-2/+2
* Missing call to curl_easy_cleanup (--enable-online-update=mar)Stephan Bergmann2020-10-231-13/+16
* Prevent crash with invalid lang tag.Gülşah Köse2020-10-231-1/+2
* set all .ui min require version of gtk to 3.20Caolán McNamara2020-10-229-9/+9
* Add gbuild/platform/FREEBSD_POWERPC[64]_GCC.mk files.Gleb Popov2020-10-221-0/+2
* long->tools::Long in dbaccess..drawinglayerNoel2020-10-229-103/+103
* new tools::Degree10 strong typedefNoel Grandin2020-10-211-1/+1
* ensure solarmutex is locked when closing splashscreen (tdf#137177)Luboš Luňák2020-10-201-0/+1
* remove unnecessary `if (!true) return;` statement from Desktop::Init()Platon Pronko2020-10-201-3/+0
* Fix check for inclusion of <sys/sysmacros.h>Stephan Bergmann2020-10-151-1/+1
* Do not include <sys/sysmacros.h> header unconditionally, but perform a check ...Gleb Popov2020-10-151-0/+2
* desktop: fix misleading commentMiklos Vajna2020-10-121-1/+1
* loplugin:const* make some params and methods constNoel2020-10-061-1/+1
* move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2020-10-062-3/+2
* Allow to save file if chart editing is activeSzymon Kłos2020-10-061-1/+1
* use more TOOLS_WARN_EXCEPTIONNoel2020-10-031-2/+2
* Use the new single-instance="true" attribute in desktopStephan Bergmann2020-10-022-5/+2
* loplugin:reducevarscope in desktop..emfioNoel2020-10-028-15/+11
* speed-up: preload JVM when PreloadJVM is setSerge Krot2020-09-241-0/+48
* Fix typo in codeAndrea Gelmini2020-09-232-3/+3
* Added new command to resolve the comment threadPranam Lashkari2020-09-221-0/+1
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-222-13/+13
* update pchesCaolán McNamara2020-09-211-2/+1
* lok: remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei2020-09-211-5/+10
* jsdialog: use window only if visibleSzymon Kłos2020-09-181-1/+1
* Remove some unused includesMiklos Vajna2020-09-175-9/+1
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-162-2/+7
* Online: selection highlight in Calc should follow font size changes.Marco Cecchetti2020-09-151-0/+2
* tdf#124176 Use #pragma once in desktopGeorge Bateman2020-09-1373-290/+73
* replace sal_IntPtr with simple integer typeCaolán McNamara2020-09-121-1/+1