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-03-05
simplify how string -> option conversion are written, free functions instead ...
Maxime Coste
2013-03-05
Add support for boolean options
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-03-01
Use colors instead of underline to highlight selections
Maxime Coste
2013-03-01
Do not use a factory for window builtins highlighters
Maxime Coste
2013-03-01
show_line_numbers does not need a window
Maxime Coste
2013-03-01
Window: segregate builtins highlighters from the others
Maxime Coste
2013-03-01
assistant: no need for raw strings
Maxime Coste
2013-02-28
safe_ptr have no overhead when KAK_DEBUG is not defined
Maxime Coste
2013-02-28
Editor::multi_select: reserve some vector space in advance
Maxime Coste
2013-02-28
fix warning
Maxime Coste
2013-02-28
use a 16K buffer when reading from fifo
Maxime Coste
2013-02-27
grep: highlight columns when present
Maxime Coste
2013-02-27
utf8::dump uses a copy of the output iterator instead of a reference
Maxime Coste
2013-02-27
ShellManager: remove unneeded end of lines when writing stderr
Maxime Coste
2013-02-27
string: remove unneeded headers
Maxime Coste
2013-02-27
reorganize keymap
Maxime Coste
2013-02-27
use 'Q' for replay macro
Maxime Coste
2013-02-27
Editor: fix move_selection(LineCount) when current column is after next line end
Maxime Coste
2013-02-27
NCurses: go back to non ncursesw/ headers
Maxime Coste
2013-02-27
ParameterParser: refactoring, simplify
Maxime Coste
2013-02-27
Add 'gf' (goto file) functionality
Maxime Coste
2013-02-27
String: add rbegin/rend methods
Maxime Coste
2013-02-27
Containers utils: use Container&& in order to accept temporaries
Maxime Coste
2013-02-27
Add String Range::content() const
Maxime Coste
2013-02-27
Add " and ' support to object selection
Maxime Coste
2013-02-27
minor performance tweaks
Maxime Coste
2013-02-27
Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code
Maxime Coste
2013-02-27
Use current locale
Maxime Coste
2013-02-26
use std::isalnum for is_word implementation in order to support unicode
Maxime Coste
2013-02-26
NCurses: fix unneeded last line when displaying info box
Maxime Coste
2013-02-26
Fix utf8 handling when moving selection up/down
Maxime Coste
2013-02-26
Use unicode box drawing character for the assistant
Maxime Coste
2013-02-26
Add a String(Codepoint, CharCount) constructor
Maxime Coste
2013-02-26
handle SIGFPE, SIGQUIT and SIGTERM as well as SIGSEGV
Maxime Coste
2013-02-26
Add an expand_unprintable highlighter which replaces unprintable char with U+...
Maxime Coste
2013-02-26
Fix utf8 handling in Editor::insert when replacing
Maxime Coste
2013-02-26
Add utf8::character_start function
Maxime Coste
2013-02-26
Use ncursesw in order to get correct utf8 handling
Maxime Coste
2013-02-25
Add the most important missing feature of Kakoune
Maxime Coste
2013-02-25
String: use a CharCount instead of a size_t in String(char, CharCount)
Maxime Coste
2013-02-22
main: catch all exceptions
Maxime Coste
2013-02-22
Paste: use count for repetition
Maxime Coste
2013-02-22
buffer: remove too slow check from check_invariant
Maxime Coste
2013-02-22
Use S for regex splitting, and alt-s for line splitting
Maxime Coste
2013-02-21
try to merge selections when begining incremental insertion
Maxime Coste
2013-02-21
grep,make: bind normal mode return to jump
Maxime Coste
2013-02-21
grep,make: support specifying client with toolsclient option
Maxime Coste
2013-02-21
Add mail.kak for mail file highlighting
Maxime Coste
2013-02-21
Avoid recursive macro calls
Maxime Coste
[prev]
[next]