Commit Graph

419 Commits

Author SHA1 Message Date
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
Franklin Chen
dce20dc6b3 Add Travis build. 2015-07-09 13:48:14 -04:00
Franklin Chen
131ca49aa7 Remove restrictive base bound. 2015-07-09 13:45:58 -04:00
Jonathan Daugherty
ad519f2291 Update TODO 2015-07-09 10:41:11 -07:00
Jonathan Daugherty
0369037c7b Update TODO 2015-07-09 10:40:58 -07:00
Jonathan Daugherty
55db5df83e Haddock fix 2015-07-09 10:38:26 -07:00
Jonathan Daugherty
185cd5bea4 Dialog: haddock, more exports, minor improvements 2015-07-09 10:37:56 -07:00
Jonathan Daugherty
d2bcb98fb3 Dialog demo: improve dialog appearance 2015-07-09 10:22:22 -07:00
Jonathan Daugherty
12d4cf705a Improve padding interface by letting the user specify how much padding to add; also add left/right, top/bottom, and "all" padding variants 2015-07-09 10:19:27 -07:00
Jonathan Daugherty
dfb999132b Add a dialog type and demo 2015-07-08 14:47:48 -07:00
Jonathan Daugherty
91c4504ce4 README / cabal language updates 2015-07-08 13:39:17 -07:00