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
Age
Commit message (
Expand
)
Author
2021-08-22
Fix readonly behaviour
Maxime Coste
2021-08-22
Merge branch 'roam-hurd-exec-path' of http://github.com/ppentchev/kakoune int...
Maxime Coste
2021-08-21
Find the executable path on the GNU Hurd, too.
Peter Pentchev
2021-08-21
Use the [[gnu::packed]] C++ attribute.
Peter Pentchev
2021-08-20
Do not break non-GCC/g++ compilers.
Peter Pentchev
2021-08-20
Make sure the ParsedRegex structure has the right size.
Peter Pentchev
2021-08-17
Move control character escaping responsibility to the terminal UI
Maxime Coste
2021-08-17
Merge remote-tracking branch 'alexherbo2/fix-typos'
Maxime Coste
2021-08-17
Merge remote-tracking branch 'krobelus/no-env-var'
Maxime Coste
2021-08-17
Merge remote-tracking branch 'krobelus/complete-at-percent-delimiter'
Maxime Coste
2021-08-10
Avoid "env var" in error message for unknown %val expansion
Johannes Altmanninger
2021-08-09
Restore prompt completion for "%opt{"
Johannes Altmanninger
2021-08-05
Reduce memory usage and allocations in terminal output code
Maxime Coste
2021-08-05
Remove unnecessary fflush call
Maxime Coste
2021-08-04
Fallback to 80x24 terminal size when ioctl fails or returns 0x0
Maxime Coste
2021-08-01
Use a BufferedWriter to output in the terminal ui instead of stdio
Maxime Coste
2021-07-31
Add a format_with format function that takes a FunctionRef append
Maxime Coste
2021-07-31
Expose BufferedWriter
Maxime Coste
2021-07-31
Fix FunctionRef copy construction
Maxime Coste
2021-07-31
Code style tweak for Regex implementation TestVM
Maxime Coste
2021-07-26
Do not run unit tests in release builds
Maxime Coste
2021-07-26
always inline custom operator new/delete to avoid spurious warnings
Maxime Coste
2021-07-20
Document the new write behaviour
Maxime Coste
2021-07-20
Merge remote-tracking branch 'occivink/nop-ignore-unknown-switches'
Maxime Coste
2021-07-20
Prevent overwriting existing file in :write <explicit filename>
Maxime Coste
2021-07-20
Remove unnecessary forward declaration
Maxime Coste
2021-07-20
Add missing new/delete overload in UseMemoryDomain
Maxime Coste
2021-07-20
Remove some unnecessary string copies in TerminalUI
Maxime Coste
2021-07-20
Generate different parse_quoted_balanced for each quote pair
Maxime Coste
2021-07-20
Improve code-generation for Strings
Maxime Coste
2021-07-19
nop: ignore unknown switches instead of failing
Olivier Perret
2021-07-14
Fix blitting of windows halfway through double-width codepoint
Maxime Coste
2021-07-12
Refactor TerminalUI::set_ui_options
Maxime Coste
2021-07-12
Add 'terminal_synchronized' ui_option to opt-in synchronized output
Maxime Coste
2021-07-12
src: Support strikethrough faces
Jason Felice
2021-07-12
Fix crash when displaying a menu on a too small terminal
Maxime Coste
2021-07-12
Small cleanups in terminal ui
Maxime Coste
2021-07-12
Do not trust saved active face when force redrawing
Maxime Coste
2021-07-12
Slight code simplification
Maxime Coste
2021-07-12
Fix race on resize in terminal ui
Maxime Coste
2021-07-12
Fix force redraw handling
Maxime Coste
2021-07-12
Tolerate bliting window that overflow the target
Maxime Coste
2021-07-12
terminal_ui.cc: fix build on musl libc
Kylie McClain
2021-07-12
terminal_ui: restore termios settings before suspending Kakoune.
Tim Allen
2021-07-12
Use iTerm2 "synchronised update" sequences around redraws.
Tim Allen
2021-07-12
Handle skipped characters with erase line (EL) instead of insert blank (ICH)
Maxime Coste
2021-07-12
Reduce amount of SGR escapes emitted by tracking the active face
Maxime Coste
2021-07-12
Remove explicit whitespace padding in menu/info
Maxime Coste
2021-07-12
Use CSI @ instead of emitting lots of spaces
Maxime Coste
2021-07-12
Remove the concept of cursor in TerminalUI::Window
Maxime Coste
[prev]
[next]