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.cc
Age
Commit message (
Expand
)
Author
2024-03-22
Do not generate more lines to display than window size
Maxime Coste
2023-11-01
Always ensure we do not scroll past the last line
Maxime Coste
2023-09-08
Use last display setup instead of recomputing for window_range
Maxime Coste
2023-09-02
Do not make cursor visible after mouse scrolling and view commands
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
2023-08-13
Add a ProfileScope helper class to replace most profiling uses
Maxime Coste
2023-06-12
Trim display lines before the colorize pass
Maxime Coste
2022-10-17
Fix splitting of display atoms accross multi-columns codepoint
Maxime Coste
2022-07-13
Re-work line trimming to fix issues with column highighters
Maxime Coste
2022-07-10
Refactor highlighting logic
Maxime Coste
2021-10-07
Grammar
Jonta
2020-06-09
Do not include non-primitive option value in *SetOption hook filter
Maxime Coste
2019-12-16
Fix WinResize hook getting triggered during urgent event processing
Maxime Coste
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-11-09
Add static or const where useful
Jason Felice
2019-06-19
Refactor option_to_string quoting support, introduce Quoting::Raw
Maxime Coste
2019-04-23
Change faces alias to be a base that can be modified
Maxime Coste
2019-02-17
Run WinClose hook before putting the window into trash
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-11-14
Fix spurious redraw
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-10-06
Small style tweak
Maxime Coste
2018-08-29
Use shell specific quoting for env vars
Maxime Coste
2018-06-19
Change Search completion to display on top of the modeline
Maxime Coste
2018-06-13
Fix crash when adapting window position post buffer modifications
Maxime Coste
2018-06-12
Remove unneeded Window::m_range post refactoring
Maxime Coste
2018-06-11
Try to keep window position fixed when buffer gets modified
Maxime Coste
2018-06-11
Add position offset to Window to limit moves with search menu style
Maxime Coste
2018-06-11
Pass DisplaySetup through the HighlightContext
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-19
Fix assert with window small enough so that no part of buffer is displayed
Maxime Coste
2018-05-14
Rename Context::Flags::Transient to Context::Flags::Draft
Maxime Coste
2018-05-08
Store the timestamp at which a display buffer was generated
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
2018-02-21
Fix crash when iterating through options on window creation
Maxime Coste
2017-12-15
Window: avoid positionning window on a negative column
Maxime Coste
2017-11-25
Highlighters: Introduce unique highlighter support
Maxime Coste
2017-11-24
Window: fix buffer_coord when a line buffer range is empty
Maxime Coste
2017-10-31
Highlighters does not need to inherit from HighlighterGroup
Maxime Coste
2017-10-28
Move highlighters into Scopes
Maxime Coste
2017-10-12
Refactor column highlighter to make it more robust
Maxime Coste
2017-06-16
Hide info/menu when they are anchored to an invisible buffer coord
Maxime Coste
2017-06-16
Fix some remaining uses of invalid atom coordinates
Maxime Coste
2017-06-15
Go back to window lines ending at one past the end of the buffer line
Maxime Coste
2017-06-15
Change window display to not use invalid buffer coordinates
Maxime Coste
2017-06-09
Fix wrapping support
Maxime Coste
[next]