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
2019-02-12
Introduce a writemethod option to either overwrite or replace files
Maxime Coste
2019-02-12
Refactor write_buffer_to_file to use a flags param
Maxime Coste
2019-01-24
Add missing locale include to main.cc
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2019-01-23
Only embed gdb script on ELF targets, and add missing gdb symlink
Maxime Coste
2019-01-23
Embed gdb pretty-printing script directly into Kakoune binary
Maxime Coste
2019-01-20
Kakoune v2019.01.20
Maxime Coste
2019-01-20
Defer deletion of unsetted option to return to main loop
Maxime Coste
2019-01-19
small code tweak
Maxime Coste
2018-12-28
Remove DurationMs and slight code refactor
Maxime Coste
2018-12-23
src: Run and display the time taken by unit tests to run in debug mode
Frank LENORMAND
2018-12-13
Generate a coredump on quit due to SIGSEGV
Maxime Coste
2018-12-09
Refactor parsing of keys and introduce a builtin key parser mode
Maxime Coste
2018-12-06
Use a dummy function for SIGPIPE instead of SIG_IGN
Maxime Coste
2018-11-27
Make '_' the default extra_word_chars, and remove built-in support
Maxime Coste
2018-11-25
Merge remote-tracking branch 'lenormf/rename-auto_complete'
Maxime Coste
2018-11-08
Expose selection(s) length with a value
Olivier Perret
2018-10-27
Kakoune v2018.10.27
Maxime Coste
2018-10-23
Refactor Hook management to have a well defined list of hooks
Maxime Coste
2018-10-06
Update startup messsage and changelog.asciidoc
Maxime Coste
2018-09-23
Ignore errors in write_stdout
Maxime Coste
2018-09-21
Document that `-f` starts with whole file selected
Jason Felice
2018-09-04
Kakoune v2018.09.04
Maxime Coste
2018-08-29
Use shell specific quoting for env vars
Maxime Coste
2018-08-24
Use $USER if getpwuid fails
Matt Peterson
2018-08-09
Add a -version switch to Kakoune
Maxime Coste
2018-07-30
Avoid invalid access to Optional
Maxime Coste
2018-07-26
Replace a few loops with ranges
Maxime Coste
2018-07-22
Merge remote-tracking branch 'lenormf/fix-development-version'
Maxime Coste
2018-07-20
src: Change the bullet point symbols in the version notes
Frank LENORMAND
2018-07-20
src: Don't print a number for the development version
Frank LENORMAND
2018-07-19
src: Rename `auto_complete` to `autocomplete`
Frank LENORMAND
2018-07-19
Re-introduce kill_session::exit_status, @lenormf was right
Maxime Coste
2018-07-19
Add a -debug '...' switch to Kakoune startup that sets the debug option
Maxime Coste
2018-07-15
Change autoshowcompl to auto_complete with insert|prompt possible values
Maxime Coste
2018-07-13
Fix description of ui_options
Maxim Baz
2018-07-05
Refactor handling of startup info to make it configurable
Maxime Coste
2018-07-05
Reference the big breaking refactoring in the startup message
Maxime Coste
2018-07-05
Make register expansions expand to the full register content
Maxime Coste
2018-07-05
Change env vars that are lists to use the general list syntax
Maxime Coste
2018-07-05
Do not reparse %sh{...} strings
Maxime Coste
2018-05-23
Fix Kakoune client busy looping on SIGHUP
Maxime Coste
2018-05-19
Rename -allow-override switch to -override
Maxime Coste
2018-05-17
Fix potential missed redraws
Maxime Coste
2018-05-17
Handle all pending events before redrawing
Maxime Coste
2018-05-14
Rename Context::Flags::Transient to Context::Flags::Draft
Maxime Coste
2018-05-09
Fix performance problem when generating many values for # register
Maxime Coste
2018-05-02
Refactor buffer undo tree
Maxime Coste
2018-04-29
Fix crash on quitting
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
[prev]
[next]