summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2019-02-12Introduce a writemethod option to either overwrite or replace filesMaxime Coste
2019-02-12Refactor write_buffer_to_file to use a flags paramMaxime Coste
2019-01-24Add missing locale include to main.ccMaxime Coste
2019-01-24Header and dependency cleanupMaxime Coste
2019-01-23Only embed gdb script on ELF targets, and add missing gdb symlinkMaxime Coste
2019-01-23Embed gdb pretty-printing script directly into Kakoune binaryMaxime Coste
2019-01-20Kakoune v2019.01.20Maxime Coste
2019-01-20Defer deletion of unsetted option to return to main loopMaxime Coste
2019-01-19small code tweakMaxime Coste
2018-12-28Remove DurationMs and slight code refactorMaxime Coste
2018-12-23src: Run and display the time taken by unit tests to run in debug modeFrank LENORMAND
2018-12-13Generate a coredump on quit due to SIGSEGVMaxime Coste
2018-12-09Refactor parsing of keys and introduce a builtin key parser modeMaxime Coste
2018-12-06Use a dummy function for SIGPIPE instead of SIG_IGNMaxime Coste
2018-11-27Make '_' the default extra_word_chars, and remove built-in supportMaxime Coste
2018-11-25Merge remote-tracking branch 'lenormf/rename-auto_complete'Maxime Coste
2018-11-08Expose selection(s) length with a valueOlivier Perret
2018-10-27Kakoune v2018.10.27Maxime Coste
2018-10-23Refactor Hook management to have a well defined list of hooksMaxime Coste
2018-10-06Update startup messsage and changelog.asciidocMaxime Coste
2018-09-23Ignore errors in write_stdoutMaxime Coste
2018-09-21Document that `-f` starts with whole file selectedJason Felice
2018-09-04Kakoune v2018.09.04Maxime Coste
2018-08-29Use shell specific quoting for env varsMaxime Coste
2018-08-24Use $USER if getpwuid failsMatt Peterson
2018-08-09Add a -version switch to KakouneMaxime Coste
2018-07-30Avoid invalid access to OptionalMaxime Coste
2018-07-26Replace a few loops with rangesMaxime Coste
2018-07-22Merge remote-tracking branch 'lenormf/fix-development-version'Maxime Coste
2018-07-20src: Change the bullet point symbols in the version notesFrank LENORMAND
2018-07-20src: Don't print a number for the development versionFrank LENORMAND
2018-07-19src: Rename `auto_complete` to `autocomplete`Frank LENORMAND
2018-07-19Re-introduce kill_session::exit_status, @lenormf was rightMaxime Coste
2018-07-19Add a -debug '...' switch to Kakoune startup that sets the debug optionMaxime Coste
2018-07-15Change autoshowcompl to auto_complete with insert|prompt possible valuesMaxime Coste
2018-07-13Fix description of ui_optionsMaxim Baz
2018-07-05Refactor handling of startup info to make it configurableMaxime Coste
2018-07-05Reference the big breaking refactoring in the startup messageMaxime Coste
2018-07-05Make register expansions expand to the full register contentMaxime Coste
2018-07-05Change env vars that are lists to use the general list syntaxMaxime Coste
2018-07-05Do not reparse %sh{...} stringsMaxime Coste
2018-05-23Fix Kakoune client busy looping on SIGHUPMaxime Coste
2018-05-19Rename -allow-override switch to -overrideMaxime Coste
2018-05-17Fix potential missed redrawsMaxime Coste
2018-05-17Handle all pending events before redrawingMaxime Coste
2018-05-14Rename Context::Flags::Transient to Context::Flags::DraftMaxime Coste
2018-05-09Fix performance problem when generating many values for # registerMaxime Coste
2018-05-02Refactor buffer undo treeMaxime Coste
2018-04-29Fix crash on quittingMaxime Coste
2018-04-29Rework the way UI can trigger a client quittingMaxime Coste