Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 18 | -109/+1014 | |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | |||||
* | docs | Joel Bodenmann | 2013-05-20 | 2 | -62/+64 | |
| | ||||||
* | doxygen fix | Joel Bodenmann | 2013-05-20 | 2 | -0/+2 | |
| | ||||||
* | added enable and disable APIs to high level GWIN code | Joel Bodenmann | 2013-05-20 | 1 | -0/+23 | |
| | ||||||
* | button fix | Joel Bodenmann | 2013-05-20 | 1 | -8/+8 | |
| | ||||||
* | added gwin enabled parameter and implemented button enable/disable functions | Joel Bodenmann | 2013-05-20 | 2 | -1/+33 | |
| | ||||||
* | X driver for GDISP and GINPUT_MOUSE | Andrew Hannam | 2013-05-16 | 1 | -0/+6 | |
| | ||||||
* | TDISP demo fix | Joel Bodenmann | 2013-05-15 | 1 | -6/+6 | |
| | ||||||
* | TDISP fixes | Joel Bodenmann | 2013-05-15 | 2 | -221/+232 | |
| | ||||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 21 | -684/+962 | |
| | | | | Reinsertion of doxygen headers that got lost in license change | |||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 42 | -1307/+504 | |
| | ||||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 42 | -367/+209 | |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | |||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 42 | -209/+367 | |
| | ||||||
* | GIF image handling | Andrew Hannam | 2013-04-20 | 2 | -1/+26 | |
| | | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency. | |||||
* | doxygen fix | Joel Bodenmann | 2013-04-10 | 2 | -0/+19 | |
| | ||||||
* | some doxygen fixes | Joel Bodenmann | 2013-04-08 | 1 | -1/+1 | |
| | ||||||
* | Move doxygen to the include file for Mouse LLD | Andrew Hannam | 2013-04-07 | 1 | -121/+181 | |
| | ||||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 4 | -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 routine | Andrew Hannam | 2013-04-06 | 1 | -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 two | Joel Bodenmann | 2013-04-05 | 1 | -8/+8 | |
| | ||||||
* | Revert "slider doc fix" | Joel Bodenmann | 2013-04-05 | 1 | -8/+8 | |
| | | | | This reverts commit c86cd58275c1efe62c6dd2f45e9996b077906352. | |||||
* | slider doc fix | Joel Bodenmann | 2013-04-05 | 1 | -8/+8 | |
| | ||||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 3 | -0/+264 | |
| | ||||||
* | Change Memory Reader prototype | Andrew Hannam | 2013-04-04 | 1 | -1/+1 | |
| | | | | Change Memory Reader prototype to prevent signed, unsigned warning | |||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 3 | -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 style | Joel Bodenmann | 2013-03-31 | 1 | -0/+1 | |
| | ||||||
* | GWIN doc update and poly functions | Andrew Hannam | 2013-03-18 | 1 | -186/+503 | |
| | | | | | Add poly functions to GWIN Move doxygen documentation to header file | |||||
* | GWIN Graph - use GDISP point definition | Andrew Hannam | 2013-03-18 | 1 | -208/+207 | |
| | ||||||
* | Change GDISP poly fns to support translation | Andrew Hannam | 2013-03-18 | 1 | -3/+8 | |
| | | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN | |||||
* | doxygen fixes | Joel Bodenmann | 2013-03-10 | 6 | -17/+30 | |
| | ||||||
* | GWIN button changes | Andrew Hannam | 2013-03-10 | 1 | -194/+252 | |
| | | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support. | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 4 | -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 Hannam | 2013-03-10 | 4 | -1014/+540 | |
| | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 4 | -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 message | Andrew Hannam | 2013-03-08 | 4 | -4/+4 | |
| | ||||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 39 | -39/+39 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-03-02 | 1 | -2/+2 | |
| | ||||||
* | Add option GWIN_BUTTON_LAZY_RELEASE | Andrew Hannam | 2013-03-02 | 1 | -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 driver | Andrew Hannam | 2013-03-01 | 6 | -457/+597 | |
| | ||||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 4 | -435/+639 | |
| | | | | Also includes driver for AT91SAM7 cpu | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 4 | -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 Bodenmann | 2013-02-18 | 3 | -238/+284 | |
|\ | ||||||
| * | TDISP cleanup | Andrew Hannam | 2013-01-19 | 3 | -238/+284 | |
| | | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup | |||||
* | | typo | Joel Bodenmann | 2013-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | VMT removal | Joel Bodenmann | 2013-02-11 | 2 | -28/+23 | |
| | | ||||||
* | | more GDISP_LLD() cleanup | Joel Bodenmann | 2013-02-11 | 2 | -7/+2 | |
| | | ||||||
* | | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 37 | -0/+5827 | |
| | | ||||||
* | | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 37 | -5827/+0 | |
| | | ||||||
* | | small GDISP fix - Thanks to George Lucian | Joel Bodenmann | 2013-02-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #31 from inmarket/master | Tectu | 2013-01-17 | 11 | -0/+844 | |
|\ | | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC |