Commit Graph

127 Commits

Author SHA1 Message Date
Jonathan Daugherty
62584f2428 guide: typos 2018-02-26 08:59:01 -08:00
Jonathan Daugherty
6306d5488e guide: typo 2018-02-26 08:50:19 -08:00
Jonathan Daugherty
a6a81af111 guide: edits 2018-02-26 08:49:54 -08:00
Mark Wales
fb53ae9879 docs/guide.rst: added additional information for paste support 2018-02-26 09:42:42 +00:00
Mark Wales
53bd16a8dd updated docs/guide.rst - added more complete example of creating a default theme 2018-02-12 10:26:25 +00:00
Mark Wales
74c3592e41 updated docs/guide.rst - added offset to Extent pattern matching 2018-02-12 10:24:20 +00:00
Jonathan Daugherty
5c63c836c7 samtay-tutorial: add threaded RTS option 2018-02-08 08:59:28 -08:00
Jonathan Daugherty
4e59e80ff8 guide: typo 2018-02-06 11:50:02 -08:00
Jonathan Daugherty
8b534ecba6 guide: add compiling section 2018-02-06 08:55:05 -08:00
Jonathan Daugherty
23b8f291e2 Forms: add support for external validation, update FormDemo 2018-01-08 13:09:13 -08:00
Jonathan Daugherty
375e7e25b1 guide: some fixes 2018-01-01 10:25:10 -08:00
Jonathan Daugherty
7bc500da09 Forms: make arrow keys cycle between fields in collections 2017-12-27 18:22:44 -08:00
Jonathan Daugherty
cdb23a5863 guide: clarification 2017-12-27 17:18:56 -08:00
Jonathan Daugherty
6f65ea8a79 guide: mention form attributes 2017-12-27 16:37:28 -08:00
Jonathan Daugherty
2d6656befb guide: more Forms content 2017-12-27 16:18:51 -08:00
Jonathan Daugherty
e9f24aee12 guide: more Forms content 2017-12-27 16:16:51 -08:00
Jonathan Daugherty
9ebc47ef7c guide: more Forms content 2017-12-27 16:13:00 -08:00
Jonathan Daugherty
83dc2f7d6f guide: more Forms content 2017-12-27 16:10:05 -08:00
Jonathan Daugherty
9332a775de guide: more Forms content 2017-12-27 16:04:43 -08:00
Jonathan Daugherty
381a5aa0f3 guide: some initial forms content 2017-12-27 15:50:38 -08:00
Jonathan Daugherty
271c6ad656 docs: another Makefile hack 2017-12-27 15:50:30 -08:00
Jonathan Daugherty
d0c1090bc8 guide: remove redundant bit about demos 2017-12-10 21:18:46 -08:00
Jonathan Daugherty
b2ef664141 guide: update build commands 2017-12-10 21:18:07 -08:00
Jonathan Daugherty
a20f83dbcf guide: fix vty link 2017-12-10 21:17:31 -08:00
Jonathan Daugherty
a6cabf218f guide: typos 2017-11-06 09:40:02 -08:00
Jonathan Daugherty
19388169e3 Merge branch 'master' into feature/themes 2017-11-05 11:20:14 -08:00
Jonathan Daugherty
135965ed1c guide: nit 2017-11-05 11:01:33 -08:00
Jonathan Daugherty
37baca5ac1 guide: mention dot notation for attribute names 2017-11-05 11:00:47 -08:00
Jonathan Daugherty
7c78bdf5be guide: style fixes 2017-11-05 10:55:17 -08:00
Jonathan Daugherty
aabf1cff52 guide: clarify theme defaults 2017-11-05 10:54:22 -08:00
Jonathan Daugherty
79c205a6e2 guide: style fixes 2017-11-05 10:52:56 -08:00
Jonathan Daugherty
e8031029f9 guide: style fixes 2017-11-05 10:52:16 -08:00
Jonathan Daugherty
9ec7e0e94c guide: add section on themes 2017-11-05 10:50:27 -08:00
Alexey Lebedeff
30213200e8
Fix a small rst rendering issue
According to rst spec:

The end-string must end a text block (end of document or followed by a blank line) or be immediately followed by whitespace or any of ' " . , : ; ! ? - ) ] } / \ or >.
2017-11-03 07:48:35 +01: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
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
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
e60f54b9d8 guide: fix event type (fixes #126) 2017-06-27 08:56:54 -07:00
Jonathan Daugherty
e9ac11a7a7 guide: update some broken viewport name references 2017-02-22 15:34:50 -08:00
Jonathan Daugherty
7d2fc92405 Resolve 0.16 merge conflict, bump to 0.17 2017-01-24 13:52:41 -08:00
Jonathan Daugherty
4a2b90eae7 Update for Vty 5.15 2017-01-24 13:48:45 -08:00
Jonathan Daugherty
4625969614 guide: BChan edits 2017-01-08 08:34:00 -08:00
Joshua Chia
6891858dd0 Prioritized terminal events over user events; updated comments & guide.rst 2017-01-08 16:29:23 +08:00
diegospd
b9b8a93f72 Update guide.rst
CounterEvent should stand for the e type on App s e n, instead of n.
2016-12-10 16:31:22 -06:00
skapazzo
48a443e33c fixed typo in guide.rst (assocated -> associated) 2016-12-03 00:28:31 +01:00
Kevin Quick
85883e5d18 Merge branch 'master' of https://github.com/jtdaugherty/brick 2016-11-18 22:38:46 -07:00
Kevin Quick
812463409a Update guide examples for getVtyHandle Maybe return. 2016-11-18 22:38:10 -07:00