aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp.h
Commit message (Collapse)AuthorAgeFilesLines
* Typedef gImage compatibility only when GDISP_NEED_IMAGE is GFXONJoel Bodenmann2019-05-011-1/+3
|
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-0/+1
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-10/+10
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gColorformat to replace V2.x colorformatinmarket2018-07-081-0/+1
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-41/+48
| | | | gOrientationX replace GDISP_ROTATE_X
* Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros ↵inmarket2018-07-081-2/+4
| | | | JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM
* Added type gFont to replace V2.x font_tinmarket2018-07-081-16/+17
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-081-16/+25
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-17/+28
| | | | replace justifyXXX
* Correct V2 powermode macrosinmarket2018-07-081-4/+4
|
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-081-17/+22
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-081-32/+33
|
* Change pixel_t to gPixelinmarket2018-07-081-2/+3
|
* Change coord_t to gCoordinmarket2018-07-081-39/+40
|
* Change point and point_t to gPointinmarket2018-07-081-5/+9
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-12/+4
|
* First set of V3 macro changesinmarket2018-02-271-44/+44
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-111-3/+12
| | | | justification options
* Doxygen fixesJoel Bodenmann2016-12-111-15/+15
|
* Added a function to draw thick arcsCorentin Barman2016-11-271-0/+25
|
* Add support for adding fonts to the font listinmarket2016-11-141-0/+13
|
* Fixing gdispFillDualCircle() wrapper macro parametersJoel Bodenmann2016-11-111-1/+1
|
* New dual circle drawing in GDISPinmarket2016-11-091-0/+18
|
* Fixing commentJoel Bodenmann2016-07-141-1/+1
|
* typoJoel Bodenmann2016-01-081-1/+1
|
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+2
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* DoxygenJoel Bodenmann2015-10-301-0/+1
|
* Add extra font metricsinmarket2015-10-061-2/+19
|
* Improvind doxygenJoel Bodenmann2015-06-181-5/+40
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+1124
project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).