Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 4 | -4/+4 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Doxygen | Joel Bodenmann | 2015-11-07 | 2 | -2/+8 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -0/+8 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 8 | -16/+8 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 2 | -4/+4 |
| | |||||
* | typo fix | Joel Bodenmann | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Bug fix for audio play | inmarket | 2014-03-30 | 1 | -2/+2 |
| | |||||
* | Remove some doxygen Todo's where the information is already there. | inmarket | 2014-03-30 | 1 | -4/+0 |
| | |||||
* | doxygen fixes | Joel Bodenmann | 2014-03-28 | 2 | -4/+9 |
| | |||||
* | Move queued buffer code from gaudio into gqueue | inmarket | 2014-03-20 | 5 | -119/+42 |
| | |||||
* | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 7 | -0/+991 |
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api. |