Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Adding missing break statement | Joel Bodenmann | 2015-08-14 | 1 | -1/+1 | |
| | * | | | | | Adding TextEdit demo | Joel Bodenmann | 2015-08-14 | 3 | -0/+213 | |
| | * | | | | | Adding border option to TextEdit widget | Joel Bodenmann | 2015-08-14 | 2 | -5/+40 | |
| | * | | | | | More work on the TextEdit | Joel Bodenmann | 2015-08-14 | 5 | -13/+58 | |
| | * | | | | | Adding more font metrics | Joel Bodenmann | 2015-08-14 | 2 | -1/+5 | |
| | * | | | | | Prevent buffer overflow | Joel Bodenmann | 2015-08-14 | 1 | -0/+5 | |
| | * | | | | | CleanUp | Joel Bodenmann | 2015-08-14 | 1 | -1/+0 | |
| | * | | | | | Adding handler for the DELETE button to the TextEdit widget | Joel Bodenmann | 2015-08-14 | 1 | -1/+10 | |
| | * | | | | | Optimizing string shift operations by using memcpy() | Joel Bodenmann | 2015-08-14 | 1 | -16/+6 | |
| | * | | | | | First working Version of TextEdit widget | Joel Bodenmann | 2015-08-14 | 2 | -21/+129 | |
| | * | | | | | Adding TextEdit rules | Joel Bodenmann | 2015-08-14 | 1 | -0/+8 | |
| | * | | | | | Fixing doxygen | Joel Bodenmann | 2015-08-14 | 1 | -2/+2 | |
| | * | | | | | Cleanup | Joel Bodenmann | 2015-08-14 | 1 | -1/+1 | |
| | * | | | | | First implementation of widget focus changing using the TAB key | Joel Bodenmann | 2015-08-14 | 1 | -25/+41 | |
| | * | | | | | Adding gwinIsWidget() | Joel Bodenmann | 2015-08-13 | 2 | -8/+47 | |
| | * | | | | | Adding gwinSetFocus() and gwinGetFocus() | Joel Bodenmann | 2015-08-13 | 3 | -1/+49 | |
| | * | | | | | Compiler warning | Joel Bodenmann | 2015-08-13 | 1 | -1/+1 | |
| | * | | | | | Doxygen fix | Joel Bodenmann | 2015-08-13 | 1 | -1/+1 | |
| | * | | | | | Working on widget focus (not finished yet) | Joel Bodenmann | 2015-08-12 | 1 | -14/+37 | |
| | * | | | | | First (simple) implementation of textbox behavior | Joel Bodenmann | 2015-08-12 | 1 | -4/+19 | |
| | * | | | | | Adding TextEdit dummy widget (not implemented yet) | Joel Bodenmann | 2015-08-12 | 8 | -2/+191 | |
| | * | | | | | Codingstyle | Joel Bodenmann | 2015-08-12 | 1 | -5/+7 | |
| | * | | | | | Passing keyboard events to widgets (not finished yet) | Joel Bodenmann | 2015-08-12 | 13 | -0/+81 | |
| | * | | | | | Fixing include | Joel Bodenmann | 2015-08-10 | 1 | -1/+1 | |
* | | | | | | | First attempt at Keil CMSIS support | inmarket | 2015-10-12 | 8 | -2/+194 | |
|/ / / / / / | ||||||
* | | | | / | Stop overwriting by the bounce ball when switching away from it in the applic... | inmarket | 2015-10-06 | 1 | -2/+3 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | More STM32F746 updates + doco | inmarket | 2015-10-06 | 3 | -3/+5 | |
* | | | | | New applications/combo demo | inmarket | 2015-10-06 | 14 | -0/+1598 | |
* | | | | | Improve RAW32 compatibility with other libraries | inmarket | 2015-10-06 | 1 | -0/+7 | |
* | | | | | Fix compiler warning | inmarket | 2015-10-06 | 1 | -0/+1 | |
* | | | | | Add extra font metrics | inmarket | 2015-10-06 | 2 | -5/+32 | |
* | | | | | Turn off buggy DMA2D for now | inmarket | 2015-10-06 | 1 | -1/+1 | |
* | | | | | structure tidyup | inmarket | 2015-10-06 | 1 | -3/+3 | |
* | | | | | Doco improvement | inmarket | 2015-10-06 | 1 | -13/+18 | |
* | | | | | More STM32F746-Discovery changes. | inmarket | 2015-10-06 | 12 | -3411/+238 | |
* | | | | | Support for ChibiOS3 (master branch only currently) for the STM32F729-Discove... | inmarket | 2015-10-05 | 15 | -101/+2555 | |
* | | | | | Another minor update | inmarket | 2015-10-05 | 3 | -8/+486 | |
* | | | | | Minor update | inmarket | 2015-10-05 | 2 | -2/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | Add support for SH1106 in the SSD1306 driver | inmarket | 2015-09-18 | 2 | -0/+9 | |
* | | | | Updating ChibiOS 3.x build system support | Joel Bodenmann | 2015-08-29 | 7 | -17/+40 | |
* | | | | Updating ChibiOS 3.x build system support | Joel Bodenmann | 2015-08-29 | 4 | -9/+1429 | |
* | | | | Updating ChibiOS 3.x build system support | Joel Bodenmann | 2015-08-29 | 18 | -2710/+2908 | |
* | | | | Fixing include | Joel Bodenmann | 2015-08-27 | 1 | -1/+1 | |
* | | | | Another fix to gdriver | inmarket | 2015-08-18 | 1 | -6/+7 | |
| |_|/ |/| | | ||||||
* | | | GDRIVER bugfix. Thanks to David. | Joel Bodenmann | 2015-08-17 | 1 | -2/+4 | |
| |/ |/| | ||||||
* | | Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT | Joel Bodenmann | 2015-08-16 | 8 | -12/+14 | |
|/ | ||||||
* | Merge branch 'master' into Alternate_Raw32_Scheduler | Joel Bodenmann | 2015-07-24 | 1 | -3/+9 | |
|\ | ||||||
| * | Fixing STM32LTDC driver for STM32F4 series | Joel Bodenmann | 2015-07-24 | 1 | -3/+9 | |
* | | STM32LTDC Cleanup and support for 180 degree rotation | Joel Bodenmann | 2015-07-24 | 1 | -31/+62 | |
* | | Revert unnecessary change in the sliders demo config file from previous commit | Joel Bodenmann | 2015-07-22 | 1 | -1/+0 |