1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reset outline glyph cache when configuration changes. More... almost 18 years ago
Scale camera distance. Otherwise perspective does not look the same in fullscreen. More... almost 18 years ago
Remove unused variables. More... almost 18 years ago
Cosmetics. More... almost 18 years ago
Allow caching of rotated glyphs. More... almost 18 years ago
Add shift_[xy] (vector that is added to the glyph before transformation) to bitmap glyph key. Result of rotation depends on them because of perspective transformation. They are only set when some rotation take place. More... almost 18 years ago
Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later. More... almost 18 years ago
Remove bbox and advance vector from bitmap cache. They are now available from glyph cache. More... almost 18 years ago
Store outline_glyph (glyph border) in glyph cache. More... almost 18 years ago
Cosmetics: reindentation. More... almost 18 years ago
Because of the outline glyph cache it is now possible for glyph_info_t to have both non-zero glyph and bitmap at the same time. In that case, bitmap should not be generated anew. More... almost 18 years ago
Make get_*_glyph return void. More... almost 18 years ago
Move outline glyph generation to a separate function, using outline glyph cache. More... almost 18 years ago
Oops, fix compilation broken in r23037. More... almost 18 years ago
Collect hit/miss statistic in hash map, and print in -v mode. More... almost 18 years ago
Add outline glyph cache (unused yet). More... almost 18 years ago
Rename glyph cache to bitmap cache. More... almost 18 years ago
Add generic hash map implementation. Reimplement both font cache and glyph cache on top of it. More... almost 18 years ago
A meaningless cosmetic change. More... almost 18 years ago
Add perspective projection. More... almost 18 years ago
Applying transformation matrix to the glyph and the shift vector separately is incorrect. Instead, it should be applied to translated glyph. More... almost 18 years ago
Cosmetics: reindentation. More... almost 18 years ago
Disable caching of rotated glyphs. More... almost 18 years ago
Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph is found in the cache. This leads to broken karaoke (some glyphs are not highlighted at all), and, probably, slightly incorrect linebreaks. More... almost 18 years ago
Remove unused includes. More... almost 18 years ago
Don't check if user-supplied default font path exists. It is checked in FT_New_Face anyway. More... almost 18 years ago
Fix lost hard linebreaks in libass by repeating the loop when both soft and hard linebreaks are about to be added. More... almost 18 years ago
"()" to "(void)" function param list fixes
uau
More... almost 18 years ago
Use FT_Glyph_StrokeBorder to render only the outside border. Workarounds gaps between glyph and glyph border when rendering some fonts with freetype below 2.1.10 More... almost 18 years ago
Remove unnecessary include from CFLAGS. More... almost 18 years ago