Commit Graph

579 Commits

Author SHA1 Message Date
Jonathan Daugherty
87accf67fa AttrMap: improved documentation 2015-07-19 12:23:46 -07:00
Jonathan Daugherty
e46e8d7c62 Location: use L lens suffix convention 2015-07-19 12:16:22 -07:00
Jonathan Daugherty
1beeff942d Update TODO 2015-07-19 12:08:11 -07:00
Jonathan Daugherty
f930210777 Move toward suffixing all lenses with L 2015-07-19 12:08:00 -07:00
Jonathan Daugherty
ef6ecf9a56 Whitespace 2015-07-17 21:20:37 -07:00
Jonathan Daugherty
915a3e555a Update TODO 2015-07-17 21:15:23 -07:00
Jonathan Daugherty
4f7ea093ea padLeft/Right/Top/Bottom: fix size hints in fixed-padding cases 2015-07-17 21:12:58 -07:00
Jonathan Daugherty
c8ed8df9e1 Dialog demo: remove stale import 2015-07-17 21:12:39 -07:00
Jonathan Daugherty
3d0c1bd193 whitespace 2015-07-17 21:10:08 -07:00
Jonathan Daugherty
42b7b11485 Document Direction type 2015-07-17 21:10:03 -07:00
Jonathan Daugherty
648abfcacc padAll, padTopBottom, and padLeftRight all now only take integer padding arguments 2015-07-17 21:09:56 -07:00
Jonathan Daugherty
4310231caa Docstring tweak 2015-07-17 20:53:27 -07:00
Jonathan Daugherty
4fde0b4f7d Add support for viewports that scroll both vertically and horizontally, add visibility demo 2015-07-17 19:30:42 -07:00
Jonathan Daugherty
a2bf4e241a Border demo: update intersection field names 2015-07-17 18:37:11 -07:00
Jonathan Daugherty
34ea5841d8 List: use qualified import for Data.Algorithm.Diff 2015-07-17 18:34:15 -07:00
Jonathan Daugherty
5666e80ccd Shorten names of border style intersection fields 2015-07-16 15:37:02 -07:00
Jonathan Daugherty
5ff6edc150 Add borderElem for drawing specific border style bits 2015-07-16 15:31:11 -07:00
Jonathan Daugherty
aaf070ecf6 Update TODO 2015-07-16 08:58:00 -07:00
Jonathan Daugherty
2d98be2225 Only build "brick" if demos flag is set 2015-07-13 09:06:12 -07:00
Jonathan Daugherty
eb99d0d8f4 Only build demonstration programs if demos flag is set 2015-07-12 22:34:09 -07:00
Jonathan Daugherty
952b2bdf2e Add progress bar widget 2015-07-12 17:47:24 -07:00
Jonathan Daugherty
e2b71a51be ListDemo: stale import 2015-07-11 16:53:06 -07:00
Jonathan Daugherty
f79da4ea2b Remove benchmark suite and dependencies 2015-07-11 16:17:42 -07:00
Jonathan Daugherty
d2f9a8cc25 Update TODO 2015-07-11 16:12:15 -07:00
Jonathan Daugherty
09ed381497 Add cabal.config 2015-07-11 16:01:41 -07:00
Jonathan Daugherty
962e7c83df Rename appMakeVtyEvent to appLiftVtyEvent 2015-07-10 13:53:21 -07:00
Jonathan Daugherty
5fa5f387d9 Update TODO 2015-07-10 13:41:47 -07:00
Jonathan Daugherty
a460d2fd15 ViewportScrollDemo: use explicit imports 2015-07-10 13:38:05 -07:00
Jonathan Daugherty
d6f34261bc SuspendAndResumeDemo: use explicit imports 2015-07-10 13:34:21 -07:00
Jonathan Daugherty
d1f8cd9a67 PaddingDemo: use explicit imports 2015-07-10 13:30:34 -07:00
Jonathan Daugherty
9fce0120b0 MarkupDemo: use explicit imports 2015-07-10 13:28:23 -07:00
Jonathan Daugherty
ad9cffc2b7 Remove Vty rogue demo 2015-07-10 13:26:06 -07:00
Jonathan Daugherty
75cab4340c ListDemo: use explicit imports 2015-07-10 13:25:44 -07:00
Jonathan Daugherty
191b37f417 LayerDemo: use explicit imports 2015-07-10 13:20:05 -07:00
Jonathan Daugherty
69472322c2 HelloWorldDemo: use explicit imports (and improve others) 2015-07-10 13:15:30 -07:00
Jonathan Daugherty
0be4379b6c EditDemo: use explicit imports 2015-07-10 13:12:12 -07:00
Jonathan Daugherty
ceda506b57 DialogDemo: use explicit imports 2015-07-10 13:09:10 -07:00
Jonathan Daugherty
7833b2cf44 CustomEventDemo: use explicit imports 2015-07-10 13:03:49 -07:00
Jonathan Daugherty
2c26557149 BorderDemo: use explicit imports 2015-07-10 12:57:19 -07:00
Jonathan Daugherty
137e59f5bf AttrDemo: use explicit imports 2015-07-10 12:49:17 -07:00
Jonathan Daugherty
b718a68986 Edit: use text-zipper to generalize editing functionality and simplify API 2015-07-09 14:32:20 -07:00
Jonathan Daugherty
4e2311bb31 README: remove note about GHC version now that we have a travis build 2015-07-09 13:42:50 -07:00
Jonathan Daugherty
80b3a76936 Update README 2015-07-09 11:59:54 -07:00
Jonathan Daugherty
5c70ddd775 Merge pull request #4 from FranklinChen/update-base-bound
Support GHC 7.10 and add support for travis-ci builds
2015-07-09 11:52:55 -07:00
Jonathan Daugherty
9f80d27b7e Add GHC version note to README 2015-07-09 11:17:11 -07:00
Jonathan Daugherty
9e0c971309 Add bug report section to README 2015-07-09 11:15:21 -07:00
Franklin Chen
b9be0503e7 Add explicit base bound. 2015-07-09 14:13:21 -04:00
Jonathan Daugherty
2e13a1cde5 Add viewport scrolling demo 2015-07-09 11:03:48 -07:00
Franklin Chen
9c75960d73 Add Travis to README. 2015-07-09 14:02:24 -04:00
Jonathan Daugherty
6a1f884663 suspendAndResume: improve haddock 2015-07-09 10:52:16 -07:00