Commit Graph

48 Commits

Author SHA1 Message Date
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
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
Jonathan Daugherty
e01d615414 guide: refactor custom widget documentation 2016-11-18 21:31:51 -08:00
Kevin Quick
0f1e488ff7 Fix new simple rendering example for proper behavior. 2016-11-18 21:16:39 -07:00
Kevin Quick
620689c3ac Additional documentation for widget rendering. 2016-11-17 22:45:44 -07:00
Kevin Quick
4b447221f2 Update guide document for addition of extents to the Result type. 2016-11-17 16:48:36 -07:00
Jonathan Daugherty
4ebe9d7160 guide: add section on wide character support 2016-11-13 10:54:09 -08:00
Jonathan Daugherty
e313cc6816 Make customMain take an optional channel; do not set mouse mode by default 2016-11-01 13:22:25 -07:00
Jonathan Daugherty
377cc6cb56 Send MouseDown/Up when matching regions instead of just Clicked 2016-10-30 13:44:51 -07:00
Jonathan Daugherty
d4bf3745d5 guide: minor updates 2016-10-30 13:15:48 -07:00
Jonathan Daugherty
6fb31e826c User guide typo 2016-10-30 13:14:01 -07:00
Jonathan Daugherty
dd40159a55 Update user guide for mouse support, rendering cache, names, paste mode, and extents 2016-10-30 13:12:59 -07:00
Kevin Quick
7fcf3e68e9 Added mapAttrname, mapAttrNames, and overrideAttr functions, with ProgressBarDemo to demonstrate their usage. 2016-10-26 22:49:59 -07:00
kquick
548d866d95 Fix lens arguments and charFill argument order in example. 2016-10-09 14:03:07 -07:00
Jason Dagit
aeb7bf972a guide.rst: update Editor example 2016-09-08 14:28:56 -04:00
ibrahim Sağıroğlu
a33efcda85 minor 2016-07-10 14:03:54 +03:00
ibrahim Sağıroğlu
26fb6c5a74 Update guide for Editor widget 2016-07-10 13:58:44 +03:00
Patrick Pelletier
239e52332e fix minor typos in documentation 2016-05-28 10:52:51 -07:00
Jonathan Daugherty
1db86b0c3e guide: use concrete name types in more places and make the Edit example clearer 2016-05-25 17:05:48 -07:00
Jonathan Daugherty
a31d4c27d9 guide: improvements to app type variable descriptions 2016-05-25 17:00:05 -07:00
Jonathan Daugherty
4ac838144d guide: improved content on qualified names 2016-05-25 16:57:24 -07:00
Jonathan Daugherty
7f8ba42045 guide: section title fix 2016-05-25 16:55:29 -07:00
Jonathan Daugherty
4a3f4179ac guide: add a missing name type parameter 2016-05-22 22:56:50 -07:00
Jonathan Daugherty
c263d6f67c User guide: update for custom names feature, remove HandleEvent content 2016-05-22 15:35:16 -07:00
Jonathan Daugherty
18d005e322 docs: update user guide mentions of lenses as per microlens migration 2016-05-10 19:03:49 -07:00
Jonathan Daugherty
6f09859882 guide: typo 2015-08-19 23:37:40 -07:00
Jonathan Daugherty
639fbd2964 User guide updates reflecting changes to module layout and changes in EventM 2015-08-19 23:05:42 -07:00
Jonathan Daugherty
70fe5a01e2 Rename the manual to the user guide 2015-08-06 18:45:49 -07:00