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
/
context.cc
Age
Commit message (
Expand
)
Author
2014-11-21
Do not reset edition level to 0 on buffer change
Maxime Coste
2014-10-30
Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it
Maxime Coste
2014-10-30
Add scoped aliases
Maxime Coste
2014-10-10
Support changing buffer when an edition is in progress
Maxime Coste
2014-06-23
Fix crash in Context::main_sel_register_value
Maxime Coste
2014-06-21
Use main selection index as default when accessing only one register value
Maxime Coste
2014-06-05
Rework and fix corner cases in selection updating code
Maxime Coste
2014-06-01
Add Context::set_selections(std::vector<Selection>)
Maxime Coste
2014-05-14
Use a plain SelectionList for Context, remove DynamicSelectionList
Maxime Coste
2014-05-13
Use simple SelectionList for the Context::JumpList
Maxime Coste
2014-05-13
SelectionList know its buffer and timestamp
Maxime Coste
2014-04-04
minor code style tweak
Maxime Coste
2014-01-06
Do not allow changing buffer when the context is editing
Maxime Coste
2013-12-20
Get rid of Editor for good
Maxime Coste
2013-12-16
Pass a Context rather than a Window to highlighters
Maxime Coste
2013-12-15
Move Editor::selections_content to Context
Maxime Coste
2013-12-15
Move insert and erase to normal.cc, and move edition management to context
Maxime Coste
2013-12-15
Add Context::selections method, and use it in priority to the Editor's one
Maxime Coste
2013-11-14
move Client::m_name to context, no more need for DraftUI
Maxime Coste
2013-11-14
Extract InputHandler from Client
Maxime Coste
2013-10-25
Add key mapping support
Maxime Coste
2013-10-15
Reset normal mode when changing the current editor
Maxime Coste
2013-10-02
Add <c-s> for saving current selection in the jump list
Maxime Coste
2013-09-16
remove print_status from UserInterface, pass status line to draw
Maxime Coste
2013-09-12
rename InputHandler to Client
Maxime Coste
2013-09-12
Move Client responsibilities to InputHandler
Maxime Coste
2013-05-29
Context: return DynamicSelectionLists in jump_{forward,backward}
Maxime Coste
2013-04-09
move context implementation to context.cc
Maxime Coste