Jonathan Daugherty
|
3e422dd8df
|
Expose lenses for dealing with cursor location fields
|
2015-07-01 00:03:37 -07:00 |
|
Jonathan Daugherty
|
37052daf97
|
Use s instead of a as App state type variable
|
2015-07-01 00:00:03 -07:00 |
|
Jonathan Daugherty
|
c4c80492f4
|
Add documentation to Brick.Main
|
2015-06-30 23:40:52 -07:00 |
|
Jonathan Daugherty
|
618f6f4e4e
|
Stop exporting supplyVtyEvents since that should not need to be managed externally
|
2015-06-30 23:18:26 -07:00 |
|
Jonathan Daugherty
|
28a5a22cef
|
Update TODO
|
2015-06-30 23:17:01 -07:00 |
|
Jonathan Daugherty
|
edb3abf509
|
Export ViewportScroll fields separately to please haddock
|
2015-06-30 23:16:55 -07:00 |
|
Jonathan Daugherty
|
f9ae799f9b
|
Merge branch 'master' of github.com:jtdaugherty/brick
|
2015-06-30 19:18:54 -07:00 |
|
Jonathan Daugherty
|
9601098d46
|
Add appStartEvent to support getting scroll requests on the first rendering of the app state before other events have arrived
|
2015-06-30 19:15:29 -07:00 |
|
Jonathan Daugherty
|
0bb91a73bf
|
EditDemo: syntax nit
|
2015-06-30 10:07:53 -07:00 |
|
Jonathan Daugherty
|
189d340f2c
|
Support strings with newlines
|
2015-06-29 16:46:40 -07:00 |
|
Jonathan Daugherty
|
8689dd6947
|
Add a suspend/resume demo program
|
2015-06-28 23:45:04 -07:00 |
|
Jonathan Daugherty
|
64a1e3edf5
|
Remove pointless padding operations from full UI in padding demo
|
2015-06-28 23:07:32 -07:00 |
|
Jonathan Daugherty
|
aac772d573
|
Remove stale fill benchmarks
|
2015-06-28 23:05:25 -07:00 |
|
Jonathan Daugherty
|
c763aa1761
|
Replace directional fills with padding combinators, add padding demo program
|
2015-06-28 23:04:27 -07:00 |
|
Jonathan Daugherty
|
6a1160c111
|
Rename event demo
|
2015-06-28 22:43:52 -07:00 |
|
Jonathan Daugherty
|
7aa4e264a4
|
Add attribute handling demo program
|
2015-06-28 22:40:25 -07:00 |
|
Jonathan Daugherty
|
2e3bef7f8e
|
Add resizeOrQuit for easy simple event handling
|
2015-06-28 22:40:12 -07:00 |
|
Jonathan Daugherty
|
52bf9ec288
|
Clean up attribute management combinators, use attribute names instead of attributes
|
2015-06-28 22:08:54 -07:00 |
|
Jonathan Daugherty
|
e02192e38a
|
BorderStyle: derive Read, Show
|
2015-06-28 21:39:46 -07:00 |
|
Jonathan Daugherty
|
6d9e555d18
|
Border.Style: module docstring
|
2015-06-28 21:37:19 -07:00 |
|
Jonathan Daugherty
|
9ec2d7eb7b
|
Border: add function to build border style from a character
|
2015-06-28 21:28:55 -07:00 |
|
Jonathan Daugherty
|
ce54d48f42
|
Markup: export GetAttr type class
|
2015-06-28 21:25:21 -07:00 |
|
Jonathan Daugherty
|
fd2d379d68
|
Haddock for border style module
|
2015-06-28 21:25:07 -07:00 |
|
Jonathan Daugherty
|
8d93c71f03
|
Expand box benchmarks
|
2015-06-28 21:04:57 -07:00 |
|
Jonathan Daugherty
|
55a22a21a5
|
Update TODO
|
2015-06-28 21:01:09 -07:00 |
|
Jonathan Daugherty
|
94c0061299
|
Border: remove stale imports
|
2015-06-28 21:00:56 -07:00 |
|
Jonathan Daugherty
|
e2cfcb3b9f
|
Add beginnings of a benchmark suite
|
2015-06-28 21:00:46 -07:00 |
|
Jonathan Daugherty
|
3027120a4e
|
Update TODO
|
2015-06-28 20:19:16 -07:00 |
|
Jonathan Daugherty
|
349d682512
|
Use more explicit imports in markup demo
|
2015-06-28 20:18:59 -07:00 |
|
Jonathan Daugherty
|
927220864e
|
Update TODO
|
2015-06-28 20:16:55 -07:00 |
|
Jonathan Daugherty
|
47da95a36b
|
Add markup demo
|
2015-06-28 20:16:51 -07:00 |
|
Jonathan Daugherty
|
687dc91412
|
Update TODO
|
2015-06-28 20:07:07 -07:00 |
|
Jonathan Daugherty
|
0faa130f13
|
List demo improvements
|
2015-06-28 20:05:30 -07:00 |
|
Jonathan Daugherty
|
361046b203
|
List: render list elements using default attribute names so that elements that use attribute names still fall back to the list defaults
|
2015-06-28 20:05:23 -07:00 |
|
Jonathan Daugherty
|
6c762fb95b
|
Simplify edit demo application state
|
2015-06-28 13:24:36 -07:00 |
|
Jonathan Daugherty
|
34e14bf1dd
|
Simplify list demo application state
|
2015-06-28 13:22:05 -07:00 |
|
Jonathan Daugherty
|
549c4b8663
|
Improve list demo
|
2015-06-28 13:15:15 -07:00 |
|
Jonathan Daugherty
|
371d7768eb
|
Fix bugs in listRemove
|
2015-06-28 13:10:51 -07:00 |
|
Jonathan Daugherty
|
dc5b8f51e2
|
Add list demo
|
2015-06-28 13:06:22 -07:00 |
|
Jonathan Daugherty
|
4f55085a1a
|
Make simpleMain interface as simple as possible
|
2015-06-28 12:48:39 -07:00 |
|
Jonathan Daugherty
|
7461901679
|
Add editor demo
|
2015-06-28 12:45:26 -07:00 |
|
Jonathan Daugherty
|
e24f2c438e
|
Rename minimal demo to hello world demo
|
2015-06-28 12:37:24 -07:00 |
|
Jonathan Daugherty
|
a1a7a4d5f0
|
Simplify minimal demo
|
2015-06-28 12:36:16 -07:00 |
|
Jonathan Daugherty
|
2857be7b10
|
Rename event demo
|
2015-06-28 12:34:39 -07:00 |
|
Jonathan Daugherty
|
6cbe25962a
|
Add custom style to border demo
|
2015-06-28 12:31:44 -07:00 |
|
Jonathan Daugherty
|
141586a086
|
Minor border demo improvements
|
2015-06-28 12:25:21 -07:00 |
|
Jonathan Daugherty
|
b643cd9249
|
Minor border demo improvement
|
2015-06-28 12:21:58 -07:00 |
|
Jonathan Daugherty
|
6bee7578d9
|
Minor border demo improvements
|
2015-06-28 12:21:44 -07:00 |
|
Jonathan Daugherty
|
4f3039b093
|
Update border demo to show all border features
|
2015-06-28 12:20:40 -07:00 |
|
Jonathan Daugherty
|
ffbf2d89c6
|
Add demonstration program for borders
|
2015-06-28 12:15:55 -07:00 |
|