summaryrefslogtreecommitdiff
path: root/src/context.hh
AgeCommit message (Expand)Author
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
2012-01-31Context: add methods bool has_{buffer,window)Maxime Coste
2012-01-15Context: do not permit access to window or buffer if nullMaxime Coste
2011-11-26Add a Context parameter to commandsMaxime Coste