summaryrefslogtreecommitdiff
path: root/src/renderer
AgeCommit message (Expand)Author
2025-10-06fix custom-shader writergate breakageJeffrey C. Ollie
2025-10-03Fix typosAndreas Deininger
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-10-02fix(font): Let powerline glyphs be wideDaniel Wennberg
2025-09-30Revert "renderer: slightly optimize screen copy"Jeffrey C. Ollie
2025-09-30renderer: slightly optimize screen copyQwerasd
2025-09-29move test out of terminal to avoid lib-vt catchMitchell Hashimoto
2025-09-29fix(font): Treat Powerline glyphs as normal characters for constraint width p...Mitchell Hashimoto
2025-09-29Rewrite constraint code for improved icon scaling/alignmentDaniel Wennberg
2025-09-21Add missing codepoints to isPowerline predicateDaniel Wennberg
2025-09-21Add box drawing characters to the min contrast exclusionDaniel Wennberg
2025-09-21Treat Powerline glyphs like normal charactersDaniel Wennberg
2025-09-20unicode: delete props.zig and clean up symbols deps tooMitchell Hashimoto
2025-09-19build: move apprt, font, renderer enums to dedicated filesMitchell Hashimoto
2025-09-19renderer/opengl: minimum contrast for black sets proper color Mitchell Hashimoto
2025-09-18renderer: create explicit sampler state for custom shadersMitchell Hashimoto
2025-09-18renderer/metal: provide MTLTextureUsage render target for custom shadersMitchell Hashimoto
2025-09-08comment + style changesQwerasd
2025-09-07Position-independent font shaper cachingJesse Miller
2025-09-05renderer: add LUT-based implementation of isSymbol (#8528)Jeffrey C. Ollie
2025-09-05gtk: the Future is Now (#8531)Mitchell Hashimoto
2025-09-05drop the new LUT type as no performance advantage detectedJeffrey C. Ollie
2025-09-05add two LUT-based implementations of isSymbolJeffrey C. Ollie
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-04gtk: nuke the legacy apprt from orbit (#8520)Mitchell Hashimoto
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
2025-09-03font: expand set of characters considered symbolsQwerasd
2025-09-03font: constrain dingbatsQwerasd
2025-09-02fix(renderer): kitty images should all be processedQwerasd
2025-08-31feat: added faint-opacity option (#8472)Mitchell Hashimoto
2025-08-31renderer: clarify and correct custom shader cursor position mathQwerasd
2025-08-31refactor: move faint-opacity clamping to config finalizationPavel Ivanov
2025-08-31feat: added faint-opacity optionPavel Ivanov
2025-08-21fix: correct the cursor Y position value exposed to shader uniformsClearAspect
2025-08-15renderer: don't assume non-zero sized grid Mitchell Hashimoto
2025-08-14fix(renderer/generic): deinit render targets with framestateQwerasd
2025-08-10renderer: clean up, improve constraintWidth functionQwerasd
2025-07-21slow down our cursor timer under valgrindMitchell Hashimoto
2025-07-18apprt/gtk-ng: hook up surface initializationMitchell Hashimoto
2025-07-11renderer: Allow the renderer to draw transparent cellsnferhat
2025-07-10Add tests for getCursorGlyph() helper functionClearAspect
2025-07-10Fix custom shader cursor uniforms not set for non-block cursors (#7893)ClearAspect
2025-07-06Added bold-color optionRobert Ian Hawdon
2025-07-05renderer/opengl: explicit texture optionsQwerasd
2025-07-05Better Glyph Constraint Logic (#7809)Mitchell Hashimoto
2025-07-05Nuke GLFW, make `zig build run` on macOS build the Xcode project (#7815)Mitchell Hashimoto
2025-07-04replace nested if for readabilityDaniel
2025-07-04added test for other cursor styleDaniel
2025-07-04enable drawing cursor on top or bottom based on styleDaniel