Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | 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 Bodenmann | 2016-12-14 | 2 | -1/+3 |
| | | | | This reverts commit 76671249d62e0931fdac3849ef474d57f780a61e. | ||||
* | 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 |
| | | | | Fixes T18 | ||||
* | Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function. | Joel Bodenmann | 2016-12-14 | 2 | -0/+28 |
| | | | | Fixes T16 | ||||
* | Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 ↵ | Joel Bodenmann | 2016-12-12 | 3 | -3/+3 |
| | | | | threading functions | ||||
* | Cleaning up raw32 thread context switching functions (use consistent coding ↵ | Joel Bodenmann | 2016-12-12 | 3 | -30/+30 |
| | | | | style) | ||||
* | 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 |
| | | | | 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 ↵ | inmarket | 2016-12-12 | 1 | -2/+3 |
| | | | | compiler | ||||
* | Fix a win32.raw32 platform compile bug caused by the windows headers not ↵ | inmarket | 2016-12-12 | 2 | -3/+3 |
| | | | | being included | ||||
* | 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 ↵ | inmarket | 2016-12-06 | 5 | -70/+107 |
| | | | | | | | | M0,1,3,4,7 | ||||
* | | Fix a bug in the Cortex M0 task switcher | inmarket | 2016-12-06 | 5 | -107/+267 |
| | | | | | | | | Start of Keil compiler CPU specific switching | ||||
* | | 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 |
| | |||||
* | Prevening compiler warning | Joel Bodenmann | 2016-11-19 | 1 | -1/+1 |
| | |||||
* | Fixes to GEVENT | inmarket | 2016-11-19 | 3 | -52/+42 |
| | |||||
* | Merge branch 'master' of git.ugfx.io:uGFX/uGFX | Joel Bodenmann | 2016-11-14 | 0 | -0/+0 |
|\ | |||||
| * | Adding gmistHittestPoly() | Joel Bodenmann | 2016-11-14 | 7 | -1/+148 |
| | | |||||
* | | Adding gmiscHittestPoly() | Joel Bodenmann | 2016-11-14 | 7 | -1/+148 |
|/ | |||||
* | Add support for adding fonts to the font list | inmarket | 2016-11-14 | 3 | -13/+51 |
| | |||||
* | Updating changelog | Joel Bodenmann | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | |||||
* | | Adding screenshot of the expected result to ↵ | Joel Bodenmann | 2016-11-11 | 1 | -0/+0 |
| | | | | | | | | /demos/modules/gdisp/images_palettes. | ||||
* | | Merge branch 'image_palette' | Joel Bodenmann | 2016-11-11 | 11 | -7/+357 |
|\ \ | |||||
| * | | Updating changelog | Joel Bodenmann | 2016-11-11 | 1 | -0/+1 |
| | | | |||||
| * | | Adding demo to demonstrate image color palette modification | Joel Bodenmann | 2016-11-11 | 7 | -0/+222 |
| | | | |||||
| * | | 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 |
| | | |