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 canvas.draw_trianges() More... about 12 years ago
Added canvas.draw_trianges() More... about 12 years ago
Add another clan::path add_line_to convenience function More... about 12 years ago
Add another clan::path add_line_to convenience function More... about 12 years ago
Rename add_contour to add_path in clan::PathGroup More... about 12 years ago
Rename add_contour to add_path in clan::PathGroup More... about 12 years ago
Add Path test (work in progress) More... about 12 years ago
Add Path test (work in progress) More... about 12 years ago
Expose clan::Path and clan::PathGroup to the API More... about 12 years ago
Expose clan::Path and clan::PathGroup to the API More... about 12 years ago
Rename the glyph outline classes to path More... about 12 years ago
Rename the glyph outline classes to path More... about 12 years ago
Modify the glyph outline internals so that it does not keep a local copy of the calculated triangulated glyphs More... about 12 years ago
Modify the glyph outline internals so that it does not keep a local copy of the calculated triangulated glyphs More... about 12 years ago
Fix FontEngine_Cocoa potential compile problem More... about 12 years ago
Fix FontEngine_Cocoa potential compile problem More... about 12 years ago
Updated physics listener to handle the collision better. More... about 12 years ago
Updated physics listener to handle the collision better. More... about 12 years ago
Updated Physics tests to compile again. More... about 12 years ago
Updated Physics tests to compile again. More... about 12 years ago
Updated PhysicsWorld's destructor to check and clean up physics objects. More... about 12 years ago
Updated PhysicsWorld's destructor to check and clean up physics objects. More... about 12 years ago
Remove unique_ptr's used with GlyphPrimitivesArray and GlyphPrimitivesArrayOutline, they were not required. I.E. The pointer itself is removed - the pointers are not exposed outside the glyph outline functions, and are never shared More... about 12 years ago
Remove unique_ptr's used with GlyphPrimitivesArray and GlyphPrimitivesArrayOutline, they were not required. I.E. The pointer itself is removed - the pointers are not exposed outside the glyph outline functions, and are never shared More... about 12 years ago
Fixed PhysicsWorldDescription's undefined physics scale. Added Convenience set_position methods to Body API. More... about 12 years ago
Fixed PhysicsWorldDescription's undefined physics scale. Added Convenience set_position methods to Body API. More... about 12 years ago
Remove the std::shared_ptr<GlyphOutline>, replacing with GlyphOutline, since it now contains an impl More... about 12 years ago
Remove the std::shared_ptr<GlyphOutline>, replacing with GlyphOutline, since it now contains an impl More... about 12 years ago
Remove the std::shared_ptr<GlyphContour>, since it now can be treated like a handle More... about 12 years ago
Remove the std::shared_ptr<GlyphContour>, since it now can be treated like a handle More... about 12 years ago