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
2016-12-23
Set the register incrementally as well during incremental search
Maxime Coste
2016-12-23
Skip debug buffer when cycling through the buffer list
Maxime Coste
2016-12-23
Display the command prompt in error face when the command is not found
Maxime Coste
2016-12-21
Display a message when entering insert mode while readonly
Maxime Coste
2016-12-20
Merge branch 'master' of git://github.com/akkartik/kakoune
Maxime Coste
2016-12-20
Fix getting path confstr, the returned size includes the zero terminator
Maxime Coste
2016-12-20
Remain silent on exit without error.
Kartik K. Agaram
2016-12-20
Small formatting tweak
Maxime Coste
2016-12-20
Ensure we have an EOL after error messages
Maxime Coste
2016-12-20
Ensure we return 0 on exit from graceful disconnection
Maxime Coste
2016-12-20
Fix hardcoded uses of "/tmp"
Maxime Coste
2016-12-17
Fix join, we dont have a StringView from char array constructor
Maxime Coste
2016-12-17
Escape the backslash chars as well when joining strings
Maxime Coste
2016-12-17
Add more diagnostic information when failing to bind/listen to socket
Maxime Coste
2016-12-17
Ignore eventual / suffix in TMPDIR
Maxime Coste
2016-12-15
Improve general security of the unix sockets
Maxime Coste
2016-12-15
Use a POSIX guaranteed way of getting the shell path
Maxime Coste
2016-12-15
Merge remote-tracking branch 'Delapouite/prompt'
Maxime Coste
2016-12-15
Fix :prompt command description
Delapouite
2016-12-15
Fix reentrancy in InputeModes::Normal::on_key
Maxime Coste
2016-12-15
Validate user text object desc more thorougly
Maxime Coste
2016-12-14
Fix regex.hh compilation
Maxime Coste
2016-12-14
Make Regex a class rather than a struct to avoid mismatched tags warnings
Maxime Coste
2016-12-14
Handle correctly cases where codepoint_width returns -1
Maxime Coste
2016-12-14
Make container wrapper callback functions mutable
Maxime Coste
2016-12-14
Support inserting esc characters through <c-v>
Maxime Coste
2016-12-14
Add support for readline like <c-k> and <c-u> in prompts
Maxime Coste
2016-12-10
Fix one definition rule violation in ncurses_ui.hh
Maxime Coste
2016-12-10
Ensure the line is correctly clamped in scroll_window
Maxime Coste
2016-12-07
Ensure content of expanded strings in modelinefmt is not interpreted as markup
Maxime Coste
2016-12-07
Replace some string concatenations with a format call
Maxime Coste
2016-12-07
Fix markup parsing handling of antislash escapes
Maxime Coste
2016-12-07
Small command parsing refactoring
Maxime Coste
2016-12-07
Fix scrolling generating invalid buffer coordinates
Maxime Coste
2016-12-06
Small formating fix
Maxime Coste
2016-12-06
Ensure timers are still alive when trying to run them
Maxime Coste
2016-12-05
Fix buffer reload info box not being shown anymore
Maxime Coste
2016-12-04
Hide eventual info box when returning to normal mode
Maxime Coste
2016-12-04
Only hide menu/info if the insert completer did display it
Maxime Coste
2016-12-03
Small include fix
Maxime Coste
2016-12-03
Change ValueId to just be an enum class, it does not need any operators
Maxime Coste
2016-12-03
Read as much as possible data from shell processes on each read event
Maxime Coste
2016-12-03
Refactor RefPtr handling to use a policy class
Maxime Coste
2016-12-02
Display non breaking spaces with ⍽ in show_whitespaces hihglighter
Maxime Coste
2016-12-01
Fix crash when quitting the first client while another client is connected
Maxime Coste
2016-12-01
Rework handling of initial coordinates so that init commands can change them
Maxime Coste
2016-12-01
Only write to remote socket when we know they are writable
Maxime Coste
2016-12-01
Fix crash when a client sends a packet advertising a wrong size
Maxime Coste
2016-12-01
Make FDWatcher support Read, Write and Except events, instead of just Read
Maxime Coste
2016-11-30
Hide the waiting for shell message once the shell returns
Maxime Coste
[prev]
[next]