about summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Issue IMAP SELECT commandDrew DeVault2019-01-131-0/+1
* Simplify approach to directory listDrew DeVault2019-01-132-8/+35
* Revert "Add abstract list, update dirlist accordingly"Drew DeVault2019-01-131-45/+26
* Revert "Render selected list item differently"Drew DeVault2019-01-131-7/+3
* Render selected list item differentlyDrew DeVault2019-01-131-3/+7
* Add abstract list, update dirlist accordinglyDrew DeVault2019-01-131-26/+45
* Filter dirlist according to user configDrew DeVault2019-01-132-6/+19
* Add directory list widgetDrew DeVault2019-01-132-23/+84
* Move ex line into accountDrew DeVault2019-01-132-66/+58
* Move status line into account, update behaviorDrew DeVault2019-01-132-15/+44
* Remove old account widgetDrew DeVault2019-01-131-97/+0
* Initialize worker in account widgetDrew DeVault2019-01-132-3/+56
* Add basic account widget, populate real acct viewsDrew DeVault2019-01-132-27/+45
* Apply gofmtDrew DeVault2018-06-121-8/+8
* Apply gofmtDrew DeVault2018-06-113-10/+10
* Move sidebar into account tabsDrew DeVault2018-06-111-16/+29
* switch to tcell from termboxMarkus Ongyerth2018-06-013-58/+45
* Summon exline on demandDrew DeVault2018-02-271-11/+24
* Push commands to the status stackDrew DeVault2018-02-271-4/+3
* Pull main aerc UI into widgetDrew DeVault2018-02-271-0/+91
* Add statusline widgetDrew DeVault2018-02-272-5/+105
* Make ex line fully unicode awareDrew DeVault2018-02-271-20/+19
* Split UI library and widgetsDrew DeVault2018-02-262-0/+226
204' href='#n204'>204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297