Commit Graph

1007 Commits

Author SHA1 Message Date
Jonathan Daugherty
e9fe1e04a4 Bump version, update changelog 2017-12-27 10:04:17 -08:00
Jonathan Daugherty
feabfdd5b8 viewport: generate click events
This change makes it so that all uses of 'viewport' generate click
events. Those events are then adjusted to the local coordinate system of
the viewport contents using the viewport's upper-left corner offset.
This means editors now generate click events outside their populated
text regions.
2017-12-26 22:57:04 -08:00
Jonathan Daugherty
b4993d0876 Brick.Main: remove stale import 2017-12-13 20:48:42 -08:00
Jonathan Daugherty
8525ea19b6 README: add brick_haskell note 2017-12-13 17:55:24 -08:00
Jonathan Daugherty
171dfac831 Bump version, update changelog 2017-12-13 11:47:46 -08:00
Jonathan Daugherty
58cca5c97d Focus: add focusSetCurrent 2017-12-13 11:45:43 -08:00
Jonathan Daugherty
a59e1e2798 Brick: haddock update 2017-12-10 21:23:39 -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
2254a39677 README: various updates 2017-12-10 21:14:06 -08:00
Jonathan Daugherty
f4e08507d0 Merge branch 'master' of github.com:jtdaugherty/brick 2017-12-10 21:04:54 -08:00
Jonathan Daugherty
70dfacaa41 README: nit 2017-12-10 21:04:51 -08:00
Jonathan Daugherty
c6f4e12245 README: add 2048 2017-12-10 00:33:51 -08:00
Jonathan Daugherty
eaf66e4580 Brick.Themes: fix/improve module Haddock 2017-12-09 16:32:10 -08:00
Jonathan Daugherty
ae4d331dae MouseDemo: nit 2017-12-09 16:18:35 -08:00
Jonathan Daugherty
cae2ea64b7 Brick.Main: parameterize simpleApp on drawn widget 2017-12-09 16:12:50 -08:00
Jonathan Daugherty
acd4bb5a04 simpleMain: use simpleApp 2017-12-09 16:11:09 -08:00
Jonathan Daugherty
7ea8d14258 Brick.Main: add simpleApp 2017-12-09 16:09:48 -08:00
Jonathan Daugherty
fe160d3828 Bump version, update changelog 2017-12-05 17:05:05 -08:00
Jonathan Daugherty
15a77fe15d Themes: fix a bug that prevented bright colors from being parsed in theme files 2017-12-05 17:04:20 -08:00
Jonathan Daugherty
a6cabf218f guide: typos 2017-11-06 09:40:02 -08:00
Jonathan Daugherty
21962b91a7 Bump version, update changelog 2017-11-05 11:24:41 -08:00
Jonathan Daugherty
19388169e3 Merge branch 'master' into feature/themes 2017-11-05 11:20:14 -08:00
Jonathan Daugherty
00428e78be Add a simple theme demo program 2017-11-05 11:19:42 -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
dc252e6d91 Themes: mention dot notation 2017-11-05 10:59:13 -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
Jonathan Daugherty
9f118e58cb README: mention themes 2017-11-05 10:50:20 -08:00
Jonathan Daugherty
8e08d4d493 Themes: add saveTheme for saving whole themes regardless of customization 2017-11-05 10:36:25 -08:00
Jonathan Daugherty
47f6e357be
Merge pull request #148 from binarin/patch-1
Fix a small rst rendering issue
2017-11-03 09:17:22 -07: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
54cd824334 Themes: add applyCustomizations to support obtaining customizations from other sources 2017-10-30 16:02:36 -07:00
Jonathan Daugherty
ef69cc5296 Themes: rename custom section, factor out session names 2017-10-30 09:42:13 -07:00
Jonathan Daugherty
f2ab0b5b7d Themes: move documentation out of Theme 2017-10-30 09:36:09 -07:00
Jonathan Daugherty
f614977d60 Themes: add newTheme convenience constructor 2017-10-30 09:33:59 -07:00
Jonathan Daugherty
2d88753db5 Theme: reorder fields 2017-10-30 09:24:04 -07:00
Jonathan Daugherty
d3fbac3539 Themes: split documentation out of theme type
This enables users to specify the documentation only once and re-use it
per-theme rather than having to package the documentation up with each
theme's defaults.
2017-10-30 09:05:27 -07:00
Jonathan Daugherty
c359ff11e8 Whitespace 2017-10-30 08:51:30 -07:00
Jonathan Daugherty
533804a626 Themes: add more haddock 2017-10-29 21:41:26 -07:00
Jonathan Daugherty
a2ec1b48ac Themes: more cleanup 2017-10-29 21:14:32 -07:00
Jonathan Daugherty
db46420406 Themes: unify use of color lists 2017-10-29 21:13:23 -07:00
Jonathan Daugherty
d5f849d12a Themes: more cleanup 2017-10-29 21:10:41 -07:00
Jonathan Daugherty
6182cd5d9d Themes: cleanup 2017-10-29 21:09:59 -07:00
Jonathan Daugherty
ab3972893c saveCustomizations: include section headings in output 2017-10-29 21:05:39 -07:00