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-10-23
Document exclusive attribute
Maxime Coste
2015-10-23
Remove useless std::move
Maxime Coste
2015-10-23
Add an exclusive attribute that overrides existing face
Maxime Coste
2015-10-23
Fix optimized linkage
Maxime Coste
2015-10-22
Extract WordDB::RankedWord as RankedMatch in its own file
Maxime Coste
2015-10-22
Pass ShellContext to commands
Maxime Coste
2015-10-22
Wrap the shell params en env vars in a ShellContext struct
Maxime Coste
2015-10-22
Fix :set completion when -add switch is given
Maxime Coste
2015-10-22
Support :set -add on strings, using concatenation
Maxime Coste
2015-10-21
Remove legacy WordDB::find_matching method
Maxime Coste
2015-10-20
Sort insert completer words by name favoring lower case and then stable sort ...
Maxime Coste
2015-10-19
Fix removal of duplicated words in insert completion
Maxime Coste
2015-10-19
Fix handling of explicit insert completers
Maxime Coste
2015-10-18
Do not filter completions in InsertCompleter anymore
Maxime Coste
2015-10-18
Experiment with ranked word completion depending on word boundaries
Maxime Coste
2015-10-18
Fix OSX compilation
Maxime Coste
2015-10-18
Do not try to extend last match when updating regex matches
Maxime Coste
2015-10-17
More cleanups in the buffer open/reload code
Maxime Coste
2015-10-17
Move line parsing and to Buffer.cc directly
Maxime Coste
2015-10-17
Refactor buffer creation and reloading to be more explicit
Maxime Coste
2015-10-14
Fix double destruction of local ui
Maxime Coste
2015-10-14
Remove unneeded constructor
Maxime Coste
2015-10-13
Fix file change detection not working in certain cases
Maxime Coste
2015-10-13
Restore info box after a resize as well
Maxime Coste
2015-10-13
Try to restore menu after a resize
Maxime Coste
2015-10-13
Fix NCursesUI::m_items not being empty after a resize
Maxime Coste
2015-10-10
Tweak file change checking timeout handling
Maxime Coste
2015-10-09
When displaying a prompt content with line break char, replace them with thei...
Maxime Coste
2015-10-09
NCursesUI: Remove color restoring support
Maxime Coste
2015-10-09
Fix OSX compilation
Maxime Coste
2015-10-08
Tweak handling of SIGINT
Maxime Coste
2015-10-08
Store color/color pairs mapping in the ncurses ui instance
Maxime Coste
2015-10-08
Auto fork server when suspending the local client
Maxime Coste
2015-10-08
Detect ungraceful exits, and backup modified buffers in these cases
Maxime Coste
2015-10-08
Check for terminal resize on SIGCONT
Maxime Coste
2015-10-06
Fix warning in ncurses_ui.cc
Maxime Coste
2015-10-06
Cleanup insert_completer code and use markup for option completion menu entry
Maxime Coste
2015-10-05
Fix display of path insert completion for absolute paths
Maxime Coste
2015-10-05
Allow parsing empty strings as default color in face descs
Maxime Coste
2015-10-05
Support markup in menu command
Maxime Coste
2015-10-05
Display word insert completion buffer name in a different color
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
2015-10-03
Fix OSX compilation
Maxime Coste
2015-10-02
Tweak ui_options docstring
Maxime Coste
2015-10-02
Add self documentation to ui_options
Eike Plack
2015-10-02
Add ncurses_enable_mouse ui option
Maxime Coste
2015-10-02
Refactor ShellManager process spawning
Maxime Coste
2015-10-01
Fix '*' word boundary detection at begin/end of buffer
Maxime Coste
2015-09-30
Fix removing shared highlighters
Maxime Coste
2015-09-27
Try to fix OSX compilation
Maxime Coste
[prev]
[next]