This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


    from 850adc08 Merge main branch changes to next.
     add 847bd3e5 GUACAMOLE-1961: Allow selection on multiple lines when 
doubleclicking wrapped word.
     add a55f52fc GUACAMOLE-1961: Allow rectangular selection when ALT key is 
pressed.
     add 2b535719 GUACAMOLE-1961: Allow selection on multiple lines when 
tripleclicking on wrapped row.
     add fdead0d3 GUACAMOLE-1961: Improve selection by differentiating URIs 
from words.
     add d489aac7 GUACAMOLE-1961: Detect accented letters as a part of word.
     add dd4ab82c GUACAMOLE-1961: Update the selection when dragging after 
multiple click with words or lines.
     add fc7bee41 GUACAMOLE-1961: Add generic function to get word bounds on a 
terminal buffer.
     add 87031b42 GUACAMOLE-1961: Merge improve terminal selection
     new bdc17a59 Merge main branch changes to next.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/terminal/display.c                |  73 +++---
 src/terminal/select.c                 |  17 +-
 src/terminal/terminal.c               | 467 ++++++++++++++++++++++++++++++----
 src/terminal/terminal/display.h       |  22 +-
 src/terminal/terminal/terminal-priv.h |  15 ++
 src/terminal/terminal/terminal.h      |  10 +
 6 files changed, 512 insertions(+), 92 deletions(-)

Reply via email to