index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_handler.cc
Age
Commit message (
Expand
)
Author
2013-11-28
fix prompt completion handling misbehaving with history
Maxime Coste
2013-11-18
Fix prompt completion
Maxime Coste
2013-11-18
Fix insert completion
Maxime Coste
2013-11-14
extract InputHandler to input_handler.{cc,hh}
Maxime Coste
2013-09-12
rename InputHandler to Client
Maxime Coste
2013-09-12
Move Client responsibilities to InputHandler
Maxime Coste
2013-09-11
Allow :exec mode changes to remains when keys are finished
Maxime Coste
2013-08-29
support absolute filenames in insert mode filename completion
Maxime Coste
2013-08-06
Line completion: sort and uniquify lines
Maxime Coste
2013-08-05
Add line completion
Maxime Coste
2013-08-04
add support for explicit insert mode completion using C-x prefix
Maxime Coste
2013-08-04
BufferCompleter refactoring, add support for explicit filename completion wit...
Maxime Coste
2013-08-04
Move insert mode completion functions into BufferCompleter
Maxime Coste
2013-08-02
Add support for filename insert mode completion
Maxime Coste
2013-07-26
Key: always pass by value
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-07-24
go back to : as set/list separator in options
Maxime Coste
2013-07-24
DisplayLine no longer map to a single buffer line, but to a buffer range
Maxime Coste
2013-06-12
Fix input completion on multiple selection
Maxime Coste
2013-06-06
Buffer: insert and erase go back to taking iterators, and return iterators
Maxime Coste
2013-06-06
remove BufferIterator conversion to/from BufferCoord
Maxime Coste
2013-06-04
remove BufferIterator::is_{begin,end}
Maxime Coste
2013-06-04
Use coord instead of iterators for selections
Maxime Coste
2013-05-30
Fix insert completion at beginning of buffer
Maxime Coste
2013-05-30
InputHandler: pass buffer and BufferCoord to completers
Maxime Coste
2013-05-30
remove BufferIterator::offset
Maxime Coste
2013-05-30
InputHandler: less iterators, more coords
Maxime Coste
2013-05-21
insert mode completion for all selection that matches the main one prefix
Maxime Coste
2013-05-20
Word completion can optionally look for candidates in all buffers
Maxime Coste
2013-05-17
move line_with_cursor as LineEditor::build_display_line
Maxime Coste
2013-05-17
revive str_to_int so that the good exception type is thrown on error
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-05-06
add unordered_set option support, use it for completers
Maxime Coste
2013-05-03
add a completers option for specifying which completer to use for BufferCompl...
Maxime Coste
2013-05-03
BufferCompleter: avoid modifying the buffer when not needed
Maxime Coste
2013-04-23
BufferCompleter: change behaviour to handle non prefix completions
Maxime Coste
2013-04-12
move normal mode implementation to normal.{cc,hh}
Maxime Coste
2013-04-10
InputHandler: auto leave insert mode when editor changed
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-09
move context implementation to context.cc
Maxime Coste
2013-04-04
Dynamically change prompt color for regex prompt depending on regex validity
Maxime Coste
2013-04-04
InputHandler::prompt takes a color pair to use
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-04-04
Add get_color helper function
Maxime Coste
2013-04-04
Pass a fg and bg color when displaying a menu
Maxime Coste
2013-04-02
complete_opt: accept an optional length in completion desciptor
Maxime Coste
2013-03-29
String: inherit from std::string rather than using it as a backend
Maxime Coste
2013-03-29
Minor BufferCompleter refactoring
Maxime Coste
2013-03-25
fix some style problems detected by cppcheck
Maxime Coste
[next]