Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -0/+464 |
| | | | | | | | 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 | 1 | -469/+0 |
| | |||||
* | New gqueue calls to allow inserting an object into the queue at an arbitrary ↵ | inmarket | 2014-05-09 | 1 | -0/+75 |
| | | | | location. | ||||
* | 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 | 1 | -0/+56 |
| | |||||
* | Add support for gfxQueueGSyncGetI() | inmarket | 2014-03-11 | 1 | -0/+11 |
| | |||||
* | Add I class rouitines to GQUEUE | inmarket | 2014-03-03 | 1 | -53/+73 |
| | |||||
* | 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 | 1 | -0/+255 |
GQUEUE as a seperate module GOS changes including basic Win32 O/S support |