Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Release v2.8 | Joel Bodenmann | 2017-10-29 | 2 | -2327/+2327 | |
| | ||||||
* | Updating URLs | Joel Bodenmann | 2017-10-29 | 1 | -6/+6 | |
| | ||||||
* | Doxygen fix | Joel Bodenmann | 2017-10-29 | 1 | -117/+111 | |
| | ||||||
* | Updating URLs / E-Mail addresses and increasing version from 1.2 to 1.3 | Joel Bodenmann | 2017-10-29 | 1 | -191/+191 | |
| | ||||||
* | Updating URLs | Joel Bodenmann | 2017-10-29 | 2 | -7/+7 | |
| | ||||||
* | Preventing out-of-range warning with STM32LTDC flag definitions | Joel Bodenmann | 2017-10-29 | 1 | -138/+138 | |
| | ||||||
* | Preventing __DSB() redeclaration in STM32LTDC driver | Joel Bodenmann | 2017-10-29 | 1 | -593/+593 | |
| | ||||||
* | Improving STM32F746G-Discovery board files | Joel Bodenmann | 2017-10-28 | 2 | -112/+68 | |
| | ||||||
* | STM32F469i-Discovery board files | Joel Bodenmann | 2017-10-28 | 18 | -377/+3687 | |
| | ||||||
* | Update to hacked alpha support - now uses pre-multiplied color blending ↵ | inmarket | 2017-10-10 | 1 | -19/+42 | |
| | | | | algorithm | |||||
* | Compiler warnings | Joel Bodenmann | 2017-10-03 | 1 | -731/+738 | |
| | ||||||
* | Updating STM32F429i-Discovery board file for ChibiOS | Joel Bodenmann | 2017-10-02 | 9 | -1720/+1726 | |
| | ||||||
* | Add alpha blending support | inmarket | 2017-10-02 | 2 | -18/+51 | |
| | ||||||
* | Fix: ChibiOS V2 doesn't support dma cache handling at all | inmarket | 2017-10-02 | 2 | -6/+16 | |
| | ||||||
* | Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms. | inmarket | 2017-10-02 | 3 | -9/+76 | |
| | ||||||
* | Work around yet another ChibiOS DMA/Cache bug | inmarket | 2017-10-02 | 2 | -20/+47 | |
| | ||||||
* | Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for ↵ | inmarket | 2017-10-02 | 3 | -12/+20 | |
| | | | | STM32F7. This should really be in the ChibiOS DMA routines. | |||||
* | Tidy up | inmarket | 2017-10-02 | 1 | -3/+1 | |
| | ||||||
* | Adding nullpointer checks to GDISP image functions | Joel Bodenmann | 2017-10-01 | 3 | -18/+31 | |
| | ||||||
* | STM32LTDC 2nd layer support with alpha | inmarket | 2017-10-01 | 10 | -250/+381 | |
| | ||||||
* | Updating /demos/modules/gwin/graph configuration file | Joel Bodenmann | 2017-09-26 | 1 | -0/+5 | |
| | ||||||
* | using GFX_PI instead of M_PI in graph demo | Joel Bodenmann | 2017-09-26 | 1 | -7/+7 | |
| | ||||||
* | Fix image byte extraction macros | inmarket | 2017-09-23 | 1 | -6/+5 | |
| | ||||||
* | Fixing issue in JPG decoder | Joel Bodenmann | 2017-09-22 | 1 | -0/+1 | |
| | ||||||
* | Adding Zephyr port | Joel Bodenmann | 2017-09-20 | 9 | -3/+154 | |
| | ||||||
* | Oops - add readme and changelog | inmarket | 2017-09-11 | 2 | -0/+2 | |
| | ||||||
* | Add SSD1322 driver. Thanks to Andrey_13 (but with modifications) | inmarket | 2017-09-11 | 5 | -0/+485 | |
| | ||||||
* | Temporary fix for unknown osFeature_Semaphore value (needs fixing!) | Joel Bodenmann | 2017-08-29 | 1 | -1/+1 | |
| | ||||||
* | Adding CMSIS2 port to gos_mk.c | Joel Bodenmann | 2017-08-29 | 1 | -0/+1 | |
| | ||||||
* | Fixing typo in CMSIS2 port | Joel Bodenmann | 2017-08-29 | 1 | -1/+1 | |
| | ||||||
* | Updating #error message | Joel Bodenmann | 2017-08-27 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git.ugfx.io:uGFX/uGFX | Joel Bodenmann | 2017-08-27 | 10 | -107/+1322 | |
|\ | ||||||
| * | First attempt at the JPG decoder. Compiles but may not run. | inmarket | 2017-08-26 | 2 | -1/+1148 | |
| | | ||||||
| * | Oops! Fix object reference | inmarket | 2017-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey() | inmarket | 2017-08-26 | 3 | -85/+132 | |
| | | ||||||
| * | Fix where some V3.x changes found there way back into V2 causing a compile error | inmarket | 2017-08-26 | 1 | -2/+2 | |
| | | ||||||
| * | Fix a problem with gwinImage where an animated GIF can leave a running timer ↵ | inmarket | 2017-08-26 | 2 | -1/+8 | |
| | | | | | | | | when it is destroyed. | |||||
| * | Merge branch 'gwinDetachToggle' of raboof/ugfx into master | inmarket | 2017-08-26 | 1 | -0/+14 | |
| |\ | ||||||
| | * | Oops | Aram | 2017-07-01 | 1 | -0/+1 | |
| | | | ||||||
| | * | Added gwinDetachToggle method interface | Aram | 2017-07-01 | 2 | -1/+14 | |
| | | | ||||||
| * | | Merge branch 'fix-macos' of yous/uGFX into master | inmarket | 2017-08-26 | 2 | -5/+5 | |
| |\ \ | ||||||
| | * | | Fix CFLAGS and LIBS for sdl2 | Chayoung You | 2017-06-26 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Fix default OPT_CPU for macOS | Chayoung You | 2017-06-26 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Merge branch 'tabsForIndenting' of raboof/ugfx into master | inmarket | 2017-08-26 | 1 | -13/+13 | |
| |\ \ \ | ||||||
| | * | | | Indent src/ginput/ginput_keyboard.c with tabs | Arnout Engelen | 2017-07-01 | 1 | -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() documentation | Joel Bodenmann | 2017-08-27 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Remove #error in cmsis2 | inmarket | 2017-08-17 | 1 | -2/+0 | |
| | | | ||||||
* | | | Add files missing due to git problems | inmarket | 2017-08-17 | 4 | -0/+409 | |
| | | | ||||||
* | | | CHibiOS fixes from removing gfxSemCounter() | inmarket | 2017-08-16 | 1 | -11/+26 | |
| | | | ||||||
* | | | Add support for CMSIS V2 OS's eg RTX5 | inmarket | 2017-08-16 | 5 | -4/+26 | |
| | | |