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
Age
Commit message (
Expand
)
Author
2011-11-04
Filters: tweak colorize_cplusplus
Maxime Coste
2011-11-04
Buffer: tweak default content
Maxime Coste
2011-11-03
Buffer: fix modified handling
Maxime Coste
2011-11-02
IncrementalInserter: support insert at line begin and append at line end
Maxime Coste
2011-11-02
fix not existing lines drawing
Maxime Coste
2011-10-27
Selectors: select_line selects next line when cursor is on eol
Maxime Coste
2011-10-27
lines and columns used for user interaction are 1-indexed
Maxime Coste
2011-10-27
Selection: more intelligent merging
Maxime Coste
2011-10-27
rename buffer_iterator.inl.h to buffer_iterator.inl.hh
Maxime Coste
2011-10-27
Filters: correct select_to_previous_WORD
Maxime Coste
2011-10-26
Filters: tweak colorize_cpluscplus
Maxime Coste
2011-10-26
bind alt-[lLhH] to select_to_eol(_reverse)?
Maxime Coste
2011-10-26
change select_line binding from . to x
Maxime Coste
2011-10-25
Selectors: add selectors for WORDs
Maxime Coste
2011-10-25
add alt-key binding support
Maxime Coste
2011-10-24
DisplayBuffer: deactivate too expensive check
Maxime Coste
2011-10-24
DynamicBufferIterator: add and use in Selections
Maxime Coste
2011-10-24
Buffer: not copyable, add destructor
Maxime Coste
2011-10-23
Filters: rewrote colorize_regex
Maxime Coste
2011-10-23
DisplayBuffer: overload atom_containing with a version taking an iterator to ...
Maxime Coste
2011-10-19
style tweak
Maxime Coste
2011-10-19
CommandManager: fix completion of empty tokens
Maxime Coste
2011-10-19
Buffer: iterator_at prevents getting iterators on end of line
Maxime Coste
2011-10-18
IncrementalInserter: fix OpenLineBelow
Maxime Coste
2011-10-18
DisplayBuffer: store atoms in a std::list instead of a vector
Maxime Coste
2011-10-18
Window: fix status_line cursor position
Maxime Coste
2011-10-18
DisplayBuffer: remove some check_invariant, overhead is too noticeable
Maxime Coste
2011-10-18
Buffer: add support for modification listeners
Maxime Coste
2011-10-17
BufferIterator: move methods implementation to buffer_iterator.inl.h
Maxime Coste
2011-10-17
utils: add contains function
Maxime Coste
2011-10-17
Filters: add a show line numbers filter
Maxime Coste
2011-10-17
DisplayAtom: add splittable methode
Maxime Coste
2011-10-17
DisplayBuffer: deinline insert method and add atom_containing method
Maxime Coste
2011-10-17
DisplayBuffer: allow empty atoms, with begin == end
Maxime Coste
2011-10-17
Buffer: move struct Modification out of class, as BufferModification
Maxime Coste
2011-10-15
DisplayBuffer: refactoring, correct support of replacements
Maxime Coste
2011-10-15
LineAndColumn: add comparison operators
Maxime Coste
2011-10-14
WindowCoord: rename to DisplayCoord and move with DisplayBuffer
Maxime Coste
2011-10-14
BufferCoord: allow explicit construction from all LineAndColumns
Maxime Coste
2011-10-12
Window: privatize coordinates conversion methods
Maxime Coste
2011-10-12
Selectors: remove unused move_select
Maxime Coste
2011-10-12
Window: move_cursor_to takes a BufferIterator parameter
Maxime Coste
2011-10-12
Filters: add an expand_tabulation filter
Maxime Coste
2011-10-10
Debug: add key integral value in the debug buffer on keystroke
Maxime Coste
2011-10-10
Completions: move code from main.cc to completion.hh
Maxime Coste
2011-10-10
Window: scroll when inserting, appending, erasing if necessary
Maxime Coste
2011-10-10
gl and gh now go to first or last character of the line
Maxime Coste
2011-10-08
remove useless line
Maxime Coste
2011-10-07
Filters: tweak colorize_cplusplus
Maxime Coste
2011-10-07
ncurses: fix color support
Maxime Coste
[prev]
[next]