Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | 3 | -0/+243 | |
| | | ||||||
* | | 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 | 3 | -4/+22 | |
| | | ||||||
* | | Remove long obsoleted (and dubious) functions gfxSemCounter() and ↵ | inmarket | 2017-08-16 | 15 | -92/+8 | |
| | | | | | | | | gfxSemCounterI() | |||||
* | | Fix gwinTextEdit() problems | inmarket | 2017-08-09 | 1 | -35/+60 | |
|/ | ||||||
* | Add compatibility with Visual Studio and make compile warning capabilities ↵ | inmarket | 2017-06-30 | 23 | -69/+249 | |
| | | | | more cross platform | |||||
* | Upgrade to from FATFS-0.10b to FATFS-0.13 | inmarket | 2017-06-24 | 3 | -6/+6 | |
| | ||||||
* | Improve handling of streaming drivers with a setpos and a fillarea acceleration | inmarket | 2017-06-24 | 1 | -0/+12 | |
| | ||||||
* | Fixing clipping issue with gdispGDrawString() | Joel Bodenmann | 2017-05-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed an issue on FreeRTOS where thread stacks were being created too large | inmarket | 2017-04-06 | 1 | -0/+3 | |
| | ||||||
* | Another gwin concurrency fix | inmarket | 2017-04-01 | 1 | -1/+5 | |
| | ||||||
* | Prevent GWIN drawing while deleting a window from the list | inmarket | 2017-04-01 | 1 | -0/+2 | |
| | ||||||
* | Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵ | inmarket | 2017-03-11 | 4 | -83/+151 | |
| | | | | justification options | |||||
* | Fix a bug that can cause large fonts to not be read correctly. | inmarket | 2017-03-11 | 3 | -3/+3 | |
| | ||||||
* | Make the uGFXMain() prototype always available | inmarket | 2017-03-04 | 2 | -5/+0 | |
| | ||||||
* | Change the prototype for uGFXMain() | inmarket | 2017-03-04 | 3 | -5/+9 | |
| | ||||||
* | FEATURE: Significantly improved the FreeRTOS port | inmarket | 2017-03-04 | 15 | -9/+119 | |
| | | | | | | 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 | |||||
* | Updates to the FreeRTOS GOS port | inmarket | 2017-03-01 | 2 | -78/+32 | |
| | ||||||
* | Fixing an issue with word wrapping of strings containing dashes. | Joel Bodenmann | 2017-02-21 | 1 | -0/+2 | |
| | | | | Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed. | |||||
* | Increase non-UTF8 font support to 0 to 255 rather than just the true ascii set | inmarket | 2017-01-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed extra dots when drawing anti-aliased fonts with wordwrap | inmarket | 2017-01-20 | 1 | -1/+1 | |
| | ||||||
* | Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 2 | -15/+24 | |
| | ||||||
* | Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 2 | -16/+18 | |
| | ||||||
* | Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 2 | -11/+14 | |
| | ||||||
* | Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 2 | -6/+9 | |
| | ||||||
* | Removing obsolete code | Joel Bodenmann | 2017-01-10 | 1 | -7/+0 | |
| | ||||||
* | Improving doc | Joel Bodenmann | 2017-01-10 | 1 | -1/+1 | |
| | ||||||
* | Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 2 | -12/+21 | |
| | ||||||
* | Add gwinListItemSetText() | inmarket | 2017-01-09 | 2 | -7/+67 | |
| | ||||||
* | Add support for a user provided file system. | inmarket | 2017-01-09 | 2 | -0/+21 | |
| | ||||||
* | Ensure stack size produces an aligned stack on platforms where it matters | inmarket | 2017-01-09 | 5 | -5/+9 | |
| | ||||||
* | Fix console recursion bug - Thanks to Oleg Gerasimov | inmarket | 2017-01-09 | 1 | -39/+51 | |
| | ||||||
* | Fix window manager redraw problem with multi-tasking and large images | inmarket | 2017-01-09 | 1 | -11/+10 | |
| | ||||||
* | Fix Cortex m0 Raw32 scheduler. | inmarket | 2016-12-30 | 3 | -18/+25 | |
| | | | | Ensure 8 byte alignment of the stack for all ARM specific scheduler code. | |||||
* | Updates to Keil RAW32 CPU specific scheduler. | inmarket | 2016-12-23 | 3 | -3/+27 | |
| | | | | Tested working on CortexM7 and CortexM7 with FP. | |||||
* | Removing obsolete color parameters from gwinFillDualCircle() | Joel Bodenmann | 2016-12-15 | 2 | -4/+2 | |
| | | | | Fixes T27 | |||||
* | Doxygen fix | Joel Bodenmann | 2016-12-14 | 1 | -1/+1 | |
| | ||||||
* | Adding #prama for Keil compiler to suppress "statement is unreachable" warning. | Joel Bodenmann | 2016-12-14 | 1 | -0/+1 | |
| | | | | Commit r57667124 removed certain unreachable statements as Keil/ARMCC complains about those. However, most other compilers (including GCC) complain if a function with a non-void return type have no return statement in them. Therefore, that commit was reverted (Revert commit is r509eba89) and pragams are added to the Keil compiler configuration instead. | |||||
* | Revert "Remove some compiler warnings" | Joel Bodenmann | 2016-12-14 | 2 | -1/+3 | |
| | | | | This reverts commit 76671249d62e0931fdac3849ef474d57f780a61e. | |||||
* | Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function. | Joel Bodenmann | 2016-12-14 | 2 | -0/+22 | |
| | | | | Fixes T18 | |||||
* | Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function. | Joel Bodenmann | 2016-12-14 | 2 | -0/+28 | |
| | | | | Fixes T16 | |||||
* | Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 ↵ | Joel Bodenmann | 2016-12-12 | 3 | -3/+3 | |
| | | | | threading functions | |||||
* | Cleaning up raw32 thread context switching functions (use consistent coding ↵ | Joel Bodenmann | 2016-12-12 | 3 | -30/+30 | |
| | | | | style) | |||||
* | Fixing typo in comment | Joel Bodenmann | 2016-12-12 | 1 | -1/+1 | |
| | ||||||
* | Update the Raw32 heap allocator to remove a memory merging bug. | inmarket | 2016-12-12 | 1 | -62/+50 | |
| | | | | The new code has less allocation overhead but memory blocks are now not tracked while allocated. | |||||
* | Update Raw32 threads CLIB support to work with modern versions of the MINGW ↵ | inmarket | 2016-12-12 | 1 | -2/+3 | |
| | | | | compiler | |||||
* | Doxygen fixes | Joel Bodenmann | 2016-12-11 | 1 | -15/+15 | |
| |