5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added freetype to ignore list
mbn
More... about 10 years ago
Implement scaled PathFont More... about 10 years ago
Use the auto keyword for iterators and allocating object via new for linux build of clanlib (using clang-modernize) to improve code readability More... about 10 years ago
Add override keyboard to inherited virtual functions for linux build of clanlib (using clang-modernize) More... about 10 years ago
Replace NULL with null_ptr for linux build of clanlib (using clang-modernize) More... about 10 years ago
Change the copyright to 2015 in preparation of a spring 2015 release. More... about 10 years ago
Fix freetype fonts for use with PathFont, by correcting path creation and adjusting the metrics More... about 10 years ago
Move X11 freetype font engine to the FontEngine folder More... about 10 years ago
Fix linux font bug, where the incorrect font filename is used More... about 10 years ago
Compile fix for Linux in relation to fonts. Remove unused font code More... about 10 years ago
Apply change from win32 fonts to freetype fonts More... about 10 years ago
Fixed various font metrics and rendering bugs
mbn
More... about 10 years ago
Attempt to fix measure_text More... about 10 years ago
Add position information to the PathFont example More... about 10 years ago
Add new PathFont example, to assist in completing PathFont development More... about 10 years ago
Tidy the font implementation, stripping out dead code More... about 10 years ago
Simplify the font implementation and extend PathFont to load from built in fonts More... about 10 years ago
Breaking Change: Rename VectorFont to PathFont, which is a more descriptive name More... about 10 years ago
Replace clan::Font draw_text_ellipsis() with get_clipped_text(). More... about 10 years ago
Cache the inverse of the canvas transform matrix More... about 10 years ago
Fix the typo in the font drawing that disabled grid fitting More... about 10 years ago
Update the SvgViewer example to use the translation matrix More... about 10 years ago
Fix the SvgViewer example to reflect recent API changes More... about 10 years ago
Adjust the Input example so that it does not require the perspective matrix. (Simplifies it) More... about 10 years ago
Fixed the glyph path import on win32 More... about 10 years ago
Update the path example to reflect changes in the Path API More... about 10 years ago
Move path drawing functions out of the canvas and into clan::Path. This is consistent with clan::Image,Sprite and Font More... about 10 years ago
Remove the obsolete Path2D and Shape2D class, replaced with the Path class. This should contain the existing functionality More... about 10 years ago
Implement Path glyph retrieval More... about 10 years ago
Fix linux font handling to reflect latest API More... about 10 years ago