index
:
lodepng.git
master
Mirror of https://github.com/lvandeve/lodepng
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-04-09
color key and file handling
Lode
2016-03-29
ignore invalid data past IEND in chunk util
Lode
2016-03-23
show background color in pngdetail
Lode
2016-01-26
Fix the quick reference
Lode Vandevenne
2016-01-25
code tweaks
Lode
2016-01-24
update version number
Lode
2016-01-24
various updates
Lode
2016-01-24
Merge pull request #32 from JeckDev/master
Lode Vandevenne
2016-01-22
Fixed crash on uncompressed PNG files.
JeckDev
2016-01-18
various fixes
Lode
2016-01-18
only include those C++ headers when LODEPNG_COMPILE_CPP
Lode
2016-01-06
Merge pull request #30 from Flameeyes/master
Lode Vandevenne
2016-01-03
Fix crash on PNG files with a single column of pixels.
Diego Elio Pettenò
2015-12-10
Merge pull request #26 from Saribro/master
Lode Vandevenne
2015-12-10
Fix VS2015 compilation.
Saribro
2015-12-09
some new features for the pngdetail example
Lode
2015-12-09
Merge branch 'master' of https://github.com/lvandeve/lodepng
Lode
2015-12-09
Made load_file function return error if file can't be opened
Lode
2015-11-02
fix typo
Lode Vandevenne
2015-10-24
output palette fix
Lode
2015-10-24
Merge pull request #21 from BenWiederhake/master
Lode Vandevenne
2015-10-24
fix typos
Ben Wiederhake
2015-10-19
Merge pull request #18 from BenWiederhake/master
Lode Vandevenne
2015-10-19
fix typos
Ben Wiederhake
2015-09-12
Merge branch 'master' of https://github.com/lvandeve/lodepng
Lode
2015-09-12
add LODEPNG_NO_COMPILE_CRC compile option
Lode
2015-09-12
Merge pull request #14 from cosinekitty/savefile-return-code
Lode Vandevenne
2015-08-01
encode() now returns error code if save_file() cannot open output file.
Don Cross
2015-04-19
small optimization
Lode
2015-04-19
Merge branch 'master' of https://github.com/lvandeve/lodepng
Lode
2015-04-19
boundary package merge
Lode
2015-03-26
Merge pull request #8 from Saribro/master
lvandeve
2015-03-25
un/compressed size info switched around
Bart Swinnen
2015-03-21
make all comments C-style
Lode
2015-02-16
move examples to examples directory
Lode
2015-02-16
minor fixes
Lode
2015-01-20
update a todo
Lode
2014-12-02
Update example_png_info.cpp
lvandeve
2014-12-01
tiny tweaks
Lode
2014-12-01
Merge branch 'ansi_c_only' of https://github.com/slowriot/lodepng into slowri...
Lode
2014-12-01
move VERSION_STRING to header as LODEPNG_VERSION_STRING
Lode
2014-11-28
Removing all C99 version define switches and the associated C99 functionality
SlowRiot
2014-11-28
Merge https://github.com/lvandeve/lodepng
SlowRiot
2014-11-28
ensuring ANSI C compatibility by using ifdefs where appropriate
SlowRiot
2014-11-27
various fixes
Lode
2014-11-27
more != comparisons instead of < against unsigned types for loops starting wi...
SlowRiot
2014-11-27
fixing preincrement bug introduced previously
SlowRiot
2014-11-27
Merge branch 'master' of https://github.com/lvandeve/lodepng
SlowRiot
2014-11-21
fix for C
Lode
2014-11-21
fix examples
Lode
[next]