index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ui
/
textinput.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: move package to lib
Robin Jarry
2024-02-14
1
-1
/
+1
*
mouse: use vaxis mouse events
Tim Culverhouse
2024-02-12
1
-4
/
+3
*
aerc: replace tcell keys with vaxis keys
Tim Culverhouse
2024-02-12
1
-21
/
+25
*
ui: remove screen and viewports
Tim Culverhouse
2024-02-12
1
-2
/
+2
*
aerc: change event interfaces to vaxis events
Tim Culverhouse
2024-02-12
1
-2
/
+3
*
complete: only display popover for more than one choice
Robin Jarry
2023-11-22
1
-64
/
+74
*
completion: hide quotes from choices
Robin Jarry
2023-11-12
1
-3
/
+10
*
complete: allow disabling automatic completion
Robin Jarry
2023-11-02
1
-0
/
+4
*
complete: allow setting the completion key binding
Robin Jarry
2023-11-02
1
-18
/
+12
*
textinput: fix deleteWord with an only whitespace
Oskar Sharipov
2023-07-28
1
-1
/
+1
*
textinput: fix stemming with multi-byte chars
Koni Marti
2023-06-22
1
-1
/
+1
*
ui: fix deadlocks in message channel
Robin Jarry
2023-05-20
1
-1
/
+1
*
textinput: align completion popover
Koni Marti
2023-05-16
1
-1
/
+10
*
textinput: improve stemming
Koni Marti
2023-05-16
1
-3
/
+6
*
textinput: fix crash when scrolling back in command history
Robin Jarry
2023-01-02
1
-4
/
+4
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-2
/
+2
*
ui: invalidate ui when queuing redraw
Tim Culverhouse
2022-11-06
1
-1
/
+0
*
auto-completion: add option to require a min number of chars
Robin Jarry
2022-11-06
1
-2
/
+8
*
invalidatable: cleanup dead code
Tim Culverhouse
2022-10-12
1
-4
/
+1
*
aerc: use single event loop
Tim Culverhouse
2022-10-07
1
-0
/
+1
*
textinput: prevent data race from debounce function
Tim Culverhouse
2022-09-26
1
-0
/
+6
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-11
/
+7
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-1
/
+2
*
autocompletion: fix regression
Koni Marti
2022-08-01
1
-2
/
+2
*
autocompletion: fix slice out of bounds access
Moritz Poldrack
2022-07-31
1
-0
/
+3
*
uiconfig: use pointer references to uiConfig
Tim Culverhouse
2022-07-03
1
-3
/
+3
*
pgp: check encryption keys before sending message
Tim Culverhouse
2022-05-06
1
-0
/
+14
*
completion: install panic handler in completion callback
Robin Jarry
2022-03-25
1
-0
/
+2
*
lib/ui/textinput: stop at /, ", and ' chars
Pranjal Kole
2022-02-03
1
-5
/
+11
*
completions: add support for completing multiple addresses
Parasrah
2022-01-07
1
-5
/
+6
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-1
/
+1
*
lib/ui/textinput: Optimize ensureScroll
Adnan Maolood
2021-08-30
1
-5
/
+5
*
update tcell to v2 and enable TrueColor support
y0ast
2020-12-18
1
-1
/
+1
*
Implement style configuration.
Kalyan Sriram
2020-08-06
1
-12
/
+20
*
Revert "Implement style configuration."
Reto Brunner
2020-07-30
1
-20
/
+12
*
Implement style configuration.
Kalyan Sriram
2020-07-30
1
-12
/
+20
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-20
/
+12
*
Add Style configuration
Reto Brunner
2020-05-27
1
-12
/
+20
*
Fix array out of bounds error
burrowing-owl
2020-05-05
1
-1
/
+1
*
compose: don't call ti.tabcomplete when it is nil
Timmy Douglas
2020-01-09
1
-0
/
+4
*
Don't select completions until tab has been pressed
Ben Burwell
2020-01-05
1
-6
/
+8
*
Show textinput completions in popovers
Ben Burwell
2019-12-21
1
-50
/
+223
*
Add UI options to save/pipe messages with unsupported mimetypes
Greg Anders
2019-11-17
1
-1
/
+2
*
Add Mouseable
Jeffas
2019-09-11
1
-0
/
+14
*
Add delete forward <C-k> and backward <C-u>
Christopher Vittal
2019-08-12
1
-0
/
+29
*
Add tab completion to textinputs
Jeffas
2019-07-26
1
-10
/
+74
*
Fix text input cursor position with non-ASCII text
Tuomas Siipola
2019-07-17
1
-3
/
+3
*
Implement basic tab completion support
Gregory Mullen
2019-06-29
1
-0
/
+8
*
ensureScroll on text input frames
Drew DeVault
2019-05-25
1
-0
/
+2
*
Implement scrolling in text input
Drew DeVault
2019-05-25
1
-3
/
+31
[next]