aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-16/+21
* Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-103-11/+15
* Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-6/+11
* Removing obsolete codeJoel Bodenmann2017-01-101-7/+0
* Improving docJoel Bodenmann2017-01-101-1/+1
* Fixing whitespaceJoel Bodenmann2017-01-101-1/+1
* Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-12/+23
* Adding missing option GFILE_NEED_USERFS to gfxconf.example.hJoel Bodenmann2017-01-091-0/+1
* Add gwinListItemSetText()inmarket2017-01-093-7/+68
* Update Changeloginmarket2017-01-091-0/+1
* Add support for a user provided file system.inmarket2017-01-093-0/+24
* 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
* Updating changelogJoel Bodenmann2017-01-061-0/+1
* Merge branch 'ssd1306-128x32' of wezm/uGFX into masterJoel Bodenmann2017-01-061-0/+2
|\
| * Add support for 128x32 SSD1306 displaysWesley Moore2016-12-151-0/+2
* | 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
* | Starting work on version 2.8Joel Bodenmann2016-12-141-0/+2
* | Release version 2.7Joel Bodenmann2016-12-142-3/+3
* | Enabling local search engine in generated doxygen documentationJoel Bodenmann2016-12-141-1/+1
* | 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
* | Cleaning up changelogJoel Bodenmann2016-12-141-3/+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
* | Moving docs/changelog.txt to /changelog.txtJoel Bodenmann2016-12-121-0/+0
* | Update the Raw32 heap allocator to remove a memory merging bug.inmarket2016-12-122-62/+52
* | Update Raw32 threads CLIB support to work with modern versions of the MINGW c...inmarket2016-12-121-2/+3
* | Fix a win32.raw32 platform compile bug caused by the windows headers not bein...inmarket2016-12-122-3/+3
|/
* Renaming docs/releases.txt to docs/changelog.txtJoel Bodenmann2016-12-111-0/+0
* Doxygen fixesJoel Bodenmann2016-12-111-15/+15
* Adding gdispGDrawThickArc() demoJoel Bodenmann2016-12-113-0/+113
* Updating changelogJoel Bodenmann2016-12-111-1/+2
* Merge branch 'master' of CorentinB/uGFX into masterJoel Bodenmann2016-12-112-0/+144
|\
| * Fixed drawThickArc functionCorentin Barman2016-12-111-23/+45
| * Merge branch 'master' of https://git.ugfx.io/uGFX/uGFXCorentin Barman2016-12-118-124/+535
| |\ | |/ |/|
* | 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-065-70/+107
* | Fix a bug in the Cortex M0 task switcherinmarket2016-12-065-107/+267
* | Add the ability to display the detected compilerinmarket2016-12-062-0/+216
* | Remove some compiler warningsinmarket2016-12-062-3/+1
* | Minor improvement to release notesJoel Bodenmann2016-11-281-1/+1
| * Added a function to draw thick arcsCorentin Barman2016-11-272-0/+122
|/