summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wsd: reduce tile logging from debug to trace levelprivate/mmeeks/udsAshod Nakashian2019-04-272-3/+3
* leaflet: process the most common message firstAshod Nakashian2019-04-272-19/+22
* wsd: tile serializer now supports adding a suffixAshod Nakashian2019-04-273-36/+42
* wsd: set vector size when constructingAshod Nakashian2019-04-271-2/+3
* wsd: reuse ostringstream when loggingAshod Nakashian2019-04-272-12/+29
* wsd: use thread_local instead of __threadAshod Nakashian2019-04-271-2/+2
* wsd: use fast deflate level for pngAshod Nakashian2019-04-271-0/+6
* wsd: logging, comments, and const correctnessAshod Nakashian2019-04-272-7/+8
* fix build: "sockaddr_un addrunix’ has incomplete type ...Henry Castro2019-04-271-0/+1
* Fix -Werror=maybe-uninitializedSamuel Mehrbrodt2019-04-271-1/+1
* net: fix -Werror,-Winconsistent-missing-overrideMiklos Vajna2019-04-271-1/+1
* peercred: fixup compile issues.Michael Meeks2019-04-271-6/+5
* Use peercreds to identify processes connecting rather than URL params.Michael Meeks2019-04-275-69/+131
* Switch local prisoner sockets to abstract UDSMichael Meeks2019-04-278-89/+194
* tdf#124981: Fix a few object leaksTor Lillqvist2019-04-262-1/+7
* Log the timestamp of the template file at its site and of its cached versionTor Lillqvist2019-04-261-0/+4
* tdf#124918: Don't crash on invalid URLs in the template list fileTor Lillqvist2019-04-261-44/+48
* tdf#124918: More logging in template download error situationsTor Lillqvist2019-04-261-0/+26
* tdf#124918: Allow empty lines in the template list fileTor Lillqvist2019-04-261-40/+43
* tdf#124950: Don't pop up keyboard on iOS when clicking in toolbarTor Lillqvist2019-04-251-1/+2
* tdf#124950: Don't pop up keyboard on iOS when clicking the mobile-edit-buttonTor Lillqvist2019-04-251-1/+4
* perftrace: fix time parsing issue.Michael Meeks2019-04-251-2/+2
* re-factor PNG compression to share and protect TileDesc updates.Michael Meeks2019-04-241-47/+41
* Inline PngCache lookup to avoid redundant watermark blending.Michael Meeks2019-04-241-35/+24
* Simplify legacy single tile rendering code-path.Michael Meeks2019-04-242-100/+35
* perftrace: consume PROFILE_FRAME messages and chart lok ProfileZones.Michael Meeks2019-04-247-9/+66
* perftrace: trace more pairs and output line number details too.Michael Meeks2019-04-241-24/+44
* perftrace: annotate start events as idle as well.Michael Meeks2019-04-242-13/+29
* perftrace: Annotate idleness and render it better as gaps.Michael Meeks2019-04-242-96/+128
* perftrace: extend linear events duration to the next event.Michael Meeks2019-04-241-7/+19
* perftrace: add thread identifiers, and spoof a duration for all lines.Michael Meeks2019-04-241-8/+21
* perftrace: map pids.Michael Meeks2019-04-241-9/+9
* perftrace: output in Trace Event Format too and by default.Michael Meeks2019-04-241-24/+102
* perftrace: start to annotate common spans.Michael Meeks2019-04-241-7/+56
* Parse loolwsd logs and start to chart the output.Michael Meeks2019-04-241-0/+136
* Show progressbar centered in the mobileSzymon Kłos2019-04-231-1/+8
* There is no l10n directory with localisation JSON files in the iOS appTor Lillqvist2019-04-221-5/+8
* Add branding to the iOS appTor Lillqvist2019-04-223-0/+24
* tdf#124235: Make the combo box list be attached to the widgetTor Lillqvist2019-04-191-1/+11
* Prevent view from jumping on zoom in/out on mobileSzymon Kłos2019-04-162-9/+23
* wsd: don't warn incorrectly when selecting current partAshod Nakashian2019-04-151-6/+9
* leaflet: select the current slide and update previews after reorderingAshod Nakashian2019-04-152-1/+8
* leaflet: make the slide drop sites more visibleAshod Nakashian2019-04-152-2/+3
* leaflet: support reordering slides to first positionAshod Nakashian2019-04-151-4/+12
* wsd: leaflet: track multi-selectionAshod Nakashian2019-04-159-19/+67
* wsd: leaflet: support reordering of slides via drag-and-dropAshod Nakashian2019-04-159-2/+136
* wsd: leaflet: support statusupdate: messages to sync clientsAshod Nakashian2019-04-153-3/+10
* wsd: parse empty json string as empty mapAshod Nakashian2019-04-151-1/+4
* wsd: leaflet: status now includes selected partsAshod Nakashian2019-04-153-21/+38
* wsd: loleaflet: select multiple partsAshod Nakashian2019-04-159-2/+108