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 |
| | | |||||
* | | Fix occassional startup crash under Win32 with newmouse | inmarket | 2014-09-28 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-09-28 | 21 | -638/+479 |
|\| | |||||
| * | New makefile structure. Also OSX board defintion | inmarket | 2014-09-28 | 18 | -630/+451 |
| | | |||||
| * | 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 |
| | | |||||
| * | More makefile updates | inmarket | 2014-09-26 | 3 | -3/+22 |
| | | |||||
| * | Update more Makefiles | inmarket | 2014-09-26 | 2 | -55/+169 |
| | | |||||
| * | 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 |
| | | |||||
| * | Makefile: Add support for - | inmarket | 2014-09-26 | 1 | -20/+58 |
| | | | | | | | | | | | | | | - ..'s in the source path - USER_LISTINGS to control whether listings are generated - dependancy directory now a MACRO - support for Code::Blocks make targets | ||||
| * | 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 | 3 | -68/+58 |
| | | |||||
* | | gdriver bugfix | inmarket | 2014-09-26 | 1 | -1/+1 |
| | | |||||
* | | More makefile updates | inmarket | 2014-09-26 | 3 | -3/+22 |
| | | |||||
* | | First version X newmouse driver | inmarket | 2014-09-26 | 1 | -45/+87 |
| | | |||||
* | | comments | inmarket | 2014-09-26 | 1 | -2/+2 |
| | | |||||
* | | Update more Makefiles | inmarket | 2014-09-26 | 2 | -55/+169 |
| | | |||||
* | | doco | inmarket | 2014-09-26 | 1 | -2/+5 |
| | | |||||
* | | Win32 mouse ported to new mouse driver format | inmarket | 2014-09-26 | 1 | -36/+97 |
| | | |||||
* | | 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. | ||||
* | | Demos updated to remove now deprecated function gwinAttachMouse | inmarket | 2014-09-26 | 10 | -42/+10 |
| | | |||||
* | | 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 |
| | | |||||
* | | Makefile: Add support for - | inmarket | 2014-09-26 | 1 | -20/+58 |
| | | | | | | | | | | | | | | - ..'s in the source path - USER_LISTINGS to control whether listings are generated - dependancy directory now a MACRO - support for Code::Blocks make targets | ||||
* | | New mouse updates. Just need a driver now. | inmarket | 2014-09-25 | 8 | -587/+796 |
| | | |||||
* | | 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 | 3 | -68/+58 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-09-17 | 10 | -21/+29 |
|\| | |||||
| * | Remove compile warning. | inmarket | 2014-09-17 | 1 | -1/+0 |
| | | |||||
| * | 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 | 9 | -193/+155 |
| | | | | | | | | This will also be more compatible with newmouse infrastructure | ||||
| * | Create a readme for the gdisp drivers directory listing what hardware each ↵ | inmarket | 2014-09-17 | 1 | -0/+28 |
| | | | | | | | | driver can drive. | ||||
| * | Clean up demo gfxconf.h files that incorrectly specify every option. | inmarket | 2014-09-17 | 2 | -321/+4 |
| | | |||||
| * | Readme for integration with yaffs2 (coming soon) | inmarket | 2014-09-16 | 1 | -0/+28 |
| | | |||||
* | | More newmouse updates | inmarket | 2014-09-17 | 3 | -55/+91 |
| | | |||||
* | | Create a readme for the gdisp drivers directory listing what hardware each ↵ | inmarket | 2014-09-17 | 1 | -0/+28 |
| | | | | | | | | driver can drive. |