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
2015-09-11
Improve redraw behaviour on resize
Maxime Coste
2015-09-11
Use wgetch rather than getch to avoid unwanted redraws
Maxime Coste
2015-09-10
Refactor NCursesUI implementation, use pads instead of windows
Maxime Coste
2015-09-10
Try to restore colors to hard coded xterm palette on ncurses quit
Maxime Coste
2015-09-08
Tweak BufferManager::delete_buffer implementation
Maxime Coste
2015-09-07
Delete all existig window before resizing
Maxime Coste
2015-09-07
Avoid wrapping lines with negative max width
Maxime Coste
2015-09-07
Small info box handling in cleanup in ncurses
Maxime Coste
2015-09-06
Complete aliases in command prompt
Maxime Coste
2015-09-04
Avoid restoring selections in regex_prompt when they cannot have been modified
Maxime Coste
2015-09-04
Small code tweak in show_whitespaces highlighter
Maxime Coste
2015-09-03
Remove some useless code in remote.cc
Maxime Coste
2015-09-03
Tweak headers in shell_manager.hh, no need for regex.hh
Maxime Coste
2015-09-03
Regex are overkill for shell manager env vars, we just need exact match or pr...
Maxime Coste
2015-09-03
Change ncurses title logic, use hard coded \033]2;<title>\007 sequence
Maxime Coste
2015-09-02
Fallback on /usr/share/kak if the relative runtime path does not exists
Maxime Coste
2015-09-02
std::accumulate is in <numeric> not <algorithm>
Maxime Coste
2015-09-02
Add missing include
Maxime Coste
2015-09-02
comparison ops for MatchAndBuffer should be const
Maxime Coste
2015-09-02
Add support for a separate menu text in insert completions
Maxime Coste
2015-09-02
Fix clang compilation
Maxime Coste
2015-09-02
Fix forward declare struct/class mismatch
Maxime Coste
2015-09-01
Cache buffer display name
Maxime Coste
2015-09-01
Simplify runtime_directory
Maxime Coste
2015-08-31
Detect normal mode count overflow
Maxime Coste
2015-08-31
Merge remote-tracking branch 'elegios/master'
Maxime Coste
2015-08-30
Use a named struct for insert completion candidates
Maxime Coste
2015-08-30
Merge remote-tracking branch 'Maroniemann/master'
Maxime Coste
2015-08-30
Prevented incorrect softlink from being created
Clemens Stadlbauer
2015-08-29
Additional code tweak in command_manager.cc
Maxime Coste
2015-08-28
Add missing std::move, avoid a needless string copy
Maxime Coste
2015-08-27
Avoid using an UnorderedMap for 4 elements...
Maxime Coste
2015-08-27
Refactor command parsing, maintain coordinates while reading the string
Maxime Coste
2015-08-27
Small code cleanup in command_manager.cc
Maxime Coste
2015-08-26
Add a kill command that kills the current session
Maxime Coste
2015-08-26
Reorganize slightly local client creation
Maxime Coste
2015-08-26
Fix segfault in edge case when jumping backwards in jumplist
Viktor Palmkvist
2015-08-25
Argument text object no longer handles <>
Viktor Palmkvist
2015-08-23
Rework resize handling
Maxime Coste
2015-08-23
Add support for listing existing sessions with kak -l
Maxime Coste
2015-08-23
Move session socket to /tmp/kakoune/<user name>/<session>
Maxime Coste
2015-08-23
Remove Client::window() method, use a force_redraw() one
Maxime Coste
2015-08-23
Change flag lines highlighter to use faces instead of colors
Maxime Coste
2015-08-22
Avoid double session closing
Maxime Coste
2015-08-22
Format session socket name in place into the sockaddr_un
Maxime Coste
2015-08-20
Merge remote-tracking branch 'zakgreant/reference-sheet-scripts'
Maxime Coste
2015-08-20
Fix reentrency in Normal::handle_key
Maxime Coste
2015-08-19
No reason for NestedBool operator bool to be explicit
Maxime Coste
2015-08-19
Add alternative names to ^ (caret) and @ (arobase) registers
Maxime Coste
2015-08-19
Use the "<reg> syntax along with a default register for marks and macros
Maxime Coste
[prev]
[next]