aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix Cortex m0 Raw32 scheduler.inmarket2016-12-303-18/+25
| | | | Ensure 8 byte alignment of the stack for all ARM specific scheduler code.
* Updates to Keil RAW32 CPU specific scheduler.inmarket2016-12-233-3/+27
| | | | Tested working on CortexM7 and CortexM7 with FP.
* Removing obsolete color parameters from gwinFillDualCircle()Joel Bodenmann2016-12-152-4/+2
| | | | Fixes T27
* Doxygen fixJoel Bodenmann2016-12-141-1/+1
|
* Adding #prama for Keil compiler to suppress "statement is unreachable" warning.Joel Bodenmann2016-12-141-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 Bodenmann2016-12-142-1/+3
| | | | This reverts commit 76671249d62e0931fdac3849ef474d57f780a61e.
* Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.Joel Bodenmann2016-12-142-0/+22
| | | | Fixes T18
* Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function.Joel Bodenmann2016-12-142-0/+28
| | | | Fixes T16
* Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 ↵Joel Bodenmann2016-12-123-3/+3
| | | | threading functions
* Cleaning up raw32 thread context switching functions (use consistent coding ↵Joel Bodenmann2016-12-123-30/+30
| | | | style)
* Fixing typo in commentJoel Bodenmann2016-12-121-1/+1
|
* Update the Raw32 heap allocator to remove a memory merging bug.inmarket2016-12-121-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 ↵inmarket2016-12-121-2/+3
| | | | compiler
* Doxygen fixesJoel Bodenmann2016-12-111-15/+15
|
* Fixed drawThickArc functionCorentin Barman2016-12-111-23/+45
|
* Merge branch 'master' of https://git.ugfx.io/uGFX/uGFXCorentin Barman2016-12-116-123/+530
|\
| * Fix GCC assembler broken during Keil portinmarket2016-12-083-6/+6
| |
| * Support for Keil compiler RAW32 CPU specific task switching for Cortex ↵inmarket2016-12-064-70/+106
| | | | | | | | M0,1,3,4,7
| * Fix a bug in the Cortex M0 task switcherinmarket2016-12-064-107/+265
| | | | | | | | Start of Keil compiler CPU specific switching
| * Add the ability to display the detected compilerinmarket2016-12-061-0/+215
| |
| * Remove some compiler warningsinmarket2016-12-062-3/+1
| |
* | Added a function to draw thick arcsCorentin Barman2016-11-272-0/+122
|/
* Properly fix the problem causing the compiler warninginmarket2016-11-241-2/+2
|
* Prevening compiler warningJoel Bodenmann2016-11-191-1/+1
|
* Fixes to GEVENTinmarket2016-11-192-52/+41
|
* Adding gmiscHittestPoly()Joel Bodenmann2016-11-145-1/+146
|
* Add support for adding fonts to the font listinmarket2016-11-142-13/+50
|
* Merge branch 'master' of CorentinB/uGFX into masterJoel Bodenmann2016-11-131-60/+28
|\
| * Fixed and improved the get_normal_vector functionCorentin Barman2016-11-121-60/+28
| |
* | Merge branch 'image_palette'Joel Bodenmann2016-11-113-7/+134
|\ \
| * | Adding API documentation for new image color palette functionsJoel Bodenmann2016-11-111-0/+32
| | |
| * | Minor changes & improvements on image color palletization handlingJoel Bodenmann2016-11-113-31/+42
| | |
| * | Adding ability to modify the color palette of BMP images (untested)Joel Bodenmann2016-11-103-7/+91
| |/
* / Fixing gdispFillDualCircle() wrapper macro parametersJoel Bodenmann2016-11-111-1/+1
|/
* Fixing bug in gdispGFillConvexPolyCorentin Barman2016-11-091-0/+2
|
* Merge branch 'master' of https://git.ugfx.io/uGFX/uGFXinmarket2016-11-092-2/+2
|\
| * Merge branch 'master' of git.ugfx.io:ugfx/ugfxJoel Bodenmann2016-11-081-24/+19
| |\
| * | Removing old references to ChibiOS/GFX in documentationJoel Bodenmann2016-11-082-2/+2
| | |
* | | New dual circle drawing in GDISPinmarket2016-11-093-0/+103
| |/ |/|
* | Fix progressbar bounds checking and decrementinginmarket2016-11-081-24/+19
|/
* Fixing GEVENT documentationJoel Bodenmann2016-11-041-9/+9
|
* Add protection for a font not being supplied.inmarket2016-10-011-1/+17
|
* Fix 3 bugs in filled arc drawing...inmarket2016-10-011-69/+73
| | | | | | 1. Certain small angles would fill the inverse angle 2. Certain angles would draw a spurios horizontal line 3. Integer rounding improvements (now also improved for arc drawing)
* Add the math header files when using FASTTRIGinmarket2016-10-011-0/+2
|
* Fix keyboard handling for gwin checkbox and buttoninmarket2016-08-242-11/+10
|
* Tidy up function names in the gwin virtual keyboardinmarket2016-08-241-6/+6
|
* Fix formattingOleg Gerasimov2016-08-201-1/+1
|
* Fix function SendKeyboardEvent name conflict in single file buildOleg Gerasimov2016-08-201-6/+6
|
* Fix clang build warningsOleg Gerasimov2016-08-203-3/+4
|
* (void)var statements must come after any variable definitions in strict cinmarket2016-08-131-1/+2
|