]> git.proxmox.com Git - mirror_xterm.js.git/history - src
Merge pull request #926 from ficristo/search-fix
[mirror_xterm.js.git] / src /
2017-06-13 Daniel ImmsMerge branch 'master' into 642_link_wrapped_char_duplic...
2017-06-13 Daniel ImmsMerge pull request #691 from Tyriar/mid_selection_singl...
2017-06-13 Daniel ImmsMerge branch 'master' into mid_selection_single_element
2017-06-13 Daniel ImmsMerge pull request #693 from Tyriar/443_retain_wrapped_...
2017-06-13 Daniel ImmsMerge branch 'master' into 443_retain_wrapped_lines_copy
2017-06-13 Daniel ImmsMerge pull request #700 from Tyriar/698_mousedown_preve...
2017-06-13 Daniel ImmsMore work on findNext
2017-06-12 Daniel ImmsVery basic find implementation
2017-06-12 Daniel ImmsMerge branch 'master' into 698_mousedown_preventDefault
2017-06-12 Daniel ImmsPrevent mousedown event default selection behavior
2017-06-11 Daniel ImmsMerge branch 'master' into 642_link_wrapped_char_duplic...
2017-06-11 Daniel ImmsMerge branch 'master' into mid_selection_single_element
2017-06-11 Daniel ImmsMerge branch 'master' into 443_retain_wrapped_lines_copy
2017-06-10 Daniel ImmsMerge pull request #680 from Tyriar/set_row_height_expl...
2017-06-10 Daniel ImmsMerge remote-tracking branch 'origin/master' into set_r...
2017-06-10 Daniel ImmsRetain wrapped line state when copying
2017-06-09 Daniel ImmsUse a single element for the middle of the selection
2017-06-09 Daniel ImmsSkip failing tests of macOS and add to CI
2017-06-09 Daniel ImmsMerge pull request #670 from Tyriar/207_selection_manager
2017-06-09 Daniel ImmsAdd class header comments
2017-06-09 Daniel ImmsAdd regression test
2017-06-09 Daniel ImmsFix issue with strings in wrapped spans being duplicated
2017-06-08 Daniel ImmsUse user-select supported by other browsers
2017-06-08 Daniel ImmsFix bug when selection end is less than start
2017-06-07 Daniel ImmsSelect last character in bottom right in select all
2017-06-07 Daniel ImmsAdd more selection manager/model tests
2017-06-07 Daniel ImmsAdd SelectionModel tests
2017-06-07 Daniel ImmsFix clearSelection in select all mode
2017-06-07 Daniel ImmsMove prepareTextForClipboard logic into SelectionManager
2017-06-07 Daniel ImmsFix tests
2017-06-07 Daniel ImmsAdd clearSelection API
2017-06-07 Daniel ImmsAdd hasSelection public API
2017-06-07 Daniel ImmsAdd getSelectionText API
2017-06-07 Daniel ImmsExplicitly size selectionContainer to allow for more...
2017-06-07 Daniel ImmsEnsure host program handles copy if mouseevents are...
2017-06-07 Daniel ImmsSupport copying in the alt buffer
2017-06-06 Daniel ImmsMerge remote-tracking branch 'ups/master' into set_row_...
2017-06-06 Daniel ImmsSet row height when char size is changed
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 ImmsResolve TODOs
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-06 Paris KasidiarisMerge pull request #674 from sourcelair/issue-#671...
2017-06-06 Paris KasidiarisMerge branch 'master' into issue-#671-restore-paste...
2017-06-02 Daniel ImmsAdd some SelectionManager selectWorkAt tests, fix lint
2017-06-02 Daniel ImmsRemove no longer valid clipboard test and add new one
2017-06-02 Daniel ImmsFix issue with trimming whitespace
2017-05-27 Daniel ImmsMerge pull request #672 from Tyriar/662_parser_state_hack
2017-05-27 Paris KasidiarisFix #671 - Restore `paste` event
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-26 Daniel ImmsProperly prepare text for clipboard for context menu
2017-05-25 Daniel ImmsSupport copy and paste via context menu
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-25 Daniel ImmsFix bug with parser state when using vtop
2017-05-23 Daniel ImmsInitial scroll drag implementation
2017-05-23 Daniel ImmsMerge remote-tracking branch 'ups/master' into 207_sele...
2017-05-22 Daniel ImmsMerge pull request #668 from Tyriar/fix_pt_valid_var_de...
2017-05-22 Daniel ImmsMerge branch 'master' into fix_pt_valid_var_declarations
2017-05-22 Daniel ImmsMerge pull request #669 from Tyriar/pull_getCoords_into...
2017-05-22 Daniel ImmsMerge branch 'master' into pull_getCoords_into_module
2017-05-22 Daniel ImmsMerge pull request #667 from Tyriar/add_missing_emit_arg
2017-05-21 Daniel ImmsAdd missing semi-colons
2017-05-21 Daniel ImmsDisable selection manager in mouse mode
2017-05-21 Daniel ImmsTemp fix until mouse getCoords PR merged
2017-05-21 Daniel ImmsPolish comments and cap code
2017-05-21 Daniel Immsjsdoc
2017-05-21 Daniel ImmsPull getCoords into a Mouse util module
2017-05-21 Daniel ImmsDeclare pt and valid vars in correct spot
2017-05-21 Daniel ImmsAdd missing EventEmitter.emit args/types
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 ImmsHandle scrolling of selection
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 ImmsCreate new entries when shifting
2017-05-20 Daniel ImmsMerge remote-tracking branch 'ups/master' into 207_sele...
2017-05-16 Daniel ImmsMerge pull request #450 from Tyriar/449_keep_span_pool
next