Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 2 | -4/+4 |
| | |||||
* | Update license header | Tibo Clausen | 2018-10-01 | 4 | -4/+4 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 2 | -20/+20 |
| | |||||
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 2 | -6/+10 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 2 | -4/+4 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 3 | -6/+4 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 2 | -0/+6 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 2 | -2/+2 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | New makefile structure. Also OSX board defintion | inmarket | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 4 | -78/+0 |
| | | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction. | ||||
* | Move queued buffer code from gaudio into gqueue | inmarket | 2014-03-20 | 2 | -5/+5 |
| | |||||
* | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 6 | -0/+514 |
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api. |