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
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
2017-06-09
Rework partial line display logic
Maxime Coste
2017-06-07
Use microseconds instead of milliseconds for built-in profiling
Maxime Coste
2017-05-08
Move SimpleHighlighter as an implementation detail
Maxime Coste
2017-05-07
Slight highlighting related code cleanup
Maxime Coste
2017-05-07
Ensure window position line is inside buffer
Maxime Coste
2017-05-07
Move passes logic to the base Highlighter class
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-03-16
Try to clean up option include a bit
Maxime Coste
2016-12-06
Small formating fix
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-11-14
Propagate the hooks disabled state through prompt, menu, and command execution
Maxime Coste
2016-10-13
Rename DisplayAtom::Types to avoid conflicts with struct BufferRange
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-28
Add a char_length(Buffer&, const ByteCoord&, const ByteCoord&) util
Maxime Coste
2016-07-24
Introduce chrono.hh
Maxime Coste
2016-05-14
Delay window deletion until we get back to main loop
Maxime Coste
2016-05-09
Keep a pointer to current client in windows so that window hooks can access it
Maxime Coste
[next]