summaryrefslogtreecommitdiff
path: root/src/renderer/size.zig
AgeCommit message (Expand)Author
2025-05-26style: use decl literalsQwerasd
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2024-11-15Balance padding uses the explicit padding value for grid calculationsMitchell Hashimoto
2024-11-14termio: change resize message to use new size structMitchell Hashimoto
2024-11-14core: make surface use only renderer.SizeMitchell Hashimoto
2024-11-14renderer: dedicated size struct, defined coordinate spacesMitchell Hashimoto
2024-08-10renderer: fix underflow possibility in padding calculationMitchell Hashimoto
2024-08-03renderer/metal: extend background color of grid border into paddingMitchell Hashimoto
2024-04-05core: begin converting to SharedGridSet, renderers still brokenMitchell Hashimoto
2024-03-22termio/exec: get compiler errors goneMitchell Hashimoto
2024-01-04Update usage of testing.expectEqualKrzysztof Wolicki
2023-09-02content scale change events should also impact viewport paddingMitchell Hashimoto
2023-08-08Fix typosKevin Hovsäter
2023-08-04only send resize messages to renderer/io thread if changes happenMitchell Hashimoto
2023-07-18renderer: change padding to integersMitchell Hashimoto
2023-07-03Change font metrics to all be integers, not floats.Mitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2023-05-07update zig versionMitchell Hashimoto
2023-02-19lots of progress running a surface but still crashesMitchell Hashimoto
2022-11-14Don't crash on huge padding, warn users if padding is absurdMitchell Hashimoto
2022-11-14explicit padding worksMitchell Hashimoto
2022-11-14initial padding optionsMitchell Hashimoto
2022-11-14extract auto-padding code to shared logicMitchell Hashimoto
2022-10-24renderer: extract the size structs to a shared fileMitchell Hashimoto