| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding GDISP_NEED_ARCSECTOR stuff that was missing | Joel Bodenmann | 2014-10-28 | 1 | -0/+8 |
* | Added new arc sector drawing routines (Thanks to steved for the inspiration). | inmarket | 2014-10-27 | 2 | -14/+360 |
* | compiler warning | Joel Bodenmann | 2014-10-26 | 1 | -1/+1 |
* | GWIN list toggle bug compile error fix | Joel Bodenmann | 2014-10-26 | 1 | -2/+2 |
* | ChibiOS 3 error message update | inmarket | 2014-10-09 | 1 | -2/+2 |
* | Fixes bug with printf formatting of zero filled fields | inmarket | 2014-10-09 | 2 | -2/+2 |
* | Update buildfonts.sh to match change to fonts.h | 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 |
|/ |
|
* | /src/gos/gfx_* -> /src/gos/gos_* | Joel Bodenmann | 2014-09-29 | 18 | -16/+16 |
* | doxygen updates | inmarket | 2014-09-29 | 10 | -15/+27 |
* | 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 |
* | GOS updates to fix compile warnings on linux | inmarket | 2014-09-28 | 3 | -8/+28 |
* | 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 |
* | 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 |
* | Fixes to gdriver to make uGFXnet displays work | inmarket | 2014-09-13 | 4 | -62/+144 |
* | GDRIVER now working for GDISP including multiple displays. | inmarket | 2014-08-23 | 7 | -639/+716 |
* | 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 |
* | 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 |
* | GL3D GWIN window + demo | inmarket | 2014-08-20 | 5 | -3/+254 |
* | whitespaces | Joel Bodenmann | 2014-08-18 | 1 | -2/+2 |
* | Fix a bug that caused geventWait() to always fail if called with a timeout | inmarket | 2014-08-17 | 1 | -5/+27 |
* | Update the simple container to support custom draws such as transparent clien... | inmarket | 2014-08-16 | 2 | -13/+90 |
* | frame window fixes | inmarket | 2014-08-16 | 1 | -7/+9 |
* | Update the frame window to use much less RAM and also to support transparent ... | inmarket | 2014-08-16 | 2 | -217/+286 |
* | Fix the window manager to reveal windows behind a window that is made invisible. | inmarket | 2014-08-16 | 1 | -3/+17 |
* | Fix visibility issues associated with a window destroy. | inmarket | 2014-08-16 | 2 | -2/+23 |
* | Add extra widget flags especially for widget flag range checking. | inmarket | 2014-08-16 | 1 | -0/+2 |
* | Add GFILE support for PetitFS (a very tiny FAT implementation) | inmarket | 2014-08-15 | 7 | -3/+317 |
* | Bug fix. Must close before freeing the structure. | inmarket | 2014-08-15 | 1 | -1/+1 |
* | Separate GFILE into separate source files to prevent future name and include ... | inmarket | 2014-08-15 | 14 | -385/+408 |
* | Move 3rd Party source to a new directory. | inmarket | 2014-08-13 | 140 | -45235/+129 |
* | GFILE: restructure files, add File Listing, add C String files | inmarket | 2014-08-12 | 12 | -708/+1174 |
* | Adjust code styling to match all other code | inmarket | 2014-08-08 | 1 | -2/+1 |
* | Adding prefix to port files to avoid file name conflicts on case insensitive ... | Joel Bodenmann | 2014-08-08 | 18 | -16/+16 |