summaryrefslogtreecommitdiff
path: root/src/context.hh
AgeCommit message (Expand)Author
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-11-11Make Context a class, not a structMaxime Coste
2013-10-25Add key mapping supportMaxime Coste
2013-10-15Reset normal mode when changing the current editorMaxime Coste
2013-10-10Remove Context::numeric_param, pass it directly to normal mode functionsMaxime Coste
2013-09-16remove print_status from UserInterface, pass status line to drawMaxime Coste
2013-09-12rename InputHandler to ClientMaxime Coste
2013-09-12Move Client responsibilities to InputHandlerMaxime Coste
2013-05-29Context: return DynamicSelectionLists in jump_{forward,backward}Maxime Coste
2013-04-09move context implementation to context.ccMaxime Coste
2013-04-09Context: push_jump does not allow the same jump to be present multiple timesMaxime Coste
2013-04-04UserInterface: status line messages are now DisplayLinesMaxime Coste
2013-03-22add WinDisplay hookMaxime Coste
2013-02-18Move last insert state from context to input handlerMaxime Coste
2013-01-29Context: remove some unused codeMaxime Coste
2013-01-29Context: fix unintialized m_input_handlerMaxime Coste
2013-01-28InputHandler have it's own contextMaxime Coste
2013-01-14Context: add a hooks method similar to the options oneMaxime Coste
2012-12-13move selection updating code out of selection, to DynamicSelectionListMaxime Coste
2012-11-30Selection: refactoring, move CaptureList to SelectionMaxime Coste
2012-11-29Remote unused Context::change_uiMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.Maxime Coste
2012-11-19Context: set dimensions of window on change_editorMaxime Coste
2012-11-12use SelectionsAndCaptures to store jumpsMaxime Coste
2012-11-12Add jump list support to contextMaxime Coste
2012-11-05Move client drawing responsiblity to the ClientManagerMaxime Coste
2012-10-20make UserInterface unaware of Window, only of DisplayBufferMaxime Coste
2012-10-17rename Client to InputHandlerMaxime Coste
2012-10-16verious refactoringMaxime Coste
2012-10-10Context: explicit constructors and more commentsMaxime Coste
2012-10-02do not use our broken safe bool, c++11 explicit bool conversion is betterMaxime Coste
2012-09-26Move last insertion from Client to ContextMaxime Coste
2012-09-26Forbid context copyMaxime Coste
2012-09-26Move UserInterface out of Client into ContextMaxime Coste
2012-09-24extract Client virtual methods to a UserInterface classMaxime Coste
2012-08-17Allow context with client and non-window editorMaxime Coste
2012-08-15Store the current client in contextMaxime Coste
2012-08-15Context: do not store buffer, ask editor for itMaxime Coste
2012-08-05Registers need a context to return their valuesMaxime Coste
2012-08-05Context: only buffer context are not allowed, an editor is always neededMaxime Coste
2012-08-05Context: store an editor instead of a windowMaxime Coste
2012-08-05Context: add a numeric_param propertyMaxime Coste
2012-06-28Add Context::option_manager()Maxime Coste
2012-06-28Context references buffer and window with a safe_ptrMaxime Coste
2012-02-13fix include in context.hhMaxime Coste