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-07-30
fix insert mode erase utf-8 handling, add unit test
Maxime Coste
2013-07-29
remove useless SelectionList copy in keep
Maxime Coste
2013-07-29
non-regex based implementation of split_lines
Maxime Coste
2013-07-28
Minor code cleanups
Maxime Coste
2013-07-27
more auto info for normal commands waiting for a key press
Maxime Coste
2013-07-27
Do not select the first line indent in inner indent select
Maxime Coste
2013-07-26
enable autoinfo by default
Maxime Coste
2013-07-26
fix some auto info boxes text
Maxime Coste
2013-07-26
git-tools: use : as list separator, escape it correctly
Maxime Coste
2013-07-26
read<T>(int socket): type aliasing compliance
Maxime Coste
2013-07-26
Key: always pass by value
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-07-26
StronglyTypedNumber: take parameters by value
Maxime Coste
2013-07-26
Color,ColorPair: always pass by copy
Maxime Coste
2013-07-25
fix last eol matching in regex highlighters
Maxime Coste
2013-07-24
decl command support bool type options
Maxime Coste
2013-07-24
go back to : as set/list separator in options
Maxime Coste
2013-07-24
list,set and tuple options support escaping the separator
Maxime Coste
2013-07-24
string escaping support functions
Maxime Coste
2013-07-24
merge AtomContent into DisplayAtom
Maxime Coste
2013-07-24
pipe: auto insert and end of line if needed
Maxime Coste
2013-07-24
Add scroll left/right support
Maxime Coste
2013-07-24
Try to keep the selection start visible if possible
Maxime Coste
2013-07-24
DisplayLine no longer map to a single buffer line, but to a buffer range
Maxime Coste
2013-07-23
try to preserve display column rather than buffer column when moving line
Maxime Coste
2013-07-23
expand_unprintable: use iscntrl rather than isprint which does not work as ex...
Maxime Coste
2013-07-23
Add indent object type (bound to i)
Maxime Coste
2013-07-15
use C isalnum instead of C++ std::isalnum
Maxime Coste
2013-07-15
fix selection to search pattern word begin detection
Maxime Coste
2013-07-12
add support for tolower (`), toupper (~), and swap case become alt-`
Maxime Coste
2013-07-12
Compile with gnu++11 so that cygwin is happy, and remove unneeded -lmenu
Maxime Coste
2013-07-12
NCursesUI::draw_menu: be tolerant when the menu_win was not created
Maxime Coste
2013-07-12
Editor: clamp coordinates in select(BufferCoord)
Maxime Coste
2013-07-12
cpp.kak: wrap trailing whitespace cleanup hook in a try catch
Maxime Coste
2013-07-02
Add support for arrow keys in normal mode
Maxime Coste
2013-07-02
replace with char only replaces when entered character is printable
Maxime Coste
2013-07-02
use C locale function instead of C++ ones
Maxime Coste
2013-06-29
more horizontal scrolling fixes
Maxime Coste
2013-06-28
Fix horizontal scrolling support with replaced buffer ranges
Maxime Coste
2013-06-27
more tolerant Buffer::string
Maxime Coste
2013-06-27
change string parsing behaviour in command manager
Maxime Coste
2013-06-21
clang.kak: use socat in unidirectional mode
Maxime Coste
2013-06-21
fix highlighting bug with inserting at eol on lines with tabs
Maxime Coste
2013-06-19
add missing errno include to file.cc
Maxime Coste
2013-06-19
enable /proc/ method for runtime_directory with cygwin
Maxime Coste
2013-06-19
do not use std::{to_string,stoi} as they cause problems with cygwin
Maxime Coste
2013-06-19
more portable use of ncurses
Maxime Coste
2013-06-18
restore compilation with gcc 4.7
Maxime Coste
2013-06-12
Fix input completion on multiple selection
Maxime Coste
[next]