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
/
window.hh
Age
Commit message (
Expand
)
Author
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-11-24
Forward client name to contexts created for write-all
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-05-09
Keep a pointer to current client in windows so that window hooks can access it
Maxime Coste
2016-02-03
Do not use a hash to determine if a window must be redrawn
Maxime Coste
2015-11-02
Support horizontal centering in view commands (using m)
Maxime Coste
2015-06-22
Refactor slightly window redrawing
Maxime Coste
2015-06-21
Rework window redraw handling, should redraw window less often
Maxime Coste
2015-06-04
Add support for Default face
Maxime Coste
2015-03-18
Add a display coord to buffer coord method to Window
Maxime Coste
2015-03-05
Use a IdMap for storing hooks
Maxime Coste
2015-02-19
Rename safe_ptr and ref_ptr to SafePtr and RefPtr
Maxime Coste
2015-01-26
Release display buffers when a window is added to free list
Maxime Coste
2014-12-18
Do not register timers for transient input handlers
Maxime Coste
2014-11-12
Cleanup includes
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-22
Refactor highlighters, use an interface with virtual methods
Maxime Coste
2014-09-09
Add support for target column preservation
Maxime Coste
2014-08-12
Make safe_ptr able to track callstacks
Maxime Coste
2014-06-10
Replace FunctionGroup template with HighlighterGroup class
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
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-16
Window: refactor center_selection/display_selection_at
Maxime Coste
2013-12-15
Remove Editor::move_selections
Maxime Coste
2013-10-25
Add key mapping support
Maxime Coste
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-07-24
Add scroll left/right support
Maxime Coste
2013-07-23
try to preserve display column rather than buffer column when moving line
Maxime Coste
2013-05-30
window, editor: take coords rather than iterators parameters
Maxime Coste
2013-04-12
Add zj and zk command for scrolling the window
Maxime Coste
2013-04-11
add Window::display_selection_at(LineCount)
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-02
Window: move highlighters after options so that they can reference it
Maxime Coste
2013-03-27
Merge {Filter,Highlighter}Group in a FunctionGroup template
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-03-01
Window: segregate builtins highlighters from the others
Maxime Coste
2013-02-18
move status line generation code to client manager
Maxime Coste
2013-01-17
Move Insertion Hooks handing to the input handler
Maxime Coste
2012-11-22
move Window ownership to the ClientManager instead of the Buffer
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-05
Window: maintain the timestamp of last display buffer update
Maxime Coste
2012-10-31
Window: sanitize position in set_position
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-09-30
Add a Window::display_position(const BufferIterator&) method
Maxime Coste
2012-09-07
Add support for page up and page down
Maxime Coste
2012-09-04
add override markers
Maxime Coste
2012-08-21
add Window::center_selection method
Maxime Coste
[next]