aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* /src/gos/gfx_* -> /src/gos/gos_*Joel Bodenmann2014-09-2918-16/+16
* doxygen updatesinmarket2014-09-2910-15/+27
* X bug fix so application closes properly when there is a window managerinmarket2014-09-291-7/+17
* 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
* New makefile structure. Also OSX board defintioninmarket2014-09-2818-630/+451
* GOS updates to fix compile warnings on linuxinmarket2014-09-283-8/+28
* 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
* 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
* 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
* Create a readme for the gdisp drivers directory listing what hardware each dr...inmarket2014-09-171-0/+28
* 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
* Update release informationinmarket2014-09-131-0/+1
* Fixes to gdriver to make uGFXnet displays workinmarket2014-09-135-63/+146
* GDRIVER now working for GDISP including multiple displays.inmarket2014-08-239-639/+728
* New gdriver module.inmarket2014-08-235-0/+319
* gfxconf.example.h multiple display options were in the wrong place.inmarket2014-08-231-5/+4
* Doco updatesinmarket2014-08-232-6/+6
* Rename all driver makefiles to driver.mkinmarket2014-08-2237-49/+49
* Merge branch 'master' of bitbucket.org:Tectu/ugfxJoel Bodenmann2014-08-213-24/+211
|\
| * Update to the SPFD54124B gdisp driver.inmarket2014-08-212-22/+208
| * Fix frame window logic bug and compile buginmarket2014-08-211-2/+3
* | board file compiler warningJoel Bodenmann2014-08-211-10/+11
|/
* Update gl3d demos so they run on real hardware (STMF407VGT6). Basically reduc...inmarket2014-08-202-4/+10
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-2094-828/+857
* Add gl3d gears demoinmarket2014-08-203-0/+341
* Update gl3d spin demoinmarket2014-08-203-15/+7
* Docoinmarket2014-08-201-1/+5
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxinmarket2014-08-206-0/+412
|\
| * adding RAWRTOS option to gfxconf.hJoel Bodenmann2014-08-201-0/+1
| * whitespacesJoel Bodenmann2014-08-201-1/+3
| * added SPFD54124B driver by user shilowJoel Bodenmann2014-08-205-0/+409
* | Create a generic GWIN event.inmarket2014-08-2022-106/+140
|/
* GL3D GWIN window + demoinmarket2014-08-2072-3/+12309
* whitespacesJoel Bodenmann2014-08-181-2/+2
* Fix a bug that caused geventWait() to always fail if called with a timeoutinmarket2014-08-171-5/+27