Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged in ambihelical/ugfx/ssd1306 (pull request #16) | Joel Bodenman | 2014-12-15 | 3 | -49/+87 |
|\ | |||||
| * | Merge branch 'master' into ssd1306 | ergosys | 2014-12-15 | 6 | -77/+216 |
| |\ | |||||
| | * | Merged Tectu/ugfx into master | ambihelical | 2014-12-15 | 6 | -77/+216 |
| | |\ | |_|/ |/| | | |||||
* | | | Split SSD1306 spi board example into 2 files. | inmarket | 2014-12-15 | 3 | -7/+140 |
|\ \ \ | |||||
* | | | | Updates for the EMBEST board and a small fix to the SSD2119 driver. | inmarket | 2014-12-15 | 3 | -10/+13 |
| | * | | Implement "hardware" fills | ergosys | 2014-12-13 | 2 | -0/+41 |
| | * | | use gdispColor2Native to get fill color | ergosys | 2014-12-13 | 1 | -1/+1 |
| | * | | Partially handle screen rotation using remapping | ergosys | 2014-12-13 | 2 | -48/+45 |
| | |/ | |||||
| | * | Merged Tectu/ugfx into master | ambihelical | 2014-12-13 | 9 | -111/+165 |
| | |\ | | |/ | |/| | |||||
| * | | Merged in ambihelical/ugfx/ssd1306 (pull request #15) | Joel Bodenman | 2014-12-13 | 4 | -95/+92 |
|/| | | |||||
| * | | slightly faster flush and clear | ergosys | 2014-12-12 | 1 | -6/+11 |
| * | | Improve SSD1306 spi example | ergosys | 2014-12-12 | 1 | -87/+66 |
| * | | add hardware clear | ergosys | 2014-12-12 | 2 | -1/+12 |
| * | | fix GDISP_ROTATE_270 case | ergosys | 2014-12-12 | 1 | -3/+3 |
| * | | fix bool typedef for latest v3 source | ergosys | 2014-12-12 | 1 | -1/+1 |
| * | | add missing bus acquisition | ergosys | 2014-12-12 | 1 | -0/+2 |
| |/ | |||||
* | | Updates to slider demo | inmarket | 2014-12-13 | 2 | -1/+11 |
* | | Updates to the slider to fix positioning issues. | inmarket | 2014-12-13 | 3 | -15/+62 |
|/ | |||||
* | updated docs/release.txt | Joel Bodenmann | 2014-12-06 | 1 | -0/+1 |
* | Updating .gitignore | Joel Bodenmann | 2014-12-06 | 1 | -0/+1 |
* | Extended slider events. Updated the demo to match. | inmarket | 2014-12-06 | 4 | -67/+149 |
* | Syntax Error Fix | inmarket | 2014-12-04 | 1 | -1/+1 |
* | Fixing wrong font name in DejaVuSans20_aa font | Joel Bodenmann | 2014-11-29 | 1 | -329/+327 |
* | Fixing bug in gdispGDrawRoundedBox() | Joel Bodenmann | 2014-11-29 | 1 | -4/+4 |
* | More doxygen fixes | Joel Bodenmann | 2014-11-28 | 2 | -4/+4 |
* | Doxygen fixes | Joel Bodenmann | 2014-11-28 | 1 | -0/+18 |
* | Fixing Doxygen | Joel Bodenmann | 2014-11-28 | 1 | -6/+28 |
* | Fixing comment | Joel Bodenmann | 2014-11-28 | 1 | -1/+3 |
* | Whitespaces | Joel Bodenmann | 2014-11-28 | 1 | -3/+3 |
* | Adding /demos/modules/gos/threads_advanced | Joel Bodenmann | 2014-11-28 | 3 | -0/+147 |
* | GOS doxygen fix | Joel Bodenmann | 2014-11-28 | 1 | -2/+2 |
* | Fixing doxygen for GOS module | Joel Bodenmann | 2014-11-27 | 1 | -7/+14 |
* | Cleaning up /demos/modules/gos/threads | Joel Bodenmann | 2014-11-27 | 2 | -1/+4 |
* | addings /demos/gos/threads | Joel Bodenmann | 2014-11-27 | 3 | -0/+122 |
* | Doxygen version number fix | Joel Bodenmann | 2014-11-27 | 1 | -2/+2 |
* | Doxygen spelling fixes | inmarket | 2014-11-26 | 1 | -7/+7 |
* | Doc updates for multiple mouse support | inmarket | 2014-11-26 | 2 | -0/+15 |
* | Fix some extern structure definitions that cause problems with some compilers | inmarket | 2014-11-26 | 2 | -12/+16 |
* | Opening development on version 2.3 | Joel Bodenmann | 2014-11-23 | 1 | -0/+3 |
* | Stable release v2.2 | Joel Bodenmann | 2014-11-23 | 1 | -1/+0 |
* | Adjusting docs/releases.txt for release | Joel Bodenmann | 2014-11-23 | 1 | -1/+1 |
* | Removing docs/roadmap.txt | Joel Bodenmann | 2014-11-23 | 1 | -9/+0 |
* | Fixed absolute path make problem under windows | inmarket | 2014-11-23 | 1 | -4/+7 |
* | Fixing doxygen | Joel Bodenmann | 2014-11-23 | 2 | -4/+3 |
* | Add MatrixFloat2D and MatrixFixed2D operations to GMISC. | inmarket | 2014-11-21 | 8 | -6/+684 |
* | docs | Joel Bodenmann | 2014-11-17 | 1 | -0/+1 |
* | Fixing compiler error | Joel Bodenmann | 2014-11-17 | 1 | -1/+1 |
* | Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aa | Joel Bodenmann | 2014-11-17 | 3 | -31/+33 |
* | Change the definition of the calibration load and save routines as per steved... | inmarket | 2014-11-15 | 4 | -31/+11 |
* | Fix compiler warnings. | inmarket | 2014-11-15 | 1 | -2/+2 |