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
2013-01-22
NCursesUI::get_key(): move getch_iterator as a local type
Maxime Coste
2013-01-22
LineAndColumn::operator+= is not constexpr
Maxime Coste
2013-01-22
Buffer: check that newlines are at the end of lines
Maxime Coste
2013-01-21
Add kak_cursor_{line,column} env var
Maxime Coste
2013-01-17
Window: fix display position, count utf8 characters for column
Maxime Coste
2013-01-17
NCurses: use default background for '~'
Maxime Coste
2013-01-17
replace char: fix unicode handling
Maxime Coste
2013-01-17
Fix sort_and_merge_overlapping
Maxime Coste
2013-01-17
Add some documentation to InputHandler
Maxime Coste
2013-01-17
InputHandler: minor code cleanup
Maxime Coste
2013-01-17
move {exec,eval}_string common code to a helper context_wrap function
Maxime Coste
2013-01-17
Move Insertion Hooks handing to the input handler
Maxime Coste
2013-01-17
exec and eval accepts a restore-selection parameter
Maxime Coste
2013-01-17
Hooks now takes a non-const context
Maxime Coste
2013-01-15
NCursesUI: redraw becomes a member
Maxime Coste
2013-01-15
InputHandler: Insert mode calls 'InsertIdle' hook when idle
Maxime Coste
2013-01-14
Context: add a hooks method similar to the options one
Maxime Coste
2013-01-14
InputHandler: use a timer for word completion instead of calling it at each i...
Maxime Coste
2013-01-14
EventManager: add support for timers
Maxime Coste
2013-01-14
rename StronglyTypedInteger to more accurate StronglyTypedNumber
Maxime Coste
2013-01-14
NCurses: redraw after menu/info window is modified
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2013-01-11
RemoteClient owns the FDWatcher of it's socket
Maxime Coste
2013-01-11
Add and use a Set template class for recuring small sets
Maxime Coste
2013-01-10
Refactor EventManager
Maxime Coste
2013-01-08
Add backward search support (bound to alt-/)
Maxime Coste
2013-01-08
add sh.kak for shell script highlighting
Maxime Coste
2013-01-08
Make: fix userconfig target
Maxime Coste
2013-01-07
Support for selecting to surrounding object begin/end with [ and ]
Maxime Coste
2013-01-07
Autoname client on creation, and access client name from shell with $kak_client
Maxime Coste
2013-01-06
minor code cleanup
Maxime Coste
2013-01-06
make: use a makecmd option
Maxime Coste
2013-01-05
alt-r rotates selections
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2013-01-04
add client.kak providing 'new' command for opening a new client
Maxime Coste
2013-01-03
tweak kakrc highlighting
Maxime Coste
2013-01-03
Add a nop command to avoid accidental shell output evaluation
Maxime Coste
2013-01-03
tweak errjump command
Maxime Coste
2013-01-03
Fix captures preservation in Editor
Maxime Coste
2013-01-03
refactoring selectors
Maxime Coste
2013-01-03
Highlight last selection differently
Maxime Coste
2013-01-03
alt-n replace last selection with next match
Maxime Coste
2013-01-03
Editor: add a ReplaceLast select mode
Maxime Coste
2013-01-03
Editor: keep last selection as last when sorting
Maxime Coste
2013-01-02
Editor: preserve captures accross movements
Maxime Coste
2012-12-31
Editor: cleanup check_invariants calls
Maxime Coste
2012-12-31
add a current search highlighter
Maxime Coste
2012-12-31
add incsearch option to choose if incremental search is enabled
Maxime Coste
2012-12-31
Add Editor::select(const Selection&, SelectMode)
Maxime Coste
2012-12-31
minor cleanup
Maxime Coste
[prev]
[next]