summaryrefslogtreecommitdiff
path: root/src/context.cc
AgeCommit message (Collapse)Author
2014-05-14Use a plain SelectionList for Context, remove DynamicSelectionListMaxime Coste
2014-05-13Use simple SelectionList for the Context::JumpListMaxime Coste
2014-05-13SelectionList know its buffer and timestampMaxime Coste
2014-04-04minor code style tweakMaxime Coste
2014-01-06Do not allow changing buffer when the context is editingMaxime Coste
2013-12-20Get rid of Editor for goodMaxime Coste
ClientManager now stores only the free windows, clients take ownership of its own.
2013-12-16Pass a Context rather than a Window to highlightersMaxime Coste
2013-12-15Move Editor::selections_content to ContextMaxime Coste
2013-12-15Move insert and erase to normal.cc, and move edition management to contextMaxime Coste
2013-12-15Add Context::selections method, and use it in priority to the Editor's oneMaxime Coste
2013-11-14move Client::m_name to context, no more need for DraftUIMaxime Coste
2013-11-14Extract InputHandler from ClientMaxime Coste
2013-10-25Add key mapping supportMaxime Coste
2013-10-15Reset normal mode when changing the current editorMaxime Coste
2013-10-02Add <c-s> for saving current selection in the jump listMaxime Coste
2013-09-16remove print_status from UserInterface, pass status line to drawMaxime Coste
Client store the current status line. This way calls to print status do not force the user interface to display directly.
2013-09-12rename InputHandler to ClientMaxime Coste
2013-09-12Move Client responsibilities to InputHandlerMaxime Coste
InputHandler owns it's UserInterface, and is directly stored by the ClientManager.
2013-05-29Context: return DynamicSelectionLists in jump_{forward,backward}Maxime Coste
2013-04-09move context implementation to context.ccMaxime Coste