summary refs log tree commit diff stats
path: root/lib/ui/grid.go
Commit message (Expand)AuthorAgeFilesLines
* Fix grid creating too large subcontextsJeffas2019-07-251-0/+9
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-0/+14
* Fix grid widths when using weighted widthsJeffas2019-07-171-3/+14
* Spec out review message screenDrew DeVault2019-05-131-3/+3
* lib/ui: fix Grid race conditionSimon Ser2019-05-051-1/+20
* lib/ui: fix GridCell.invalid raceSimon Ser2019-04-291-5/+6
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-11/+3
* Implement the Container interface in lib/ui/Drew DeVault2019-01-201-0/+8
* Revert "Add abstract list, update dirlist accordingly"Drew DeVault2019-01-131-1/+0
* Add abstract list, update dirlist accordinglyDrew DeVault2019-01-131-0/+1
* Add stack UI containerDrew DeVault2018-02-271-7/+7
* Split UI library and widgetsDrew DeVault2018-02-261-0/+191
able.html?h=v1.9.0b5&id=0cfc59d6028c6b43e1dc323b94c84a8157db1859'>^
62cd83ba ^






f07bb12f ^






34a60763 ^
f07bb12f ^










1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44