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-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
2011-10-07
DisplayBuffer: do not store content in atom, begin and end are sufficient
Maxime Coste
2011-10-07
Debug: add a write_debug function
Maxime Coste
2011-10-07
Buffer: add a type property
Maxime Coste
2011-10-07
Window: get rid of select_mode
Maxime Coste
2011-10-06
clear selections after a change
Maxime Coste
2011-10-06
whitespace fix
Maxime Coste
2011-10-06
IncrementalInserter: support OpenLineBelow and OpenLineAbove mode
Maxime Coste
2011-10-06
Filters: tweak colorize_cplusplus
Maxime Coste
2011-10-05
quit: do not quit if modified buffer exists, add q! command
Maxime Coste
2011-10-05
draw_window: add a space for eol, so that selected eol are visible
Maxime Coste
2011-10-05
Window: empty_selections -> clear_selections
Maxime Coste
2011-10-05
Buffer: modification tracking
Maxime Coste
2011-10-04
Filters: tweaks colorize_cplusplus
Maxime Coste
2011-10-04
Window: add a basic status line
Maxime Coste
2011-10-03
escape-key force return to normal mode
Maxime Coste
2011-10-03
File: fix write_buffer_to_file
Maxime Coste
2011-10-03
Filters: add a colorize_cplusplus filter and use it by default in Window
Maxime Coste
2011-10-03
bind T and F as select_to_reverse non-inclusive and inclusive
Maxime Coste
2011-09-30
Filters: add a colorize_regex filter
Maxime Coste
2011-09-30
ncurses: quick'n'dirty color support
Maxime Coste
2011-09-29
Window: fix blink_void
Maxime Coste
[next]