2024-03-20 11:26:25 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3experimental: update to 2024
### Added
- `\draw_path_replace_bb:`
### Changed
- `l3opacity` is sped up a bit
- Support fp expr in `\draw_path_corner_arc:nn`
### Fixed
- Interaction between drawing rotation and shift
- Shifting not applied to `\draw_path_rectangle:n`
- Out of boundary lines drawn by `\draw_path_grid:nnn`
- Two softpath markers with the same meaning in l3draw
### Removed
- `l3sys-shell` in favor of `l3sys-query` methods added to `l3kernel`
|
2024-02-25 20:20:54 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-l3experimental: update to 2023.70027
### Fixed
- Normalize `/` in `\sys_shell_split_ls:nN` on Windows: globs may use
``\``, return values always contain `/`
- Return paths relative to working directory in `\sys_shell_split_ls:nN` on
Windows
### Changed
- Apply transformation matrix to drawing shifts
### Fixed
- Remove a stray scaling in `\draw_path_rectangle:nn`
- Correct baseline calculations in some `l3draw` cases
### Added
- `\draw_box_use:Nn` and `\draw_coffin_use:Nnnn` to allow
placement of boxed material at an offset
### Changed
- Slowdown a l3benchmark slow branch code slightly to gain test suite
robustness
|
2023-06-17 12:25:10 by Mark Davies | Files touched by this commit (2) | |
Log message:
tex-l3experimental: update to 2023.67074
### Added
- Key `pdf-attr` to `l3graphics` for additional attribute setting
### Fixed
- Grouping in `\draw_path_arc_axes:nnnn`
### Changed
- Track `expl3` core changes
|
2023-04-09 14:32:53 by Mark Davies | Files touched by this commit (2) | |
Log message:
tex-l3experimental: update to 2023
- Track `expl3` core changes
- 'Fallback' value used for benchmarking single op
|
2022-09-01 06:16:51 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-l3experimental: update to 2022
## [2022-04-20]
### Fixed
- Finding graphics files with multiple extensions
|
2022-04-15 07:32:03 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-l3experimental: update to 2021.63007
changes unknown
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-06 12:51:46 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-l3experimental: update to 2021
### Added
- `\benchmark_silent:n` and `\benchmark_once_silent:n` added to
`l3benchmark`
### Changed
- store results of `l3benchmark` in documented user-level instead of
private variables
|
2021-02-13 06:54:40 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-l3experimental: update to 2020.57669
## [2020-01-29]
### Added
- New `l3bitset` module
- `\pdf_destination:nn` and `\pdf_destination_box:nn` added to l3pdf
|