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
Age
Commit message (
Expand
)
Author
2021-07-20
Merge remote-tracking branch 'listentolist/pascal-filetype'
Maxime Coste
2021-07-20
Merge remote-tracking branch 'dermetfan/cue-comment'
Maxime Coste
2021-07-20
Merge remote-tracking branch 'occivink/nop-ignore-unknown-switches'
Maxime Coste
2021-07-20
Merge branch 'master' of http://github.com/clarfonthey/kakoune
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
rename gruvbox theme to gruvbox-dark
basbebe
2021-07-19
add gruvbox-light theme
basbebe
2021-07-19
nop: ignore unknown switches instead of failing
Olivier Perret
2021-07-18
Make whitespace dim in default theme
ltdk
2021-07-17
make pascal filetype compatible with bash
Tilman List
2021-07-16
comment.kak: add cue
Robin Stumm
2021-07-16
dermetfan Copyright Waiver
Robin Stumm
2021-07-14
Fix blitting of windows halfway through double-width codepoint
Maxime Coste
2021-07-13
Lua: insert comment prefix *after* the indent
Hugo Musso Gualandi
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
2021-07-12
Fix another display corruption issue in the terminal output code
Maxime Coste
2021-07-12
Fix another terminal update issue in the latest code change
Maxime Coste
2021-07-12
Fix bug in terminal output line delete logic
Maxime Coste
2021-07-12
Fix tab character that got introduced by mistake
Maxime Coste
2021-07-12
Reduce the number of added/removed lines when redrawing screen
Maxime Coste
2021-07-12
Fix compute_pos behaviour not to overflow by one line
Maxime Coste
2021-07-12
Use insert/remove lines escapes to reduce terminal traffic
Maxime Coste
2021-07-12
Only redraw updated lines
Maxime Coste
2021-07-12
Blit all window together before outputing them to the tty
Maxime Coste
2021-07-12
Fix crash on resize in TerminalUI
Maxime Coste
2021-07-12
Rename NCursesUI to TerminalUI
Maxime Coste
2021-07-12
Remove references to ncurses in Makefile
Maxime Coste
2021-07-12
Replace ncurses with a naive custom terminal backend
Maxime Coste
[prev]
[next]