summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Use rich paste also for IEprivate/mmeeks/clipboardMike Kaganski1-1/+1
2019-08-05copy/paste test - expand to paste.Michael Meeks1-0/+38
2019-08-05Add test bits for copy/paste.Michael Meeks1-0/+108
2019-08-05More IE11 work, paste works again, cut/copy pending.Michael Meeks1-33/+67
2019-08-05clipboard: remove inadvertent debug.Michael Meeks1-1/+1
2019-08-05clipboard: centralize events, and have a persistent clipboard div.Michael Meeks3-126/+103
2019-08-05clipboard: don't encode empty string as a blob: mends image paste.Michael Meeks1-1/+1
2019-08-05Handle undefined context menu items.Michael Meeks1-0/+2
2019-08-05Context menus: stop items looking too much like links.Michael Meeks2-3/+8
2019-08-05clipboard: Improve selection management.Michael Meeks1-1/+13
2019-08-05Switch to using beforecopy etc. to setup the selection.Michael Meeks1-23/+27
2019-08-05clipboard: use <a href='#' and click overriding to get copy/paste on iOSMichael Meeks6-8/+31
2019-08-05Avoid harmful stopHideDownload while populating the clipboard.Michael Meeks1-1/+1
2019-08-05Separate exception handling for iOS and Android postmessages.Michael Meeks1-6/+12
2019-08-05leaflet: Improve handling of paste without source documentAshod Nakashian3-57/+127
2019-08-05wsd: gracefully disconnect the kit socketAshod Nakashian2-1/+5
2019-08-05wsd: Logging correctionsAshod Nakashian2-3/+4
2019-08-05wsd: send clipboard key on loadingAshod Nakashian1-1/+1
2019-08-05clipboard: persist selections for a while after a view closes.Michael Meeks11-57/+373
2019-08-05wsd: add 'meta origin' to clipboardcontent payloads tooAshod Nakashian2-19/+30
2019-08-05leaflet: catch exceptions form paste postMessageAshod Nakashian1-11/+15
2019-08-05clipboard: IE11 rich paste works.Michael Meeks1-4/+13
2019-08-05This to that.Michael Meeks1-1/+1
2019-08-05clipboard: get image paste working for Edge.Michael Meeks1-8/+16
2019-08-05clipboard: ensure image fallback works for paste.Michael Meeks1-1/+4
2019-08-05IE11 - get copy/paste happy again.Michael Meeks1-3/+10
2019-08-05Fix this to that.Michael Meeks1-1/+1
2019-08-05clipboard: having downloaded the complex selection, don't do it again.Michael Meeks2-6/+15
2019-08-05Use isComplex for calc too.Michael Meeks1-1/+2
2019-08-05Don't let the clipboard 'Download' button linger around continually.Michael Meeks2-2/+32
2019-08-05Allow paste from external clipboard in dialogsSzymon Kłos4-13/+33
2019-08-05Attempt to use a RichDocuments postmessage for paste before giving up.Michael Meeks1-3/+31
2019-08-05leaflet: graphics are always complexAshod Nakashian2-1/+4
2019-08-05loleaflet: fix downloadprogress issue for cross copy-pasteMarco Cecchetti1-0/+2
2019-08-05Tweak strings before translation.Michael Meeks1-18/+25
2019-08-05loleaflet: warning about large copy paste remove username checkMarco Cecchetti1-3/+1
2019-08-05loleaflet: DownloadProgress avoid circular issue with _doAsyncDownloadMarco Cecchetti2-8/+16
2019-08-05clipboard: we still need to detect single graphic selections.Michael Meeks2-4/+10
2019-08-05loleaflet: fixed minor issuesMarco Cecchetti1-8/+8
2019-08-05clipboard: text-fallback should not include random style content.Michael Meeks1-2/+8
2019-08-05clipboard: include /lool/ into the clipboard base URL.Michael Meeks3-3/+3
2019-08-05clipboard: Copying of complex data with detectionAshod Nakashian5-36/+98
2019-08-05clipboard: good places to dump the raw byte stream.Michael Meeks2-0/+2
2019-08-05clipboard: get blob / text conversion size arithmetic right.Michael Meeks1-5/+10
2019-08-05leaflet: more forgiving when double copyingAshod Nakashian1-1/+3
2019-08-05Fix paste method name.Michael Meeks1-1/+2
2019-08-05clipboard: de-combine whole clipboard fetch from just text/html.Michael Meeks6-11/+35
2019-08-05clipboard: cleanup IE11 pieces, and dataTransfer API.Michael Meeks3-68/+109
2019-08-05clipboard: null terminate the mime-type array.Michael Meeks1-13/+6
2019-08-05Prune clipboard bits from ClipboardContainer -> Clipboard.jsMichael Meeks1-0/+2