Jonathan Daugherty
c190d426fe
Depend on bugfixed vty release
2017-10-06 14:18:13 -07:00
Jonathan Daugherty
dbebb512e9
Add hyperlink combinator, update attribute demo
2017-10-06 13:27:41 -07:00
Jonathan Daugherty
d4cb0fa63b
AttrDemo: typo
2017-10-06 13:26:36 -07:00
Jonathan Daugherty
54380351a3
Add hyperlink test to attribute demo
2017-10-06 13:05:24 -07:00
Jonathan Daugherty
d0c09ba51e
Merge pull request #142 from aisamanra/master
...
Update AttrMap for the URL annotations in VTY
2017-10-06 12:44:46 -07:00
Getty Ritter
646304fc10
Update AttrMap for the URL annotations in VTY
2017-10-06 12:33:27 -07:00
Jonathan Daugherty
92a411ab63
Merge pull request #141 from JackKiefer/patch-1
...
Add herms to featured projects
2017-10-06 09:19:33 -07:00
Jack Conrad Kiefer II
0ba2796824
Add herms to featured projects
...
https://github.com/jackkiefer/herms
We're a growing project that uses a Brick UI as one of our core functionalities. In fact, a screenshot of this UI is prominently featured in our README. :)
2017-10-06 10:03:15 -06:00
Jonathan Daugherty
81b68ee92f
Bump version, update changelog
2017-10-03 11:05:14 -07:00
Jonathan Daugherty
f567083104
List: fix haddock for listHandleEventVi
2017-10-03 11:03:37 -07:00
Jonathan Daugherty
7c8ceb8a4e
Bump version, update changelog
2017-10-03 09:07:15 -07:00
Jonathan Daugherty
56a2e97627
Merge pull request #140 from rhofour/vi-keys
...
Add a list event handler with vi keybindings and a demo to show how it is used.
2017-10-03 08:22:10 -07:00
Richard Alex Hofer
f1f9da0c87
Document movements handled by handleListEventVi.
2017-10-03 08:03:43 -04:00
Richard Alex Hofer
a002bf5001
Unalign imports.
2017-10-03 07:54:07 -04:00
Richard Alex Hofer
97f5457f9d
Rename ListDemoVi to ListViDemo to better fit exisiting demos.
2017-10-03 07:42:52 -04:00
Richard Alex Hofer
017c0c1bf8
Add a list event handler with vi keybindings and a demo.
2017-10-01 16:25:55 -04:00
Jonathan Daugherty
26a24d9284
Bump version, update changelog
2017-09-30 19:30:50 -07:00
Jonathan Daugherty
99a77a2923
Merge pull request #138 from rhofour/page-movement
...
Add in page movement commands: listMoveByPages, listMovePageUp, listM…
2017-09-30 19:27:57 -07:00
Richard Alex Hofer
4df23d59da
Add in page movement commands: listMoveByPages, listMovePageUp, listMovePageDown.
2017-09-30 20:04:05 -04:00
Jonathan Daugherty
45ab10abdd
README: nit
2017-09-30 10:23:22 -07:00
Jonathan Daugherty
ebf30befb3
Add silly-joy to brick project list
2017-09-02 18:33:22 -07:00
Jonathan Daugherty
7fd1d0c283
Merge pull request #136 from EdwardBetts/spelling
...
correct spelling mistake
2017-09-01 10:32:11 -07:00
Edward Betts
71e44b3c0e
correct spelling mistake
2017-09-01 18:16:43 +01:00
Jonathan Daugherty
36f0bf6282
Bump version, update changelog
2017-08-27 20:08:34 -07:00
Jonathan Daugherty
53b6ccdefa
README: nits
2017-08-27 20:03:20 -07:00
Jonathan Daugherty
cc29ea6250
README: tweak
2017-08-27 18:33:25 -07:00
Jonathan Daugherty
6ed2d820a1
Remove defunct todo document
2017-08-27 12:50:11 -07:00
Jonathan Daugherty
932f153be8
guide: add a note about cropping
2017-08-27 12:47:47 -07:00
Jonathan Daugherty
6d24827571
guide: add note about size policies
2017-08-27 12:45:53 -07:00
Jonathan Daugherty
231adfe276
borderWithLabel: add explanatory note about label truncation
2017-08-27 12:42:23 -07:00
Jonathan Daugherty
ee8755c8e3
Core: remove stale import
2017-08-25 09:59:36 -07:00
Jonathan Daugherty
3a48c5f76e
Bump version, update changelog
2017-08-22 09:58:18 -07:00
Jonathan Daugherty
adf599ff49
vBox/hBox: when there is leftover space, spread it amongst the elements instead of assigning it all to the first one
2017-08-21 22:03:35 -07:00
Jonathan Daugherty
7e4ef16279
Include brick tutorial files in extra-doc-files
2017-08-20 18:46:45 -07:00
Jonathan Daugherty
f015d804d8
Bump version, update changelog
2017-08-20 18:43:16 -07:00
Jonathan Daugherty
1162324b2b
API: add setAvailableSize
2017-08-20 18:40:56 -07:00
Jonathan Daugherty
20cb61e485
Add tart to README
2017-08-10 08:58:34 -07:00
Jonathan Daugherty
4fd114cc68
README: fix broken link to tutorial
2017-08-08 12:15:29 -07:00
Jonathan Daugherty
21c9d13ebb
README: Add samtay-tutorial to documentation section
2017-08-08 09:13:25 -07:00
Jonathan Daugherty
76944f17db
samtay-tutorial: update image path
2017-08-08 09:12:06 -07:00
Jonathan Daugherty
cbb10e4359
Merge branch 'master' of github.com:jtdaugherty/brick
2017-08-08 09:11:27 -07:00
Jonathan Daugherty
7a1950daa5
Add Samuel Tay's brick tutorial (with permission)
2017-08-08 09:11:22 -07:00
Jonathan Daugherty
a164f6cf3b
Bump version, update changelog
2017-08-05 14:43:01 -07:00
Jonathan Daugherty
57ffef581c
getVtyHandle: always return a Vty handle rather than Maybe
...
Previously, in appStartEvent you'd get Nothing because Vty had not been
initialized yet. This made various use cases impossible to satisfy
because appStartEvent is a natural place to get initial terminal state
from Vty. This change makes it so that a Vty handle is always available,
even in appStartEvent.
2017-08-05 14:41:12 -07:00
Jonathan Daugherty
8e8a09b28f
txtWrapWith: missing haddock
2017-08-05 09:30:04 -07:00
Jonathan Daugherty
4526e0e2f6
Bump version, update changelog
2017-08-05 09:21:15 -07:00
Jonathan Daugherty
6de72ae6b7
Add txtWrapWith, strWrapWith to provide control over wrapping behavior
2017-08-05 09:20:07 -07:00
Jonathan Daugherty
603cdcae41
Update cabal version for Hackage
2017-08-03 21:09:23 -07:00
Jonathan Daugherty
985c0ed387
Update changelog
2017-08-03 21:08:47 -07:00
Jonathan Daugherty
66fc8e7372
Brick.Types.Internal: improve mouse constructor haddock
2017-08-03 21:07:45 -07:00