Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First set of V3 macro changes | inmarket | 2018-02-27 | 2 | -10/+10 |
| | |||||
* | Add compatibility with Visual Studio and make compile warning capabilities ↵ | inmarket | 2017-06-30 | 1 | -1/+5 |
| | | | | more cross platform | ||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -1/+1 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Another minor update | inmarket | 2015-10-05 | 1 | -1/+1 |
| | | | | Also add new studio options file | ||||
* | 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 | 6 | -9/+4 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Doxygen fixes | Joel Bodenmann | 2014-11-28 | 1 | -0/+18 |
| | |||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 2 | -2/+2 |
| | |||||
* | Reworking the GWIN doxygen documentation. | Joel Bodenmann | 2014-05-20 | 1 | -17/+17 |
| | |||||
* | New gqueue calls to allow inserting an object into the queue at an arbitrary ↵ | inmarket | 2014-05-09 | 2 | -0/+100 |
| | | | | location. | ||||
* | removed another doxygen todo where the information already exists. | inmarket | 2014-03-30 | 1 | -2/+0 |
| | |||||
* | doxygen fixes | Joel Bodenmann | 2014-03-28 | 1 | -1/+3 |
| | |||||
* | Add some safety parameter checking to queueing | inmarket | 2014-03-24 | 1 | -7/+9 |
| | |||||
* | Move queued buffer code from gaudio into gqueue | inmarket | 2014-03-20 | 4 | -24/+167 |
| | |||||
* | Add support for gfxQueueGSyncGetI() | inmarket | 2014-03-11 | 2 | -6/+18 |
| | |||||
* | Add I class rouitines to GQUEUE | inmarket | 2014-03-03 | 2 | -56/+106 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 4 | -0/+340 |
| | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 1 | -3/+3 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-12-18 | 1 | -6/+45 |
| | |||||
* | Update some GQUEUE prototypes | inmarket | 2013-08-01 | 1 | -3/+3 |
| | |||||
* | fixed typo in GQueue | Joel Bodenmann | 2013-07-27 | 1 | -2/+2 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -17/+5 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 1 | -0/+8 |
| | |||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -7/+22 |
| | |||||
* | More GOS module changes | inmarket | 2013-05-26 | 2 | -0/+256 |
GQUEUE as a seperate module GOS changes including basic Win32 O/S support |