summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2020-08-17Do not fork in daemon modeMaxime Coste
2020-08-08Rename DefinedHighlighters to SharedHighlightersMaxime Coste
2020-08-06Merge remote-tracking branch 'eraserhd/runtime-var'Maxime Coste
2020-08-04Override runtime by setting $KAKOUNE_RUNTIMEJason Felice
2020-08-04Kakoune 2020.08.04 startup infoMaxime Coste
2020-07-19Add a RegisterModified hookMaxime Coste
2020-07-07Handle SIGTERM as a graceful exit, similar to the `:kill!` commandMaxime Coste
2020-05-10Support piping data to client stdinMaxime Coste
2020-05-01Fix +line:col initial buffer position when connecting to sessionJohannes Altmanninger
2020-03-17src: Fix a compilation bug with g++-8Frank LENORMAND
2020-03-02Expand env vars as list of stringsMaxime Coste
2020-02-07src: Don't show startup information when opening a fileFrank LENORMAND
2020-02-07Merge remote-tracking branch 'maximbaz/notes-formatting'Maxime Coste
2020-02-07Merge remote-tracking branch 'lenormf/startup_info-no_kakrc'Maxime Coste
2020-02-05src: Show the startup information in no-load modeFrank LENORMAND
2020-01-21Fix version comparison in show_startup_info.Masanori Ogino
2020-01-20Bring the italic formatting backMaxim Baz
2020-01-16Fix version notes formattingMaxim Baz
2020-01-16Kakoune v2020.10.16Maxime Coste
2020-01-04Use markup for startup-info messageMaxime Coste
2020-01-01Add 'history' and 'uncommitted_modifications' expansionsJason Felice
2019-12-16Fix window_range expansionMaxime Coste
2019-12-10Kakoune v2019.12.10Maxime Coste
2019-12-04Merge remote-tracking branch 'lenormf/window-range'Maxime Coste
2019-11-22Add support for markup in info boxesMaxime Coste
2019-11-18Ignore SIGTTOUMaxime Coste
2019-11-17Move the forked server into a new session and process groupMaxime Coste
2019-11-12Fix display column computationsJason Felice
2019-11-12Add support for selecting and exporting selections in display columnsMaxime Coste
2019-11-12Add support for a -codepoint switch to the select commandMaxime Coste
2019-11-12Implement %val{selections_char_desc}Jason Felice
2019-11-09Check that stdout is a tty in ncurses uiMaxime Coste
2019-11-05src: Make sure clients connect from a TTYFrank LENORMAND
2019-10-20src: Add a `window_range` default expansionFrank LENORMAND
2019-10-16Replace ModeChange hooks by ModePush and ModePopMaxime Coste
2019-10-10Support specifying the user configuration with KAKOUNE_CONFIG_DIRMaxime Coste
2019-10-03Avoid negative initial coordinatesMaxime Coste
2019-09-16Fix multi-client server suspendMaxime Coste
2019-09-16Setup terminal raw mode without going through ncursesMaxime Coste
2019-09-16Get rid of ncurses based input parsing in favor of custom codeMaxime Coste
2019-09-15Make arrow keys normal mode mappings instead of commandsMaxime Coste
2019-08-20Fix kak -l when $XDG_RUNTIME_DIR is setJason Felice
2019-08-19Make scrolling speed configurableMaxime Coste
2019-07-01Kakoune v2019.07.01Maxime Coste
2019-06-23Use register to store prompt historyMaxime Coste
2019-05-29Null terminate gdb auto-load scriptMaxime Coste
2019-04-17Update changelogMaxime Coste
2019-04-12Prevent conversion to client on suspend from disconnecting other clientsMaxime Coste
2019-04-07update version notes and changelogMaxime Coste
2019-03-23Add cursor_display_column expansionMaxime Coste