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
2013-05-30
window, editor: take coords rather than iterators parameters
Maxime Coste
2013-05-30
DisplayBuffer: use coords rather than iterators
Maxime Coste
2013-05-29
pass window param to highlighters
Maxime Coste
2013-05-16
Add scrolloff option support
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-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-03-19
Add an 'insert_hide_sel' option, which hides selection when inserting
Maxime Coste
2013-03-18
Editor: keep selections sorted and use an index for the main one
Maxime Coste
2013-03-15
Editor: replace selections().back() with main_selection()
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-03-01
Do not use a factory for window builtins highlighters
Maxime Coste
2013-03-01
Window: segregate builtins highlighters from the others
Maxime Coste
2013-02-26
Add an expand_unprintable highlighter which replaces unprintable char with U+...
Maxime Coste
2013-02-18
move status line generation code to client manager
Maxime Coste
2013-02-12
Window: try to show as much of the selection as possible
Maxime Coste
2013-01-17
Window: fix display position, count utf8 characters for column
Maxime Coste
2013-01-17
Move Insertion Hooks handing to the input handler
Maxime Coste
2013-01-17
Hooks now takes a non-const context
Maxime Coste
2012-12-28
tweak window status line format
Maxime Coste
2012-12-13
move selection updating code out of selection, to DynamicSelectionList
Maxime Coste
2012-11-30
Selection: refactoring, move CaptureList to Selection
Maxime Coste
2012-11-23
Refactor filter and highlighter registry into a common template
Maxime Coste
2012-11-22
Cleanups and minor refactoring on 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-22
merge contiguous DisplayAtoms after highlighting DisplayBuffer
Maxime Coste
2012-10-11
fix Window::scroll_to_keep_cursor_visible_ifn
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-26
Editor now stores selections as SelectionAndCapturesList
Maxime Coste
2012-09-24
remove selection stack from editor
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-22
use a strongly typed int LineCount for line counts
Maxime Coste
2012-08-21
add Window::center_selection method
Maxime Coste
2012-08-02
Window: tolerate invisible cursor when it is the end of the buffer
Maxime Coste
2012-07-15
Window: handle horizontal scrolling correctly
Maxime Coste
2012-07-12
DisplayBuffer: add range and compute_range methods
Maxime Coste
2012-07-12
DisplayBuffer rewrite, a DisplayBuffer is now a list of DisplayLines
Maxime Coste
2012-07-12
Window: remove iterator_at and line_and_column_at methods
Maxime Coste
2012-07-03
make display buffers and highlighters handle better longer than display lines
Maxime Coste
2012-06-14
Windows call the WinSetOption hook when an option changes
Maxime Coste
2012-06-12
Add a FilterGroup, and cleanup HighlighterGroup
Maxime Coste
2012-06-07
HookManager are now hierarchical from window to buffer to global
Maxime Coste
2012-05-29
Fix Window::scroll_to_keep_cursor_visible_ifn
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-04-03
add an OptionManager class and use it to manage tabstops
Maxime Coste
2012-04-03
rename HooksManager to HookManager
Maxime Coste
[next]