aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix to gImage BMP handling where the system pixel size is less than a byteinmarket2019-05-081-0/+2
|
* Fix release notesinmarket2019-05-081-1/+4
|
* Merge branch 'develop'Joel Bodenmann2019-05-011-0/+1
|\
| * Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-0/+1
| |
* | Release v2.9Joel Bodenmann2019-02-261-1/+1
|/
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-3/+5
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-1/+3
|
* Fix gfxRealloc bug for RAW32 (and derivitives)inmarket2018-10-141-0/+1
|
* Reverse removal of label auto-sizing during label creation. Retained removal ↵inmarket2018-10-141-2/+2
| | | | of auto-sizing during draw.
* Updating changelogJoel Bodenmann2018-10-011-0/+2
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-0/+1
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-1/+1
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-1/+1
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-11/+15
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* 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-10/+11
| | | | gOrientationX replace GDISP_ROTATE_X
* Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros ↵inmarket2018-07-081-0/+1
| | | | JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM
* Added type gFont to replace V2.x font_tinmarket2018-07-081-0/+1
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-081-2/+3
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-0/+1
| | | | replace justifyXXX
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-081-0/+1
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-081-0/+1
|
* Change pixel_t to gPixelinmarket2018-07-081-0/+1
|
* Change coord_t to gCoordinmarket2018-07-081-0/+1
|
* Change point and point_t to gPointinmarket2018-07-081-2/+2
|
* Added WS29EPD driver by cpu20 for the WaveShare E-Paper displayinmarket2018-07-071-0/+1
|
* Add support for ChibiOS V5 - Thanks Vrolleiinmarket2018-07-071-0/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-0/+8
|
* Fix UC1610 driver private area initialisationinmarket2018-04-031-0/+1
|
* Merge remote-tracking branch 'origin/master'inmarket2018-03-101-0/+1
|\
| * Updating changelogJoel Bodenmann2018-03-101-0/+1
| |
* | 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-0/+4
|
* Fixing issue in RTX5/CMSIS2 portJoel Bodenmann2018-02-261-0/+1
|
* Added support for specifying calibration fonts and textinmarket2018-02-241-0/+10
|
* Release v2.8Joel Bodenmann2017-10-291-1/+1
|
* Improving STM32F746G-Discovery board filesJoel Bodenmann2017-10-281-0/+1
|
* STM32F469i-Discovery board filesJoel Bodenmann2017-10-281-0/+2
|
* Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms.inmarket2017-10-021-1/+1
|
* Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for ↵inmarket2017-10-021-0/+1
| | | | STM32F7. This should really be in the ChibiOS DMA routines.
* Adding nullpointer checks to GDISP image functionsJoel Bodenmann2017-10-011-0/+1
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-011-0/+9
|
* Adding Zephyr portJoel Bodenmann2017-09-201-0/+1
|
* Oops - add readme and changeloginmarket2017-09-111-0/+1
|
* First attempt at the JPG decoder. Compiles but may not run.inmarket2017-08-261-0/+1
|
* Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey()inmarket2017-08-261-0/+1
|
* Fix a problem with gwinImage where an animated GIF can leave a running timer ↵inmarket2017-08-261-0/+3
| | | | when it is destroyed.
* Add support for CMSIS V2 OS's eg RTX5inmarket2017-08-161-0/+2
|
* Fix gwinTextEdit() problemsinmarket2017-08-091-1/+3
|
* Added UC1610 driver. Thanks to aeromaninmarket2017-07-191-0/+1
|