aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Upgrade to from FATFS-0.10b to FATFS-0.13inmarket2017-06-241-0/+1
|
* Updating changelogJoel Bodenmann2017-05-241-0/+1
|
* Adding RA6963 driverJoel Bodenmann2017-05-231-409/+410
|
* KS0108 multi-chip driver thanks to doc_rob.inmarket2017-05-181-0/+1
|
* Updating changelogJoel Bodenmann2017-05-161-0/+1
|
* Added partial definition for the STM32F469i-Discovery boardinmarket2017-05-051-0/+1
|
* Added UC1601s driverinmarket2017-05-051-0/+2
|
* Fixed an issue on FreeRTOS where thread stacks were being created too largeinmarket2017-04-061-0/+1
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-111-0/+7
| | | | justification options
* FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-041-0/+4
| | | | | | FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
* Added complete support for Altera Terasic MAX10 NEEK boardJoel Bodenmann2017-02-181-0/+1
|