summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
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
2018-04-25Reserve data for # registerMaxime Coste
2018-04-19Fix handling of local client quitting during its creationMaxime Coste
2018-04-14Update startup message and include released version in itMaxime Coste
2018-04-11NCursesUI: Add support for shifted function keysMaxime Coste
2018-04-11Add support for the shift modifier.Tim Allen
2018-04-09Make version available through $kak_version and debug infoMaxime Coste
2018-04-07Make FaceRegistry scopedMaxime Coste
2018-03-25Remove contains_that and use any_of to be closer to the c++ stdlibMaxime Coste
2018-03-25Document rotate selection breaking change in startup messageMaxime Coste
2018-03-23Support `%` in `path` option to mean current buffer directoryMaxime Coste
2018-03-23Restore client name after converting to clientMaxime Coste
2018-03-13ranges: Add transform overload taking directly a pointer to memberMaxime Coste
2018-03-10Move WORD text object to <a-w>Maxime Coste
2018-03-02Remove <scope> from user-modes commandsDelapouite
2018-03-01Update status message with new breaking changesMaxime Coste
2018-02-24Update startup message to notify about h/l changeMaxime Coste
2018-02-22Fix typos in C++ string literalsaver-d
2018-02-18Do not support general commands in filter modeMaxime Coste
2018-02-18ShellManager: init from a static list of env varsMaxime Coste
2018-02-18Buffer: avoid expensive option flattening in on_registred with NoHooksMaxime Coste
2018-01-31Do not strip whitespaces with '*'Maxime Coste
2018-01-21Do not block when waiting for next event if we have pending inputMaxime Coste
2018-01-21Rename InputModeChange hook to ModeChangeMaxime Coste
2018-01-20Fallback to getpwuid in the unlikely case $HOME is underfinedMaxime Coste
2018-01-19Introduce a $kak_config env var containing the Kakoune user config dirMaxime Coste
2018-01-18Use the _str and _sv string literals more oftenMaxime Coste
2017-12-29Add information on InputModeChange hook in the startup messageMaxime Coste
2017-12-21Add session name filtering for KakBegin hookDelapouite
2017-12-04Replace uses of getpwuid which is incompatible with static linkingMaxime Coste
2017-11-12Remote: when converting to client, suspend *after* connectingMaxime Coste
2017-11-04Introduce matching_pairs option that controls the pairs used by `m`Maxime Coste
2017-11-01Document the regex impl switch in the startup messageMaxime Coste
2017-10-28Update breaking changes messageMaxime Coste
2017-10-10Make Server outlive buffer managerMaxime Coste
2017-10-05Add client_list varDelapouite
2017-09-27Removing the local client due to SIGHUP is not gracefulMaxime Coste
2017-09-18Fix compilationMaxime Coste
2017-09-18Document custom text object move in breaking changesMaxime Coste
2017-09-12Expose the character under the cursor as $kak_cursor_char_valueMaxime Coste
2017-09-11Fork server to background when the client/server process receives SIGHUPMaxime Coste
2017-09-06Merge remote-tracking branch 'Franciman/exposed_history_id'Maxime Coste