Andrei Yangabishev
|
8a3c45e4fd
|
ShowTotal flag
|
2021-06-10 12:21:38 +03:00 |
|
Jesse Duffield
|
37f7943420
|
remove force flushing and instead allow writing to a string to an editor
|
2021-04-17 21:07:45 +10:00 |
|
Jesse Duffield
|
bdf37de5c9
|
allow force flushing gui for when we have methods depending on the view (i.e. editors)
|
2021-04-17 20:52:14 +10:00 |
|
Jesse Duffield
|
de7bb5079f
|
prevent race condition when deleting characters in editor
|
2021-04-12 23:04:53 +10:00 |
|
Jesse Duffield
|
ee65bd542c
|
prevent issues from re-rendering views
|
2021-04-12 21:32:12 +10:00 |
|
Jesse Duffield
|
6ef019af37
|
handle resizing properly
|
2021-04-12 21:10:08 +10:00 |
|
Jesse Duffield
|
a2bb4baca3
|
support suspense
|
2021-04-10 11:11:17 +10:00 |
|
Jesse Duffield
|
210802112d
|
better way to reduce flicker
|
2021-04-09 22:10:40 +10:00 |
|
Jesse Duffield
|
30b8db7085
|
only taint view if dimensions change when calling SetView
|
2021-04-09 22:10:01 +10:00 |
|
Jesse Duffield
|
1b0c684140
|
use float64 for speed of recording playbacks
|
2021-04-06 16:59:42 +10:00 |
|
Jesse Duffield
|
95ef6e1377
|
allow rewinding and flushing stale content
|
2021-04-06 16:58:11 +10:00 |
|
Jesse Duffield
|
e79dab8f77
|
remove cache stuff because after measuring it actually decreases performance
|
2021-04-05 19:37:08 +10:00 |
|
Jesse Duffield
|
439abd8b6e
|
support recording events
|
2021-04-05 14:18:26 +10:00 |
|
Jesse Duffield
|
d958b7dc83
|
prevent deadlock
|
2021-04-05 14:18:21 +10:00 |
|
Jesse Duffield
|
9635e8ff4a
|
ignore clicks on invisible views
|
2021-04-05 14:18:02 +10:00 |
|
Jesse Duffield
|
a3be78c4cc
|
wrap cache in mutex
|
2021-04-03 15:57:16 +11:00 |
|
Jesse Duffield
|
6fd7ef27ce
|
caching styling to improve drawing speed
|
2021-04-02 22:32:10 +11:00 |
|
Jesse Duffield
|
ffc8effd27
|
removing some (hopefully) redundant renders
|
2021-04-02 22:32:02 +11:00 |
|
Jesse Duffield
|
77a1b96317
|
support alt-enter key
|
2021-04-02 15:07:18 +11:00 |
|
Jesse Duffield
|
1238f910f0
|
support mouse wheel scrolling
|
2021-04-02 14:34:12 +11:00 |
|
Jesse Duffield
|
bcc4dcd991
|
return if trying to type a character with no width
|
2021-03-30 00:11:48 +11:00 |
|
Jesse Duffield
|
26d4f4c887
|
more mutexes
|
2021-03-30 00:11:48 +11:00 |
|
Jesse Duffield
|
5a8b8cb853
|
add write mutex to editor
|
2021-03-30 00:11:48 +11:00 |
|
Jesse Duffield
|
20cddf8f54
|
missed a spot
|
2021-02-18 19:38:41 +11:00 |
|
Jesse Duffield
|
77056cf8e0
|
prioritise editor keybindings over other views
|
2021-02-18 19:37:00 +11:00 |
|
Jesse Duffield
|
df403d2beb
|
do not create a mouse event on hover
|
2021-02-11 21:30:34 +11:00 |
|
Jesse Duffield
|
c4e374aa77
|
restore some code from before
|
2021-02-11 21:25:50 +11:00 |
|
Jesse Duffield
|
3054df7861
|
fix wide space typing
|
2021-02-11 21:03:12 +11:00 |
|
Jesse Duffield
|
99a94bdceb
|
add back tab to mapping
|
2021-02-09 22:59:41 +11:00 |
|
Jesse Duffield
|
908f90fdc1
|
support back tab
|
2021-02-09 22:57:06 +11:00 |
|
Jesse Duffield
|
66c577279d
|
make screen public
|
2021-02-09 22:18:48 +11:00 |
|
Jesse Duffield
|
287efbd7c0
|
go mod tidy
|
2021-02-09 21:59:39 +11:00 |
|
Jesse Duffield
|
56085399e3
|
allow zero sized views
|
2021-02-09 21:54:33 +11:00 |
|
Jesse Duffield
|
347bedd836
|
enable mouse dragging
|
2021-02-09 21:47:58 +11:00 |
|
Ryooooooga
|
967880a447
|
fix a bug related to inserting and deleting wide characters
see: https://github.com/jesseduffield/lazygit/pull/1119
|
2021-02-09 20:42:44 +11:00 |
|
Jesse Duffield
|
f5a9733d18
|
awesome WIP
WIP
WIP
WIP
WIP
WIP
|
2020-12-24 15:19:37 +11:00 |
|
Jesse Duffield
|
8a6768078f
|
support erase-in-line escape sequence when code is zero
|
2020-10-11 09:48:02 +11:00 |
|
Jesse Duffield
|
cc51e31712
|
nil check on view
|
2020-10-07 22:03:50 +11:00 |
|
Jesse Duffield
|
9bcbc07cec
|
support recording sessions for testing purposes
|
2020-10-04 17:43:59 +11:00 |
|
Jesse Duffield
|
53875d55c3
|
handle out of bounds errors
|
2020-10-02 09:14:00 +10:00 |
|
Jesse Duffield
|
1b445b9bd5
|
add mutex to views array
|
2020-10-01 06:53:05 +10:00 |
|
Jesse Duffield
|
b998f17238
|
use first global keybinding you come across so that custom keybindings take precedence
|
2020-09-27 11:06:22 +10:00 |
|
Jesse Duffield
|
1b6ec5d7d4
|
missed a spot
|
2020-08-24 20:08:31 +10:00 |
|
Jesse Duffield
|
9ea1e384f7
|
don't set cursor past furthest character on line when clicking modal
|
2020-08-24 19:59:14 +10:00 |
|
Jesse Duffield
|
1a970a28d8
|
ensure view exists before checking if its searching
|
2020-08-23 17:39:38 +10:00 |
|
Jesse Duffield
|
8cde0b9be5
|
support highlighting background of selected item
|
2020-05-13 21:00:02 +10:00 |
|
Jesse Duffield
|
7765949e1c
|
support case insensitive search
|
2020-03-09 11:10:02 +11:00 |
|
Jesse Duffield
|
d6e4854501
|
better handling of bold characters
|
2020-03-01 19:17:00 +11:00 |
|
Jesse Duffield
|
5024a02682
|
add ContainsList view field to show current item index and total count in frame
|
2020-02-25 07:16:55 +11:00 |
|
Jesse Duffield
|
3e1f0f7c3e
|
support searching in views
|
2020-02-23 21:51:15 +11:00 |
|