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
/
main.cc
Age
Commit message (
Expand
)
Author
2017-01-21
Support the +line syntax for clients as well.
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-01
Fix remaining uses of hardcoded /tmp to get the socket paths
Maxime Coste
2016-12-30
Add a ncurses_change_colors option that can disable color palette change
Maxime Coste
2016-12-20
Merge branch 'master' of git://github.com/akkartik/kakoune
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-03
Small include fix
Maxime Coste
2016-12-01
Rework handling of initial coordinates so that init commands can change them
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-29
Small remote code cleanup
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-11-14
More correct handling of SIGHUP while suspended
Maxime Coste
2016-10-17
Small formatting tweak
Maxime Coste
2016-10-11
Only create a default *scratch* when we dont have any non debug buffers
Maxime Coste
2016-10-11
More transform(...) filter cleanup using mem_fn when possible
Maxime Coste
2016-10-06
Ensure local client is destroyed before we fork the server to background
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-18
Make idle timeout and filesystem check timeout configurable
Maxime Coste
2016-09-06
Support kill session inside init command
Maxime Coste
2016-09-04
Rework client quitting and handling of remote errors
Maxime Coste
2016-08-24
Introduce the 'completion_extra_word_chars' option
Maxime Coste
2016-08-06
Add information of types of options
Maxime Coste
2016-08-05
Preserve selections when converting to client mode
Maxime Coste
2016-07-24
Merge remote-tracking branch 'lenormf/readonly-mode'
Maxime Coste
2016-07-23
Use a more appropriate error message with unlogical flag combinations
Frank LENORMAND
2016-07-23
Warn the user when flag combinations don't make sense
Frank LENORMAND
2016-07-23
Implement a `readonly` mode
Frank LENORMAND
2016-07-10
Ensure buffer create/close hooks are run at appropriate times
Maxime Coste
2016-06-11
Extract ui type parsing to its own function
Maxime Coste
2016-06-06
Check session valididty on kak -l and support kak -clear for clearing the dea...
Maxime Coste
2016-05-19
Go back to libc locale and use c_regex_traits
Maxime Coste
2016-05-14
BufferManager now owns the Buffers instead of registering them
Maxime Coste
2016-05-14
Delay window deletion until we get back to main loop
Maxime Coste
2016-05-12
Tolerate failure in setting current locale
Maxime Coste
2016-05-10
Correctly set c++ locale on startup
Maxime Coste
2016-05-09
Fix use of potentially null local_client
Maxime Coste
2016-04-11
Merge remote-tracking branch 'lenormf/buffer-padding'
Maxime Coste
2016-04-09
Use a specific startup_error exception type to get a nicer message
Maxime Coste
2016-04-09
Small style tweak, we know buffer begin coord is always {0,0}
Maxime Coste
2016-04-08
expose cursor_byte_offset env variable
Paul d'Hubert
2016-03-31
Make DynamicRegister statically dispatch to its function
Maxime Coste
2016-03-15
Support an optional column param with the +<line>[:<column>] syntax
Maxime Coste
2016-03-15
Quit on SIGINT when using a DummyUI
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-03-07
Select ui at launch through the -ui <ui_name> switch
Maxime Coste
2016-03-07
Handle <c-l> redrawing on the server side
Maxime Coste
2016-03-07
Initial, WIP json ui implementation
Maxime Coste
[next]