hledger/hledger-ui/Hledger/UI
Simon Michael 11c6426834 ui: show historical balances whenever possible #392
hledger-ui now tries to show historical balances always, including
when (to limit transactions on the register screen) a report start date
is specified. This means that:

- the accounts screen balances are not disturbed by a start date

- the register screen is now a little better at showing the running
  historical balance. It's still not very good at it; some filter
  queries will cause it to fall back to showing the running total of
  visible transactions. But it's no longer disturbed by Z (nonzero mode)
  or a cur: query term.
2016-08-08 17:50:26 -07:00
..
AccountsScreen.hs ui: show historical balances whenever possible #392 2016-08-08 17:50:26 -07:00
Editor.hs ui: editor: jump to current txn or error location (emacs, emacsclient, vi) 2016-06-19 16:15:17 -07:00
ErrorScreen.hs ui: refactor draw functions 2016-08-02 08:24:04 -07:00
Main.hs ui: show historical balances whenever possible #392 2016-08-08 17:50:26 -07:00
RegisterScreen.hs ui: strip leading/trailing whitespace from filter query 2016-08-04 11:55:46 -07:00
Theme.hs ui: allow the filter query to be changed 2016-06-04 11:56:10 -07:00
TransactionScreen.hs ui: refactor draw functions 2016-08-02 08:24:04 -07:00
UIOptions.hs lib: use Data.Default directly, not via cmdargs 2016-07-29 10:15:48 -07:00
UIState.hs ui: d cycles report duration, n/p steps to next/prev period (#381) 2016-08-02 08:24:04 -07:00
UITypes.hs ui: register: be inclusive for a depth-clipped account, matching displayed balance 2016-07-26 17:28:29 -07:00
UIUtils.hs ui: help: add d/n/p, move DEL/BS to bottom #381 2016-08-04 11:55:46 -07:00