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
2014-05-02
Add support for non-scrolling fifo buffers
Maxime Coste
2014-05-01
Replace some typedefs with usings
Maxime Coste
2014-04-30
file.cc: try more portable use of struct stat::st_mtime
Maxime Coste
2014-04-30
Fix Option destructor that was not virtual
Maxime Coste
2014-04-30
Use StringView in UserInterface and NCursesUI
Maxime Coste
2014-04-30
Use StringView in write_debug
Maxime Coste
2014-04-30
Add unistd.h to main, needed for dup
Maxime Coste
2014-04-30
Fix clang compilation
Maxime Coste
2014-04-29
Fix word completion that replaced the whole current word
Maxime Coste
2014-04-29
Add support for running Kakoune with redirected stdin
Maxime Coste
2014-04-28
Extract insert completion code to insert_completer.{cc,hh}
Maxime Coste
2014-04-28
Fix support for tabulation in insert completion candidates
Maxime Coste
2014-04-28
Add an expand_tabs string utility function
Maxime Coste
2014-04-28
Move some buffer related utility functions to buffer_utils.{cc,hh}
Maxime Coste
2014-04-27
minor formatting cleanup
Maxime Coste
2014-04-27
Add -init switch to :prompt to set the initial text
Maxime Coste
2014-04-26
Fix :map docs and add completion support
Maxime Coste
2014-04-24
Cache commands in complete_commands
Maxime Coste
2014-04-23
Support reading strings more that 2048 bytes
Maxime Coste
2014-04-22
Preserve current word in word completion if found elsewhere
Maxime Coste
2014-04-21
Use StringView in CommandManager
Maxime Coste
2014-04-21
Use StringView in FunctionGroup and FunctionRegistry
Maxime Coste
2014-04-21
Use StringView in id_map
Maxime Coste
2014-04-21
remove unused memoryview<char> String::data
Maxime Coste
2014-04-21
use StringView::zstr() in place of StringView::str().c_str()
Maxime Coste
2014-04-21
Use StringView in shell manager
Maxime Coste
2014-04-21
Add a zstr() method to StringView that returns a zero terminated string holder
Maxime Coste
2014-04-20
Fix StringView::substr when passed a negative length
Maxime Coste
2014-04-20
use StringView for parse_keys
Maxime Coste
2014-04-19
Use StringView in BufferManager
Maxime Coste
2014-04-18
Use StringView for file functions
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-04-18
Add StringView class for non owning string
Maxime Coste
2014-04-18
Remove unimplemented String::replace method
Maxime Coste
2014-04-17
word completion ignore the word on which the cursor is present
Maxime Coste
2014-04-16
Rename BufferCompleter to InputCompleter
Maxime Coste
2014-04-15
Add an explicit refresh method to user interface
Maxime Coste
2014-04-15
RemoteClient process all available messages
Maxime Coste
2014-04-14
fix exception being thrown in error in decl command
Maxime Coste
2014-04-13
Add a 'prompt' command
Maxime Coste
2014-04-13
Allow unset completer function in Prompt input mode
Maxime Coste
2014-04-12
Extract option descriptions in an shared OptionDesc class
Maxime Coste
2014-04-11
Add a docstring to options
Maxime Coste
2014-04-11
Use stat when listing files so that link to directories are handled as direct...
Maxime Coste
2014-04-10
Define extern char **environ for OSX, which doesn't define it in a header
Jimmy Thrasher
2014-04-10
Fix select_whole_lines on empty buffer
Maxime Coste
2014-04-09
return a const String& in Option::name()
Maxime Coste
2014-04-08
Minor formatting fixes (very long lines)
Maxime Coste
2014-04-08
formatting changes in command_manager.cc
Maxime Coste
2014-04-07
Add support for querying client environement variables
Maxime Coste
[prev]
[next]