summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
2025-01-23use main buffer and copy data to fbo texture (opengl) (#5294)Julia
2025-01-17fix(wuffs): don't premul alpha when loading imagesQwerasd
2025-01-13Metal: blend in Display P3 color space, add option for linear blendingQwerasd
2025-01-03don't make library building logic publicJan200101
2025-01-03always link system freetype2 using pkg-configJan200101
2025-01-03don't build freetype2 when system integration is enabledJan200101
2025-01-03don't build oniguruma when system integration is enabledJan200101
2025-01-03don't build fontconfig when system integration is enabledJan200101
2025-01-03Fix: Correct version strings for simdutf and cimgui to match vendored files (...Mitchell Hashimoto
2025-01-03Fix: Update pkg/simdutf/build.zig.zon to match vendored versionazhn
2025-01-03Fix cimgui version string to match pkg/cimgui/vendor/ and the upstream versionazhn
2025-01-02wuffs: update, add jpeg decoding, add simple tests (#4250)Mitchell Hashimoto
2025-01-01wuffs: use common struct to return decoded image dataJeffrey C. Ollie
2025-01-01wuffs: update, add jpeg decoding, add simple testsJeffrey C. Ollie
2024-12-31don't build harfbuzz when system integration is enabledJan200101
2024-12-20build: change object story domain to ghostty.orgMitchell Hashimoto
2024-12-16font(coretext): tolerate fonts without OS/2 tablesQwerasd
2024-12-13font: more robust extraction of vertical metrics from tablesQwerasd
2024-12-11font(coretext): add metrics test case for CT, fix variable font initQwerasd
2024-12-11font: unify metrics calculations & separate sprite metricsQwerasd
2024-10-30Fix linking freetype and glslangNyaa97
2024-10-25font/coretext: use CTFontCreateForString for final codepoint fallbackMitchell Hashimoto
2024-10-24build: use Zig system packaging optionsMitchell Hashimoto
2024-10-14font/sprite: replace pixman with z2d, extend Box coverageQwerasd
2024-09-23coretext: improve strikethrough position calculationQwerasd
2024-09-19pkg/macos: expose carbon APIMitchell Hashimoto
2024-09-13pkg: add README and licenseMitchell Hashimoto
2024-09-04wuffs: fix blend modeJeffrey C. Ollie
2024-09-02pkg/wuffs: use proper apple include paths on darwin targetsMitchell Hashimoto
2024-09-02pkg/wuffs: fix builds for 32-bit systemsMitchell Hashimoto
2024-09-02some tweaks for wuffsMitchell Hashimoto
2024-09-02pkg/wuffs: define build defines separately, not in defs.zigMitchell Hashimoto
2024-09-02remove unnecessary @constCastJeffrey C. Ollie
2024-09-02kitty graphics: address review commentsJeffrey C. Ollie
2024-09-02crash: beforeSend needs to add contexts to the event directlyMitchell Hashimoto
2024-09-01crash: try to attach dimensions to the crash reportMitchell Hashimoto
2024-08-31pkg/sentry: uuid string is null-terminatedMitchell Hashimoto
2024-08-31crash: discard envelopes that do not contain a crashMitchell Hashimoto
2024-08-28pkg/breakpad: add linux_syscall_support.h to the vendored filesMitchell Hashimoto
2024-08-28add pkg/breakpad, configure sentry to use breakpadMitchell Hashimoto
2024-08-28pkg/sentry: build in unwinderMitchell Hashimoto
2024-08-28build: don't include sentry on windowsMitchell Hashimoto
2024-08-28don't send empty envelopesMitchell Hashimoto
2024-08-28pkg/sentry: fix darwin lib buildsMitchell Hashimoto
2024-08-28implement sentry transport to write crash reports to XDG_STATE_HOMEMitchell Hashimoto
2024-08-28sentry init uses proper cache dir, sets tagsMitchell Hashimoto
2024-08-28pkg/sentry: fix Linux buildsMitchell Hashimoto
2024-08-28pkg/sentry: custom transportsMitchell Hashimoto
2024-08-28pkg/sentry: add more Zig APIsMitchell Hashimoto
2024-08-28pkg/sentry: initial buildsMitchell Hashimoto