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