Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: Missing || operand | omriiluz | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | build rules fix | Joel Bodenmann | 2013-12-11 | 1 | -1/+2 |
| | |||||
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 1 | -3/+0 |
| | |||||
* | First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵ | inmarket | 2013-12-11 | 1 | -2/+2 |
| | | | | gfxMilliseconds2Ticks() to be defined by the user. | ||||
* | Removal of obsolete reference to GDISP_NEED_ASYNC | inmarket | 2013-10-29 | 1 | -3/+2 |
| | |||||
* | Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer. | inmarket | 2013-10-24 | 1 | -3/+25 |
| | |||||
* | Multiple displays across one or more controllers is now fully supported. | inmarket | 2013-10-12 | 1 | -3/+5 |
| | | | | | Only the Win32 driver supports this so far. Other drivers are currently broken due to API changes and will be fixed. | ||||
* | Scrolling emulation when not supported by hardware | inmarket | 2013-09-18 | 1 | -13/+9 |
| | | | | | | | Start of new multiple display support GDISP performance optimisations Documentation updates Win32 driver updates | ||||
* | Add new hand built bitmap fonts to replace old UI1 and UI2. | inmarket | 2013-08-17 | 1 | -3/+2 |
| | | | | | | | | | Allow scaled fonts to be staticly defined. Update new fonts handling so UI1 and UI2 have Narrow and Double variants. Update example gfxconf.h. Fix new font rules. Add support for an application program to add their own fonts. Make system font handling includes root relative. | ||||
* | Fix rule handling to help the end user get things right. | inmarket | 2013-07-29 | 1 | -1/+23 |
| | | | | Tidied up anti-alias where the hardware does not support pixel read-back. | ||||
* | removed POSIX, now having dedicated Linux and MAC OS-X ports | Joel Bodenmann | 2013-07-23 | 1 | -2/+2 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | added list widget dummy | Joel Bodenmann | 2013-07-17 | 1 | -0/+5 |
| | |||||
* | Add Radio buttons (can also be used as a Tab group) | inmarket | 2013-07-06 | 1 | -1/+8 |
| | |||||
* | Label, Image and Window Manager changes | inmarket | 2013-07-04 | 1 | -1/+6 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 1 | -18/+25 |
| | |||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -18/+30 |
| | |||||
* | More GOS module changes | inmarket | 2013-05-26 | 1 | -0/+12 |
| | | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support | ||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -24/+44 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -18/+5 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -8/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -19/+8 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | GAUDIN implemented with GADC driver | Andrew Hannam | 2013-03-01 | 1 | -3/+8 |
| | |||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 1 | -128/+136 |
| | | | | Also includes driver for AT91SAM7 cpu | ||||
* | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 1 | -0/+15 |
| | | | | Subsystem definitions and API (not fully implemented yet) | ||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -0/+113 |
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. |