405 Commits

Author SHA1 Message Date
Jesse Duffield
bce22fd599 hide views with x bounds in the wrong order 2022-04-17 10:29:12 +10:00
Jesse Duffield
5b19e175bc missed another spot 2022-04-16 15:39:10 +10:00
Jesse Duffield
bf2ef335f9 missed a spot 2022-04-16 15:37:52 +10:00
Jesse Duffield
46492ecf92 refactor 2022-04-16 15:34:58 +10:00
Jesse Duffield
ae531166c8 add scrollbar 2022-04-16 15:26:59 +10:00
Jesse Duffield
2eb424ce3d honour last character 2022-04-15 10:55:42 +10:00
Jesse Duffield
a826601ada better highlighting logic 2022-04-15 10:02:11 +10:00
Jesse Duffield
0c947ca079
Merge pull request #18 from Ryooooooga/feature/fix-wide-and-erase-in-line 2022-04-08 07:37:58 +10:00
Ryooooooga
a90957add6
Fix wide chars and eraseInLineFromCursor 2022-02-28 21:01:18 +09:00
Jesse Duffield
69f0c798ee better handling of click events 2022-02-27 13:27:29 +11:00
Jesse Duffield
82fe47ec96 allow deleting all keybindings 2022-01-31 22:09:21 +11:00
Jesse Duffield
1945d7b9ed brighter highlighted lines 2022-01-08 15:55:21 +11:00
Jesse Duffield
40df0be5a4 move mutex 2021-11-02 21:44:58 +11:00
Jesse Duffield
be3a05cf71 more origin stuff 2021-11-02 20:34:57 +11:00
Jesse Duffield
e4eee64f4d small changes 2021-11-02 19:15:36 +11:00
Jesse Duffield
24baf341da some changes in anticipation of graph feature 2021-11-01 09:32:53 +11:00
Jesse Duffield
681a61c53e fix issue with delta trying to finish the current line with the existing colouring 2021-10-24 15:12:48 +11:00
Jesse Duffield
f4cc40fed3 remove dead code 2021-10-24 15:12:23 +11:00
Jesse Duffield
e634aaf073 very small refactor 2021-10-24 15:12:13 +11:00
Jesse Duffield
b8e4f0899f better autoscroll behaviour 2021-10-24 15:11:55 +11:00
Jesse Duffield
b2fc03c74a
Merge pull request #15 from Ryooooooga/feature/fix-title-rendering 2021-10-18 09:00:56 +11:00
Ryooooooga
3c5c9299d0
Fix title rendering 2021-10-17 20:42:56 +09:00
Jesse Duffield
8bf4a4666b more 2021-10-17 20:10:15 +11:00
Jesse Duffield
c74848d8ad reset origin when clearing text area 2021-10-17 17:37:15 +11:00
Jesse Duffield
efd5edf0fa
Merge pull request #12 from waffleboot/#1345_prompt 2021-10-17 15:21:50 +11:00
Jesse Duffield
0ec562dfd2 fix 2021-10-17 15:11:19 +11:00
Jesse Duffield
b68948e63c fix editor problems 2021-10-17 14:52:23 +11:00
Jesse Duffield
aa62b56c15 better handling of random encodings 2021-09-27 19:49:55 +10:00
Andrei Yangabishev
dc3b753f8b prompt sample to reproduce panic 2021-06-16 16:14:11 +03:00
Jesse Duffield
74b42ecad5
Merge pull request #11 from waffleboot/awesome 2021-06-14 18:14:40 +10:00
Jesse Duffield
de7e4a8d6b
Update gui.go 2021-06-14 18:14:32 +10:00
Jesse Duffield
3dfb54636c
Update gui.go 2021-06-14 18:13:54 +10:00
Jesse Duffield
c0280f7b40
Update gui.go 2021-06-14 18:13:49 +10:00
Jesse Duffield
7e094b5393
Update gui.go 2021-06-14 18:13:45 +10:00
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