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
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
2016-03-07
Remove complete_prefix option and behaviour
Maxime Coste
2016-03-03
Just write to stderr when exceptions are uncaught
Maxime Coste
2016-03-03
destroy buffer manager first but clear clients before destroying buffers.
Maxime Coste
2016-03-02
BufferManager should outlive ClientManager in the end
Maxime Coste
2016-03-02
Ensure the BufferManager is destroyed first so that buffer hooks can access o...
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2016-02-17
Format the options' documentation properly
Frank LENORMAND
2016-02-17
Allow users to chose how the buffers are padded
Frank LENORMAND
2016-02-12
indentwidth can actually take 0 as a parameter
Maxime Coste
2016-02-11
Support validating some options values before setting them
Maxime Coste
2016-01-10
Rename set_signal_wrapper to set_signal_handler and tweak SignalHandler def
Maxime Coste
2016-01-10
Merge remote-tracking branch 'danlrobertson/safe_signal'
Maxime Coste
[prev]
[next]