]> git.proxmox.com Git - mirror_xterm.js.git/history - src
fixing whitespaces
[mirror_xterm.js.git] / src /
2017-06-19 Daniel ImmsMerge pull request #716 from Tyriar/697_select_to_word
2017-06-19 Daniel ImmsMerge branch 'master' into 697_select_to_word
2017-06-19 Daniel ImmsMerge pull request #715 from Tyriar/709_improve_selection
2017-06-19 Daniel ImmsMerge branch 'master' into 709_improve_selection
2017-06-19 Daniel ImmsMerge pull request #714 from Tyriar/713_dblclick_word_s...
2017-06-18 Daniel ImmsUse an enum for selection mode
2017-06-18 Daniel ImmsSelect to the word at the mouse after double click
2017-06-18 Daniel ImmsMerge branch 'master' into 709_improve_selection
2017-06-18 Daniel ImmsImprove selection cell selection
2017-06-18 Daniel ImmsAlso consider ' and " word separators
2017-06-18 Daniel ImmsMerge branch 'master' into 713_dblclick_word_separators
2017-06-18 Daniel ImmsDon't select colon or brackets when double clicking
2017-06-16 CHaBouAdd customKeypressHandler
2017-06-15 Daniel ImmsMerge branch 'master' into 553_find_api
2017-06-14 Daniel ImmsMerge pull request #707 from jdanyow/issue-683
2017-06-14 Jeremy Danyownormalize line endings to \r
2017-06-14 Daniel ImmsRemove log
2017-06-14 Daniel ImmsMerge remote-tracking branch 'origin/master' into 553_f...
2017-06-14 Daniel ImmsConsolidate translateBufferLineToString functions
2017-06-14 Daniel ImmsExpose API on Terminal
2017-06-14 Daniel ImmsAdd findPrevious
2017-06-14 Daniel ImmsFix search scrolling up
2017-06-13 Daniel ImmsMerge pull request #688 from Tyriar/642_link_wrapped_ch...
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...
next