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
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-06-19
Change Search completion to display on top of the modeline
Maxime Coste
2018-06-12
Remove unneeded Window::m_range post refactoring
Maxime Coste
2018-06-11
Add position offset to Window to limit moves with search menu style
Maxime Coste
2018-05-09
Mark Client, Window, Buffer and OptionManager as final
Maxime Coste
2018-04-10
Redraw window when the face definition changed
Maxime Coste
2018-04-06
Make compute_display_setup methods const
Maxime Coste
2017-10-28
Move highlighters into Scopes
Maxime Coste
2017-06-16
Hide info/menu when they are anchored to an invisible buffer coord
Maxime Coste
2017-06-09
Fix wrapping support
Maxime Coste
2017-05-22
Remove virtual destructor from OptionManagerWatcher
Maxime Coste
2017-05-07
Slight highlighting related code cleanup
Maxime Coste
2017-05-07
Make scrolling around work more correctly with wrapping
Maxime Coste
2017-05-07
Make Wrap highlighter only wrap on window width.
Maxime Coste
2017-05-07
Introduce highlighting phases and display setup computation
Maxime Coste
2017-05-07
Do not use any display information to determine where the cursor moves
Maxime Coste
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
[next]