aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating URLsJoel Bodenmann2017-10-292-7/+7
* Preventing out-of-range warning with STM32LTDC flag definitionsJoel Bodenmann2017-10-291-138/+138
* Preventing __DSB() redeclaration in STM32LTDC driverJoel Bodenmann2017-10-291-593/+593
* Improving STM32F746G-Discovery board filesJoel Bodenmann2017-10-282-112/+68
* STM32F469i-Discovery board filesJoel Bodenmann2017-10-2818-377/+3687
* Update to hacked alpha support - now uses pre-multiplied color blending algor...inmarket2017-10-101-19/+42
* Compiler warningsJoel Bodenmann2017-10-031-731/+738
* Updating STM32F429i-Discovery board file for ChibiOSJoel Bodenmann2017-10-029-1720/+1726
* Add alpha blending supportinmarket2017-10-022-18/+51
* Fix: ChibiOS V2 doesn't support dma cache handling at allinmarket2017-10-022-6/+16
* Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms.inmarket2017-10-023-9/+76
* 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-023-12/+20
* Tidy upinmarket2017-10-021-3/+1
* Adding nullpointer checks to GDISP image functionsJoel Bodenmann2017-10-013-18/+31
* STM32LTDC 2nd layer support with alphainmarket2017-10-0110-250/+381
* Updating /demos/modules/gwin/graph configuration fileJoel Bodenmann2017-09-261-0/+5
* using GFX_PI instead of M_PI in graph demoJoel Bodenmann2017-09-261-7/+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-209-3/+154
* Oops - add readme and changeloginmarket2017-09-112-0/+2
* Add SSD1322 driver. Thanks to Andrey_13 (but with modifications)inmarket2017-09-115-0/+485
* 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-2710-107/+1322
|\
| * First attempt at the JPG decoder. Compiles but may not run.inmarket2017-08-262-1/+1148
| * Oops! Fix object referenceinmarket2017-08-261-1/+1
| * Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey()inmarket2017-08-263-85/+132
| * 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-262-1/+8
| * 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 'fix-macos' of yous/uGFX into masterinmarket2017-08-262-5/+5
| |\ \
| | * | Fix CFLAGS and LIBS for sdl2Chayoung You2017-06-261-2/+2
| | * | Fix default OPT_CPU for macOSChayoung You2017-06-261-3/+3
| * | | 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-174-0/+409
* | | CHibiOS fixes from removing gfxSemCounter()inmarket2017-08-161-11/+26
* | | Add support for CMSIS V2 OS's eg RTX5inmarket2017-08-165-4/+26
* | | Remove long obsoleted (and dubious) functions gfxSemCounter() and gfxSemCount...inmarket2017-08-1615-92/+8
* | | UC8173 board template fixinmarket2017-08-131-1/+2
* | | Vastly improve UC8173 driverinmarket2017-08-134-1050/+410
* | | Fix gwinTextEdit() problemsinmarket2017-08-092-36/+63