5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added svg viewer example
mbn
More... over 10 years ago
Added Path::glyph, to assist in development. Maybe removed in the future More... over 10 years ago
Add GlyphMetrics for the fonts. Note, the fonts should be reviewed, there appears to be duplication and unnecessary casting from float to ints More... over 10 years ago
Fix bug in the path renderer More... over 10 years ago
Add rounded rectangle to clan::Path More... over 10 years ago
Add xywh and ltrb helper functions to clan::Rectx More... over 10 years ago
Adjust clan::Mat3 2D rotation to match glRotate(0,0,1) More... over 10 years ago
Change the default initialization of clan::Mat2 and clan::Mat3 to zero the matrix, like clan::Mat4. More... over 10 years ago
Add 2D rotation, translation and scale to clan::Mat3<Type> More... over 10 years ago
Revert previous PathRenderer "next" fix. Replace it with an alternative method that actually works. This is still untidy More... over 10 years ago
Add PathRenderer::next to fix bug in path rendering. Note, this probably isn't the right way to fix the bug More... over 10 years ago
Add Path::transform More... over 10 years ago
Add Mat3<Type> multiplication operator for calculating Vec2<Type> More... over 10 years ago
Add new files into the makefile More... over 10 years ago
Removed threading overview as its obsolete More... over 10 years ago
Move doc adjustments More... over 10 years ago
Removed deprecated sound More... over 10 years ago
Removed deprecated clanNetwork classes More... over 10 years ago
Removed callback from ref More... over 10 years ago
Updated documentation More... over 10 years ago
Split path rendering into two classes for fill and stroke
mbn
More... over 10 years ago
Split stroke and fill into separate functions
mbn
More... over 10 years ago
Merge pull request #41 from jherman3/master More... over 10 years ago
Fix build error caused by nonconst reference in comparison lambda More... over 10 years ago
Merge pull request #40 from Pyrdacor/master More... over 10 years ago
Fixed infinite loop bugs in image/sprite resource loading and cursor description construction. They occur if inside the XML files something other than an element appears (e.g. normal text). More... over 10 years ago
Fixed pacman example. Software renderer doesn't exist anymore. Also the sig_close slot was not stored in a variable so it was not possible to close the app via close button. More... over 10 years ago
Code cleanup More... over 10 years ago
Build ellipses using Beziers instead of lines. They scale better if transformed at a later stage More... over 10 years ago
Add ellipse to clan::Path More... over 10 years ago