summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-08Add terminal_title terminal ui_option to control the titleMaxime Coste
2024-09-02Explicitely call try_accept on InsertCompleterMaxime Coste
2024-09-02Fix <c-r> use-after-free InsertCompletionHide touches used registerJohannes Altmanninger
2024-08-26Do not gather full input data in a single string when pipingMaxime Coste
2024-08-26Fix includes for debug buildMaxime Coste
2024-08-26Merge remote-tracking branch 'arrufat/update-double-underline-main'Maxime Coste
2024-08-24Add back <cwchar> for wcwidth in src/unicode.hhChris Webb
2024-08-19Merge remote-tracking branch 'arrufat/includes-cleanup'Maxime Coste
2024-08-19Don't interpret the \n input byte as <ret>Johannes Altmanninger
2024-08-19Decode XTerm's formatOtherKeys=0 encodingJohannes Altmanninger
2024-08-19Decode kitty keyboard protocol's numlock keysJohannes Altmanninger
2024-08-16include headers cleanupAdrià Arrufat
2024-08-15Add double underline in main version notesAdrià Arrufat
2024-08-15Remove some more unnecessary includesMaxime Coste
2024-08-15Remove unused ConstexprVector and rename constexpr_utils.hh to array.hhMaxime Coste
2024-08-14Remove unused wrap_to and reduce string_utils headersMaxime Coste
2024-08-14Remove tuple use from ranges.hhMaxime Coste
2024-08-14Reduce number of included headersMaxime Coste
2024-08-14Merge remote-tracking branch 'lenormf/fix-3972'Maxime Coste
2024-08-14Fix json-ui scroll supportMaxime Coste
2024-08-14Merge remote-tracking branch 'enricozb/enricozb/scroll-coordinates'Maxime Coste
2024-08-14Merge remote-tracking branch 'arrufat/support-double-underline'Maxime Coste
2024-08-14More include fixesMaxime Coste
2024-08-14Add missing include for non libstdc++ buildsMaxime Coste
2024-08-12Move debug utils to debug.hh/debug.ccMaxime Coste
2024-08-12Reduce headers dependency graphMaxime Coste
2024-08-12Reduce exposed headers from context.hhMaxime Coste
2024-08-12Extract format implementation to its own fileMaxime Coste
2024-08-12Remove void_t and use requires insteadMaxime Coste
2024-08-12Move most info/status clear logic to clientMaxime Coste
2024-08-08Delay NormalMode clearing of status line and info box to next idleMaxime Coste
2024-08-06fix mouse scrollingEnrico Zandomeni Borba
2024-08-04fix mouse coord underflowEnrico Zandomeni Borba
2024-08-04add scroll coordinatesEnrico Zandomeni Borba
2024-08-04Add support for double underlineAdrià Arrufat
2024-08-04Move most code in regex_impl inside the anonymous namespaceMaxime Coste
2024-07-27Reduce templatization further to reduce binary sizeMaxime Coste
2024-07-24De-templatize regex selection codeMaxime Coste
2024-07-24Merge remote-tracking branch 'JustTaken/view-offset'Maxime Coste
2024-07-22Fix logic to get minimun custom offsetJustTaken
2024-07-22Allow escaping commas in the -buffer argument to eval/execTobias Pisani
2024-07-22Handle word completion when recording macrosMaxime Coste
2024-07-20Take in account scrolloff when moving viewportJustTaken
2024-07-21De-templatize select_objectMaxime Coste
2024-07-21Disable UnitTest fully in non KAK_DEBUG buildsMaxime Coste
2024-07-19Record macros in repeat last insertMaxime Coste
2024-07-18Bump history max size to 1000Maxime Coste
2024-07-17Clear info box and prompt on pasteMaxime Coste
2024-07-15Improve error message for alternations in lookarounds and add testsMaxime Coste
2024-07-01Merge remote-tracking branch 'PJungkamp/directory-changed'Maxime Coste