0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rename paint to render
ecloud
as Shawn Rutledge
More... over 11 years ago
first-order optimization of large <text> objects: do some rough clipping
ecloud
as Shawn Rutledge
More... over 11 years ago
fixed flick-area bug: interminable springback whenever bounds > content bounds
ecloud
as Shawn Rutledge
More... over 11 years ago
added flicktext-widgets test/example; text has a font
ecloud
as Shawn Rutledge
More... over 11 years ago
nevermind, scaling of bounds is dysfunctional and I'm frustrated so will get back to that later
ecloud
as Shawn Rutledge
More... over 11 years ago
calculate path bounds on construction of <path> widget
ecloud
as Shawn Rutledge
More... over 11 years ago
inkstroke-widget example: can drag it, but bounds are wrong
ecloud
as Shawn Rutledge
More... over 11 years ago
can push and pop transforms; makes zooming easier
ecloud
as Shawn Rutledge
More... over 11 years ago
ink8 is replaced by path8 with the "sticky" line command
ecloud
as Shawn Rutledge
More... over 11 years ago
can render ink8 again
ecloud
as Shawn Rutledge
More... over 11 years ago
roundrect.scm works again: path-stroke needs key params for x and y
ecloud
as Shawn Rutledge
More... over 11 years ago
don't, errm, crash anymore: eglSwapBuffersRegionNOK working
ecloud
as Shawn Rutledge
More... over 11 years ago
updated a couple of examples due to changes in g2d:rect interface
ecloud
as Shawn Rutledge
More... over 11 years ago
g2d_init returns void*: no more warnings about type mismatch
ecloud
as Shawn Rutledge
More... over 11 years ago
fix things that broke after Intel driver upgrade
ecloud
as Shawn Rutledge
More... over 11 years ago
path doc changes; widgets.scm uses radius overrides where rect side is omitted
ecloud
as Shawn Rutledge
More... over 11 years ago
g2d:path-stroke uses the given offset to alter the MV transform temporarily
ecloud
as Shawn Rutledge
More... over 11 years ago
g2d_path8 converted to a vertex buffer generator; added g2d:path-stroke
ecloud
as Shawn Rutledge
More... over 11 years ago
flick-area: more reliable physics
ecloud
as Shawn Rutledge
More... over 11 years ago
flick-area: added axis-lock-threshold
ecloud
as Shawn Rutledge
More... over 11 years ago
flick-area: can drag/flick it via touchscreen too
ecloud
as Shawn Rutledge
More... over 11 years ago
flick-area implemented for scroll wheel events only
ecloud
as Shawn Rutledge
More... over 11 years ago
A couple of neglected bug fixes: widget-surface-offset and keymap
ecloud
as Shawn Rutledge
More... over 11 years ago
added synthesized velocity to scroll events
ecloud
as Shawn Rutledge
More... over 11 years ago
added ScrollDeviceInfo, still no useful scroll valuator yet; just buttons 4,5/6,7
ecloud
as Shawn Rutledge
More... over 11 years ago
added test/flicktext-lolevel.scm as a flicking physics prototype
ecloud
as Shawn Rutledge
More... over 11 years ago
added g2d:frame-rate
ecloud
as Shawn Rutledge
More... over 11 years ago
added synthesized velocity to touch events
ecloud
as Shawn Rutledge
More... over 11 years ago
make-path8-rect instead of make-path8-lozenge and make-path8-tab
ecloud
as Shawn Rutledge
More... over 11 years ago
use fontconfig characteristics for widget default font
ecloud
as Shawn Rutledge
More... over 11 years ago