Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | Add GWIN virtual keyboard widget | inmarket | 2015-04-12 | 1 | -0/+2 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -0/+19 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -14/+0 |
| | |||||
* | Added progressbar widget (demos still to do) | Joel Bodenmann | 2013-12-01 | 1 | -0/+1 |
| | |||||
* | added list widget dummy | Joel Bodenmann | 2013-07-17 | 1 | -0/+1 |
| | |||||
* | Add Radio buttons (can also be used as a Tab group) | inmarket | 2013-07-06 | 1 | -0/+1 |
| | |||||
* | Label, Image and Window Manager changes | inmarket | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | GLabel work in progress | Joel Bodenmann | 2013-07-01 | 1 | -1/+2 |
| | |||||
* | image widget implementation work in progress | Joel Bodenmann | 2013-07-01 | 1 | -0/+1 |
| | |||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -0/+1 |
| | |||||
* | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 1 | -1/+2 |
| | |||||
* | added basic implementation of checkboxes (functional) | Joel Bodenmann | 2013-06-02 | 1 | -1/+2 |
| | |||||
* | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 1 | -0/+1 |
| | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 1 | -4/+4 |
| | | | | | | 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. | ||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 1 | -0/+5 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 1 | -5/+0 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -2/+5 |
| | | | | | | | | | | | | | 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. | ||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 1 | -0/+2 |
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system |