| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 1 | -1/+1 |
| | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form. | ||||
| * | Fix `-vet-tabs` issues | gingerBill | 2024-08-24 | 1 | -1/+1 |
| | | |||||
| * | Imply `#no_capture` to all variadic parameters | gingerBill | 2024-07-14 | 1 | -1/+1 |
| | | |||||
| * | Add more uses of `#no_capture` | gingerBill | 2024-07-14 | 1 | -1/+1 |
| | | |||||
| * | Add `write_decorated_table` API | Feoramund | 2024-06-26 | 1 | -0/+79 |
| | | |||||
| * | Remove `table.dirty` | Feoramund | 2024-06-24 | 1 | -27/+2 |
| | | |||||
| * | Let `WIDTH_PROC` be specified as proc argument to `write_*_table` | Feoramund | 2024-06-24 | 1 | -9/+5 |
| | | |||||
| * | Crunch the ranges | Feoramund | 2024-06-24 | 1 | -6/+6 |
| | | |||||
| * | Use `log.error` instead of `eprintf` | Feoramund | 2024-06-20 | 1 | -1/+2 |
| | | |||||
| * | Add new API to `core:text/table` | Feoramund | 2024-06-20 | 1 | -18/+124 |
| | | | | | | | - `header/row_of_values`, same `header/row`, more verbose name - `aligned_header/row_of_values`, set alignment for an entire row - `header/row_of_aligned_values`, set alignment per value | ||||
| * | Clarify error message | Feoramund | 2024-06-20 | 1 | -1/+1 |
| | | |||||
| * | Remove unneeded `loc` argument | Feoramund | 2024-06-20 | 1 | -1/+1 |
| | | |||||
| * | Optimize printing of markdown tables | Feoramund | 2024-06-20 | 1 | -23/+34 |
| | | | | | Check only once if the table has a header row, instead of every row. | ||||
| * | Add Unicode support to `core:text/table` | Feoramund | 2024-06-20 | 1 | -28/+41 |
| | | |||||
| * | Use tabs to indent HTML tables | Feoramund | 2024-06-20 | 1 | -11/+11 |
| | | |||||
| * | Don't `build` HTML tables | Feoramund | 2024-06-20 | 1 | -4/+0 |
| | | | | | | `build` only recalculates length and width information, and this is not needed for HTML tables. | ||||
| * | Rename `write_ascii_table` to `write_plain_table` | Feoramund | 2024-06-20 | 1 | -1/+1 |
| | | |||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Use positional and named arguments within the core library | gingerBill | 2023-06-21 | 1 | -1/+1 |
| | | |||||
| * | Add missing packages to `examples/all` | gingerBill | 2023-06-07 | 1 | -2/+0 |
| | | |||||
| * | Fix typo | oskarnp | 2023-03-26 | 1 | -3/+3 |
| | | |||||
| * | Rename init procs | oskarnp | 2023-03-26 | 1 | -6/+6 |
| | | |||||
| * | Remove unnecessary #partial switch | oskarnp | 2023-03-26 | 1 | -2/+2 |
| | | |||||
| * | Remove unnecessary C style loop | oskarnp | 2023-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix cell alignment to default to Left using ZII | oskarnp | 2023-03-26 | 1 | -8/+1 |
| | | |||||
| * | Move helper procs into utility.odin | oskarnp | 2023-03-26 | 1 | -8/+0 |
| | | |||||
| * | text/table: Initial implementation | oskarnp | 2023-03-26 | 1 | -0/+399 |