Commit Graph

1581 Commits

Author SHA1 Message Date
Jonathan Daugherty
e020951bc7 cached: improve documentation 2021-02-04 14:44:03 -08:00
Jonathan Daugherty
58eec06a68 Bump version, update changelog 2021-02-03 10:54:32 -08:00
Jonathan Daugherty
934321fa7a Table: fix length check bug that disallowed empty tables 2021-02-03 10:53:31 -08:00
Jonathan Daugherty
29be22517c Bump version, update changelog 2021-02-02 10:58:46 -08:00
Jonathan Daugherty
51195929a8 TableDemo: nit 2021-01-31 21:27:44 -08:00
Jonathan Daugherty
7171b4e7bc Table: haddock nit 2021-01-31 21:26:28 -08:00
Jonathan Daugherty
fd8bfa97b0 TableDemo: more demo 2021-01-31 21:26:23 -08:00
Jonathan Daugherty
e6ffcd74ee Table: export TableException 2021-01-31 21:14:22 -08:00
Jonathan Daugherty
89da6273b2 Table: raise custom TableException type rather than calling "error" 2021-01-31 21:13:42 -08:00
Jonathan Daugherty
ec643e889a table: raise exception if rows are not of equal length 2021-01-31 21:08:25 -08:00
Jonathan Daugherty
f569773cf8 Table: generalize API for default row and column alignment 2021-01-31 21:03:07 -08:00
Jonathan Daugherty
6df3642cb5 Table: haddock fixes 2021-01-31 20:59:26 -08:00
Jonathan Daugherty
0935e3e103 TableDemo: spruce up a bit 2021-01-31 20:58:08 -08:00
Jonathan Daugherty
e84f140a82 Table: naming improvement 2021-01-31 20:56:35 -08:00
Jonathan Daugherty
f91c56976d Table: another slight map lookup optimization 2021-01-31 20:56:06 -08:00
Jonathan Daugherty
1c35929c43 Table: slight map lookup optimization 2021-01-31 20:54:51 -08:00
Jonathan Daugherty
dc2b18f90b Table: add support for per-row alignment 2021-01-31 20:52:59 -08:00
Jonathan Daugherty
1f01b6aadd TableDemo: whitespace 2021-01-31 20:35:43 -08:00
Jonathan Daugherty
1796289084 TableDemo: naming nit 2021-01-31 20:35:22 -08:00
Jonathan Daugherty
7c056fefd9 TableDemo: add inner table 2021-01-31 20:35:03 -08:00
Jonathan Daugherty
b6ed76fde2 Table: haddock improvements 2021-01-31 20:25:05 -08:00
Jonathan Daugherty
691e430ecd Table: export setAlignment 2021-01-31 20:24:06 -08:00
Jonathan Daugherty
3203bab991 Table: internal API nit 2021-01-31 20:23:11 -08:00
Jonathan Daugherty
cd8399435e Table: add alignLeft for completeness 2021-01-31 20:22:29 -08:00
Jonathan Daugherty
f64a833a14 Table: add haddock 2021-01-31 20:18:21 -08:00
Jonathan Daugherty
089451b5b0 Merge branch 'master' into experimental/table-support 2021-01-31 19:46:07 -08:00
Jonathan Daugherty
1ccb1cbb2b table: improve policy check implementation 2021-01-31 19:40:39 -08:00
Jonathan Daugherty
2182c80ab3 table: raise exception if any contents use Greedy policy 2021-01-31 19:39:22 -08:00
Jonathan Daugherty
1607de7ef8 Table: improve border configuration API 2021-01-31 19:29:48 -08:00
Jonathan Daugherty
20ec0b6bbf Table: add API to disable column borders 2021-01-31 19:26:21 -08:00
Jonathan Daugherty
3fb27849a3 Table: add API to disable row borders 2021-01-31 19:23:14 -08:00
Jonathan Daugherty
f15ea8202c Table: add API to disable outer border 2021-01-31 19:21:18 -08:00
Jonathan Daugherty
c6a112e1a0 Table: improve API 2021-01-31 19:19:16 -08:00
Jonathan Daugherty
448cc6d126 Whitespace 2021-01-31 19:10:16 -08:00
Jonathan Daugherty
92bd9f0266 Improve table demo 2021-01-31 19:09:59 -08:00
Jonathan Daugherty
0d9085706c Table: add column alignment support 2021-01-31 19:04:56 -08:00
Jonathan Daugherty
477fe4d716 Add basic support for tables with fixed-size cell contents 2021-01-31 18:56:26 -08:00
Jonathan Daugherty
d844ea9381 Bump version, update changelog 2021-01-28 12:47:36 -08:00
Jonathan Daugherty
d032cbbe81 Merge branch 'master' of github.com:jtdaugherty/brick 2021-01-21 14:30:21 -08:00
Jonathan Daugherty
baa4a58921 List: add listMoveTo{Beginning,End} 2021-01-21 14:30:15 -08:00
Jonathan Daugherty
c559e4c594
Merge pull request #306 from DougBurke/patch-1
Docfix: update location of hCenter
2021-01-09 07:53:03 -08:00
Doug Burke
145500529b
Docfix: update location of hCenter 2021-01-09 10:41:14 -05:00
Jonathan Daugherty
0a4a2fb8ed
Merge pull request #305 from dmwit/fix-border-crash
be careful about rewriting empty images
2021-01-06 21:49:47 -08:00
Daniel Wagner
5909eec231 be careful about rewriting empty images 2021-01-07 00:28:08 -05:00
Jonathan Daugherty
b4f948dc46 README: add thock 2021-01-06 15:08:58 -08:00
Jonathan Daugherty
4fb43e52a4 Merge branch 'master' of github.com:jtdaugherty/brick 2021-01-03 10:28:42 -08:00
Jonathan Daugherty
249781a57b Extent: remove unused extentOffset field
This change removes the unused extentOffset field of Extent, which was
being used in some calculations but was never changing from its
initialized value of zero (and thus had no meaningful impact on any of
its uses). I'm not sure what I intended with this field when it was
originally added, but clearly this is dead code.
2021-01-03 10:27:35 -08:00
Jonathan Daugherty
4fc334dbb1
Merge pull request #304 from mlang/cbookview
cbookview: A TUI for exploring (polyglot) chess opening book files
2020-12-28 07:52:31 -08:00
Mario Lang
d103729090 cbookview: A TUI for exploring (polyglot) chess opening book files 2020-12-27 21:49:31 +01:00
Jonathan Daugherty
f2f0d4e64f Bump version, update changelog 2020-12-27 09:28:45 -08:00