Граф коммитов

1376 Коммитов

Автор SHA1 Сообщение Дата
James Jackson-South 18dfeb42f6
Merge pull request #382 from SixLabors/js/low-hanging-fruit
Optimize low hanging fruit
2024-02-15 20:51:13 +10:00
James Jackson-South 83d24b7cef Ensure we never add empty text lines 2024-02-15 20:44:22 +10:00
James Jackson-South 3bf24e4169 Make lazy values thread safe. 2024-02-14 21:54:22 +10:00
James Jackson-South c5e4cefb85 Optimize TextBox. 2024-02-14 21:53:26 +10:00
James Jackson-South cda8d067ac
Merge pull request #380 from SixLabors/js/fix-375
Fix Woff2 bounds decompression and size measurement calculations.
2024-02-09 19:57:58 +10:00
James Jackson-South 7c23ae8520 Fix 367 2024-02-09 16:12:20 +10:00
James Jackson-South 476c5f34b1 Remove negative offset hack 2024-02-08 22:31:26 +10:00
James Jackson-South bb13b0160a Fix broken test 2024-02-08 20:30:33 +10:00
James Jackson-South 203dac4c62 Fix bounds and size measurement 2024-02-08 20:08:22 +10:00
James Jackson-South 5930793285 Correctly read woff2 bounds 2024-02-08 20:07:46 +10:00
James Jackson-South fa8a4c9657
Merge pull request #379 from SixLabors/js/fix-378
Prevent key collision in glyphmetrics cache.
2024-02-07 14:03:50 +10:00
James Jackson-South c63913c632 Merge branch 'main' into js/fix-378 2024-02-07 13:46:25 +10:00
James Jackson-South d5d4a3b082
Merge pull request #377 from SixLabors/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2024-02-07 13:46:17 +10:00
dependabot[bot] 94bc8dcf8a
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 03:45:07 +00:00
James Jackson-South 9e3d267566
Merge pull request #376 from SixLabors/dependabot/github_actions/NuGet/setup-nuget-2
Bump NuGet/setup-nuget from 1 to 2
2024-02-07 13:43:45 +10:00
dependabot[bot] 977001a3da
Bump NuGet/setup-nuget from 1 to 2
Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2.
- [Release notes](https://github.com/nuget/setup-nuget/releases)
- [Commits](https://github.com/nuget/setup-nuget/compare/v1...v2)

---
updated-dependencies:
- dependency-name: NuGet/setup-nuget
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 03:43:16 +00:00
James Jackson-South 8658808b91
Merge pull request #374 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2024-02-07 13:43:03 +10:00
James Jackson-South a09ea7fa89
Merge pull request #370 from SixLabors/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2024-02-07 13:42:41 +10:00
James Jackson-South a10eb0edaf
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-4 2024-02-07 13:32:13 +10:00
James Jackson-South 28c0349ca5 Use codepoint value in glyph cache key 2024-02-07 13:31:44 +10:00
James Jackson-South 4c882536bf
Merge pull request #371 from snechaev/main
Platform-independent way to build path for fonts into the sample. Now…
2024-01-24 19:19:35 +10:00
dependabot[bot] 3dcb16f961
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 20:30:32 +00:00
Sergey Nechaev 1b4c94911c Platform-independent way to build path for fonts into the sample. Now should work on non-Windows systems. 2023-12-19 18:13:33 +01:00
dependabot[bot] bf847b56f7
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 20:32:46 +00:00
James Jackson-South e0eb5032d8
Merge pull request #366 from SixLabors/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2023-12-05 11:54:17 +10:00
dependabot[bot] 8486864eec
Bump actions/setup-dotnet from 3 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 20:50:36 +00:00
James Jackson-South 5f657745e4
Merge pull request #365 from SixLabors/js/fix-363
Fix null ref exception in LookupType5Format2SubTable
2023-11-30 22:06:56 +10:00
James Jackson-South 3ef36aec5f Fix .NET 7 warnings 2023-11-30 20:22:43 +10:00
James Jackson-South 88d6d1fe8c Fix .NET 7 warnings 2023-11-30 20:21:10 +10:00
James Jackson-South a37535c0dd Fix null ref exception 2023-11-30 20:09:09 +10:00
James Jackson-South e5a0f4a00f
Merge pull request #362 from SixLabors/sw/list-code-points
Make the list of available code points public
2023-10-03 22:24:12 +10:00
James Jackson-South 270d0abe6c
Merge branch 'main' into sw/list-code-points 2023-10-03 22:06:18 +10:00
Scott Williams e2a0364811 make the list of available code points public 2023-10-01 17:28:11 +01:00
James Jackson-South 63db8adc37
Merge pull request #360 from SixLabors/js/optional-cdf-load
Fix for invalid ClassDefinitionTable offset handling
2023-09-25 22:03:27 +10:00
James Jackson-South 85dd84f9ed
Merge branch 'main' into js/optional-cdf-load 2023-09-25 21:54:09 +10:00
James Jackson-South e646d6820f
Merge pull request #359 from SixLabors/js/fix-culture-warnings
Use overloads while passing culture
2023-09-25 21:53:39 +10:00
James Jackson-South c3d2214092 Update Program.cs 2023-09-25 20:37:10 +10:00
James Jackson-South 429d5273c9
Merge branch 'main' into js/fix-culture-warnings 2023-09-25 20:28:56 +10:00
James Jackson-South 52bfea078a Fix for invalid offset 2023-09-25 20:24:31 +10:00
James Jackson-South ba53d8cc3d Use overloads while passing culture 2023-09-25 20:10:31 +10:00
James Jackson-South a70c2beee7
Merge pull request #357 from SixLabors/js/v2-fix-355
Only apply swap for non-horizontal layout
2023-09-15 20:46:55 +10:00
James Jackson-South df4a56f39b Only apply swap for non-horizontal layout 2023-09-15 18:27:27 +10:00
James Jackson-South de9c95c128
Merge pull request #352 from SixLabors/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-05 21:31:58 +10:00
dependabot[bot] 310937e480
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 08:04:05 +00:00
James Jackson-South 22c857b257
Merge pull request #351 from SixLabors/js/vnext
Update to .NET 6 and new License.
2023-09-05 18:03:02 +10:00
James Jackson-South 3199290dc3 Remove missed .NET 7 build warning 2023-08-24 22:18:58 +10:00
James Jackson-South fa893e53c2 Fix .NET 7 build warnings 2023-08-24 22:12:47 +10:00
James Jackson-South 45c352a8e4 Remove obsolete compiler conditions and code. 2023-08-24 21:45:19 +10:00
James Jackson-South ada0bc93ad Readme and workflows 2023-08-24 21:33:27 +10:00
James Jackson-South ff3acbfc19 Fix bad warning fix 2023-08-24 21:14:56 +10:00