Jonathan Daugherty
6d9d8a71c0
Typo fix
2023-05-10 13:07:46 -07:00
Jonathan Daugherty
a8fff194e6
Resolve warning
2023-05-10 13:07:01 -07:00
Jonathan Daugherty
66686cd56a
Bump version, update changelog
2023-05-10 13:06:25 -07:00
Jonathan Daugherty
e93c3fb1e1
Core: add forceAttrAllowStyle
2023-05-10 13:02:42 -07:00
Jonathan Daugherty
743fd2726b
More editing nits
2023-05-07 22:10:02 -07:00
Jonathan Daugherty
bbd7250123
Editing nit
2023-05-07 22:07:11 -07:00
Jonathan Daugherty
d1121320bc
Nit
2023-05-07 22:01:27 -07:00
Jonathan Daugherty
ea04c60681
Brick.Forms: clarify how attributes get used
2023-05-07 18:52:18 -07:00
Jonathan Daugherty
1cc1845ee3
Merge pull request #463 from kostmo/filebrowser-code-simplification
...
simplify FileBrowser selection code, fix bracket lints
2023-05-06 10:49:52 -07:00
Karl Ostmo
5878452d02
simplify fileBrowser selection code, fix bracket lints
2023-05-05 23:41:56 -07:00
Jonathan Daugherty
a797c86da5
Merge pull request #461 from Thecentury/readme-brickudoku
2023-05-02 07:05:38 -07:00
Mikhail Brinchuk
e1904984a6
Add Brickudoku
2023-05-02 11:34:00 +02:00
Jonathan Daugherty
b98acee550
Bump version, update changelog
2023-04-13 20:56:32 -07:00
Jonathan Daugherty
b56f3f1833
Merge pull request #458 from mlang/GHC-58520
2023-04-13 09:04:20 -07:00
Mario Lang
aeb5d3f86b
[GHC-58520] [-Wtype-equality-requires-operators]
...
The use of ‘~’ without TypeOperators will become an error in a future GHC release
2023-04-13 17:53:28 +02:00
Jonathan Daugherty
a27b0ccc98
Merge pull request #457 from mlang/base-4.18
...
Allow building with base-4.18 (GHC 9.6)
2023-04-12 16:28:32 -07:00
Mario Lang
bb3b403047
Allow building with base-4.18 (GHC 9.6)
2023-04-13 00:48:17 +02:00
Jonathan Daugherty
946202be66
README: add haddock link
2023-04-06 11:45:51 -07:00
Jonathan Daugherty
cd8fce1475
renderForm: issue a visibility request for the focused form field
2023-03-21 20:54:14 -07:00
Jonathan Daugherty
b94819ac4c
Merge pull request #453 from refaelsh/fix-unused-packages
...
Add unused package detection
2023-03-15 11:45:02 -07:00
refaelsh
3f825ee733
Add unused package detection
2023-03-15 19:55:53 +02:00
Jonathan Daugherty
aad074d946
Merge pull request #449 from adql/Util/style
2023-03-08 06:51:04 -08:00
Amir Dekel
90e948700f
Add a function to create an attribute from a style
...
It's analogous to the existing `fg` and `bg` functions.
2023-03-08 09:37:50 +02:00
Amir Dekel
683b68a548
Fix wording mistake
2023-03-08 09:37:15 +02:00
Jonathan Daugherty
473248cdf5
Merge pull request #448 from refaelsh/feature-add-gitter-to-readme
...
Add Giter
2023-03-06 11:53:30 -08:00
refaelsh
d9813632ea
Add Giter
2023-03-06 21:51:08 +02:00
Jonathan Daugherty
7a9b27a9da
Merge pull request #444 from amano-kenji/master
...
Fix documentation for handleListEventVi
2023-02-20 14:33:53 -08:00
amano.kenji
31eb3b4e53
Fix documentation for handleListEventVi
2023-02-20 22:21:33 +00:00
Jonathan Daugherty
6e58eeaf2e
Upgrade to text-zipper 0.13
2023-02-04 13:18:02 -08:00
Jonathan Daugherty
792ee7c318
Merge branch 'master' of github.com:jtdaugherty/brick
2023-01-29 08:51:37 -08:00
Jonathan Daugherty
af1abd78f9
hLimit, vLimit, and variants: render empty if constraint is less than or equal to zero
...
This change is a micro-optimization that makes the modified functions
explicitly render as empty rather than attempting a rendering with a
zero-width or zero-height context.
2023-01-29 08:49:46 -08:00
Jonathan Daugherty
40a16d34d7
Edit: fix broken docs link ( fixes #432 )
2023-01-26 12:34:58 -08:00
Jonathan Daugherty
c164f1702b
vBox, hBox: document layout behavior (see also discussion #431 )
2023-01-24 08:33:28 -08:00
Jonathan Daugherty
2b3e1f379f
Bump version, update changelog
2023-01-21 16:26:32 -08:00
Jonathan Daugherty
b44d60427b
Merge pull request #428 from locallycompact/mtl-2.3
2023-01-19 07:42:59 -08:00
Daniel Firth
0c0988f62e
compatibility with mtl-2.3
2023-01-19 12:48:17 +00:00
Jonathan Daugherty
eb39b2302e
README: mention discussions on github
2023-01-18 20:11:22 -08:00
Jonathan Daugherty
f4561dc662
TabularListDemo: update cursor location text
2022-12-27 15:56:11 -08:00
Jonathan Daugherty
16666f3891
TabularListDemo: nit
2022-12-27 15:54:26 -08:00
Jonathan Daugherty
1518f8f8b1
TabularListDemo: update help
2022-12-27 15:54:22 -08:00
Jonathan Daugherty
33ef96925c
TabularListDemo: add selection attribute to whole cell, not just string content
2022-12-27 15:52:01 -08:00
Jonathan Daugherty
4f1ff08cd3
TabularListDemo: add column headings
2022-12-27 15:50:46 -08:00
Jonathan Daugherty
c95baf63e6
Add a tabular list demo for #417 discussion
2022-12-27 15:47:18 -08:00
Jonathan Daugherty
bac06e0d94
Table: export BorderConfiguration as part of the low-level API, not the primary API
2022-12-27 15:06:43 -08:00
Jonathan Daugherty
261dcc6e87
Table: add alignColumns function
2022-12-27 15:04:46 -08:00
Jonathan Daugherty
f888bc48d3
Table: export the new low-level table internal API
2022-12-27 14:18:26 -08:00
Jonathan Daugherty
e68a5d9033
Table: introduce BorderConfiguration type for carrying border-drawing settings
2022-12-27 14:16:26 -08:00
Jonathan Daugherty
1059545149
addTableBorders: greatly simplify the implementation and let joinable borders do more of the work
2022-12-27 14:05:52 -08:00
Jonathan Daugherty
36652fde57
addTableBorders: use a single row or column border rather than border segments when possible
2022-12-27 13:58:06 -08:00
Jonathan Daugherty
4461c9645c
RenderedTableCells: carry cell renderings in row-major order rather than column-major order
2022-12-27 13:51:18 -08:00