5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Font_Vector get_glyph_count, get_glyphs and get_glyphs_size from the API. (They shouldn't be exposed - and didn't work) More... over 12 years ago
Remove Font_Vector get_glyph_count, get_glyphs and get_glyphs_size from the API. (They shouldn't be exposed - and didn't work) More... over 12 years ago
Remove Font_Vector get_glyph_outline and get_glyph_triangles from the API. (They shouldn't be exposed) More... over 12 years ago
Remove Font_Vector get_glyph_outline and get_glyph_triangles from the API. (They shouldn't be exposed) More... over 12 years ago
Change "GlyphPrimitivesArray *" to std::shared_ptr<GlyphPrimitivesArray> Change "GlyphPrimitivesArrayOutline *" to std::shared_ptr<GlyphPrimitivesArrayOutline> More... over 12 years ago
Change "GlyphPrimitivesArray *" to std::shared_ptr<GlyphPrimitivesArray> Change "GlyphPrimitivesArrayOutline *" to std::shared_ptr<GlyphPrimitivesArrayOutline> More... over 12 years ago
Change "GlyphContour *" to std::shared_ptr<GlyphContour> More... over 12 years ago
Change "GlyphContour *" to std::shared_ptr<GlyphContour> More... over 12 years ago
Change "GlyphOutline *" to std::shared_ptr<GlyphOutline> More... over 12 years ago
Change "GlyphOutline *" to std::shared_ptr<GlyphOutline> More... over 12 years ago
Adjust the basic2d example to just use the canvas (no display window) More... over 12 years ago
Adjust the basic2d example to just use the canvas (no display window) More... over 12 years ago
Added Canvas::flip() and added a convenience constructor to build a canvas based on a display window description More... over 12 years ago
Added Canvas::flip() and added a convenience constructor to build a canvas based on a display window description More... over 12 years ago
Win32 fonts to only use negative font sizes when creating the GDI font More... over 12 years ago
Win32 fonts to only use negative font sizes when creating the GDI font More... over 12 years ago
Remove gui_font_cache.cpp More... over 12 years ago
Remove gui_font_cache.cpp More... over 12 years ago
Allow the developers to control if they don't want the font to enter the cache (using the font description) More... over 12 years ago
Allow the developers to control if they don't want the font to enter the cache (using the font description) More... over 12 years ago
Give the developer greater control if the fonts match More... over 12 years ago
Give the developer greater control if the fonts match More... over 12 years ago
Reimplement user defined system fonts More... over 12 years ago
Reimplement user defined system fonts More... over 12 years ago
Hook up Font_Vector to use cached fonts More... over 12 years ago
Hook up Font_Vector to use cached fonts More... over 12 years ago
Hook up Font to find cached fonts More... over 12 years ago
Hook up Font to find cached fonts More... over 12 years ago
Hook up Font_Sprite to use cached fonts More... over 12 years ago
Hook up Font_Sprite to use cached fonts More... over 12 years ago