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-27
Add support for italic text attribute
Maxime Coste
2015-09-27
Store timespec for buffer fs timestamps, not just time_t
Maxime Coste
2015-09-25
Allow custom separator for line numbers
Maxime Coste
2015-09-25
Avoid (*it++) pattern in utf8.hh
Maxime Coste
2015-09-24
Merge remote-tracking branch 'freefull/master'
Maxime Coste
2015-09-24
Add Haiku support.
Filip SzczepaĆski
2015-09-24
Add utf8::read_codepoint that both gets the codepoint and advance iterator
Maxime Coste
2015-09-24
Avoid redundant calls to get_face in highlight_selections
Maxime Coste
2015-09-23
Minor additional cleanup in utf8.hh
Maxime Coste
2015-09-23
Avoid unneeded iterator copies in utf8.hh
Maxime Coste
2015-09-23
Refactor utf8::iterator to be on the safe side
Maxime Coste
2015-09-23
Tweak utf8::iterator::distance implementation, remove unused advance method
Maxime Coste
2015-09-23
Cleanup compute_needed_size implementation
Maxime Coste
2015-09-23
Cleanup ncurses string writing code
Maxime Coste
2015-09-22
Error when trying to run an empty register as a macro
Maxime Coste
2015-09-21
Fix some redrawing problems after resize
Maxime Coste
2015-09-21
Use different object filenames between debug/non-debug builds
Maxime Coste
2015-09-20
Tweak string unit tests
Maxime Coste
2015-09-20
Fix prompt history handling when pressing the down key
Maxime Coste
2015-09-20
Improve escaping of % in command parsing
Maxime Coste
2015-09-20
Fix unescape implementation
Maxime Coste
2015-09-20
Remove the default_face parameter of parse_display_line
Maxime Coste
2015-09-20
Do not allow '\n' in display lines, replace with a space
Maxime Coste
2015-09-20
Improve command completion by taking into account quoting of arguments
Maxime Coste
2015-09-19
Initial support for user configurable modeline with the modelinefmt option
Maxime Coste
2015-09-19
Add simple markup support to generate display lines from strings
Maxime Coste
2015-09-19
Be tolerant to modifiers in <c-x> bindings
Maxime Coste
2015-09-19
Tweak NCursesUI behaviour to reduce flickering on resize
Maxime Coste
2015-09-18
Keep it simple, remove all that sorted id map thing
Maxime Coste
2015-09-17
Fix libstdc++ 4.8 compatibility
Maxime Coste
2015-09-16
Use a sorted IdMap for aliases
Maxime Coste
2015-09-16
Keep sorted state when transmitting id maps
Maxime Coste
2015-09-16
IdMaps can be sorted, in which case the find method uses a binary search
Maxime Coste
2015-09-16
Create directory with 0777 mode in make_directory
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-09-16
Simpler IdMap::operator==
Maxime Coste
2015-09-16
Use IdMap instead of UnorderedMap for ui options and env vars
Maxime Coste
2015-09-15
use getpwuid(geteuid())->pw_name rather than getlogin()
Maxime Coste
2015-09-15
Fix compilation with std regex
Maxime Coste
2015-09-14
Do not touch the first 16 colors in ncurses UI
Maxime Coste
2015-09-14
Restore redraw on <c-l> in ncurses ui
Maxime Coste
2015-09-14
Fix backward search searching from on char before the corret one.
Maxime Coste
2015-09-12
Fix color restoring
Maxime Coste
2015-09-12
Fix ncurses info box avoiding dead menus
Maxime Coste
2015-09-12
Add some missing memory domains
Maxime Coste
2015-09-11
Restore keypad support in ncurses ui
Maxime Coste
2015-09-11
Reduce allocation count in file.cc
Maxime Coste
2015-09-11
Slight refactor of NCursesUI ui_options handling
Maxime Coste
2015-09-11
Small code style tweak in insert_completer.cc
Maxime Coste
2015-09-11
Small code cleanup in ncurses_ui.cc
Maxime Coste
[prev]
[next]