aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update support for ChibiOS v3 to the current repository.inmarket2014-10-061-0/+4
| | | | | | | Update Make system to match. Add ability to make to a library rather than a program Stop ignoring objcode invalid format errors Multiple make tidy ups
* Merge remote-tracking branch 'origin/newmouse' into newmouseinmarket2014-09-2918-16/+16
|\
| * Merge branch 'newmouse' of bitbucket.org:Tectu/ugfx into newmouseJoel Bodenmann2014-09-295-126/+166
| |\
| * | /src/gos/gfx_* -> /src/gos/gos_*Joel Bodenmann2014-09-2918-16/+16
| | |
* | | doxygen updatesinmarket2014-09-291-0/+6
| |/ |/|
* | Merge branch 'master' into newmouseinmarket2014-09-295-126/+166
|\ \ | |/ |/|
| * Progress bar optimisation.inmarket2014-09-292-26/+22
| |
| * Bug fixes for the OSX GOS layerinmarket2014-09-291-25/+17
| |
| * Bug fixes for the linux GOS layer. Also add POSIX semaphore implementation.inmarket2014-09-292-75/+127
| |
* | some more doxygen fixesJoel Bodenmann2014-09-284-23/+42
| |
* | some doxygen fixes (more coming)Joel Bodenmann2014-09-289-8/+10
| |
* | Fix newmouse compiler warninginmarket2014-09-281-3/+1
| |
* | Merge branch 'master' into newmouseinmarket2014-09-283-8/+28
|\|
| * 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
| |
| * Change to GDriver to support an initialisation parameterinmarket2014-09-264-9/+11
| |
| * Reorder initialisation to ensure gwin is initialised lastinmarket2014-09-261-6/+6
| |
| * 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-252-66/+56
| |
* | gdriver bugfixinmarket2014-09-261-1/+1
| |
* | GINPUT mouse updated - first working version of newmouse.inmarket2014-09-263-20/+26
| | | | | | | | | | Note: drivers to be ported. Note: not tested well yet.
* | Change to GDriver to support an initialisation parameterinmarket2014-09-264-9/+11
| |
* | Reorder initialisation to ensure gwin is initialised lastinmarket2014-09-261-6/+6
| |
* | New mouse updates. Just need a driver now.inmarket2014-09-257-587/+786
| |
* | 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-252-66/+56
| |
* | Merge branch 'master' into newmouseinmarket2014-09-179-20/+29
|\|
| * 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-175-139/+103
| | | | | | | | This will also be more compatible with newmouse infrastructure
* | More newmouse updatesinmarket2014-09-173-55/+91
| |
* | SImplify the options for multiple displays.inmarket2014-09-175-139/+103
| | | | | | | | This will also be more compatible with newmouse infrastructure
* | More mouse updates - not working yet.inmarket2014-09-164-255/+231
| |
* | Merge branch 'master' into newmouseinmarket2014-09-134-62/+144
|\|
| * Fixes to gdriver to make uGFXnet displays workinmarket2014-09-134-62/+144
| |
* | Merge branch 'gdriver' into newmouseinmarket2014-08-2312-607/+1004
|\|
| * GDRIVER now working for GDISP including multiple displays.inmarket2014-08-237-639/+716
| | | | | | | | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc
| * New gdriver module.inmarket2014-08-235-0/+319
| |
| * Doco updatesinmarket2014-08-231-2/+2
| |
| * Fix frame window logic bug and compile buginmarket2014-08-211-2/+3
| |
* | Merge branch 'master' into newmouseinmarket2014-08-2092-909/+1223
|\|
| * Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-2091-825/+854
| |
| * Create a generic GWIN event.inmarket2014-08-2015-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 + demoinmarket2014-08-205-3/+254
| |
| * whitespacesJoel Bodenmann2014-08-181-2/+2
| |