Commit Graph

  • 24196d2c6f Revert "Render selected list item differently" Drew DeVault 2019-01-13 15:27:48 -0500
  • 60284850f2 Render selected list item differently Drew DeVault 2019-01-13 15:12:52 -0500
  • 3157897c1a Add abstract list, update dirlist accordingly Drew DeVault 2019-01-13 15:10:47 -0500
  • 755aa9af73 Filter dirlist according to user config Drew DeVault 2019-01-13 14:32:22 -0500
  • 2349b7de86 Add directory list widget Drew DeVault 2019-01-13 14:25:46 -0500
  • c286d3da6b Move ex line into account Drew DeVault 2019-01-13 13:33:43 -0500
  • b76deea963 Move status line into account, update behavior Drew DeVault 2019-01-13 13:25:56 -0500
  • 0fee2d6f97 Remove old account widget Drew DeVault 2019-01-13 13:03:46 -0500
  • 0911cd5050 Initialize worker in account widget Drew DeVault 2019-01-13 13:03:28 -0500
  • 648ca983f6 Add basic account widget, populate real acct views Drew DeVault 2019-01-13 12:39:06 -0500
  • 2f5c1db63c refactor lib/ui/tab to ensure staying in bounds Markus Ongyerth 2018-06-13 07:00:57 +0200
  • 1265d9cff8 Apply gofmt Drew DeVault 2018-06-12 09:50:46 -0400
  • 67d14977fa fallthrough in worker selection Markus Ongyerth 2018-06-12 12:16:23 +0200
  • dc90be24de Fix tab invalidation bugs Drew DeVault 2018-06-11 20:13:02 -0400
  • 6728a11fdf Apply gofmt Drew DeVault 2018-06-11 20:04:21 -0400
  • d67c8a60ef Clean up some old code Drew DeVault 2018-06-11 19:52:21 -0400
  • 1c41b63f08 Move sidebar into account tabs Drew DeVault 2018-06-11 19:23:09 -0400
  • e463c38476 Use default color for selected tab Drew DeVault 2018-06-07 13:43:17 -0400
  • 28021ede1b Update go.mod Drew DeVault 2018-06-01 16:56:41 -0700
  • 80e891a802 switch to tcell from termbox Markus Ongyerth 2018-06-01 09:58:00 +0200
  • 3836d240c9 Switch to vgo Drew DeVault 2018-03-02 09:27:27 -0500
  • cea98463c9 Summon exline on demand Drew DeVault 2018-02-27 21:33:47 -0500
  • 30c85dd4ab Push commands to the status stack Drew DeVault 2018-02-27 21:29:50 -0500
  • cab3771e17 Pull main aerc UI into widget Drew DeVault 2018-02-27 21:17:26 -0500
  • a073d7613f Add statusline widget Drew DeVault 2018-02-27 21:02:56 -0500
  • 46756487fb Add stack UI container Drew DeVault 2018-02-27 19:30:59 -0500
  • 384fe0d826 Make ex line fully unicode aware Drew DeVault 2018-02-27 16:46:14 -0500
  • 1418e1b9dc Split UI library and widgets Drew DeVault 2018-02-26 22:54:39 -0500
  • 661e3ec2a4 Implement basic ex line input Drew DeVault 2018-02-26 22:41:54 -0500
  • 07f7cac2f3 Add fake status line Drew DeVault 2018-02-17 20:22:58 -0500
  • 05ec735754 Add text widget Drew DeVault 2018-02-17 20:21:33 -0500
  • f0791d4ba7 Add borders widget Drew DeVault 2018-02-17 20:11:58 -0500
  • 7f67162f43 Cycle tabs for demoy goodness Drew DeVault 2018-02-17 19:43:44 -0500
  • 5b2e3a0ca0 Implement tab container Drew DeVault 2018-02-17 19:42:29 -0500
  • 60b351b78c Polish up grid and add new rendering loop Drew DeVault 2018-02-17 16:35:36 -0500
  • 1892d73161 Add grid rendering, probably Drew DeVault 2018-02-17 15:21:22 -0500
  • 8c8c21f3ff Initial pass on new frontend design Drew DeVault 2018-02-16 00:05:07 -0500
  • 18493180bd Make Makefile more POSIXly portable Drew DeVault 2018-02-13 23:06:37 -0500
  • 25f21b55bd Tidy up list.go Drew DeVault 2018-02-02 08:44:30 -0500
  • d603bbe2ce Refactoring; consume listing response Drew DeVault 2018-02-01 19:54:19 -0500
  • cc03f6f4c8 Implement (most of) mailbox listing Drew DeVault 2018-02-01 19:34:08 -0500
  • 1767e4fab5 Improve logging Drew DeVault 2018-02-01 18:59:13 -0500
  • d24e4712a4 Reduce boilerplate in worker/UI Drew DeVault 2018-02-01 18:42:03 -0500
  • ee73c41950 Delete callbacks when done Drew DeVault 2018-02-01 08:50:47 -0500
  • cfe82414c4 Add worker callbacks to account UI Drew DeVault 2018-02-01 08:48:33 -0500
  • 3139148c7b Add certificate approval flow Drew DeVault 2018-01-31 21:54:52 -0500
  • a21afdaa6b Improve logging Drew DeVault 2018-01-31 21:18:21 -0500
  • 1710c90548 Connect to IMAP server, login and idle emersion 2018-01-14 11:30:11 +0100
  • 4074445cbb Move worker into account tab Drew DeVault 2018-01-11 09:04:18 -0500
  • ffba561334 Add comment Drew DeVault 2018-01-10 22:59:16 -0500
  • 55e8453302 Improve invalidation logic Drew DeVault 2018-01-10 22:54:55 -0500
  • 77a0f68758 Make termbox event loop async Drew DeVault 2018-01-10 22:41:15 -0500
  • db1b2cd53f Renderer scaffolding Drew DeVault 2018-01-10 22:03:56 -0500
  • a0be5e8025 Misc idiomatic fixes emersion 2018-01-10 17:19:45 +0100
  • 305446abfd Sleep main and worker loops on idle Drew DeVault 2018-01-10 08:35:26 -0500
  • b5d5e0dbed Parse account configuration Drew DeVault 2018-01-09 21:24:50 -0500
  • 6394e386c2 Initial pass on worker/UI message passing Drew DeVault 2018-01-09 20:39:00 -0500
  • 7d0edcc9e7 MIT license Drew DeVault 2018-01-09 19:29:52 -0500
  • 39c93d2897 Load UI configuration Drew DeVault 2018-01-09 19:18:19 -0500
  • aeb700577b Initial commit Drew DeVault 2018-01-09 18:30:46 -0500