Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORY | Joel Bodenmann | 2014-01-03 | 1 | -7/+7 |
| | |||||
* | added warning about unfinished feature | Joel Bodenmann | 2013-12-18 | 1 | -0/+5 |
| | |||||
* | first implementation of console buffer. This has to be tested first - might ↵ | Joel Bodenmann | 2013-12-18 | 1 | -19/+102 |
| | | | | contain bugs | ||||
* | GWIN console visible bug fix | Joel Bodenmann | 2013-12-11 | 1 | -0/+12 |
| | |||||
* | Add multiple display support to GWIN. | inmarket | 2013-10-24 | 1 | -8/+8 |
| | | | | You can now create windows on multiple displays. | ||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | GWIN renaming, tidy up, color styles | inmarket | 2013-07-07 | 1 | -2/+2 |
| | |||||
* | GWIN Init structures are const (read-only to GWIN) | inmarket | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | GWIN reduce Initialisation parameters and fix visibility issues | inmarket | 2013-06-24 | 1 | -2/+4 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -1/+2 |
| | |||||
* | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 1 | -23/+32 |
| | |||||
* | GOS updates | inmarket | 2013-06-02 | 1 | -3/+3 |
| | |||||
* | More GOS module changes | inmarket | 2013-05-26 | 1 | -2/+199 |
| | | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support | ||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -33/+37 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 1 | -130/+140 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -28/+6 |
| | |||||
* | 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 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 1 | -0/+158 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 1 | -158/+0 |
| | |||||
* | more update | Joel Bodenmann | 2012-12-21 | 1 | -54/+0 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 1 | -2/+4 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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/+210 |
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system |