summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Lay out message list widget basic designDrew DeVault2019-03-143-4/+108
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-102-6/+65
* Improve error reportingDrew DeVault2019-03-101-3/+2
* Flesh out command parsing & handlingDrew DeVault2019-03-101-1/+1
* Start building out command subsystemDrew DeVault2019-03-103-7/+54
* Fix buildElias Naur2019-02-102-2/+3
* Implement Container interface in widgets/Drew DeVault2019-01-202-0/+8
* Send commands up to the top-level aerc widgetDrew DeVault2019-01-142-12/+24
* Add cursor handling in ex lineDrew DeVault2019-01-141-3/+9
* Handle errors from worker initializationDrew DeVault2019-01-131-1/+1
* Swap message list placeholder for spinnerDrew DeVault2019-01-131-1/+3
* Add loading spinnerDrew DeVault2019-01-132-1/+99
* Handle connection errors properlyDrew DeVault2019-01-131-3/+4
* 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
82' href='#n382'>382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479