aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_image.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-49/+49
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-29/+29
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-7/+7
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Change color_t to gColorinmarket2018-07-081-7/+7
|
* Change coord_t to gCoordinmarket2018-07-081-9/+9
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-6/+6
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-1/+1
|
* Tidy upinmarket2017-10-021-3/+1
|
* Adding nullpointer checks to GDISP image functionsJoel Bodenmann2017-10-011-3/+14
|
* Minor changes & improvements on image color palletization handlingJoel Bodenmann2016-11-111-6/+25
|
* Adding ability to modify the color palette of BMP images (untested)Joel Bodenmann2016-11-101-7/+18
|
* Add PNG image support - Does not support interlaced PNG'sinmarket2016-02-271-0/+10
|
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Fix endian macro'sinmarket2015-11-181-1/+1
|
* More endian updates. Images should now work for any endian machine even ↵inmarket2015-11-121-2/+43
| | | | strange ones.
* Clean up endian support for images based on new system definesinmarket2015-11-111-33/+6
| | | | Remove deprecated image functions
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-8/+0
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+233