Commit graph

37 commits

Author SHA1 Message Date
Stephan Dilly
e3bb51b277 show branchname in commit mssage box (closes #529) 2021-02-23 16:50:36 +01:00
Richard Menzies
a2a6754990 Change test_invisable_newline to test_invisible_newline 2021-02-09 09:31:48 +01:00
Stephan Dilly
c428db09f6 support showing char count (closes #466) 2020-12-27 14:11:19 +01:00
Stephan Dilly
779b2d572f fix clippy and unittest 2020-12-19 21:45:09 +01:00
Stephan Dilly
3ff77e0669 fix whitespace not showing cursor in text input (closes #247) 2020-12-19 21:25:37 +01:00
Stephan Dilly
23ffeb8bea fix multiline textinput drawing (closes #405) 2020-12-19 19:40:15 +01:00
Stephan Dilly
6df98ada7f cleanup 2020-10-28 00:07:33 +01:00
Arnaud Locquet
603fd75703 fix: panic on small terminal when textinput for stash name is open 2020-10-28 00:02:30 +01:00
Arnaud Locquet
a75f43de77 feat: password obfuscation 2020-10-27 11:39:32 +01:00
Richard Menzies
93168639fe
Bump tui: 0.9 -> 0.12 (#289) 2020-10-08 09:56:36 +02:00
Ciarán Mooney
04a96ddb6e Additional Unit Tests for TextInput Component #264 2020-09-19 11:42:29 +02:00
Stephan Dilly
7da34eb3e4 switch more missing places to use new keyconfig 2020-08-29 12:43:32 +02:00
Stephan Dilly
2401293b66
Rust1.46 and nightly ci (#246) 2020-08-28 10:52:24 +02:00
Antonio Yang
a95ffd7bcc
Customize key binds (#234)
* customizable key config
* provide example vim key config
* automatically show correct key binding in bottom cmd-bar
2020-08-26 18:23:53 +02:00
Stephan Dilly
18f3bd981d min rect size for commit popup (fixes #179) 2020-07-14 09:42:55 +02:00
Stephan Dilly
b9ec27d89c fix newline visualization in commit msg editor (closes #169) 2020-07-07 12:33:32 +02:00
Stephan Dilly
bfda870933 fix panic when cursor is OOB after closing editor with shorter msg 2020-07-04 15:44:24 +02:00
Stephan Dilly
313f5586b0 todo 2020-07-04 15:38:46 +02:00
Stephan
4a442f3829 cleanup use 2020-06-29 12:30:10 +02:00
Stephan Dilly
0d84abd1c6 make draw take shared ref again 2020-06-23 11:03:02 +02:00
Stephan Dilly
86fafbd47b clippy fixes 2020-06-22 12:32:01 +02:00
Stephan Dilly
b899751c2b share theme instead of copying it all over the place 2020-06-22 12:21:21 +02:00
Stephan Dilly
b4a466876e Fix textinput cursor was not reset after msg.clear 2020-06-15 12:09:22 +02:00
Stephan Dilly
0cdaabf9f8 clippy fix 2020-06-14 10:20:05 +02:00
Stephan Dilly
36d9d13df4 fix theme usage 2020-06-14 10:19:36 +02:00
Alistair Carscadden
fcb474b8a2 use is_char_boundary() to simplify logic 2020-06-14 09:55:54 +02:00
Stephan Dilly
c37fd56b3c rustfmt 2020-06-14 00:57:45 +02:00
A. Carscadden
09c3fe9cbb
Add cursor to TextInputComponent for better commit message support (#117)
see #46
2020-06-14 00:56:35 +02:00
Stephan Dilly
5185f1c4d4 support commit amend (#89) 2020-06-13 01:50:39 +02:00
Stephan Dilly
702415c40d
full commit detail popup (#113)
see #80
2020-06-09 13:30:17 +02:00
Stephan Dilly
fa8070b1ba new popup paragraph helper 2020-06-08 23:50:46 +02:00
Stephan Dilly
4ea8124a10 thick borders on popups 2020-06-08 23:38:42 +02:00
Stephan Dilly
f96343061c add clippy::nursery checks 2020-05-31 01:04:04 +02:00
Mehran Kordi
4c17660956
anyhow integration (closes #77) 2020-05-23 17:12:38 +02:00
Stephan Dilly
60ba75f1db fix stash msg popup title/msg 2020-05-22 18:02:25 +02:00
Stephan Dilly
1f5706fa0c support stash msg 2020-05-22 17:37:48 +02:00
Stephan Dilly
b34deddb0e split commitComponent to have generic reusable textInputComponent 2020-05-22 14:33:44 +02:00