summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Always use <poll.h>, no modern system needs <sys/poll.h>Ismael Luceno2022-01-041-1/+1
* loplugin:stringliteraldefine in desktopNoel Grandin2021-11-254-8/+10
* lok: add pdf version option for exportGabriel Masei2021-11-251-0/+30
* make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák2021-11-121-2/+3
* rtl::Static to thread-safe staticNoel Grandin2021-11-124-26/+26
* Impress- Correct commands mentioning Page instead of SlideNnamani Ezinne2021-11-111-0/+3
* Use o3tl::convertMike Kaganski2021-11-111-2/+3
* new loplugin:stringliteraldefineNoel Grandin2021-11-101-1/+1
* use more OUStringLiteral in MediaDescriptorNoel Grandin2021-11-082-4/+4
* loplugin:constparamsNoel Grandin2021-11-032-2/+2
* Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski2021-10-3020-157/+120
* use boost flat_map for faster mapLuboš Luňák2021-10-262-2/+4
* use pull model also for LOK text selectionLuboš Luňák2021-10-252-12/+56
* change some LOK internal updates to be pull model instead of pushLuboš Luňák2021-10-242-0/+167
* Fix typosAndrea Gelmini2021-10-231-3/+3
* LOK: maintain blocked command list per viewPranam Lashkari2021-10-222-17/+5
* LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari2021-10-222-37/+16
* better name for a function overloadLuboš Luňák2021-10-222-2/+2
* LOK: introduce way to restrict uno commandsPranam Lashkari2021-10-222-4/+27
* Improve an error messageStephan Bergmann2021-10-191-2/+4
* Related: tdf#145173 Ensure known supported system and default document localeEike Rathke2021-10-181-4/+11
* Simplify vector initialization in desktopJulien Nabet2021-10-162-4/+2
* ScriptForge - new SFWidgets library, new PopupMenu serviceJean-Pierre Ledure2021-10-151-0/+1
* delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák2021-10-152-1/+14
* do not use text-based LOK callback internallyLuboš Luňák2021-10-153-84/+186
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-7/+7
* lok: Fix graphicselection INPLACE msg is filtered outMert Tumer2021-10-151-1/+1
* tdf#33749 - revised merge and unmerge cells UI controlsRoss Johnson2021-10-141-3/+1
* Fix memory leakMike Kaganski2021-10-141-1/+1
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-142-4/+4
* Unify JsonWriter::put and putRaw a bitMike Kaganski2021-10-131-1/+1
* loplugin:unusedmethodsNoel Grandin2021-10-122-23/+0
* loplugin:moveparam in desktopNoel Grandin2021-10-117-31/+25
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-113-22/+12
* loplugin:moveparam in xmlscriptNoel Grandin2021-10-102-2/+2
* loplugin:moveparam in connectivityNoel Grandin2021-10-061-1/+1
* Deduplicate reference marks and cell auto fill messagesSzymon Kłos2021-10-061-0/+2
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-033-13/+13
* drop 'using namespace std' in desktop, e*, f*Julien Nabet2021-10-031-1/+0
* gives names to all the Idles and TasksNoel Grandin2021-09-283-4/+6
* add extra timeout with higher priority to LOK flushingLuboš Luňák2021-09-282-4/+31
* do not use std::find_if() if std::find() does the jobLuboš Luňák2021-09-281-9/+4
* do not check a const variable in every lambda invocationLuboš Luňák2021-09-281-5/+8
* optimize removing from the LOK flush queueLuboš Luňák2021-09-282-93/+114
* vcl: rename OutDevState to StackChris Sherlock2021-09-281-1/+1
* use SfxItemSetFixed in variousNoel Grandin2021-09-261-1/+1
* Extend loplugin:stringviewparam to starts/endsWith: desktopStephan Bergmann2021-09-231-2/+4
* Fix typosAndrea Gelmini2021-09-231-1/+1
* lok-desktop: unit tests for LOK_CALLBACK_TABLE_SELECTEDDennis Francis2021-09-222-0/+121
* vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock2021-09-211-1/+1