summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2024-06-29Fix "lets" -> "let's"Andrea Gelmini1-1/+1
2024-06-24Resave with newer Glade versionBogdan Buzea1-19/+19
2024-06-18loplugin:ostr in variousNoel Grandin1-1/+1
2024-06-17Add new LOK CALLBACK for vertical rulerDarshan-upadhyay11101-0/+2
2024-06-15tdf#35568 Repeat "first run" procedure on upgradeMike Kaganski1-15/+6
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann1-0/+2
2024-06-11LOK: do not use deprecated .uno:BackColorAndras Timar1-1/+0
2024-06-07Make Embind-related code also available under --disable-dbgutilStephan Bergmann1-7/+8
2024-06-07New EMSCRIPTEN_EXTRA_SOFFICE_POST_JS configure variableStephan Bergmann1-0/+6
2024-06-06mar: use OS version in User-AgentChristian Lohmaier1-7/+7
2024-05-31Make sure updates dir exists when writing updating.logStephan Bergmann2-11/+4
2024-05-31Consolidate on a single Updater::log overloadStephan Bergmann2-27/+9
2024-05-30cool#9174 - Enable .uno:ChangeBezierHubert Figuière1-0/+1
2024-05-28tdf#161048 Revert "move opencl check at startup inside its own thread"Noel Grandin2-5/+1
2024-05-28Emscripten: Add hack to prepare for --enable-wasm-exceptionsStephan Bergmann1-0/+6
2024-05-23lok: stop amazing waste of repeated font sizes in each font element.Michael Meeks1-26/+53
2024-05-23lok: stop amazing waste of pretty-printed JSON sent over the API.Michael Meeks1-5/+5
2024-05-20Drop remnants of a long-obsolete hackMike Kaganski1-3/+0
2024-05-20tdf#69192 fix cmdlinehelp: --show[=slide_number], etc.Justin Luth1-5/+4
2024-05-18lok: dump more SfxViewShell state, and LOK notifier state on Windows.Michael Meeks1-1/+1
2024-05-17WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-2/+2
2024-05-17Revert "tdf#109347: don't verify SSL certificate for crashreport upload"Thorsten Behrens1-1/+0
2024-05-15lok: get faster ModifiedStatus from the core.Michael Meeks1-0/+5
2024-05-15tdf#70526 Provide start up time measurementsVenetia1-1/+41
2024-05-12jsdialog: enable Object Name and Description dialogSzymon Kłos1-0/+2
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara1-4/+1
2024-05-08flush CallbackFlushHandler queue via PostUserEvent instead of Idle+TimerCaolán McNamara2-46/+36
2024-05-08tdf#69192: add StartingSlide to SID_PRESENTATION and cmdline show=Justin Luth7-4/+14
2024-05-08NFC dispatchwatcher.hxx: rename aPrinterName to aParamJustin Luth2-4/+4
2024-05-07workaround compiler crash on macos-intelNoel Grandin2-21/+26
2024-05-07loplugin:ostr in desktopNoel Grandin61-638/+642
2024-05-07WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara2-2/+2
2024-05-07lok: reseed comphelper's random number generator on fork.Michael Meeks1-0/+4
2024-05-07move opencl check at startup inside its own threadNoel Grandin2-1/+5
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier5-12/+12
2024-05-03Simplify conditionStephan Bergmann1-1/+1
2024-05-02WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-8/+19
2024-05-01next is never passed a null pointer, use a referenceCaolán McNamara4-21/+18
2024-05-01Use a for loop for setting view properties.Gökay Şatır1-6/+4
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-04-30Emscripten: Only add the --pre-js code to the soffice executableStephan Bergmann1-0/+7
2024-04-30Drop uses of css::uno::Sequence::getConstArray in deploymentMike Kaganski4-45/+20
2024-04-30line break "Preloading breakiterator: Preload icons"Caolán McNamara1-1/+1
2024-04-30Drop some uses of css::uno::Sequence::getConstArray ...Mike Kaganski2-17/+8
2024-04-29cool#8066: calc: enable .uno:ToggleSheetGridHubert Figuière1-1/+2
2024-04-22thesauri list can be empty at preloadCaolán McNamara1-4/+7
2024-04-16preload BreakIterator for LOKNoel Grandin1-0/+8
2024-04-15lok: provide global random symbol to find random device.Michael Meeks1-1/+21
2024-04-12At least capture (English-only) cURL error when something goes wrongStephan Bergmann1-0/+6
2024-04-04Introduce ResettableMutexGuardScopedReleaserMike Kaganski1-8/+1