Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 1 | -1/+1 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵ | inmarket | 2018-07-08 | 1 | -1/+1 |
| | | | | replace justifyXXX | ||||
* | Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵ | inmarket | 2018-07-08 | 1 | -1/+1 |
| | | | | replace powerXXX | ||||
* | Change color_t to gColor | inmarket | 2018-07-08 | 1 | -10/+10 |
| | |||||
* | Change pixel_t to gPixel | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 1 | -12/+12 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 1 | -4/+4 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -60/+60 |
| | |||||
* | Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵ | inmarket | 2017-03-11 | 1 | -0/+4 |
| | | | | justification options | ||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -1/+1 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Fixing comment | Joel Bodenmann | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Fix to LLD driver color conversions. | inmarket | 2015-05-10 | 1 | -2/+2 |
| | |||||
* | Fix compiler warnings for some drivers | inmarket | 2015-02-05 | 1 | -34/+17 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -0/+1070 |
project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). |