| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 4 | -12/+23 |
* | Adding missing option GFILE_NEED_USERFS to gfxconf.example.h | Joel Bodenmann | 2017-01-09 | 1 | -0/+1 |
* | Add gwinListItemSetText() | inmarket | 2017-01-09 | 3 | -7/+68 |
* | Update Changelog | inmarket | 2017-01-09 | 1 | -0/+1 |
* | Add support for a user provided file system. | inmarket | 2017-01-09 | 3 | -0/+24 |
* | 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 |
* | Updating changelog | Joel Bodenmann | 2017-01-06 | 1 | -0/+1 |
* | Merge branch 'ssd1306-128x32' of wezm/uGFX into master | Joel Bodenmann | 2017-01-06 | 1 | -0/+2 |
|\ |
|
| * | Add support for 128x32 SSD1306 displays | Wesley Moore | 2016-12-15 | 1 | -0/+2 |
* | | 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 |
* | | Starting work on version 2.8 | Joel Bodenmann | 2016-12-14 | 1 | -0/+2 |
* | | Release version 2.7 | Joel Bodenmann | 2016-12-14 | 2 | -3/+3 |
* | | Enabling local search engine in generated doxygen documentation | Joel Bodenmann | 2016-12-14 | 1 | -1/+1 |
* | | 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 |
* | | Cleaning up changelog | Joel Bodenmann | 2016-12-14 | 1 | -3/+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 |
* | | Moving docs/changelog.txt to /changelog.txt | Joel Bodenmann | 2016-12-12 | 1 | -0/+0 |
* | | Update the Raw32 heap allocator to remove a memory merging bug. | inmarket | 2016-12-12 | 2 | -62/+52 |
* | | Update Raw32 threads CLIB support to work with modern versions of the MINGW c... | inmarket | 2016-12-12 | 1 | -2/+3 |
* | | Fix a win32.raw32 platform compile bug caused by the windows headers not bein... | inmarket | 2016-12-12 | 2 | -3/+3 |
|/ |
|
* | Renaming docs/releases.txt to docs/changelog.txt | Joel Bodenmann | 2016-12-11 | 1 | -0/+0 |
* | Doxygen fixes | Joel Bodenmann | 2016-12-11 | 1 | -15/+15 |
* | Adding gdispGDrawThickArc() demo | Joel Bodenmann | 2016-12-11 | 3 | -0/+113 |
* | Updating changelog | Joel Bodenmann | 2016-12-11 | 1 | -1/+2 |
* | Merge branch 'master' of CorentinB/uGFX into master | Joel Bodenmann | 2016-12-11 | 2 | -0/+144 |
|\ |
|
| * | 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 | 8 | -124/+535 |
| |\
| |/
|/| |
|
* | | 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 | 5 | -70/+107 |
* | | Fix a bug in the Cortex M0 task switcher | inmarket | 2016-12-06 | 5 | -107/+267 |
* | | Add the ability to display the detected compiler | inmarket | 2016-12-06 | 2 | -0/+216 |
* | | Remove some compiler warnings | inmarket | 2016-12-06 | 2 | -3/+1 |
* | | Minor improvement to release notes | Joel Bodenmann | 2016-11-28 | 1 | -1/+1 |
| * | Added a function to draw thick arcs | Corentin Barman | 2016-11-27 | 2 | -0/+122 |
|/ |
|
* | Fixing typo in ILI9488 driver | Joel Bodenmann | 2016-11-27 | 1 | -2/+2 |
* | Adding readme files for implicitly supported touchscreen controllers | Joel Bodenmann | 2016-11-27 | 3 | -0/+3 |
* | Adding ADS7843 + STM32CubeF4HAL demo board file | Joel Bodenmann | 2016-11-27 | 1 | -0/+140 |
* | Adding ILI9488 + STM32CubeF4HAL demo board file | Joel Bodenmann | 2016-11-27 | 1 | -0/+163 |
* | Adding ILI9488 display driver | Joel Bodenmann | 2016-11-27 | 5 | -0/+426 |
* | Properly fix the problem causing the compiler warning | inmarket | 2016-11-24 | 1 | -2/+2 |