summaryrefslogtreecommitdiff
path: root/common/Png.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-18Use #pragma onceTor Lillqvist1-0/+2
2019-10-29test: improve TileCacheTestsAshod Nakashian1-1/+1
2019-09-22wsd: fix variable might be clobbered by ‘longjmp’ or ‘vfork’Ashod Nakashian1-23/+43
2019-04-23wsd: use fast deflate level for pngAshod Nakashian1-0/+6
2019-04-23wsd: logging, comments, and const correctnessAshod Nakashian1-1/+3
2019-03-22For iOS, generate the data: URLs for the PNG tiles already in the Online codeTor Lillqvist1-0/+18
2019-02-12android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky1-1/+1
2018-11-02Use std::memcpy() here for consistencyTor Lillqvist1-1/+1
2018-11-01Use faster PNG compression in mobile appTor Lillqvist1-0/+20
2018-02-07common: spell out non-trivial autos to improve readabilityMiklos Vajna1-1/+1
2017-01-13No Hungarian notation pleaseTor Lillqvist1-4/+4
2017-01-11Remove assert as this function can also be called with a non-empty output vectorTor Lillqvist1-3/+0
2017-01-04Add an assert to make sure assumptions I am about to make will holdTor Lillqvist1-0/+3
2017-01-04Bin superfluous assert()Tor Lillqvist1-2/+0
2017-01-04Reanme png namespace to Png for consistencyTor Lillqvist1-1/+1
2016-12-27loplugin:cstylecastNoel Grandin1-4/+4
2016-12-27loplugin:loopvartoosmallNoel Grandin1-1/+1
2016-12-22add a configure option for using clang compiler pluginsNoel Grandin1-1/+1
2016-12-05Png: avoid multiplication at int precision, then converting to longMiklos Vajna1-2/+2
2016-11-28loolwsd: support more efficient full-buffer hashingAshod Nakashian1-0/+6
2016-11-28loolwsd: use a better hash function for png cachingAshod Nakashian1-7/+11
2016-11-25Avoid PNG compression for un-changed tiles.Michael Meeks1-0/+20
2016-11-25Apply the pre-branch rename script to re-organize the source.Michael Meeks1-0/+235