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.hh
Age
Commit message (
Expand
)
Author
2012-11-19
Context: set dimensions of window on change_editor
Maxime Coste
2012-11-12
use SelectionsAndCaptures to store jumps
Maxime Coste
2012-11-12
Add jump list support to context
Maxime Coste
2012-11-05
Move client drawing responsiblity to the ClientManager
Maxime Coste
2012-10-20
make UserInterface unaware of Window, only of DisplayBuffer
Maxime Coste
2012-10-17
rename Client to InputHandler
Maxime Coste
2012-10-16
verious refactoring
Maxime Coste
2012-10-10
Context: explicit constructors and more comments
Maxime Coste
2012-10-02
do not use our broken safe bool, c++11 explicit bool conversion is better
Maxime Coste
2012-09-26
Move last insertion from Client to Context
Maxime Coste
2012-09-26
Forbid context copy
Maxime Coste
2012-09-26
Move UserInterface out of Client into Context
Maxime Coste
2012-09-24
extract Client virtual methods to a UserInterface class
Maxime Coste
2012-08-17
Allow context with client and non-window editor
Maxime Coste
2012-08-15
Store the current client in context
Maxime Coste
2012-08-15
Context: do not store buffer, ask editor for it
Maxime Coste
2012-08-05
Registers need a context to return their values
Maxime Coste
2012-08-05
Context: only buffer context are not allowed, an editor is always needed
Maxime Coste
2012-08-05
Context: store an editor instead of a window
Maxime Coste
2012-08-05
Context: add a numeric_param property
Maxime Coste
2012-06-28
Add Context::option_manager()
Maxime Coste
2012-06-28
Context references buffer and window with a safe_ptr
Maxime Coste
2012-02-13
fix include in context.hh
Maxime Coste
2012-01-31
Context: add methods bool has_{buffer,window)
Maxime Coste
2012-01-15
Context: do not permit access to window or buffer if null
Maxime Coste
2011-11-26
Add a Context parameter to commands
Maxime Coste
[prev]