| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Updates to Keil RAW32 CPU specific scheduler. | inmarket | 2016-12-23 | 3 | -3/+27 |
* | Removing obsolete color parameters from gwinFillDualCircle() | Joel Bodenmann | 2016-12-15 | 2 | -4/+2 |
* | 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 |
* | Revert "Remove some compiler warnings" | Joel Bodenmann | 2016-12-14 | 2 | -1/+3 |
* | Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function. | Joel Bodenmann | 2016-12-14 | 2 | -0/+22 |
* | Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function. | Joel Bodenmann | 2016-12-14 | 2 | -0/+28 |
* | Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 thread... | Joel Bodenmann | 2016-12-12 | 3 | -3/+3 |
* | Cleaning up raw32 thread context switching functions (use consistent coding s... | Joel Bodenmann | 2016-12-12 | 3 | -30/+30 |
* | 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 |
* | Update Raw32 threads CLIB support to work with modern versions of the MINGW c... | inmarket | 2016-12-12 | 1 | -2/+3 |
* | Doxygen fixes | Joel Bodenmann | 2016-12-11 | 1 | -15/+15 |
* | Fixed drawThickArc function | Corentin Barman | 2016-12-11 | 1 | -23/+45 |
* | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX | Corentin Barman | 2016-12-11 | 6 | -123/+530 |
|\ |
|
| * | Fix GCC assembler broken during Keil port | inmarket | 2016-12-08 | 3 | -6/+6 |
| * | Support for Keil compiler RAW32 CPU specific task switching for Cortex M0,1,3... | inmarket | 2016-12-06 | 4 | -70/+106 |
| * | Fix a bug in the Cortex M0 task switcher | inmarket | 2016-12-06 | 4 | -107/+265 |
| * | Add the ability to display the detected compiler | inmarket | 2016-12-06 | 1 | -0/+215 |
| * | Remove some compiler warnings | inmarket | 2016-12-06 | 2 | -3/+1 |
* | | Added a function to draw thick arcs | Corentin Barman | 2016-11-27 | 2 | -0/+122 |
|/ |
|
* | Properly fix the problem causing the compiler warning | inmarket | 2016-11-24 | 1 | -2/+2 |
* | Prevening compiler warning | Joel Bodenmann | 2016-11-19 | 1 | -1/+1 |
* | Fixes to GEVENT | inmarket | 2016-11-19 | 2 | -52/+41 |
* | Adding gmiscHittestPoly() | Joel Bodenmann | 2016-11-14 | 5 | -1/+146 |
* | Add support for adding fonts to the font list | inmarket | 2016-11-14 | 2 | -13/+50 |
* | Merge branch 'master' of CorentinB/uGFX into master | Joel Bodenmann | 2016-11-13 | 1 | -60/+28 |
|\ |
|
| * | Fixed and improved the get_normal_vector function | Corentin Barman | 2016-11-12 | 1 | -60/+28 |
* | | Merge branch 'image_palette' | Joel Bodenmann | 2016-11-11 | 3 | -7/+134 |
|\ \ |
|
| * | | Adding API documentation for new image color palette functions | Joel Bodenmann | 2016-11-11 | 1 | -0/+32 |
| * | | Minor changes & improvements on image color palletization handling | Joel Bodenmann | 2016-11-11 | 3 | -31/+42 |
| * | | Adding ability to modify the color palette of BMP images (untested) | Joel Bodenmann | 2016-11-10 | 3 | -7/+91 |
| |/ |
|
* / | Fixing gdispFillDualCircle() wrapper macro parameters | Joel Bodenmann | 2016-11-11 | 1 | -1/+1 |
|/ |
|