summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2021-10-25use pull model also for LOK text selectionLuboš Luňák2-10/+51
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák2-0/+171
2021-10-22better name for a function overloadLuboš Luňák2-2/+2
2021-10-18LOK: maintain blocked command list per viewPranam Lashkari2-17/+5
2021-10-18LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari2-37/+16
2021-10-18LOK: introduce way to restrict uno commandsPranam Lashkari2-2/+25
2021-10-15delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák2-1/+14
2021-10-15do not use text-based LOK callback internallyLuboš Luňák3-84/+186
2021-10-08lok: sc: unit test drag & dropHenry Castro1-0/+128
2021-10-08lok: test: fix testSheetSelectionsHenry Castro1-14/+0
2021-10-01lok: Fix graphicselection INPLACE msg is filtered outMert Tumer1-1/+1
2021-10-01Deduplicate reference marks and cell auto fill messagesSzymon Kłos1-0/+2
2021-09-28add extra timeout with higher priority to LOK flushingLuboš Luňák2-4/+31
2021-09-28do not use std::find_if() if std::find() does the jobLuboš Luňák1-9/+4
2021-09-28do not check a const variable in every lambda invocationLuboš Luňák1-5/+8
2021-09-28optimize removing from the LOK flush queueLuboš Luňák2-93/+114
2021-09-24go on switching from boost::property_tree to JsonWriterMarco Cecchetti1-48/+31
2021-09-23speed up scanning the LOK queueNoel Grandin2-92/+123
2021-09-22use tools::Json for cursor messagesNoel Grandin1-1/+1
2021-09-17use our string->number functions instead of std::istringstreamLuboš Luňák1-8/+24
2021-09-16improve LOK notifyInvalidationNoel Grandin1-4/+3
2021-09-11indexing: fix correct size and pos. for shapes + more testsTomaž Vajngerl2-3/+50
2021-09-10indexing: rename "type" for prargraph an object nodesTomaž Vajngerl1-1/+1
2021-09-10lok-desktop: unit tests for LOK_CALLBACK_TABLE_SELECTEDDennis Francis2-0/+121
2021-09-03indexing: add indexing xml as a format for writerTomaž Vajngerl1-0/+1
2021-09-02indexing: use XML as input that is identical to indexing XMLTomaž Vajngerl1-2/+5
2021-09-02indexing: add support for SdrObjects in SearchResultLocatorTomaž Vajngerl1-1/+1
2021-09-02indexing: add LOKit API to render the search result into a bitmapTomaž Vajngerl3-1/+105
2021-08-05LOK: freemium: added new parameter in the APIPranam Lashkari1-4/+7
2021-07-23lok: sw: avoid duplicate LOK_CALLBACK_TABLE_SELECTED msgsDennis Francis1-0/+1
2021-07-16Avoid accumulating a huge number of Trace Events before calling the callbackTor Lillqvist1-0/+7
2021-07-15lok: include the label of the status indicatorHenry Castro1-2/+2
2021-06-23LOK: introduced Freemium LOK APIPranam Lashkari2-1/+21
2021-06-22lok: allow .uno:JumpToMark.Michael Meeks1-0/+1
2021-06-14Use FontList::GetFirstFontMetric instead of custom iteration codeMike Kaganski1-103/+87
2021-06-10jsdialog: remove UITest based events executionSzymon Kłos1-95/+8
2021-06-10scale VCL's scale cache according to the number of Online viewsLuboš Luňák1-1/+6
2021-05-31lok: Interaction handler for FilterOptionsmerttumer2-0/+24
2021-05-25jsdialog: early return if welded widget foundSzymon Kłos1-48/+47
2021-05-18We must collect the Trace Events when recording them is turned onTor Lillqvist1-26/+36
2021-05-13lok: move handleMacroConfirmationRequest to its own methodTomaž Vajngerl2-11/+19
2021-05-13lok: enable macros by default for AndroidTomaž Vajngerl1-0/+4
2021-05-01lok: mark strings static after pre-init, not after the fork.Michael Meeks1-2/+4
2021-04-29Let's call it "traceeventrecording" and not "profilezonerecording"Tor Lillqvist1-1/+1
2021-04-29Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist1-4/+4
2021-04-23Add API to LibreOfficeKit to set arbitrary run-time options in coreTor Lillqvist1-0/+30
2021-04-23Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist1-2/+2
2021-04-19jsdialog: uitest: handle click for drawing areaSzymon Kłos1-0/+11
2021-04-19notebookbar: minify for onlineSzymon Kłos1-1/+1
2021-04-15Clarify the ProfileRecording APITor Lillqvist1-1/+1