aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixing issue in RTX5/CMSIS2 portJoel Bodenmann2018-02-261-1/+1
* | Added support for specifying calibration fonts and textinmarket2018-02-241-6/+22
|/
* Support negative baseline_x in a font.inmarket2018-01-092-19/+17
* Fix for wordwrapping when there is a space then a newlineinmarket2018-01-051-38/+42
* Bug fix for drawing boxes of size 3x3 pixelsinmarket2017-11-071-11/+11
* Doxygen fixJoel Bodenmann2017-10-291-117/+111
* Update to hacked alpha support - now uses pre-multiplied color blending algor...inmarket2017-10-101-19/+42
* Compiler warningsJoel Bodenmann2017-10-031-731/+738
* Add alpha blending supportinmarket2017-10-022-18/+51
* Fix: ChibiOS V2 doesn't support dma cache handling at allinmarket2017-10-022-6/+16
* Work around yet another ChibiOS DMA/Cache buginmarket2017-10-022-20/+47
* Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for ...inmarket2017-10-022-12/+19
* Tidy upinmarket2017-10-021-3/+1
* Adding nullpointer checks to GDISP image functionsJoel Bodenmann2017-10-012-18/+30
* STM32LTDC 2nd layer support with alphainmarket2017-10-011-0/+7
* Fix image byte extraction macrosinmarket2017-09-231-6/+5
* Fixing issue in JPG decoderJoel Bodenmann2017-09-221-0/+1
* Adding Zephyr portJoel Bodenmann2017-09-207-3/+152
* Temporary fix for unknown osFeature_Semaphore value (needs fixing!)Joel Bodenmann2017-08-291-1/+1
* Adding CMSIS2 port to gos_mk.cJoel Bodenmann2017-08-291-0/+1
* Fixing typo in CMSIS2 portJoel Bodenmann2017-08-291-1/+1
* Updating #error messageJoel Bodenmann2017-08-271-1/+1
* Merge branch 'master' of git.ugfx.io:uGFX/uGFXJoel Bodenmann2017-08-277-102/+1312
|\
| * First attempt at the JPG decoder. Compiles but may not run.inmarket2017-08-261-1/+1147
| * Oops! Fix object referenceinmarket2017-08-261-1/+1
| * Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey()inmarket2017-08-262-85/+131
| * Fix where some V3.x changes found there way back into V2 causing a compile errorinmarket2017-08-261-2/+2
| * Fix a problem with gwinImage where an animated GIF can leave a running timer ...inmarket2017-08-261-1/+5
| * Merge branch 'gwinDetachToggle' of raboof/ugfx into masterinmarket2017-08-261-0/+14
| |\
| | * OopsAram2017-07-011-0/+1
| | * Added gwinDetachToggle method interfaceAram2017-07-012-1/+14
| * | Merge branch 'tabsForIndenting' of raboof/ugfx into masterinmarket2017-08-261-13/+13
| |\ \
| | * | Indent src/ginput/ginput_keyboard.c with tabsArnout Engelen2017-07-011-13/+13
| | |/
* | / Improving gdispPixmapCreate() documentationJoel Bodenmann2017-08-271-2/+2
|/ /
* | Remove #error in cmsis2inmarket2017-08-171-2/+0
* | Add files missing due to git problemsinmarket2017-08-173-0/+243
* | CHibiOS fixes from removing gfxSemCounter()inmarket2017-08-161-11/+26
* | Add support for CMSIS V2 OS's eg RTX5inmarket2017-08-163-4/+22
* | Remove long obsoleted (and dubious) functions gfxSemCounter() and gfxSemCount...inmarket2017-08-1615-92/+8
* | Fix gwinTextEdit() problemsinmarket2017-08-091-35/+60
|/
* Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-3023-69/+249
* Upgrade to from FATFS-0.10b to FATFS-0.13inmarket2017-06-243-6/+6
* 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
* Fixed an issue on FreeRTOS where thread stacks were being created too largeinmarket2017-04-061-0/+3
* Another gwin concurrency fixinmarket2017-04-011-1/+5
* Prevent GWIN drawing while deleting a window from the listinmarket2017-04-011-0/+2
* Fix font baseline_x problem, decrease word-wrap stack usage, add text justifi...inmarket2017-03-114-83/+151
* Fix a bug that can cause large fonts to not be read correctly.inmarket2017-03-113-3/+3
* Make the uGFXMain() prototype always availableinmarket2017-03-042-5/+0