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-04-20
Fix select_number crashing on empty buffers
Maxime Coste
2015-04-19
Make empty context construction more explicit
Maxime Coste
2015-04-19
Fix search highlighter wrong code
Maxime Coste
2015-04-19
Avoid unneeded update of selections when we are going to overwrite them
Maxime Coste
2015-04-19
Remove Context::set_selections, use Context::selections() = ...
Maxime Coste
2015-04-19
Run BufOpenFifo hook when opening a fifo in a (new or already existing) buffer
Maxime Coste
2015-04-18
UndoGroupOptimizer disappeared long time ago
Maxime Coste
2015-04-17
Small layout change
Maxime Coste
2015-04-17
Fix StronglyTypedNumbers::abs
Maxime Coste
2015-04-16
Fix UnorderedSet allocator
Maxime Coste
2015-04-16
Use an UnorderedSet for string registry
Maxime Coste
2015-04-16
Improve ui_options docstring
Maxime Coste
2015-04-15
Optional: put the bool m_valid after the content to improve packing
Maxime Coste
2015-04-15
Remove is_blank, which is identical to is_horizontal_blank
Maxime Coste
2015-04-13
Add support for string <-> selection list serialization
Maxime Coste
2015-04-13
Add a 'abs' friend function to StronglyTypedNumber
Maxime Coste
2015-04-13
Refactor nextbuffer command to be more idiomatic
Maxime Coste
2015-04-13
Merge remote-tracking branch 'jjthrash/next-prev-buffer'
Maxime Coste
2015-04-12
Small alignement change
Maxime Coste
2015-04-11
Use char for KeyMapMode enum
Maxime Coste
2015-04-09
small code formatting fix
Maxime Coste
2015-04-09
Add nextbuffer command
Jimmy Thrasher
2015-04-08
Regex comparison operator are const
Maxime Coste
2015-04-07
Always optimize StringView::strlen (recursive due to constexpr)
Maxime Coste
2015-04-06
Use default values for ncurses options when not specified
Maxime Coste
2015-04-06
Make ncurses wheel scroll button configurable
Maxime Coste
2015-04-04
Add onkey command for executing commands after reading a key
Maxime Coste
2015-04-03
Avoid zstr in write_debug when no *debug* buffer can be created
Maxime Coste
2015-04-03
Avoid zstr call in ncurses addutf8str
Maxime Coste
2015-04-02
Rewrite rgb color parsing
Maxime Coste
2015-04-02
Replace a snprintf with format in backup file name generation
Maxime Coste
2015-04-01
Avoid zero terminated string based console printing
Maxime Coste
2015-03-31
small code tweak in format
Maxime Coste
2015-03-31
Use format for {Win,Buf}SetOption hooks description
Maxime Coste
2015-03-31
number to string conversion avoids memory allocations
Maxime Coste
2015-03-30
More useage of the format function
Maxime Coste
2015-03-30
Use custom implementation rather the sscanf in str_to_int
Maxime Coste
2015-03-30
Replace various adhoc operator+ based formatting with format func
Maxime Coste
2015-03-30
Add a format function for printf like formatting
Maxime Coste
2015-03-30
Always go through StringView to compare strings
Maxime Coste
2015-03-30
Fix wrong implicit conversions from int/Codepoint to StringView
Maxime Coste
2015-03-29
Move skip_while helpers to selectors.hh
Maxime Coste
2015-03-28
Handle mouse events in key_to_str
Maxime Coste
2015-03-27
minor cleanup
Maxime Coste
2015-03-27
Add support for Home/End keys in normal and insert mode
Maxime Coste
2015-03-27
small formatting tweak
Maxime Coste
2015-03-27
Make utf8_iterator a proper stl useable iterator
Maxime Coste
2015-03-27
Rework show_matching highlighter implementation
Maxime Coste
2015-03-26
Move some only used once inline functions directly in their caller
Maxime Coste
2015-03-26
Add <alt-:> for ensuring selections are forward (cursor >= anchor)
Maxime Coste
[next]