summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-23loleaflet: extend tile debuggingprivate/kendy/tilesandcallbacksLászló Németh6-17/+104
2016-09-23Prioritize the views where the cursor moved the most recently.Jan Holesovsky2-4/+22
2016-09-23Prioritize the tile requests when extracting from the TileQueue.Jan Holesovsky2-60/+33
2016-09-23This TODO is obsolete when we have ordering of tiles & invalidations.Jan Holesovsky1-3/+0
2016-09-23Fix a race between the tile rendering and invalidation callbacks.Jan Holesovsky1-114/+49
2016-09-23Revert "bccu#2018 - Missing tiles when finished typing"Jan Holesovsky2-27/+6
2016-09-23MessageQueue: it and payload are the same, keep only one of themMiklos Vajna1-3/+2
2016-09-23loleaflet: Move loading spinner to toolbar-down when doc loadedPranav Kant1-2/+15
2016-09-23loleaflet: Better to have 'reconnected' signal herePranav Kant1-1/+1
2016-09-23bccu#2018 - Missing tiles when finished typingAshod Nakashian2-6/+27
2016-09-23loolwsd: don't assert if we can't find subscribers to forgetAshod Nakashian1-1/+0
2016-09-23loolwsd: TileCache is told to save or not before notifying subscribersAshod Nakashian4-17/+22
2016-09-23loleaflet: Kill this troublesome editlock related codePranav Kant1-9/+1
2016-09-23loleaflet: Start spinner when added to mapPranav Kant1-2/+1
2016-09-23loleaflet: Smooth reconnection of documentsPranav Kant2-14/+14
2016-09-23loleaflet: Don't send 'status' command, server sends it alwaysPranav Kant1-1/+0
2016-09-23loleaflet: Set permission to default after reconnectingPranav Kant2-2/+1
2016-09-22Add log files to .gitignorePranav Kant1-0/+2
2016-09-22loleaflet: 'tiledebuggingmode' is not a protocol messagePranav Kant2-10/+11
2016-09-22loleaflet: Group all other view's layersPranav Kant1-13/+17
2016-09-22loleaflet: Code reuse in debug mode implementationPranav Kant2-8/+5
2016-09-22leaflet: make sure showing the graphic view selection doesn't result in scrol...Miklos Vajna1-1/+2
2016-09-22Don't use << to write a non-nul-terminated naked char pointerTor Lillqvist1-1/+1
2016-09-22LOOLWSD: remove unused using declMiklos Vajna1-1/+0
2016-09-22Log::end was missing in two places that used Log::debug()Tor Lillqvist2-2/+2
2016-09-22loolwsd: no need to return anything when subscribing to TileCacheAshod Nakashian2-8/+4
2016-09-22loolwsd: TileBeingRendered now holds the original TileDescAshod Nakashian1-6/+9
2016-09-22loolwsd: always request new tile renderingAshod Nakashian1-12/+7
2016-09-22loolwsd: const members where possibleAshod Nakashian2-5/+5
2016-09-22loolwsd: lokit process logs to file if configuredAshod Nakashian2-1/+22
2016-09-22loolwsd: improved loggingAshod Nakashian3-4/+10
2016-09-21loleaflet: blink cursor should en top of rendering stackHenry Castro2-10/+13
2016-09-21Check LOOL_NO_LOGCOLOR here, tooTor Lillqvist1-1/+1
2016-09-21Fix heap-use-after-free detectec by Clang's AddressSanitizerTor Lillqvist1-4/+2
2016-09-21The secure() is only in quite fresh PocoTor Lillqvist1-0/+2
2016-09-21Add 'override'Tor Lillqvist1-1/+2
2016-09-21add Ctrl-Shift-Alt-d shortcut to tile debugging modeLászló Németh2-0/+16
2016-09-21loleaflet: Factor out generation of .jsonPranav Kant2-6/+13
2016-09-21Silence lintian: there are no init.d-style scripts hereKatarina Behrens1-0/+3
2016-09-21loleaflet: Don't try to delete .pot filesPranav Kant1-2/+0
2016-09-21Add dependency on 'adduser', postinst script needs itKatarina Behrens1-1/+1
2016-09-21loleaflet: Fix admin l10n strings file locationPranav Kant1-1/+1
2016-09-21loleaflet: Guard against nullPranav Kant1-2/+6
2016-09-21loleaflet: cleanupPranav Kant1-3/+5
2016-09-21loleaflet: Cleanup internal view list after socket closePranav Kant2-0/+7
2016-09-21loleaflet: Handle new message, 'viewinfo:'Pranav Kant1-21/+22
2016-09-21loolwsd: Always send the updated view info to clientsPranav Kant6-70/+76
2016-09-21loolwsd: TileCacheTests cleanupAshod Nakashian1-36/+27
2016-09-21loolwsd: assume loading new view in unittests by defaultAshod Nakashian1-5/+5
2016-09-21loolwsd: always request newer tile versionAshod Nakashian2-8/+6