Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GWIN fixes | inmarket | 2013-06-06 | 3 | -8/+29 |
| | |||||
* | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 8 | -782/+884 |
| | |||||
* | checkbox cleanup | Joel Bodenmann | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | added custom render interface for checkboxes | Joel Bodenmann | 2013-06-03 | 1 | -1/+14 |
| | |||||
* | checkbox event fix | Joel Bodenmann | 2013-06-03 | 1 | -1/+2 |
| | |||||
* | member state of checkbox is now called isChecked | Joel Bodenmann | 2013-06-02 | 1 | -6/+6 |
| | |||||
* | some more checkbox fixes | Joel Bodenmann | 2013-06-02 | 1 | -0/+1 |
| | |||||
* | GWIN checkbox fix | Joel Bodenmann | 2013-06-02 | 1 | -0/+11 |
| | |||||
* | added default theme | Joel Bodenmann | 2013-06-02 | 1 | -47/+39 |
| | |||||
* | Fix license issues and GOS issues in TDISP | inmarket | 2013-06-02 | 1 | -32/+13 |
| | |||||
* | GOS updates | inmarket | 2013-06-02 | 7 | -26/+35 |
| | |||||
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 1 | -0/+171 |
| | |||||
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 1 | -1/+2 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-06-01 | 1 | -103/+138 |
| | |||||
* | added obsolete #warning to gdispInit() | Joel Bodenmann | 2013-05-30 | 1 | -0/+7 |
| | |||||
* | added slider enable/disable API | Joel Bodenmann | 2013-05-27 | 1 | -0/+7 |
| | |||||
* | More GOS module changes | inmarket | 2013-05-26 | 6 | -116/+540 |
| | | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support | ||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 33 | -454/+948 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Fix GIF rendering issue | Abhishek Kumar | 2013-05-21 | 1 | -0/+2 |
| | | | | | Uninitialized cache values causes stability issues in systems Cache initialized to 0 fixes it. | ||||
* | docs | Joel Bodenmann | 2013-05-20 | 6 | -2/+18 |
| | |||||
* | added enable and disable APIs to high level GWIN code | Joel Bodenmann | 2013-05-20 | 1 | -0/+4 |
| | |||||
* | button fix | Joel Bodenmann | 2013-05-20 | 1 | -8/+16 |
| | |||||
* | added gwin enabled parameter and implemented button enable/disable functions | Joel Bodenmann | 2013-05-20 | 1 | -0/+17 |
| | |||||
* | cleanup & tdisp warning fix | Joel Bodenmann | 2013-05-20 | 2 | -571/+571 |
| | |||||
* | TDISP fixes | Joel Bodenmann | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | TDISP fixes | Joel Bodenmann | 2013-05-15 | 1 | -98/+103 |
| | |||||
* | More Image Fixes | Andrew Hannam | 2013-05-09 | 1 | -7/+7 |
| | | | | GIF Interlaced offset Fixes and area reveal offset fixes | ||||
* | Image Decoder Fixes | Andrew Hannam | 2013-05-09 | 3 | -51/+82 |
| | | | | | Fixes to memory allocation for BMP and NATIVE Fixes to source offset images for GIF | ||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 4 | -130/+170 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 24 | -496/+139 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 24 | -204/+228 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 24 | -228/+204 |
| | |||||
* | GIF image handling | Andrew Hannam | 2013-04-20 | 3 | -23/+1201 |
| | | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency. | ||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 3 | -63/+226 |
| | | | | | | | | 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/+15 |
| | | | | | | | 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. | ||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 3 | -0/+297 |
| | |||||
* | Change Memory Reader prototype | Andrew Hannam | 2013-04-04 | 1 | -2/+2 |
| | | | | Change Memory Reader prototype to prevent signed, unsigned warning | ||||
* | Fixes to RLE_4, RLE_8 and 16 bit BMP images | Andrew Hannam | 2013-04-03 | 1 | -14/+16 |
| | | | | | BMP image handling now complete. The only standard BMP feature not supported is transparency (alpha). | ||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 7 | -2/+1403 |
| | | | | | | | | | | | | 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 | -2/+3 |
| | |||||
* | GWIN doc update and poly functions | Andrew Hannam | 2013-03-18 | 1 | -373/+117 |
| | | | | | Add poly functions to GWIN Move doxygen documentation to header file | ||||
* | GWIN Graph - use GDISP point definition | Andrew Hannam | 2013-03-18 | 1 | -362/+362 |
| | |||||
* | Change GDISP poly fns to support translation | Andrew Hannam | 2013-03-18 | 2 | -45/+45 |
| | | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN | ||||
* | GWIN button changes | Andrew Hannam | 2013-03-10 | 1 | -59/+177 |
| | | | | | 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 | 2 | -1126/+876 |
| | | | | | | | | | | | | 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 | 2 | -876/+1126 |
| | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | ||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 2 | -1126/+876 |
| | | | | | | | | | | | | 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. | ||||
* | Fix compiler warning | Andrew Hannam | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | Correction of copyright message | Andrew Hannam | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 17 | -17/+17 |
| |