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
2024-09-16
Rename Window::display_position to display_coord
Maxime Coste
2024-09-16
Do not return beginning of buffer whenever display to buffer coord fails
Maxime Coste
2023-09-08
Use last display setup instead of recomputing for window_range
Maxime Coste
2023-08-27
Remove Window::force_redraw()
Maxime Coste
2023-08-27
Small code cleanup in winow.cc/hh
Maxime Coste
2023-08-23
Revert "Only make cursor visible after buffer or selection change"
Maxime Coste
2023-08-16
Only make cursor visible after buffer or selection change
Maxime Coste
2019-12-16
Fix window_range expansion
Maxime Coste
2019-12-16
Fix WinResize hook getting triggered during urgent event processing
Maxime Coste
2019-02-17
Run WinClose hook before putting the window into trash
Maxime Coste
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
[next]