Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compile error | inmarket | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | Add support to GWIN for a routine that can redraw an entire display (subject ↵ | inmarket | 2013-11-16 | 1 | -60/+43 |
| | | | | | | to the controls being able to redraw). This also removes a few change of visibility bugs in gwin and simplifies code. | ||||
* | Add multiple display support to GWIN. | inmarket | 2013-10-24 | 1 | -49/+50 |
| | | | | You can now create windows on multiple displays. | ||||
* | Fix bug where freed memory is written to. | inmarket | 2013-09-19 | 1 | -3/+4 |
| | |||||
* | Fix compile error in gwinGetPixelColor() | inmarket | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | This image wrapper really is meant to be there and is used by some demo apps ↵ | inmarket | 2013-07-22 | 1 | -0/+12 |
| | | | | (notepad-2) | ||||
* | removed a forgotted GDISP wrapper call in GWIN | Joel Bodenmann | 2013-07-22 | 1 | -12/+0 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | Fix enabled visibility bug | inmarket | 2013-07-07 | 1 | -2/+2 |
| | |||||
* | GWIN renaming, tidy up, color styles | inmarket | 2013-07-07 | 1 | -57/+17 |
| | |||||
* | Rename gwin base image function to avoid confusion with the image gwin object. | inmarket | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Make the enabled state available to all GWIN's - not just widgets. | inmarket | 2013-07-04 | 1 | -0/+28 |
| | |||||
* | Restore gwin base class image function | inmarket | 2013-07-04 | 1 | -0/+12 |
| | |||||
* | Label, Image and Window Manager changes | inmarket | 2013-07-04 | 1 | -0/+18 |
| | |||||
* | label work in progress - not working anymore | Joel Bodenmann | 2013-07-02 | 1 | -0/+4 |
| | |||||
* | image widget first release | Joel Bodenmann | 2013-07-01 | 1 | -12/+0 |
| | |||||
* | GWIN Init structures are const (read-only to GWIN) | inmarket | 2013-07-01 | 1 | -3/+3 |
| | |||||
* | GWIN reduce Initialisation parameters and fix visibility issues | inmarket | 2013-06-24 | 1 | -26/+28 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 1 | -2/+7 |
| | |||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -38/+252 |
| | |||||
* | GWIN fixes | inmarket | 2013-06-06 | 1 | -2/+12 |
| | |||||
* | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 1 | -73/+37 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -6/+5 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | added enable and disable APIs to high level GWIN code | Joel Bodenmann | 2013-05-20 | 1 | -0/+4 |
| | |||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -25/+3 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -9/+0 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -0/+9 |
| | |||||
* | 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 | 1 | -0/+15 |
| | |||||
* | 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 | ||||
* | Fix compiler warning | Andrew Hannam | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Fix to allow destroying of gwin buttons | Andrew Hannam | 2013-03-02 | 1 | -544/+546 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2012-12-18 | 1 | -2/+4 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -0/+542 |
Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add. |