Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved include headers to correct location | Joel Bodenmann | 2013-10-28 | 1 | -8/+0 |
| | |||||
* | Add multiple display support to GWIN. | inmarket | 2013-10-24 | 1 | -1/+4 |
| | | | | You can now create windows on multiple displays. | ||||
* | This image wrapper really is meant to be there and is used by some demo apps ↵ | inmarket | 2013-07-22 | 1 | -0/+33 |
| | | | | (notepad-2) | ||||
* | removed a forgotted GDISP wrapper call in GWIN | Joel Bodenmann | 2013-07-22 | 1 | -33/+0 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | doxygen updates | Joel Bodenmann | 2013-07-21 | 1 | -1/+0 |
| | |||||
* | added list widget dummy | Joel Bodenmann | 2013-07-17 | 1 | -0/+4 |
| | |||||
* | doxygen update | Joel Bodenmann | 2013-07-17 | 1 | -1/+7 |
| | |||||
* | GWIN renaming, tidy up, color styles | inmarket | 2013-07-07 | 1 | -33/+50 |
| | |||||
* | 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/+23 |
| | |||||
* | Restore gwin base class image function | inmarket | 2013-07-04 | 1 | -0/+29 |
| | |||||
* | Label, Image and Window Manager changes | inmarket | 2013-07-04 | 1 | -0/+14 |
| | |||||
* | label work in progress - not working anymore | Joel Bodenmann | 2013-07-02 | 1 | -1/+9 |
| | |||||
* | GLabel work in progress | Joel Bodenmann | 2013-07-01 | 1 | -0/+4 |
| | |||||
* | small doxygen fixes | Joel Bodenmann | 2013-07-01 | 1 | -3/+1 |
| | |||||
* | image widget first release | Joel Bodenmann | 2013-07-01 | 1 | -29/+0 |
| | |||||
* | Merge branch 'GWIN' into image | inmarket | 2013-07-01 | 1 | -1/+1 |
|\ | |||||
| * | GWIN Init structures are const (read-only to GWIN) | inmarket | 2013-07-01 | 1 | -1/+1 |
| | | |||||
* | | image widget implementation work in progress | Joel Bodenmann | 2013-07-01 | 1 | -0/+5 |
|/ | |||||
* | GWIN reduce Initialisation parameters and fix visibility issues | inmarket | 2013-06-24 | 1 | -6/+17 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 1 | -0/+1 |
| | |||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -376/+568 |
| | |||||
* | GWIN fixes | inmarket | 2013-06-06 | 1 | -0/+16 |
| | |||||
* | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 1 | -66/+51 |
| | |||||
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 1 | -4/+5 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2013-05-20 | 1 | -0/+1 |
| | |||||
* | added enable and disable APIs to high level GWIN code | Joel Bodenmann | 2013-05-20 | 1 | -0/+23 |
| | |||||
* | added gwin enabled parameter and implemented button enable/disable functions | Joel Bodenmann | 2013-05-20 | 1 | -0/+1 |
| | |||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 1 | -0/+18 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -33/+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/+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. | ||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 1 | -0/+24 |
| | |||||
* | 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 | ||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 1 | -0/+186 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 1 | -186/+0 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | some more doxygen | Joel Bodenmann | 2012-12-18 | 1 | -0/+8 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2012-12-18 | 1 | -1/+4 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -0/+175 |
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. |