aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed TDISP moduleJoel Bodenmann2013-12-1126-2971/+4
|
* whitespacesJoel Bodenmann2013-12-112-4/+7
|
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵inmarket2013-12-116-2/+878
| | | | gfxMilliseconds2Ticks() to be defined by the user.
* New versions of mingw use Red, Green Blue so we need to undefine them in ↵inmarket2013-12-111-2/+7
| | | | | | certain places. This should really be fixed by renaming Red, Green, Blue as the names are too common however this would create compatibility problems.
* doc fixinmarket2013-12-091-2/+2
|
* typoJoel Bodenmann2013-12-081-1/+1
|
* added gdispGDrawThickLine()Joel Bodenmann2013-12-083-0/+144
|
* docsJoel Bodenmann2013-12-081-0/+1
|
* whitespacesJoel Bodenmann2013-12-075-56/+103
|
* Embest board file fixJoel Bodenmann2013-12-071-1/+1
|
* removed obsolet fileJoel Bodenmann2013-12-071-637/+0
|
* whitespacesJoel Bodenmann2013-12-051-9/+9
|
* docoJoel Bodenmann2013-12-051-1/+4
|
* fixed some board fileJoel Bodenmann2013-12-051-41/+15
|
* compiler warningJoel Bodenmann2013-12-021-1/+2
|
* docJoel Bodenmann2013-12-021-1/+3
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-017-0/+618
|
* gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw()Joel Bodenmann2013-12-011-1/+1
|
* gwinSliderSetPosition() automatically redraws the widgetJoel Bodenmann2013-12-011-0/+2
|
* Code to allow GFXnet display driver to work (in limited mode) when LWIP ↵inmarket2013-11-301-0/+63
| | | | accept() hangs after a select().
* Revert "INLINE -> inline"inmarket2013-11-301-8/+8
| | | | This reverts commit d4c4740bcf0fe25a0b3e8a37c431accfc8edb970.
* INLINE -> inlineJoel Bodenmann2013-11-271-8/+8
|
* cleanup Olimex-STM32-LCD board fileJoel Bodenmann2013-11-251-10/+0
|
* WhitespacesJoel Bodenmann2013-11-251-2/+2
|
* Olimex-STM32-LCD board files updateJoel Bodenmann2013-11-252-13/+40
|
* Update release notesinmarket2013-11-251-0/+2
|
* Add support for edge to edge touch calibration.inmarket2013-11-252-9/+14
|
* Update template files for the MCU touch driver.inmarket2013-11-252-14/+43
|
* Updates to mouse and makefile for Mikromedia STM32-M4 board.inmarket2013-11-243-90/+43
|
* Rewrite of the MCU driver. This is now much more reliable.inmarket2013-11-241-40/+40
|
* Improvements to the GINPUT touch systeminmarket2013-11-241-12/+27
|
* Touch driver test tool - display more useful informationinmarket2013-11-241-4/+3
|
* Fix compile errorinmarket2013-11-231-1/+1
|
* Move touch driver test to tools.inmarket2013-11-232-108/+130
| | | | Also replace gwin buttons as they comptete with the test for touch events
* Comment fixinmarket2013-11-231-1/+1
|
* Start of LWIP support for the uGFXnetDisplay utility.inmarket2013-11-171-91/+124
|
* Replace color format conversion macros with proper routines to prevent side ↵inmarket2013-11-1719-94/+116
| | | | | | effects with using the macro. Also fix a number of compiler warnings.
* Reliability fixes for uGFXnet running on LWIP.inmarket2013-11-173-6/+57
| | | | Note LWIP requires a stack larger than the default of 512.
* Use the GTimer thread for full screen redraws when available to save ↵inmarket2013-11-171-0/+21
| | | | application stack space.
* Better definitions for null functions in the GOS layerinmarket2013-11-173-4/+4
|
* Minor updates to LWIP support for uGFXnet.inmarket2013-11-172-5/+11
| | | | Application supplied Start_LWIP() routine is now optional.
* Fixes for LWIP in the uGFXnet driver.inmarket2013-11-161-12/+11
|
* gfxHalt doesn't always work under ChibiOS. This has now been fixed.inmarket2013-11-161-1/+1
|
* LWIP support for the uGFXnet driver.inmarket2013-11-161-5/+24
|
* Update gfxconf.example.h with new values for the GDISP uGFXnet driver.inmarket2013-11-161-4/+7
|
* uGFXnetDisplay utility is now working.inmarket2013-11-162-46/+311
|
* Update uGFXnet display driver. This is now working.inmarket2013-11-164-95/+202
|
* Add support to GWIN for a routine that can redraw an entire display (subject ↵inmarket2013-11-164-93/+115
| | | | | | to the controls being able to redraw). This also removes a few change of visibility bugs in gwin and simplifies code.
* Add support for mouse drivers that do their own orientation mapping as the ↵inmarket2013-11-162-13/+17
| | | | display rotation changes.
* Win32 GDISP driver - Get rid of compiler warnings created by the new ↵inmarket2013-11-161-0/+8
| | | | orientation modes.