aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add GWIN virtual keyboard widgetinmarket2015-04-121-0/+2
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-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.inmarket2014-02-191-14/+0
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-011-0/+1
|
* added list widget dummyJoel Bodenmann2013-07-171-0/+1
|
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-061-0/+1
|
* Label, Image and Window Manager changesinmarket2013-07-041-1/+1
|
* GLabel work in progressJoel Bodenmann2013-07-011-1/+2
|
* image widget implementation work in progressJoel Bodenmann2013-07-011-0/+1
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-0/+1
|
* New simplified gwin using a pseudo class structure.inmarket2013-06-061-1/+2
|
* added basic implementation of checkboxes (functional)Joel Bodenmann2013-06-021-1/+2
|
* GWIN slider + image supportAndrew Hannam2013-04-061-0/+1
|
* Fix compile error in GDISPAndrew Hannam2013-02-181-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 - fixJoel Bodenmann2013-02-111-0/+5
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-5/+0
|
* RestructureAndrew Hannam2012-12-061-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 changesAndrew Hannam2012-11-261-0/+2
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system