Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added warning about unfinished feature | Joel Bodenmann | 2013-12-18 | 1 | -0/+5 |
* | removed GQUEUE from doxygen build as it is not API | Joel Bodenmann | 2013-12-18 | 1 | -1/+1 |
* | whitespaces | Joel Bodenmann | 2013-12-18 | 1 | -6/+45 |
* | whitespaces | Joel Bodenmann | 2013-12-18 | 1 | -6/+10 |
* | typo | Joel Bodenmann | 2013-12-18 | 1 | -2/+2 |
* | first implementation of console buffer. This has to be tested first - might c... | Joel Bodenmann | 2013-12-18 | 4 | -21/+147 |
* | Merge branch 'master' into console | Joel Bodenmann | 2013-12-18 | 1 | -7/+7 |
|\ | |||||
| * | whitespaces | Joel Bodenmann | 2013-12-18 | 1 | -7/+7 |
| * | Fix integer overflow in gdispGDrawThickLine(). | Joel Bodenmann | 2013-12-18 | 1 | -39/+76 |
* | | Fix integer overflow in gdispGDrawThickLine(). | Joel Bodenmann | 2013-12-18 | 1 | -39/+76 |
|/ | |||||
* | whitespace | Joel Bodenmann | 2013-12-17 | 1 | -2/+2 |
* | GDISP startup logo now optional | Joel Bodenmann | 2013-12-16 | 3 | -1/+14 |
* | Merged in omriiluz/ugfx (pull request #3) | Joel Bodenman | 2013-12-15 | 1 | -1/+1 |
|\ | |||||
| * | bugfix: Missing || operand | omriiluz | 2013-12-14 | 1 | -1/+1 |
* | | Improve gdispDrawThickLine() when the line length is short. | Joel Bodenmann | 2013-12-14 | 1 | -2/+23 |
* | | Merged in omriiluz/ugfx (pull request #2) | Joel Bodenman | 2013-12-14 | 2 | -4/+34 |
|\| | |||||
| * | Allow for LCD specific configuration - | omriiluz | 2013-12-14 | 2 | -4/+34 |
|/ | |||||
* | build rules fix | Joel Bodenmann | 2013-12-11 | 1 | -1/+2 |
* | GWIN console visible bug fix | Joel Bodenmann | 2013-12-11 | 2 | -0/+13 |
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 26 | -2971/+4 |
* | whitespaces | Joel Bodenmann | 2013-12-11 | 2 | -4/+7 |
* | First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and gfxM... | inmarket | 2013-12-11 | 6 | -2/+878 |
* | New versions of mingw use Red, Green Blue so we need to undefine them in cert... | inmarket | 2013-12-11 | 1 | -2/+7 |
* | doc fix | inmarket | 2013-12-09 | 1 | -2/+2 |
* | typo | Joel Bodenmann | 2013-12-08 | 1 | -1/+1 |
* | added gdispGDrawThickLine() | Joel Bodenmann | 2013-12-08 | 3 | -0/+144 |
* | docs | Joel Bodenmann | 2013-12-08 | 1 | -0/+1 |
* | whitespaces | Joel Bodenmann | 2013-12-07 | 5 | -56/+103 |
* | Embest board file fix | Joel Bodenmann | 2013-12-07 | 1 | -1/+1 |
* | removed obsolet file | Joel Bodenmann | 2013-12-07 | 1 | -637/+0 |
* | whitespaces | Joel Bodenmann | 2013-12-05 | 1 | -9/+9 |
* | doco | Joel Bodenmann | 2013-12-05 | 1 | -1/+4 |
* | fixed some board file | Joel Bodenmann | 2013-12-05 | 1 | -41/+15 |
* | compiler warning | Joel Bodenmann | 2013-12-02 | 1 | -1/+2 |
* | doc | Joel Bodenmann | 2013-12-02 | 1 | -1/+3 |
* | Added progressbar widget (demos still to do) | Joel Bodenmann | 2013-12-01 | 7 | -0/+618 |
* | gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw() | Joel Bodenmann | 2013-12-01 | 1 | -1/+1 |
* | gwinSliderSetPosition() automatically redraws the widget | Joel Bodenmann | 2013-12-01 | 1 | -0/+2 |
* | Code to allow GFXnet display driver to work (in limited mode) when LWIP accep... | inmarket | 2013-11-30 | 1 | -0/+63 |
* | Revert "INLINE -> inline" | inmarket | 2013-11-30 | 1 | -8/+8 |
* | INLINE -> inline | Joel Bodenmann | 2013-11-27 | 1 | -8/+8 |
* | cleanup Olimex-STM32-LCD board file | Joel Bodenmann | 2013-11-25 | 1 | -10/+0 |
* | Whitespaces | Joel Bodenmann | 2013-11-25 | 1 | -2/+2 |
* | Olimex-STM32-LCD board files update | Joel Bodenmann | 2013-11-25 | 2 | -13/+40 |
* | Update release notes | inmarket | 2013-11-25 | 1 | -0/+2 |
* | Add support for edge to edge touch calibration. | inmarket | 2013-11-25 | 2 | -9/+14 |
* | Update template files for the MCU touch driver. | inmarket | 2013-11-25 | 2 | -14/+43 |
* | Updates to mouse and makefile for Mikromedia STM32-M4 board. | inmarket | 2013-11-24 | 3 | -90/+43 |
* | Rewrite of the MCU driver. This is now much more reliable. | inmarket | 2013-11-24 | 1 | -40/+40 |
* | Improvements to the GINPUT touch system | inmarket | 2013-11-24 | 1 | -12/+27 |