summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix typo in code"Stephan Bergmann2021-02-051-2/+2
* Fix typo in codeAndrea Gelmini2021-02-041-2/+2
* loplugin:stringviewparam extend to new..Noel2021-01-292-4/+4
* simplify code, use more subView()Noel2021-01-282-7/+7
* TopLeft().Y() -> Top() etc.Caolán McNamara2021-01-281-2/+2
* -Werror,-Wsign-compare (clang-cl)Stephan Bergmann2021-01-241-1/+1
* remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara2021-01-212-4/+0
* Do not skip cursor invalidation if hyperlink in payloadPranam Lashkari2021-01-211-1/+3
* lok: unit test incorrect cursor positionHenry Castro2021-01-211-1/+38
* make crashreports include info about the system (CPU,memory)Luboš Luňák2021-01-201-0/+177
* Fix unoinfo on macOSStephan Bergmann2021-01-191-1/+1
* mac: don't put script files into Contents/MacOS or framework-bin directoryChristian Lohmaier2021-01-181-4/+8
* tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner2021-01-171-12/+0
* fix rendershapeselection for drawingMert Tumer2021-01-171-0/+3
* make the Color constructors explicitly specify transparencyNoel2021-01-161-1/+1
* fix location of change tracking boxes in OnlineNoel Grandin2021-01-151-2/+2
* replace stock button labelsCaolán McNamara2021-01-157-26/+26
* fix coverity parse errorsCaolán McNamara2021-01-101-2/+2
* fix coverity parse errorsCaolán McNamara2021-01-094-8/+8
* lok: add interaction handler "macro security" confirmationHenry Castro2021-01-051-0/+16
* lok: add missing global notifierHenry Castro2021-01-051-2/+5
* lok: add lo_sendDialogEvent to post dialog eventsHenry Castro2021-01-041-1/+18
* Removed duplicated includesAndrea Gelmini2021-01-031-1/+0
* Use Unicode paths on Windows for minidumpsMike Kaganski2021-01-013-0/+42
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-2936-193/+233
* New loplugin:stringliteralvarStephan Bergmann2020-12-265-14/+14
* drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara2020-12-231-65/+58
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorhomeboy4452020-12-202-4/+2
* don't mention VclBuilder in the dialog tests docsCaolán McNamara2020-12-191-1/+1
* lok: add parameter "MacroExecMode"Henry Castro2020-12-181-2/+3
* lok: initialize to dispatch ".uno:RunMacro" commandHenry Castro2020-12-181-1/+2
* update pchesCaolán McNamara2020-12-152-2/+5
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-119-42/+50
* jsdialog: don't skip commandsSzymon Kłos2020-12-081-1/+0
* reap glxtest process early in soffice_main unconditionallyLuboš Luňák2020-12-081-5/+2
* Clean up CrashReporter::IsDumpEnableStephan Bergmann2020-12-061-7/+8
* Directly check for nullptrStephan Bergmann2020-12-061-1/+1
* update pchesCaolán McNamara2020-12-043-3/+10
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2020-12-011-2/+2
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-307-70/+70
* tdf#48413 handle wildcards on WindowsDeb Barkley-Yeung2020-11-301-3/+51
* Fix unmodified pdf does forced-saveMert Tumer2020-11-291-1/+1
* LOK: send state of SheetRightToLeftPranam Lashkari2020-11-291-1/+2
* jsdialog: implement TreeViewSzymon Kłos2020-11-251-20/+2
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-2411-60/+60
* desktop: rr --ignore-nested was renamed to --nested=ignoreMichael Stahl2020-11-231-2/+2
* 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