aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compatibility with newer ChibiOS, as upstream don't want to do so.HEADmasterNick Brassel2020-01-121-1/+1
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-40/+40
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-6/+6
| | | | gOrientationX replace GDISP_ROTATE_X
* Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros ↵inmarket2018-07-081-8/+8
| | | | JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM
* Added type gFont to replace V2.x font_tinmarket2018-07-081-10/+10
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-081-9/+9
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-20/+20
| | | | replace justifyXXX
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-081-1/+1
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-081-34/+34
|
* Change pixel_t to gPixelinmarket2018-07-081-2/+2
|
* Change coord_t to gCoordinmarket2018-07-081-69/+69
|
* Change point and point_t to gPointinmarket2018-07-081-6/+6
|
* Fix some missing gBool conversionsinmarket2018-07-081-3/+3
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-11/+11
|
* 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-33/+33
|
* Bug fix for drawing boxes of size 3x3 pixelsinmarket2017-11-071-11/+11
|
* Update to hacked alpha support - now uses pre-multiplied color blending ↵inmarket2017-10-101-19/+42
| | | | algorithm
* Add alpha blending supportinmarket2017-10-021-16/+44
|
* Improve handling of streaming drivers with a setpos and a fillarea accelerationinmarket2017-06-241-0/+12
|
* Fixing clipping issue with gdispGDrawString()Joel Bodenmann2017-05-241-1/+1
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-111-80/+117
| | | | justification options
* Fixed extra dots when drawing anti-aliased fonts with wordwrapinmarket2017-01-201-1/+1
|
* Fixed drawThickArc functionCorentin Barman2016-12-111-23/+45
|
* Added a function to draw thick arcsCorentin Barman2016-11-271-0/+97
|
* Fixed and improved the get_normal_vector functionCorentin Barman2016-11-121-60/+28
|
* Fixing bug in gdispGFillConvexPolyCorentin Barman2016-11-091-0/+2
|
* New dual circle drawing in GDISPinmarket2016-11-091-0/+77
|
* Add protection for a font not being supplied.inmarket2016-10-011-1/+17
|
* Fix 3 bugs in filled arc drawing...inmarket2016-10-011-69/+73
| | | | | | 1. Certain small angles would fill the inverse angle 2. Certain angles would draw a spurios horizontal line 3. Integer rounding improvements (now also improved for arc drawing)
* (void)var statements must come after any variable definitions in strict cinmarket2016-08-131-1/+2
|
* Fixing possible crash when GDISP_NEED_TEXT_WORDWRAP is enabled.Joel Bodenmann2016-08-131-1/+4
|
* Fix clipping of gdispGFillString()Joel Bodenmann2016-07-131-1/+1
|
* Fix clipping of gdispGDrawString.Martijn Stommels2016-07-111-1/+1
|
* using GFX_PI internally to avoid issues with M_PIJoel Bodenmann2015-11-281-4/+4
|
* 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)
* Fixing vertical center alignment issue when word-wrap is turned onJoel Bodenmann2015-11-141-4/+23
|
* Handle antialiased font drawing when using word-wrapinmarket2015-11-041-3/+11
|
* Fixing previously introduced bug in gdispDrawStringBox()Joel Bodenmann2015-11-021-1/+1
|
* Fixing compiler warningsJoel Bodenmann2015-11-021-2/+10
|
* Fixing word-wrapJoel Bodenmann2015-11-021-2/+1
|
* Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()Joel Bodenmann2015-10-301-2/+49
| | | | Thanks to Koryagin Dmitry for this contribution
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-4/+4
|
* Moving INLINE macro to gfx.h main file as inlined functions are also used ↵Joel Bodenmann2015-10-201-12/+0
| | | | outside of gdisp.h
* Add extra font metricsinmarket2015-10-061-3/+13
|
* Allow a zero sized clipping regioninmarket2015-07-081-1/+1
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-3/+3
| | | | | | files). Simply compile src/gfx_mk.c
* Small fix for scrollinginmarket2015-04-071-1/+3
|
* Fix pixel error rounding in gdispDrawConvexPoly().inmarket2015-02-141-0/+7
| | | | The corrects strange gwin arrow button appearances for certain sizes.