aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to from FATFS-0.10b to FATFS-0.13inmarket2017-06-243-6/+6
* Improve handling of streaming drivers with a setpos and a fillarea accelerationinmarket2017-06-241-0/+12
* Fixing clipping issue with gdispGDrawString()Joel Bodenmann2017-05-241-1/+1
* Fixed an issue on FreeRTOS where thread stacks were being created too largeinmarket2017-04-061-0/+3
* Another gwin concurrency fixinmarket2017-04-011-1/+5
* Prevent GWIN drawing while deleting a window from the listinmarket2017-04-011-0/+2
* Fix font baseline_x problem, decrease word-wrap stack usage, add text justifi...inmarket2017-03-114-83/+151
* Fix a bug that can cause large fonts to not be read correctly.inmarket2017-03-113-3/+3
* Make the uGFXMain() prototype always availableinmarket2017-03-042-5/+0
* Change the prototype for uGFXMain()inmarket2017-03-043-5/+9
* FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-0415-9/+119
* Updates to the FreeRTOS GOS portinmarket2017-03-012-78/+32
* Fixing an issue with word wrapping of strings containing dashes.Joel Bodenmann2017-02-211-0/+2
* Increase non-UTF8 font support to 0 to 255 rather than just the true ascii setinmarket2017-01-201-1/+1
* Fixed extra dots when drawing anti-aliased fonts with wordwrapinmarket2017-01-201-1/+1
* Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-15/+24
* Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-16/+18
* Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-11/+14
* Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-6/+9
* Removing obsolete codeJoel Bodenmann2017-01-101-7/+0
* Improving docJoel Bodenmann2017-01-101-1/+1
* Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-12/+21
* Add gwinListItemSetText()inmarket2017-01-092-7/+67
* Add support for a user provided file system.inmarket2017-01-092-0/+21
* Ensure stack size produces an aligned stack on platforms where it mattersinmarket2017-01-095-5/+9
* Fix console recursion bug - Thanks to Oleg Gerasimovinmarket2017-01-091-39/+51
* Fix window manager redraw problem with multi-tasking and large imagesinmarket2017-01-091-11/+10
* Fix Cortex m0 Raw32 scheduler.inmarket2016-12-303-18/+25
* Updates to Keil RAW32 CPU specific scheduler.inmarket2016-12-233-3/+27
* Removing obsolete color parameters from gwinFillDualCircle()Joel Bodenmann2016-12-152-4/+2
* Doxygen fixJoel Bodenmann2016-12-141-1/+1
* Adding #prama for Keil compiler to suppress "statement is unreachable" warning.Joel Bodenmann2016-12-141-0/+1
* Revert "Remove some compiler warnings"Joel Bodenmann2016-12-142-1/+3
* Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.Joel Bodenmann2016-12-142-0/+22
* Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function.Joel Bodenmann2016-12-142-0/+28
* Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 thread...Joel Bodenmann2016-12-123-3/+3
* Cleaning up raw32 thread context switching functions (use consistent coding s...Joel Bodenmann2016-12-123-30/+30
* 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
* Update Raw32 threads CLIB support to work with modern versions of the MINGW c...inmarket2016-12-121-2/+3
* 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 M0,1,3...inmarket2016-12-064-70/+106
| * Fix a bug in the Cortex M0 task switcherinmarket2016-12-064-107/+265
| * 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