aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-07-15Removed legacy build system.Adam Harrison
2021-03-07Fix problem with glyph spacing in subpixel modeFrancesco Abbate
2021-03-07Fix heuristic to find font atlas optimal widthFrancesco Abbate
2021-03-06Mostly fix problem of offset with cursor positioning when using mouseFrancesco Abbate
2021-03-05Fix error with glyphs subpixel layoutFrancesco Abbate
2021-03-05Merge branch 'subpixel-font-positioning'Francesco Abbate
2021-03-04Add missing padding pixel to avoid artifactsFrancesco Abbate
2021-03-03Fix bug causing abort when glyph count was zeroFrancesco Abbate
2021-03-03Implement subpixel font positioningFrancesco Abbate
2021-02-24Do not use nullptr and add checkFrancesco Abbate
2021-02-23Cleanup font's note markdown fileFrancesco Abbate
2021-02-23Fix font rendering artifacts bugFrancesco Abbate
2020-12-11Fix font hinting when using subpixel renderingFrancesco Abbate
2020-06-30Add libagg as a subprojectFrancesco Abbate
2020-06-29Fix again the problem with C++ abs functionFrancesco Abbate
2020-06-29Remove spurious typename keyword in C++ codeFrancesco Abbate
2020-06-29Fix Lua subproject ofr Mac OS XFrancesco Abbate
2020-06-29Fix usage of abs function with C++Francesco Abbate
2020-06-18Add execution flags to build scriptFrancesco Abbate
2020-06-18Fix and improve build scriptFrancesco Abbate
2020-06-16No longer use gamma correctionFrancesco Abbate
2020-06-12Add option to disable X axis font's pre-scalingFrancesco Abbate
2020-06-11Rename FontRenderer to FR_RendererFrancesco Abbate
2020-06-11Bring back simple grayscale rendering optionFrancesco Abbate
2020-06-11Rename FontRenderer* symbols as FR_*Francesco Abbate
2020-06-11Make the FontRenderer's Bitmap struct opaque outside the libraryFrancesco Abbate
2020-06-11Move rendering buffers pointers computations inside FontRendererBlendGammaSub...Francesco Abbate
2020-06-09Remove font renderer debug codeFrancesco Abbate
2020-06-08Remove unneeded checks in get_font_vmetricsFrancesco Abbate
2020-06-08Fix pixel off-by-one error in subpixel font renderer hspanFrancesco Abbate
2020-06-07Move notes.md inside lib/font_renderer1.06-subpixel-rc1Francesco Abbate
2020-06-07Add more debug information in font's bitmap imagesFrancesco Abbate
2020-06-07Fix font's descender rounding to integerFrancesco Abbate
2020-06-06Move font resize in a separate functionFrancesco Abbate
2020-06-06Fixed integer signed comparison warningFrancesco Abbate
2020-06-06Add optional const qualifiersFrancesco Abbate
2020-06-06Remove unused debug codeFrancesco Abbate
2020-06-06Fix error in glyph lcd convolutionFrancesco Abbate
2020-06-06Cleanup debug codeFrancesco Abbate
2020-06-06WIP: debugging stuffFrancesco Abbate
2020-06-05Do not use additional padding space in covers temporary arrayFrancesco Abbate
2020-06-05Found a working condition but some details needs attentionFrancesco Abbate
2020-06-05WIP testing ahead of time coverage convolutionFrancesco Abbate
2020-06-05Cosmetic change to floor_div functionFrancesco Abbate
2020-06-04Move font renderer in a separate folder as a libraryFrancesco Abbate