aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | STM32F7. This should really be in the ChibiOS DMA routines.
* 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
| | | | | | | | when it is destroyed.
| * 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
| | | |/ | | |/| | | | | | | | | | | | | | | | | src/ginput/ginput_keyboard.c was already mostly indented with tabs, but some lines that were indented with spaces made it in there. This causes trouble with GCC 6 which can warn (or error) on misleading indentations.
* | / | 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 ↵inmarket2017-08-1615-92/+8
| | | | | | | | | | | | gfxSemCounterI()
* | | UC8173 board template fixinmarket2017-08-131-1/+2
| | |
* | | Vastly improve UC8173 driverinmarket2017-08-134-1050/+410
| | |
* | | Fix gwinTextEdit() problemsinmarket2017-08-092-36/+63
| | |
* | | Added UC1610 driver. Thanks to aeromaninmarket2017-07-197-0/+465
|/ /
* | Ensure correct window titles on unicode compiles on Windowsinmarket2017-06-301-1/+1
| |
* | Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-3052-211/+456
|/ | | | more cross platform
* Add support for .S files to the gcc make systeminmarket2017-06-241-1/+17
|
* Updates to the ChibiOS Git version makefileinmarket2017-06-241-1/+15
|
* Add a demo for GFILEinmarket2017-06-243-0/+73
|
* Upgrade to from FATFS-0.10b to FATFS-0.13inmarket2017-06-24174-42304/+25870
|
* Improve handling of streaming drivers with a setpos and a fillarea accelerationinmarket2017-06-242-1/+13
|
* Updating changelogJoel Bodenmann2017-05-241-0/+1
|
* Fixing clipping issue with gdispGDrawString()Joel Bodenmann2017-05-241-1/+1
|