]> git.proxmox.com Git - mirror_xterm.js.git/history - src/SelectionManager.ts
Only refresh the selection on an animation frame
[mirror_xterm.js.git] / src / SelectionManager.ts
2017-06-06 Daniel ImmsOnly refresh the selection on an animation frame
2017-06-06 Daniel ImmsFix multiple drag scroll intervals being registered
2017-06-07 Daniel ImmsFix select all with no start and include content below...
2017-06-07 Daniel ImmsUndo CiruclarList id changes, fix null check, lint
2017-06-07 Daniel Immsjsdoc all of SelectionManager
2017-06-07 Daniel ImmsResolve more TODOs, add jsdoc
2017-06-07 Daniel ImmsResolve some TODOs
2017-06-06 Daniel ImmsAdd _selectLineAt test
2017-06-06 Daniel ImmsDon't allow double click selection on empty row going...
2017-06-06 Daniel ImmsSelect lines when dragging a triple click
2017-06-06 Daniel ImmsMerge remote-tracking branch 'ups/master' into 207_sele...
2017-06-06 Daniel ImmsImplement shift+click
2017-06-02 Daniel ImmsAdd some SelectionManager selectWorkAt tests, fix lint
2017-06-02 Daniel ImmsFix issue with trimming whitespace
2017-05-26 Daniel ImmsClean up wide char select word code
2017-05-26 Daniel ImmsSupport wide char double click
2017-05-26 Daniel ImmsGet double click selection for wide chars mostly working
2017-05-26 Daniel ImmsSupport selecting wide characters
2017-05-26 Daniel ImmsOnly trim the right whitespace from selection
2017-05-25 Daniel ImmsMove the selection model to its own module
2017-05-25 Daniel ImmsTidy up _areSelectionValuesReversed
2017-05-25 Daniel ImmsFix drag when selectioning via double/triple click
2017-05-25 Daniel ImmsImplement triple click to select line
2017-05-25 Daniel ImmsSupport copying of select all text
2017-05-25 Daniel ImmsAdd select all API
2017-05-25 Daniel ImmsAdd null checks to fix trim related crash
2017-05-25 Daniel ImmsDon't flag user scrolling if no scrolling happens
2017-05-23 Daniel ImmsInitial scroll drag implementation
2017-05-23 Daniel ImmsMerge remote-tracking branch 'ups/master' into 207_sele...
2017-05-21 Daniel ImmsDisable selection manager in mouse mode
2017-05-20 Daniel ImmsClean up
2017-05-20 Daniel ImmsHandle basic double click select
2017-05-20 Daniel ImmsFix copy after scroll
2017-05-20 Daniel ImmsHandle copy
2017-05-20 Daniel ImmsGet selection partially rendering
2017-05-20 Daniel ImmsTell renderer to draw selection
2017-05-20 Daniel ImmsMore work on SelectionManager
2017-05-20 Daniel ImmsMerge remote-tracking branch 'ups/master' into 207_sele...
2017-05-06 Daniel ImmsClean up
2017-05-06 Daniel ImmsBasic fetching of coordinates