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
/
widgets
/
exline.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: make various sections accessible via global vars
Robin Jarry
2022-12-14
1
-14
/
+12
*
auto-completion: add option to require a min number of chars
Robin Jarry
2022-11-06
1
-3
/
+15
*
invalidatable: cleanup dead code
Tim Culverhouse
2022-10-12
1
-8
/
+1
*
exline: don't draw completions for keybinds
Tim Culverhouse
2022-09-29
1
-0
/
+4
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-2
/
+1
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-4
/
+4
*
uiconfig: use pointer references to uiConfig
Tim Culverhouse
2022-07-03
1
-2
/
+2
*
completions: add support for completing multiple addresses
Parasrah
2022-01-07
1
-3
/
+3
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-3
/
+3
*
update tcell to v2 and enable TrueColor support
y0ast
2020-12-18
1
-1
/
+1
*
Implement style configuration.
Kalyan Sriram
2020-08-06
1
-2
/
+4
*
Revert "Implement style configuration."
Reto Brunner
2020-07-30
1
-4
/
+2
*
Implement style configuration.
Kalyan Sriram
2020-07-30
1
-2
/
+4
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-4
/
+2
*
Add Style configuration
Reto Brunner
2020-05-27
1
-2
/
+4
*
Show textinput completions in popovers
Ben Burwell
2019-12-21
1
-4
/
+11
*
Add UI options to save/pipe messages with unsupported mimetypes
Greg Anders
2019-11-17
1
-2
/
+2
*
all: purge redundant underscores
Wagner Riffel
2019-09-04
1
-2
/
+2
*
Add :prompt command
Christopher Vittal
2019-08-26
1
-4
/
+37
*
Add support for <C-j> as '<Enter>' in ExLine
Christopher Vittal
2019-08-19
1
-1
/
+1
*
Add tab completion to textinputs
Jeffas
2019-07-26
1
-7
/
+1
*
Add command history and cycling
Galen Abell
2019-07-26
1
-2
/
+14
*
Implement basic tab completion support
Gregory Mullen
2019-06-29
1
-7
/
+17
*
s/aerc2/aerc/g
Drew DeVault
2019-05-17
1
-1
/
+1
*
Add initial compose widget
Drew DeVault
2019-05-12
1
-1
/
+1
*
Refactor ctx stashing out of exline
Drew DeVault
2019-05-11
1
-8
/
+2
*
Split ex line text handling into dedicated widget
Drew DeVault
2019-05-11
1
-98
/
+18
*
lib/ui: introduce Invalidatable
Simon Ser
2019-04-27
1
-7
/
+2
*
Add basic terminal widget
Drew DeVault
2019-03-17
1
-0
/
+9
*
Rig up key bindings
Drew DeVault
2019-03-15
1
-2
/
+6
*
Implement key bindings subsystem
Drew DeVault
2019-03-15
1
-4
/
+2
*
Add cursor handling in ex line
Drew DeVault
2019-01-14
1
-3
/
+9
*
Apply gofmt
Drew DeVault
2018-06-11
1
-3
/
+3
*
switch to tcell from termbox
Markus Ongyerth
2018-06-01
1
-28
/
+21
*
Add statusline widget
Drew DeVault
2018-02-27
1
-5
/
+14
*
Make ex line fully unicode aware
Drew DeVault
2018-02-27
1
-20
/
+19
*
Split UI library and widgets
Drew DeVault
2018-02-26
1
-0
/
+129