aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
|
* Minor fixupsinmarket2018-11-101-762/+762
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-3/+3
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gFont to replace V2.x font_tinmarket2018-07-081-4/+4
|
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-2/+2
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-081-7/+7
|
* Change pixel_t to gPixelinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-081-36/+36
|
* Change point and point_t to gPointinmarket2018-07-081-2/+2
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-770/+762
|
* 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-6/+6
|
* Removing obsolete color parameters from gwinFillDualCircle()Joel Bodenmann2016-12-151-3/+1
| | | | Fixes T27
* Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.Joel Bodenmann2016-12-141-0/+16
| | | | Fixes T18
* Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function.Joel Bodenmann2016-12-141-0/+20
| | | | Fixes T16
* 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)
* DoxygenJoel Bodenmann2015-11-071-0/+2
|
* Doco improvementinmarket2015-10-061-13/+18
|
* Doxygen updateJoel Bodenmann2015-07-051-1/+1
|
* Add the ability to flash a gwin window/widget.inmarket2015-01-251-0/+34
| | | | | Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button).
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+1026
project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).