Commit Graph

371 Commits

Author SHA1 Message Date
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
Jonathan Daugherty
1edc3dcf40 Update TODO 2015-07-08 13:38:02 -07:00
Jonathan Daugherty
5325e60281 Update package metadata 2015-07-07 22:28:51 -07:00
Jonathan Daugherty
9a46966dc3 Merge branch 'master' of github.com:jtdaugherty/brick 2015-07-07 21:59:06 -07:00
Jonathan Daugherty
af841d610d Update README 2015-07-07 21:58:56 -07:00
Jonathan Daugherty
026b5d38b3 Update README 2015-07-07 21:57:29 -07:00
Jonathan Daugherty
a3fbc0c8f0 Update README 2015-07-07 21:56:28 -07:00
Jonathan Daugherty
2edc62be92 Update README 2015-07-07 21:49:32 -07:00
Jonathan Daugherty
8f227a3b1a Update README 2015-07-07 21:49:01 -07:00
Jonathan Daugherty
ba7d554a74 Update README 2015-07-07 21:41:28 -07:00
Jonathan Daugherty
937a87bd6e Update README 2015-07-07 21:40:58 -07:00
Jonathan Daugherty
00c8c2c774 Update README 2015-07-07 21:38:54 -07:00
Jonathan Daugherty
370fd0dc69 Update README 2015-07-07 21:36:47 -07:00
Jonathan Daugherty
a570850108 Update README 2015-07-07 21:08:54 -07:00
Jonathan Daugherty
e4e86fd31b Update README 2015-07-07 21:07:41 -07:00
Jonathan Daugherty
9489b6c820 Add README 2015-07-07 21:06:43 -07:00
Jonathan Daugherty
ec00731eaf Update LICENSE and package description 2015-07-07 21:01:23 -07:00
Jonathan Daugherty
403e56c9b9 Brick.Widgets.Core: docstrings and cleanup 2015-07-07 20:55:57 -07:00
Jonathan Daugherty
a6d6561d3c Data.Text.Markup: docstrings 2015-07-07 20:14:37 -07:00
Jonathan Daugherty
fe006d3d38 List: docstrings 2015-07-07 20:09:51 -07:00
Jonathan Daugherty
8399654b76 Edit: docstrings, export only useful lenses 2015-07-07 20:01:46 -07:00
Jonathan Daugherty
00798b78b3 HandleEvent: docstring 2015-07-07 20:01:35 -07:00
Jonathan Daugherty
d5a28a9c05 Center: add docstrings 2015-07-07 19:54:14 -07:00
Jonathan Daugherty
4b005551d9 Border: add docstrings 2015-07-07 19:49:39 -07:00
Jonathan Daugherty
8f4be27ec7 Reorder modules in cabal file 2015-07-07 19:44:07 -07:00
Jonathan Daugherty
b6aed19c51 Update package metadata 2015-07-07 19:43:32 -07:00
Jonathan Daugherty
adf0146142 Docstring typo 2015-07-07 19:43:06 -07:00
Jonathan Daugherty
19f5650a1b Merge the "Brick.Merge" module into Brick.List 2015-07-07 19:42:56 -07:00
Jonathan Daugherty
7f85a1de44 Types: add docstrings 2015-07-07 19:30:57 -07:00
Jonathan Daugherty
ad26b80a84 Internal: remove warning comments about cropping cursors and visibility requests since it is unclear whether we should 2015-07-07 19:15:00 -07:00
Jonathan Daugherty
f6b1341df8 Remove stale comment 2015-07-07 18:32:05 -07:00
Jonathan Daugherty
b7367c3614 Viewport: always honor only the first visbility request, and always honor all scrolling requests 2015-07-07 18:31:24 -07:00
Jonathan Daugherty
86165da817 Brick.Util: Remove "for" and add docstrings 2015-07-07 17:05:37 -07:00
Jonathan Daugherty
226d59bf5d Stop exporting and using "for" 2015-07-07 17:05:24 -07:00
Jonathan Daugherty
201dfdc4a3 Rename Brick.Core to Brick.Types 2015-07-07 17:00:42 -07:00
Jonathan Daugherty
868bdd694f Add docstrings to Brick.AttrMap 2015-07-07 16:56:01 -07:00
Jonathan Daugherty
a64f9db96f Add docstrings to Brick.Focus 2015-07-07 16:33:42 -07:00
Jonathan Daugherty
f12719fa9e Update TODO 2015-07-05 11:37:53 -07:00
Jonathan Daugherty
e9c587189d Layer demo: improve layout of event handler to make layer handling distinction clearer 2015-07-03 16:04:23 -07:00
Jonathan Daugherty
32c82d0754 Update rogue demo to translate the player rather than using spaces to center it to avoid layer opacity issues 2015-07-03 16:02:35 -07:00
Jonathan Daugherty
149ab2d58b Add a layer demo program 2015-07-03 15:49:33 -07:00
Jonathan Daugherty
df28848f3f str: right-pad short lines in multi-line text strings 2015-07-03 15:49:13 -07:00
Jonathan Daugherty
19221e6a6f Turn on optimization in demo programs 2015-07-03 15:48:46 -07:00
Jonathan Daugherty
211aac2118 Update TODO 2015-07-03 15:48:16 -07:00
Jonathan Daugherty
2ba4f822e6 List demo: make items smaller to avoid pointless performance meltdown 2015-07-03 14:23:35 -07:00
Jonathan Daugherty
f609feac2a Combine cursor and visbility request offset functions into one 2015-07-03 14:12:50 -07:00
Jonathan Daugherty
2b54d1911a Update TODO 2015-07-03 14:05:53 -07:00
Jonathan Daugherty
c68c95d954 Improve performance of h/vCenter by using images instead of box combinators to control padding 2015-07-03 14:05:38 -07:00
Jonathan Daugherty
e3c46bbf41 Add a benchmark for hCenter 2015-07-03 14:05:07 -07:00