aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_options.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix to gImage BMP handling where the system pixel size is less than a byteinmarket2019-05-081-2/+2
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-1/+1
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-2/+2
| | | | replace justifyXXX
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-126/+126
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-111-0/+18
| | | | justification options
* Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+15
|
* Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+10
|
* Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-2/+11
|
* Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+8
|
* Improving docJoel Bodenmann2017-01-101-1/+1
|
* Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+9
|
* New dual circle drawing in GDISPinmarket2016-11-091-0/+8
|
* Add PNG image support - Does not support interlaced PNG'sinmarket2016-02-271-0/+121
|
* Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()Joel Bodenmann2015-10-301-0/+8
| | | | Thanks to Koryagin Dmitry for this contribution
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+445
project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).