summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2022-03-30desktop : use std::mutex instead of osl::MutexArnaud Versini1-7/+4
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann4-12/+2
2022-03-14Send Calc Insert Headers and Footers state change to LOKAron Budea1-0/+1
2022-03-14add TypedWhichId version of QueryStateNoel Grandin1-9/+9
2022-03-14lok: Fix freshly added comments are not displayedMert Tumer1-1/+6
2022-03-11loplugin:constparamsNoel Grandin2-4/+4
2022-03-11new loplugin:trivialdestructorNoel Grandin2-3/+0
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák3-5/+4
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin1-4/+3
2022-02-25make sure that LOK "updated types" start a timer as wellLuboš Luňák2-6/+14
2022-02-25set the dialog contents to be approx 50 characters wideCaolán McNamara1-1/+2
2022-02-18lok: sc: unit test drag & dropHenry Castro1-0/+128
2022-02-18lok: test: fix testSheetSelectionsHenry Castro1-14/+0
2022-02-15Fix xml namespaceSamuel Mehrbrodt1-12/+12
2022-02-14Add LibreOffice Crash extensionSamuel Mehrbrodt12-0/+379
2022-02-08Avoid -Werror,-Wunused-variable also with clang-clStephan Bergmann1-2/+2
2022-02-05lok: render image preview with lower resolutionSzymon Kłos1-0/+1
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-7/+6
2022-01-27no need to call GetWhich on these SID_ valuesNoel Grandin1-1/+1
2022-01-26desktop lok, export options: allow passing through a JSON string as-isMiklos Vajna3-1/+35
2022-01-25lok: enable in-place editing of math equationsMike Kaganski1-1/+1
2022-01-25Related: tdf#146971 remove %PRODUCTNAME from accessible-descriptionCaolán McNamara1-1/+1
2022-01-24jsdialog: use string identifiersSzymon Kłos1-3/+11
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-1/+1
2022-01-21VCL fix shutdown when run via system loopJan-Marek Glogowski1-0/+1
2022-01-21comphelper: move JsonToPropertyValues() from desktop/Miklos Vajna1-122/+1
2022-01-20lok: avoid reundant progress bar messages.Michael Meeks1-0/+1
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2-3/+32
2022-01-20lok: avoid duplicate emission of statechanged: messages.Michael Meeks2-9/+42
2022-01-19lok: avoid duplicate notification of tab-stop and ruler changes.Michael Meeks1-0/+2
2022-01-19WASM gbuild: add --pre-js dependenciesJan-Marek Glogowski1-0/+2
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski2-6/+6
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski2-2/+2
2022-01-18Add HAVE_(UNIX_)DLAPI config header defineJan-Marek Glogowski1-1/+1
2022-01-14Recheck modules d* with IWYUGabor Kelemen27-21/+15
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski1-1/+1
2022-01-12Removed duplicated includesAndrea Gelmini1-2/+0
2022-01-11preload configmgr data for COOLNoel Grandin1-0/+47
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski1-0/+1
2022-01-09soffice.sh depends on config_host.mk for the sedJan-Marek Glogowski1-0/+1
2022-01-08Unify condition names and fix "else" pathsJan-Marek Glogowski2-4/+4
2022-01-07Don't build a static unopkgJan-Marek Glogowski2-4/+8
2022-01-07Disable oosplash pagein feature for static buildsJan-Marek Glogowski3-15/+18
2022-01-06We don't want or need any LOKClipboard on iOSTor Lillqvist2-1/+23
2021-12-29Always use <poll.h>, no modern system needs <sys/poll.h>Ismael Luceno1-1/+1
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski2-2/+2
2021-12-25oss-fuzz: convert to static cross-buildJan-Marek Glogowski1-0/+2
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin4-110/+108
2021-12-21no point in release solar mutex before calling PostUserEventNoel Grandin1-13/+6
2021-12-19use more cppu::BaseMutexNoel Grandin13-59/+56