summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2021-02-19update pchesCaolán McNamara1-1/+2
2021-02-19move VclBuilder::preload so desktop doesn't need to include that headerCaolán McNamara1-2/+1
2021-02-17loplugin:referencecasting in desktopNoel7-24/+24
2021-02-17Move DXF reader from filter module into VCLTomaž Vajngerl1-3/+0
2021-02-15tdf#121245: also set ooLocale when language is set by command lineMike Kaganski1-13/+7
2021-02-11lok: rework form field button message handling.Tamás Zolnai1-0/+1
2021-02-08update pchesCaolán McNamara3-6/+6
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-5/+12
2021-02-06weld annotation windowCaolán McNamara1-36/+0
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-2/+2
2021-02-04Fix typo in codeAndrea Gelmini1-2/+2
2021-01-29loplugin:stringviewparam extend to new..Noel2-4/+4
2021-01-28simplify code, use more subView()Noel2-7/+7
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara1-2/+2
2021-01-24-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara2-4/+0
2021-01-21Do not skip cursor invalidation if hyperlink in payloadPranam Lashkari1-1/+3
2021-01-21lok: unit test incorrect cursor positionHenry Castro1-1/+38
2021-01-20make crashreports include info about the system (CPU,memory)Luboš Luňák1-0/+177
2021-01-19Fix unoinfo on macOSStephan Bergmann1-1/+1
2021-01-18mac: don't put script files into Contents/MacOS or framework-bin directoryChristian Lohmaier1-4/+8
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner1-12/+0
2021-01-17fix rendershapeselection for drawingMert Tumer1-0/+3
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-15fix location of change tracking boxes in OnlineNoel Grandin1-2/+2
2021-01-15replace stock button labelsCaolán McNamara7-26/+26
2021-01-10fix coverity parse errorsCaolán McNamara1-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara4-8/+8
2021-01-05lok: add interaction handler "macro security" confirmationHenry Castro1-0/+16
2021-01-05lok: add missing global notifierHenry Castro1-2/+5
2021-01-04lok: add lo_sendDialogEvent to post dialog eventsHenry Castro1-1/+18
2021-01-03Removed duplicated includesAndrea Gelmini1-1/+0
2021-01-01Use Unicode paths on Windows for minidumpsMike Kaganski3-0/+42
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann36-193/+233
2020-12-26New loplugin:stringliteralvarStephan Bergmann5-14/+14
2020-12-23drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara1-65/+58
2020-12-20tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorhomeboy4452-4/+2
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-18lok: add parameter "MacroExecMode"Henry Castro1-2/+3
2020-12-18lok: initialize to dispatch ".uno:RunMacro" commandHenry Castro1-1/+2
2020-12-15update pchesCaolán McNamara2-2/+5
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann9-42/+50
2020-12-08jsdialog: don't skip commandsSzymon Kłos1-1/+0
2020-12-08reap glxtest process early in soffice_main unconditionallyLuboš Luňák1-5/+2
2020-12-06Clean up CrashReporter::IsDumpEnableStephan Bergmann1-7/+8
2020-12-06Directly check for nullptrStephan Bergmann1-1/+1
2020-12-04update pchesCaolán McNamara3-3/+10
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel7-70/+70
2020-11-30tdf#48413 handle wildcards on WindowsDeb Barkley-Yeung1-3/+51