aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-16Merge remote-tracking branch 'rxi/master' into agg-font-rendererFrancesco Abbate
2020-06-16Modify system.wait_event to wait indefinitely if no timeout is givenFrancesco Abbate
2020-06-16No longer use gamma correctionFrancesco Abbate
2020-06-14Version 1.08v1.08rxi
2020-06-12Add option to disable X axis font's pre-scalingFrancesco Abbate
2020-06-11Merge remote-tracking branch 'rxi/master' into agg-font-rendererFrancesco 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-11Revert "Removed __APPLE__ `#ifdef` from main.c"rxi
2020-06-09Remove font renderer debug codeFrancesco Abbate
2020-06-07Version 1.07v1.07rxi
2020-06-07Removed __APPLE__ `#ifdef` from main.crxi
2020-06-07Merge remote-tracking branch 'rxi/master' into font-rendering-testsFrancesco Abbate
2020-06-07Add more debug information in font's bitmap imagesFrancesco Abbate
2020-06-06Move font resize in a separate functionFrancesco Abbate
2020-06-06Cleanup debug codeFrancesco Abbate
2020-06-06WIP: debugging stuffFrancesco Abbate
2020-06-04Move font renderer in a separate folder as a libraryFrancesco Abbate
2020-06-04Add correct copyright informationFrancesco Abbate
2020-06-04Remove unused code filesFrancesco Abbate
2020-06-04Add some comments and remove unused codeFrancesco Abbate
2020-06-04Add some explanatory commentsFrancesco Abbate
2020-06-04Fix resize of bounding rectangle in BakeFontBitmap functionFrancesco Abbate
2020-06-04Fix remove unnecessary function templatingFrancesco Abbate
2020-06-04Implement subpixel LCD font renderingFrancesco Abbate
2020-06-03move BYPASS_COMPOSITOR near other SetHintDaniele Laudani
2020-06-03Don't tell the system to disable compositing under X11Daniele Laudani
2020-06-03Add missing resource file on windowsU-ST\francesco abbate
2020-06-02Merge remote-tracking branch 'rxi/master' into font-rendering-testsFrancesco Abbate
2020-06-02Use static libgcc and libstdc++ when doing release buildFrancesco Abbate
2020-06-02Optimize glyph set bitmap rectangles by trimming empty regionsFrancesco Abbate
2020-06-02Adjust xadvance computation to use rounding instead of truncateFrancesco Abbate
2020-06-02Reduce y padding in BakeFontBitmapFrancesco Abbate
2020-06-02Ember blender with gamma correction into FontRendererFrancesco Abbate
2020-06-02Add gamma correct pixel blenderFrancesco Abbate
2020-06-01Adjust BakeFontBitmap issuesFrancesco Abbate
2020-06-01Check for errors when loading fontsFrancesco Abbate
2020-06-01Use font_renderer in aGG font testing programFrancesco Abbate
2020-06-01Hack to fix font size rendering to align with STB original renderingFrancesco Abbate
2020-06-01Remove stb from Meson dependencies for LiteFrancesco Abbate
2020-06-01Remove unused variableFrancesco Abbate
2020-06-01Cosmetic code's cleanupFrancesco Abbate
2020-06-01Completely remove usage of stb_truetypeFrancesco Abbate
2020-06-01Add missing function to free FontRendererFrancesco Abbate
2020-06-01Fix y offset in BakeFontBitmapFrancesco Abbate
2020-06-01Rename GlyphSetA to GlyphSetFrancesco Abbate
2020-06-01Replace stb's BakeBitmapFont with AGG based font's rendererFrancesco Abbate