aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Revert "updated license headers"Joel Bodenmann2013-05-0242-367/+209
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-0242-209/+367
|
* GIF image handlingAndrew Hannam2013-04-202-1/+26
| | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency.
* doxygen fixJoel Bodenmann2013-04-102-0/+19
|
* some doxygen fixesJoel Bodenmann2013-04-081-1/+1
|
* Move doxygen to the include file for Mouse LLDAndrew Hannam2013-04-071-121/+181
|
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-074-140/+207
| | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
* Create generic GWIN Draw routineAndrew Hannam2013-04-061-0/+10
| | | | | | | For some GWIN controls they support a Draw() routine. For those controls the base class now supports a generic Draw routine which will call their specific Draw routine. The only GWIN's with a Draw routine currently are Buttons and Sliders.
* slider doc fix take one of twoJoel Bodenmann2013-04-051-8/+8
|
* Revert "slider doc fix"Joel Bodenmann2013-04-051-8/+8
| | | | This reverts commit c86cd58275c1efe62c6dd2f45e9996b077906352.
* slider doc fixJoel Bodenmann2013-04-051-8/+8
|
* GWIN slider + image supportAndrew Hannam2013-04-063-0/+264
|
* Change Memory Reader prototypeAndrew Hannam2013-04-041-1/+1
| | | | Change Memory Reader prototype to prevent signed, unsigned warning
* New GDISP image handling with demoAndrew Hannam2013-04-033-0/+408
| | | | | | | | | | | | Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon.
* coding styleJoel Bodenmann2013-03-311-0/+1
|
* GWIN doc update and poly functionsAndrew Hannam2013-03-181-186/+503
| | | | | Add poly functions to GWIN Move doxygen documentation to header file
* GWIN Graph - use GDISP point definitionAndrew Hannam2013-03-181-208/+207
|
* Change GDISP poly fns to support translationAndrew Hannam2013-03-181-3/+8
| | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN
* doxygen fixesJoel Bodenmann2013-03-106-17/+30
|
* GWIN button changesAndrew Hannam2013-03-101-194/+252
| | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support.
* GDISP changes including polygon supportAndrew Hannam2013-03-104-540/+1014
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-104-1014/+540
| | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* GDISP changes including polygon supportAndrew Hannam2013-03-104-540/+1014
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Correction of copyright messageAndrew Hannam2013-03-084-4/+4
|
* updated copyright - 2013Joel Bodenmann2013-03-0639-39/+39
|
* TDISP updateJoel Bodenmann2013-03-021-2/+2
|
* Add option GWIN_BUTTON_LAZY_RELEASEAndrew Hannam2013-03-021-71/+74
| | | | | | Add option GWIN_BUTTON_LAZY_RELEASE. When set to true in gfxconf.h it changes gwin button behaviour to not require the mouse/touch be over the button when it is released.
* GAUDIN implemented with GADC driverAndrew Hannam2013-03-016-457/+597
|
* GADC implementation with demo programAndrew Hannam2013-02-184-435/+639
| | | | Also includes driver for AT91SAM7 cpu
* Fix compile error in GDISPAndrew Hannam2013-02-184-1795/+1795
| | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers.
* TDISP merge - NOT TESTED!!!Joel Bodenmann2013-02-183-238/+284
|\
| * TDISP cleanupAndrew Hannam2013-01-193-238/+284
| | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup
* | typoJoel Bodenmann2013-02-111-1/+1
| |
* | VMT removalJoel Bodenmann2013-02-112-28/+23
| |
* | more GDISP_LLD() cleanupJoel Bodenmann2013-02-112-7/+2
| |
* | removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-1137-0/+5827
| |
* | removed GDISP_LLD() macroJoel Bodenmann2013-02-1137-5827/+0
| |
* | small GDISP fix - Thanks to George LucianJoel Bodenmann2013-02-041-1/+1
|/
* Merge pull request #31 from inmarket/masterTectu2013-01-1711-0/+844
|\ | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC
| * Implement GMISC Array OperationsAndrew Hannam2013-01-171-0/+6
| |
| * New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-1711-0/+838
| | | | | | | | Subsystem definitions and API (not fully implemented yet)
* | TDISP cleanupJoel Bodenmann2013-01-172-4/+6
|/
* some more TDISP cleanupJoel Bodenmann2013-01-161-0/+2
|
* removed internal TDISP_LLD() macroJoel Bodenmann2013-01-161-3/+5
|
* TDISP updateJoel Bodenmann2013-01-161-3/+3
|
* compiling bux fixJoel Bodenmann2013-01-131-0/+3
|
* small fixJoel Bodenmann2013-01-131-0/+9
|
* tdisp fixesJoel Bodenmann2013-01-121-2/+2
|
* TDISP: added custom character routineJoel Bodenmann2013-01-121-1/+12
|
* tdisp docsJoel Bodenmann2013-01-111-0/+1
|