Jonathan Daugherty
|
bd89f787d2
|
Support GHC 8.4 (fixes #162)
This change splits up Monoid instances into Monoid and Semigroup. It
also conditionally imports Data.Monoid on GHCs prior to 8.4.
|
2018-03-17 09:03:59 -07:00 |
|
Jonathan Daugherty
|
ef1bfe187b
|
Raise upper bound on base
|
2018-03-17 08:25:58 -07:00 |
|
Jonathan Daugherty
|
2ba756b535
|
Merge pull request #163 from peti/master
travis-ci: add proper CI build instructions for all major GHC 8.x releases
|
2018-03-17 08:18:51 -07:00 |
|
Peter Simons
|
099b33feb1
|
travis-ci: add proper CI build instructions for all major GHC 8.x releases
|
2018-03-17 11:26:07 +01:00 |
|
Jonathan Daugherty
|
95355038bf
|
Constrain base to 4.10 until I support newer versions
|
2018-03-16 09:18:45 -07:00 |
|
Jonathan Daugherty
|
db48d629ab
|
README: edit
|
2018-02-27 15:12:26 -08:00 |
|
Jonathan Daugherty
|
4e826a1763
|
Merge branch 'master' of github.com:jtdaugherty/brick
|
2018-02-27 15:10:50 -08:00 |
|
Jonathan Daugherty
|
99fd0d9075
|
README: edit
|
2018-02-27 15:10:48 -08:00 |
|
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 |
|
Jonathan Daugherty
|
00dccd37af
|
Merge pull request #161 from smallhadroncollider/guide-changes
docs/guide.rst: added additional information for paste support
|
2018-02-26 08:29:28 -08:00 |
|
Mark Wales
|
fb53ae9879
|
docs/guide.rst: added additional information for paste support
|
2018-02-26 09:42:42 +00:00 |
|
Jonathan Daugherty
|
efbc845dd8
|
Bump version, update changelog
|
2018-02-25 08:29:21 -08:00 |
|
Jonathan Daugherty
|
e449284ba2
|
Themes: normalize style list to avoid case mismatches in lookups
|
2018-02-25 08:27:07 -08:00 |
|
Jonathan Daugherty
|
cc50a10ddb
|
Merge pull request #160 from Unisay/patch-1
Fix for the "Invalid style: reversevideo" error
|
2018-02-25 08:25:08 -08:00 |
|
Yuriy Lazarev
|
7016da84b9
|
Fix for the "Invalid style: reversevideo" error
Parser wouldn't find a `reverseVideo` style by name because of the `T.toLower`
|
2018-02-25 15:07:54 +01:00 |
|
Jonathan Daugherty
|
856f346e7c
|
Merge pull request #159 from smallhadroncollider/guide-changes
Guide changes
|
2018-02-12 07:31:06 -08: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
|
d6eafc35e1
|
Bump version, update changelog
|
2018-02-05 18:23:12 -08:00 |
|
Jonathan Daugherty
|
29e426cc47
|
Merge branch 'master' of github.com:jtdaugherty/brick
|
2018-02-05 18:19:08 -08:00 |
|
Jonathan Daugherty
|
208d699525
|
Core: make vLimit and hLimit bound sizes rather than setting them
|
2018-02-05 18:19:03 -08:00 |
|
Jonathan Daugherty
|
2a9ab990a4
|
Merge pull request #157 from kostmo/staurate-dialog-button-cycling
Do not wrap around dialog button selection with arrow keys (w.r.t. #156)
|
2018-02-01 14:36:10 -08:00 |
|
Karl Ostmo
|
e4d9ee253a
|
Do not wrap around dialog button selection with arrow keys (w.r.t. #156)
|
2018-02-01 14:20:15 -08:00 |
|
Jonathan Daugherty
|
343a2806c4
|
Core: update docs for str/txt to mention tab character issues
|
2018-01-22 17:25:06 -08:00 |
|
Jonathan Daugherty
|
c271c094d7
|
README: add bhoogle
|
2018-01-15 09:10:07 -08:00 |
|
Jonathan Daugherty
|
a9c4e41455
|
Bump version, update changelog
|
2018-01-11 19:54:41 -08:00 |
|
Jonathan Daugherty
|
dac37858dd
|
FormDemo: minor cleanup, set validation state initially
|
2018-01-09 16:27:08 -08:00 |
|
Jonathan Daugherty
|
ed14778b8e
|
Forms: improve setFieldValid haddock
|
2018-01-08 13:10:16 -08:00 |
|
Jonathan Daugherty
|
23b8f291e2
|
Forms: add support for external validation, update FormDemo
|
2018-01-08 13:09:13 -08:00 |
|
Jonathan Daugherty
|
c1aad4bd5e
|
Borders: simplify attribute API for borders by providing only one attribute name
This change removes attribute names that I think were inadvisable to
begin with.
|
2018-01-07 16:14:26 -08:00 |
|
Jonathan Daugherty
|
6486136851
|
Bump version, update changelog
|
2018-01-02 11:35:26 -08:00 |
|
Jonathan Daugherty
|
fabc23a496
|
Core: make all text wrap widgets Greedy horizontally
|
2018-01-02 10:45:10 -08:00 |
|
Jonathan Daugherty
|
375e7e25b1
|
guide: some fixes
|
2018-01-01 10:25:10 -08:00 |
|
Jonathan Daugherty
|
2c85349343
|
Dialog: clarify purpose in documentation (w.r.t. #149)
|
2017-12-29 20:55:19 -08:00 |
|
Jonathan Daugherty
|
c460bbb9c5
|
Bump version, update changelog
|
2017-12-27 18:54:04 -08:00 |
|
Jonathan Daugherty
|
6af543784b
|
Forms: docs nit
|
2017-12-27 18:45:58 -08:00 |
|
Jonathan Daugherty
|
fd7b062847
|
README: updates
|
2017-12-27 18:41:26 -08:00 |
|
Jonathan Daugherty
|
f69dbf47e2
|
Update feature list
|
2017-12-27 18:40:19 -08:00 |
|
Jonathan Daugherty
|
e6c5c5b688
|
nit
|
2017-12-27 18:37:10 -08:00 |
|
Jonathan Daugherty
|
a7c611900c
|
FormDemo: comment
|
2017-12-27 18:34:58 -08:00 |
|
Jonathan Daugherty
|
7bc500da09
|
Forms: make arrow keys cycle between fields in collections
|
2017-12-27 18:22:44 -08:00 |
|
Jonathan Daugherty
|
b8e914d75b
|
Forms: haddock update
|
2017-12-27 18:01:55 -08:00 |
|
Jonathan Daugherty
|
bee73d1167
|
FormDemo: extra @@= usage
|
2017-12-27 17:57:49 -08:00 |
|
Jonathan Daugherty
|
45c40fdbbd
|
Forms: all editors now start out with cursors at end of input
|
2017-12-27 17:36:22 -08:00 |
|
Jonathan Daugherty
|
cdb23a5863
|
guide: clarification
|
2017-12-27 17:18:56 -08:00 |
|