aboutsummaryrefslogtreecommitdiff
path: root/src/renderer.c
AgeCommit message (Expand)Author
2022-08-20Added a smoothing and strikethrough option to font loading. (#1087)Aqil Contractor
2022-06-23renderer fonts: additions and improvementsjgmdev
2022-06-12load space metrics only instead of all metrics of the 1st 256 characterstakase1121
2022-05-04Fix `ren_font_group_get_tab_size` returning unexpected valuesGuldoman
2022-04-20Improve performance of `ren_draw_rect` (#935)Guldoman
2022-04-15Cleanup (#826)Jan
2022-04-04Changed calculation to use ascender, which should work better. (#912)Adam
2022-03-07Always check if the beginning of the text needs to be clippedGuldoman
2022-02-15Fixed rendering computations for y offset. (#843)Adam
2022-02-03Use SDL to manage color format mapping in `ren_draw_rect`Guldoman
2021-11-22Support no antialiasing.Adam Harrison
2021-11-07Merge pull request #621 from adamharrison/fix-renderer-mappingsAdam
2021-11-01Update renderer.cAdam
2021-10-31Just added MAX. More inline with other constant.Adam Harrison
2021-10-31Expand glyphsets to accomodate emojis.Adam Harrison
2021-10-20Handles occasions where our color bytes aren't in the order we expected.Adam Harrison
2021-10-20Merge pull request #616 from adamharrison/font-groupingsAdam
2021-10-17Added in a missing static.Adam Harrison
2021-10-17Allowed for a white square as part of the other groups.Adam Harrison
2021-10-17Added in a rectdraw when a fallback glyph isn't present.Adam Harrison
2021-10-17Clarified.Adam Harrison
2021-10-16Broke out font groupings.Adam Harrison
2021-10-16Changed computation to take into account alpha blending.Adam Harrison
2021-10-12Added in support for font groupings.Adam Harrison
2021-10-12Fixed writing before clip.Adam Harrison
2021-10-11Fixed clip issues if glyph exists before clip.xAdam Harrison
2021-10-07Fixed clip boundaries.Adam Harrison
2021-10-02Fixed negative pens.Adam Harrison
2021-10-01Fixed issues if one got into high codepoint ranges.Adam Harrison
2021-10-01Fixed issue with metrics.Adam Harrison
2021-09-26Unecessary call..Adam Harrison
2021-09-26Used different weights.Adam Harrison
2021-09-25Addressed issue where glyphs would continue to draw past their clip.Adam Harrison
2021-09-25Converted all ints to floats for x coordinate purposes.Adam Harrison
2021-09-24Made width return a floating point.Adam Harrison
2021-09-24Added in correcion calculations for surface_scale.Adam Harrison
2021-09-24Added in underline as well.Adam Harrison
2021-09-24Fixed up some naming conventions, and also added bolding and italics.Adam Harrison
2021-09-24Removed font renderer.Adam Harrison
2021-06-09Reverted if guard.Adam Harrison
2021-06-09Added in #if guard for ARM achitectures.Adam Harrison
2021-06-08Replaced fill loop with SDL_FillRect.Adam Harrison
2021-04-29Make usage of SDL renderer optionalFrancesco Abbate
2021-04-27Fix missing scaling for update rects in rendererv1.16.6-sdl-renderer-2Francesco Abbate
2021-04-27Update the whole texture with RenderCopyFrancesco Abbate
2021-04-27Alternative texture update schemeFrancesco Abbate
2021-04-27Add assert if font loading fails during renderingFrancesco Abbate
2021-04-27Ensure we update only modified rectsFrancesco Abbate
2021-04-26First implementation of scaling for retina displayFrancesco Abbate
2021-04-23Fix error with missing ren_resize callv1.16.6-sdl-renderer-1Francesco Abbate