aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
* | | | Update the simple container to support custom draws such as transparent clien...inmarket2014-08-162-13/+90
* | | | frame window fixesinmarket2014-08-161-7/+9
* | | | Update the frame window to use much less RAM and also to support transparent ...inmarket2014-08-162-217/+286
* | | | Fix the window manager to reveal windows behind a window that is made invisible.inmarket2014-08-161-3/+17
* | | | Fix visibility issues associated with a window destroy.inmarket2014-08-162-2/+23
* | | | Update the frame demo to reveal a surprise when the frame is closed.inmarket2014-08-162-0/+9
* | | | Add extra widget flags especially for widget flag range checking.inmarket2014-08-161-0/+2
* | | | Add GFILE support for PetitFS (a very tiny FAT implementation)inmarket2014-08-1536-3/+3094
* | | | Bug fix. Must close before freeing the structure.inmarket2014-08-151-1/+1
* | | | Separate GFILE into separate source files to prevent future name and include ...inmarket2014-08-1514-385/+408
* | | | Readme for 3rdparty directoryinmarket2014-08-151-0/+8
* | | | Move 3rd Party source to a new directory.inmarket2014-08-13142-44913/+45379
| |_|/ |/| |
* | | GFILE: restructure files, add File Listing, add C String filesinmarket2014-08-1214-711/+1180
* | | Updating SSD1963 driverJoel Bodenmann2014-08-083-34/+124
* | | Fixing color in gwin widgets demoJoel Bodenmann2014-08-081-1/+1
* | | docoinmarket2014-08-081-0/+1
* | | Adjust code styling to match all other codeinmarket2014-08-081-2/+1
* | | Adding prefix to port files to avoid file name conflicts on case insensitive ...Joel Bodenmann2014-08-0818-16/+16
* | | FreeRTOS type definitions for versions older than 8Joel Bodenmann2014-08-081-0/+12
* | | docJoel Bodenmann2014-08-081-0/+1
* | | Fixing compile bug for NATIVE image formatJoel Bodenmann2014-08-071-1/+1
* | | Merge branch 'master' of bitbucket.org:Tectu/ugfxJoel Bodenmann2014-08-071-18/+25
|\ \ \