summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
11 daysAt least capture (English-only) cURL error when something goes wrongStephan Bergmann1-0/+6
2024-01-26Fall back to old bootstrap.ini [Win32] section, for backwards compatibilityStephan Bergmann1-0/+33
2024-01-17Search for load-time variables in fundamental.override.iniStephan Bergmann1-4/+4
2023-12-06CppunitTest_desktop_lib: adjust asserts so this works againcib-6.4-22Miklos Vajna1-2/+4
2022-09-16Clean up color scheme migrationStephan Bergmann1-9/+85
2022-09-16Migrating product name related color schemes between different versionsBalazs Varga1-0/+31
2022-09-03Filter out unwanted command URIsStephan Bergmann1-1/+9
2022-03-10desktop: rr --ignore-nested was renamed to --nested=ignoreMichael Stahl1-2/+2
2022-01-24Remove external link from extension managerSamuel Mehrbrodt3-20/+1
2021-01-25Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-3/+3
2020-12-07desktop: separate executable shortcut for safe-modeVasily Melenchuk3-0/+45
2020-12-07Fixups to build on c++11-only compilersThorsten Behrens1-1/+1
2020-12-05Get local, no-upload crash dumps working againThorsten Behrens1-1/+4
2020-12-05Some optimisations around crashreporter status queriesThorsten Behrens2-2/+9
2020-12-05related tdf#127711: read crashdump URL from ini fileThorsten Behrens1-1/+10
2020-05-08On iOS, avoid catching exceptions to just immediately exit or abort anywayTor Lillqvist1-0/+4
2020-03-10Delete google_breakpad::ExceptionHandler before calling _exit()Mike Kaganski3-61/+50
2020-02-27desktop: soffice --print-to-file generates PDF but names it ".ps"Michael Stahl1-1/+1
2020-02-15tdf#122218: Hack to avoid blurry text with macOS SDK 10.15Stephan Bergmann1-0/+13
2020-02-06tdf#130080 soffice.sh: Avoid exporting empty LC_ALLMichael Weghorn1-2/+6
2019-12-11LO extension Dialog fill updateandreas kainz1-7/+0
2019-12-05We use the system clipboard on iOS and not the "LOK clipboard"Tor Lillqvist2-2/+23
2019-12-02desktop: disable callback handling while changing the viewAshod Nakashian2-20/+33
2019-12-02lok: add viewId to window painting, to allow special-casing on render.Michael Meeks2-7/+25
2019-11-19tdf#128523: drop cache directory when restart manager initiates restartMike Kaganski1-0/+13
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks1-0/+2
2019-11-10Added Orientation argument to LOKIT renderFontMert Tumer2-7/+30
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-06Revert "lok: sc: make hi-dpi/zoom compatible with retrieving cell cursor"Michael Meeks1-1/+1
2019-11-06Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks1-7/+1
2019-11-04lok: share conversion of OUString to C strings.Michael Meeks1-61/+24
2019-11-02New loplugin:conditionalstringStephan Bergmann2-2/+2
2019-10-31jsdialogs: refresh SidebarDockingWindow after eventSzymon Kłos1-2/+2
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann3-9/+4
2019-10-30Fix Plugin::containsPreprocessingConditionalInclusionStephan Bergmann1-2/+1
2019-10-29Resolves: tdf#127645 fix crash on revisit to check updatesCaolán McNamara1-3/+2
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-25remove unnecessary .uis 'require' on lib=LibreOfficeCaolán McNamara1-1/+0
2019-10-24Introduce OStringCharStephan Bergmann1-2/+2
2019-10-22lok: convert JSON to StringMap in sent DialogEvent functionHenry Castro1-44/+30
2019-10-21jsdialogs: handle spinfieldsSzymon Kłos1-2/+21
2019-10-21jsdialogs: use click event if not a comboboxSzymon Kłos1-5/+15
2019-10-21jsdialogs: force resend UI descriptionSzymon Kłos1-1/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-2/+2
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák4-12/+27
2019-10-18jsdialogs: handle combobox selectionsSzymon Kłos1-4/+32
2019-10-18jsdialogs: avoid exception crashing app on eventsSzymon Kłos1-4/+7
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-16Send 'INPLACE EXIT' on inplace deactivationSzymon Kłos1-1/+9
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin4-59/+50