aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into newmouseinmarket2014-09-2821-638/+479
|\
| * New makefile structure. Also OSX board defintioninmarket2014-09-2818-630/+451
| |
| * GOS updates to fix compile warnings on linuxinmarket2014-09-283-8/+28
| |
* | Merge branch 'master' into newmouseinmarket2014-09-261-2/+2
|\|
| * Another GDriver bugfixinmarket2014-09-261-2/+2
| |
| * gdriver bugfixinmarket2014-09-261-1/+1
| |
| * More makefile updatesinmarket2014-09-263-3/+22
| |
| * Update more Makefilesinmarket2014-09-262-55/+169
| |
| * Change to GDriver to support an initialisation parameterinmarket2014-09-264-9/+11
| |
| * Reorder initialisation to ensure gwin is initialised lastinmarket2014-09-261-6/+6
| |
| * Makefile: Add support for -inmarket2014-09-261-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 callinmarket2014-09-252-9/+27
| |
| * C decls on GDISP functionsinmarket2014-09-251-3/+9
| |
| * Expose the GDISP_STARTUP_COLOR setting for the initial color of displaysinmarket2014-09-253-68/+58
| |
* | gdriver bugfixinmarket2014-09-261-1/+1
| |
* | More makefile updatesinmarket2014-09-263-3/+22
| |
* | First version X newmouse driverinmarket2014-09-261-45/+87
| |
* | commentsinmarket2014-09-261-2/+2
| |
* | Update more Makefilesinmarket2014-09-262-55/+169
| |
* | docoinmarket2014-09-261-2/+5
| |
* | Win32 mouse ported to new mouse driver formatinmarket2014-09-261-36/+97
| |
* | GINPUT mouse updated - first working version of newmouse.inmarket2014-09-263-20/+26
| | | | | | | | | | Note: drivers to be ported. Note: not tested well yet.
* | Demos updated to remove now deprecated function gwinAttachMouseinmarket2014-09-2610-42/+10
| |
* | Change to GDriver to support an initialisation parameterinmarket2014-09-264-9/+11
| |
* | Reorder initialisation to ensure gwin is initialised lastinmarket2014-09-261-6/+6
| |
* | Makefile: Add support for -inmarket2014-09-261-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.inmarket2014-09-258-587/+796
| |
* | Additional GDriver callinmarket2014-09-252-9/+27
| |
* | C decls on GDISP functionsinmarket2014-09-251-3/+9
| |
* | Expose the GDISP_STARTUP_COLOR setting for the initial color of displaysinmarket2014-09-253-68/+58
| |
* | Merge branch 'master' into newmouseinmarket2014-09-1710-21/+29
|\|
| * Remove compile warning.inmarket2014-09-171-1/+0
| |
| * GDISP updates to match previous GDRIVER and multiple display updatesinmarket2014-09-174-8/+17
| |
| * Convert GDRIVER instance numbers to unsigned.inmarket2014-09-172-10/+10
| |
| * FATFS and PETITFS compile error fix (caused by prior file renaming).inmarket2014-09-173-3/+3
| |
| * SImplify the options for multiple displays.inmarket2014-09-179-193/+155
| | | | | | | | This will also be more compatible with newmouse infrastructure
| * Create a readme for the gdisp drivers directory listing what hardware each ↵inmarket2014-09-171-0/+28
| | | | | | | | driver can drive.
| * Clean up demo gfxconf.h files that incorrectly specify every option.inmarket2014-09-172-321/+4
| |
| * Readme for integration with yaffs2 (coming soon)inmarket2014-09-161-0/+28
| |
* | More newmouse updatesinmarket2014-09-173-55/+91
| |
* | Create a readme for the gdisp drivers directory listing what hardware each ↵inmarket2014-09-171-0/+28
| | | | | | | | driver can drive.
* | SImplify the options for multiple displays.inmarket2014-09-179-193/+155
| | | | | | | | This will also be more compatible with newmouse infrastructure
* | Clean up demo gfxconf.h files that incorrectly specify every option.inmarket2014-09-172-321/+4
| |
* | More mouse updates - not working yet.inmarket2014-09-164-255/+231
| |
* | Readme for integration with yaffs2 (coming soon)inmarket2014-09-161-0/+28
| |
* | Merge branch 'master' into newmouseinmarket2014-09-136-63/+147
|\|
| * Update release informationinmarket2014-09-131-0/+1
| |
| * Fixes to gdriver to make uGFXnet displays workinmarket2014-09-135-63/+146
| |
* | Merge branch 'gdriver' into newmouseinmarket2014-08-2358-701/+1302
|\|
| * GDRIVER now working for GDISP including multiple displays.inmarket2014-08-239-639/+728
| | | | | | | | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc