aboutsummaryrefslogtreecommitdiff
path: root/drivers/jpegd/image_loader_jpegd.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jpg: Make it a module and split jpgd thirdparty filesRémi Verschelde2016-10-151-143/+0
| | | | Similar rationale as in previous commit.
* Removed unused variables (first pass)Rémi Verschelde2016-07-071-0/+2
| | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-11/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-19/+35
| | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
* Fix uint compile errormrezai2016-01-051-1/+1
|
* -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵Juan Linietsky2016-01-031-0/+108
and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040