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
/
tab.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
mouse: fix offset in tab title clickable area
Bence Ferdinandy
2023-08-03
1
-10
/
+18
*
wizard: display warning when focus is lost
Koni Marti
2023-08-03
1
-0
/
+6
*
term: ignore redraw events when not visible
Robin Jarry
2023-04-15
1
-0
/
+8
*
tabs: make sure to close tab content
Robin Jarry
2023-04-01
1
-4
/
+0
*
tabs: use template for account tab name
Tim Culverhouse
2023-01-29
1
-0
/
+8
*
invalidatable: cleanup dead code
Tim Culverhouse
2022-10-12
1
-37
/
+5
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-10
/
+9
*
lint: removed unused code (deadcode, structcheck, unused)
Moritz Poldrack
2022-08-04
1
-3
/
+2
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-2
/
+4
*
tabs: make it more thread safe
Robin Jarry
2022-07-23
1
-13
/
+68
*
tabs: make fields private
Robin Jarry
2022-07-23
1
-77
/
+103
*
Revert "fix panic on closing a tab"
Moritz Poldrack
2022-07-18
1
-6
/
+2
*
fix panic on closing a tab
Moritz Poldrack
2022-07-10
1
-2
/
+6
*
aerc: use contextual ui styleset for tabs/compose
Koni Marti
2022-04-17
1
-4
/
+10
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-1
/
+1
*
update tcell to v2 and enable TrueColor support
y0ast
2020-12-18
1
-1
/
+1
*
Implement style configuration.
Kalyan Sriram
2020-08-06
1
-5
/
+6
*
Revert "Implement style configuration."
Reto Brunner
2020-07-30
1
-6
/
+5
*
Implement style configuration.
Kalyan Sriram
2020-07-30
1
-5
/
+6
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-6
/
+5
*
Add Style configuration
Reto Brunner
2020-05-27
1
-5
/
+6
*
fix: Close unused MessageView when swapping view
Ray Ganardi
2020-04-20
1
-0
/
+5
*
Add pinned tabs
Jeffas
2020-03-09
1
-5
/
+62
*
Add move-tab command
Jeffas
2020-03-03
1
-0
/
+41
*
Fix tab refocus on remove
Jeffas
2019-10-14
1
-8
/
+14
*
Fix pushing invalid tabs to history
Jeffas
2019-10-14
1
-1
/
+4
*
Focus new tab after remove
Jeffas
2019-09-18
1
-0
/
+4
*
Add Mouseable
Jeffas
2019-09-11
1
-21
/
+81
*
Fix tabstrip over-drawing when not enough space
Jeffas
2019-07-26
1
-1
/
+8
*
Fix invalid tab state when deselecting removed tab
Drew DeVault
2019-07-26
1
-1
/
+1
*
Fix :close on terminal panic
Jeffas
2019-07-25
1
-0
/
+5
*
Fix panic when tabs.popHistory is nonexistent
Drew DeVault
2019-07-25
1
-1
/
+1
*
Add change tab command
Jeffas
2019-07-23
1
-5
/
+20
*
Add clickable tabs
Jeffas
2019-07-11
1
-0
/
+28
*
lib/ui/tab: Add Replace method
Kevin Kuehler
2019-06-11
1
-0
/
+16
*
Fix #116
0.1.0
Drew DeVault
2019-06-03
1
-1
/
+1
*
Add Tabs history
Reto Brunner
2019-06-02
1
-4
/
+34
*
Update tab name as subject changes
Drew DeVault
2019-05-14
1
-1
/
+3
*
Use tcell.Style.Reverse instead of black on white
Drew DeVault
2019-03-30
1
-9
/
+3
*
Add :term-close
Drew DeVault
2019-03-17
1
-2
/
+2
*
Move exline handling up to aerc, add :term
Drew DeVault
2019-03-17
1
-3
/
+5
*
Implement the Container interface in lib/ui/
Drew DeVault
2019-01-20
1
-0
/
+8
*
refactor lib/ui/tab to ensure staying in bounds
Markus Ongyerth
2018-06-13
1
-8
/
+21
*
Fix tab invalidation bugs
Drew DeVault
2018-06-11
1
-1
/
+5
*
Use default color for selected tab
Drew DeVault
2018-06-07
1
-3
/
+9
*
switch to tcell from termbox
Markus Ongyerth
2018-06-01
1
-13
/
+6
*
Split UI library and widgets
Drew DeVault
2018-02-26
1
-0
/
+115