| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix bugs in newmouse framework | inmarket | 2014-10-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | Update buildfonts.sh to match change to fonts.h | inmarket | 2014-10-06 | 1 | -2/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into newmouse | inmarket | 2014-10-06 | 1 | -2/+1 | |
| |\| | ||||||
| | * | Merge remote-tracking branch 'origin/master' | inmarket | 2014-10-06 | 1 | -2/+1 | |
| | |\ | ||||||
| | | * | Fixing inclusion problem | Joel Bodenmann | 2014-10-05 | 1 | -2/+1 | |
| | | | | ||||||
| | * | | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 1 | -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 | |||||
| | * | /src/gos/gfx_* -> /src/gos/gos_* | Joel Bodenmann | 2014-09-29 | 18 | -16/+16 | |
| | | | ||||||
| | * | doxygen updates | inmarket | 2014-09-29 | 10 | -15/+27 | |
| | | | ||||||
| * | | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 1 | -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 newmouse | inmarket | 2014-09-29 | 18 | -16/+16 | |
| |\ \ | ||||||
| | * \ | Merge branch 'newmouse' of bitbucket.org:Tectu/ugfx into newmouse | Joel Bodenmann | 2014-09-29 | 5 | -126/+166 | |
| | |\ \ | ||||||
| | * | | | /src/gos/gfx_* -> /src/gos/gos_* | Joel Bodenmann | 2014-09-29 | 18 | -16/+16 | |
| | | | | | ||||||
| * | | | | 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 | |||||
