Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doxygen updates | inmarket | 2014-09-29 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' into newmouse | inmarket | 2014-09-29 | 5 | -126/+166 |
|\ | |||||
| * | Progress bar optimisation. | inmarket | 2014-09-29 | 2 | -26/+22 |
| | | |||||
| * | Bug fixes for the OSX GOS layer | inmarket | 2014-09-29 | 1 | -25/+17 |
| | | |||||
| * | Bug fixes for the linux GOS layer. Also add POSIX semaphore implementation. | inmarket | 2014-09-29 | 2 | -75/+127 |
| | | |||||
* | | some more doxygen fixes | Joel Bodenmann | 2014-09-28 | 4 | -23/+42 |
| | | |||||
* | | some doxygen fixes (more coming) | Joel Bodenmann | 2014-09-28 | 9 | -8/+10 |
| | | |||||
* | | Fix newmouse compiler warning | inmarket | 2014-09-28 | 1 | -3/+1 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-09-28 | 3 | -8/+28 |
|\| | |||||
| * | GOS updates to fix compile warnings on linux | inmarket | 2014-09-28 | 3 | -8/+28 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-09-26 | 1 | -2/+2 |
|\| | |||||
| * | Another GDriver bugfix | inmarket | 2014-09-26 | 1 | -2/+2 |
| | | |||||
| * | gdriver bugfix | inmarket | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | Change to GDriver to support an initialisation parameter | inmarket | 2014-09-26 | 4 | -9/+11 |
| | | |||||
| * | Reorder initialisation to ensure gwin is initialised last | inmarket | 2014-09-26 | 1 | -6/+6 |
| | | |||||
| * | Additional GDriver call | inmarket | 2014-09-25 | 2 | -9/+27 |
| | | |||||
| * | C decls on GDISP functions | inmarket | 2014-09-25 | 1 | -3/+9 |
| | | |||||
| * | Expose the GDISP_STARTUP_COLOR setting for the initial color of displays | inmarket | 2014-09-25 | 2 | -66/+56 |
| | | |||||
* | | gdriver bugfix | inmarket | 2014-09-26 | 1 | -1/+1 |
| | | |||||
* | | GINPUT mouse updated - first working version of newmouse. | inmarket | 2014-09-26 | 3 | -20/+26 |
| | | | | | | | | | | Note: drivers to be ported. Note: not tested well yet. | ||||
* | | Change to GDriver to support an initialisation parameter | inmarket | 2014-09-26 | 4 | -9/+11 |
| | | |||||
* | | Reorder initialisation to ensure gwin is initialised last | inmarket | 2014-09-26 | 1 | -6/+6 |
| | | |||||
* | | New mouse updates. Just need a driver now. | inmarket | 2014-09-25 | 7 | -587/+786 |
| | | |||||
* | | Additional GDriver call | inmarket | 2014-09-25 | 2 | -9/+27 |
| | | |||||
* | | C decls on GDISP functions | inmarket | 2014-09-25 | 1 | -3/+9 |
| | | |||||
* | | Expose the GDISP_STARTUP_COLOR setting for the initial color of displays | inmarket | 2014-09-25 | 2 | -66/+56 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-09-17 | 9 | -20/+29 |
|\| | |||||
| * | GDISP updates to match previous GDRIVER and multiple display updates | inmarket | 2014-09-17 | 4 | -8/+17 |
| | | |||||
| * | Convert GDRIVER instance numbers to unsigned. | inmarket | 2014-09-17 | 2 | -10/+10 |
| | | |||||
| * | FATFS and PETITFS compile error fix (caused by prior file renaming). | inmarket | 2014-09-17 | 3 | -3/+3 |
| | | |||||
| * | SImplify the options for multiple displays. | inmarket | 2014-09-17 | 5 | -139/+103 |
| | | | | | | | | This will also be more compatible with newmouse infrastructure | ||||
* | | More newmouse updates | inmarket | 2014-09-17 | 3 | -55/+91 |
| | | |||||
* | | SImplify the options for multiple displays. | inmarket | 2014-09-17 | 5 | -139/+103 |
| | | | | | | | | This will also be more compatible with newmouse infrastructure | ||||
* | | More mouse updates - not working yet. | inmarket | 2014-09-16 | 4 | -255/+231 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-09-13 | 4 | -62/+144 |
|\| | |||||
| * | Fixes to gdriver to make uGFXnet displays work | inmarket | 2014-09-13 | 4 | -62/+144 |
| | | |||||
* | | Merge branch 'gdriver' into newmouse | inmarket | 2014-08-23 | 12 | -607/+1004 |
|\| | |||||
| * | GDRIVER now working for GDISP including multiple displays. | inmarket | 2014-08-23 | 7 | -639/+716 |
| | | | | | | | | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc | ||||
| * | New gdriver module. | inmarket | 2014-08-23 | 5 | -0/+319 |
| | | |||||
| * | Doco updates | inmarket | 2014-08-23 | 1 | -2/+2 |
| | | |||||
| * | Fix frame window logic bug and compile bug | inmarket | 2014-08-21 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-08-20 | 92 | -909/+1223 |
|\| | |||||
| * | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 91 | -825/+854 |
| | | |||||
| * | Create a generic GWIN event. | inmarket | 2014-08-20 | 15 | -82/+116 |
| | | | | | | | | | | | | The frame now sends a GEVENT_GWIN_CLOSE event on closing. Unfortunately some gwin events have had a field renamed in order to generalise the structure. Demo's updated to match. | ||||
| * | GL3D GWIN window + demo | inmarket | 2014-08-20 | 5 | -3/+254 |
| | | |||||
| * | whitespaces | Joel Bodenmann | 2014-08-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-08-17 | 166 | -45863/+1301 |
|\| | |||||
| * | Fix a bug that caused geventWait() to always fail if called with a timeout | inmarket | 2014-08-17 | 1 | -5/+27 |
| | | | | | | | | Fix a bug that caused geventWait() to miss pending events, | ||||
| * | Update the simple container to support custom draws such as transparent ↵ | inmarket | 2014-08-16 | 2 | -13/+90 |
| | | | | | | | | client area or tiled image client area. | ||||
| * | frame window fixes | inmarket | 2014-08-16 | 1 | -7/+9 |
| | |