1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Free image buffer if there was an error reading it
bluesmoon
as Philip Tellis
More... over 2 years ago
Initialize ncolors to 0 so that failure of image read is handled
bluesmoon
as Philip Tellis
More... over 2 years ago
Set g.colors to NULL when it hasn't been allocated so that we only free it when safe
bluesmoon
as Philip Tellis
More... over 2 years ago
Use libpng-config to get include & lib directory
bluesmoon
as Philip Tellis
More... over 2 years ago
Remove obsolete code for YUI3 and WEBKIT
bluesmoon
as Philip Tellis
More... over 2 years ago
link to the new discussions
bluesmoon
as Philip Tellis
More... over 2 years ago
Add LICENSE file
bluesmoon
as Philip Tellis
More... over 2 years ago
Update copyright
bluesmoon
as Philip Tellis
More... over 2 years ago
Refactor to define objects closer to where they are used
bluesmoon
as Philip Tellis
More... over 2 years ago
Fix memory leak with g->colors
bluesmoon
as Philip Tellis
More... over 2 years ago
Fix bug when the image only contains a 2 colour gradient
bluesmoon
as Philip Tellis
More... over 2 years ago
Drop prefixed entries that are no longer required
bluesmoon
as Philip Tellis
More... over 2 years ago
Merge pull request #15 from derekcecillewis/add-alpha-support
bluesmoon
as Philip Tellis
More... over 8 years ago
Add support for alpha channel More... over 8 years ago
Merge pull request #14 from botevoker/make-exit-status-portable
bluesmoon
as Philip Tellis
More... almost 9 years ago
make the exit status portable More... almost 9 years ago
Merge pull request #12 from botevoker/add-alpha-support
bluesmoon
as Philip Tellis
More... almost 9 years ago
add support for alpha transparency More... almost 9 years ago
skitch no longer exists
bluesmoon
as Philip Tellis
More... over 9 years ago
update copyright date
bluesmoon
as Philip Tellis
More... over 9 years ago
Update to latest CSS3 gradient spec
bluesmoon
as Philip Tellis
More... over 9 years ago
handle non-error condition OK to avoid warning by -Wswitch
bluesmoon
as Philip Tellis
More... over 9 years ago
libpng 1.5 and higher no longer include zlib.h & string.h
bluesmoon
as Philip Tellis
More... over 9 years ago
Merge branch 'master' of github.com:bluesmoon/pngtocss
bluesmoon
as Philip Tellis
More... about 13 years ago
add support for yui3 graphics
bluesmoon
as Philip Tellis
More... about 13 years ago
fix new way of doing setjmp in libpng 1.5
bluesmoon
as Philip Tellis
More... over 13 years ago
Merged pull request #3 from euphoria/master.
bluesmoon
as Philip Tellis
More... over 13 years ago
Move link flags after target per gcc docs. Fixes Cygwin build. More... over 13 years ago
add prefixless line
bluesmoon
as Philip Tellis
More... over 13 years ago
Add unprefixed linear-gradient. Fixes #1. More... almost 14 years ago