Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SImplify the options for multiple displays. | inmarket | 2014-09-17 | 9 | -193/+155 | |
| | | | | | | | | This will also be more compatible with newmouse infrastructure | |||||
* | | Clean up demo gfxconf.h files that incorrectly specify every option. | inmarket | 2014-09-17 | 2 | -321/+4 | |
| | | ||||||
* | | More mouse updates - not working yet. | inmarket | 2014-09-16 | 4 | -255/+231 | |
| | | ||||||
* | | Readme for integration with yaffs2 (coming soon) | inmarket | 2014-09-16 | 1 | -0/+28 | |
| | | ||||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-09-13 | 6 | -63/+147 | |
|\| | ||||||
| * | Update release information | inmarket | 2014-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | Fixes to gdriver to make uGFXnet displays work | inmarket | 2014-09-13 | 5 | -63/+146 | |
| | | ||||||
* | | Merge branch 'gdriver' into newmouse | inmarket | 2014-08-23 | 58 | -701/+1302 | |
|\| | ||||||
| * | GDRIVER now working for GDISP including multiple displays. | inmarket | 2014-08-23 | 9 | -639/+728 | |
| | | | | | | | | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc | |||||
| * | New gdriver module. | inmarket | 2014-08-23 | 5 | -0/+319 | |
| | | ||||||
| * | gfxconf.example.h multiple display options were in the wrong place. | inmarket | 2014-08-23 | 1 | -5/+4 | |
| | | ||||||
| * | Doco updates | inmarket | 2014-08-23 | 2 | -6/+6 | |
| | | ||||||
| * | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 37 | -49/+49 | |
| | | ||||||
| * | Merge branch 'master' of bitbucket.org:Tectu/ugfx | Joel Bodenmann | 2014-08-21 | 3 | -24/+211 | |
| |\ | ||||||
| | * | Update to the SPFD54124B gdisp driver. | inmarket | 2014-08-21 | 2 | -22/+208 | |
| | | | | | | | | | | | | Added an example board file for it to the boards/addons/gdisp directory | |||||
| | * | Fix frame window logic bug and compile bug | inmarket | 2014-08-21 | 1 | -2/+3 | |
| | | | ||||||
| * | | board file compiler warning | Joel Bodenmann | 2014-08-21 | 1 | -10/+11 | |
| |/ | ||||||
| * | Update gl3d demos so they run on real hardware (STMF407VGT6). Basically ↵ | inmarket | 2014-08-20 | 2 | -4/+10 | |
| | | | | | | | | reduce the zbuffer size. | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-08-20 | 177 | -937/+14055 | |
|\| | ||||||
| * | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 94 | -828/+857 | |
| | | ||||||
| * | Add gl3d gears demo | inmarket | 2014-08-20 | 3 | -0/+341 | |
| | | ||||||
| * | Update gl3d spin demo | inmarket | 2014-08-20 | 3 | -15/+7 | |
| | | ||||||
| * | Doco | inmarket | 2014-08-20 | 1 | -1/+5 | |
| | | ||||||
| * | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | inmarket | 2014-08-20 | 6 | -0/+412 | |
| |\ | ||||||
| | * | adding RAWRTOS option to gfxconf.h | Joel Bodenmann | 2014-08-20 | 1 | -0/+1 | |
| | | | ||||||
| | * | whitespaces | Joel Bodenmann | 2014-08-20 | 1 | -1/+3 | |
| | | | ||||||
| | * | added SPFD54124B driver by user shilow | Joel Bodenmann | 2014-08-20 | 5 | -0/+409 | |
| | | | ||||||
| * | | Create a generic GWIN event. | inmarket | 2014-08-20 | 22 | -106/+140 | |
| |/ | | | | | | | | | | | 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 + demo | inmarket | 2014-08-20 | 72 | -3/+12309 | |
| | | ||||||
| * | whitespaces | Joel Bodenmann | 2014-08-18 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-08-17 | 199 | -45533/+49337 | |
|\| | ||||||
| * | Fix a bug that caused geventWait() to always fail if called with a timeout | inmarket | 2014-08-17 | 1 | -5/+27 | |
| | | | | | | | | Fix a bug that caused geventWait() to miss pending events, | |||||
| * | Update the simple container to support custom draws such as transparent ↵ | inmarket | 2014-08-16 | 2 | -13/+90 | |
| | | | | | | | | client area or tiled image client area. | |||||
| * | 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 | |
| | | | | | | | | and tiled image backgrounds | |||||
| * | 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 | |
| | | ||||||
| * | Update the frame demo to reveal a surprise when the frame is closed. | inmarket | 2014-08-16 | 2 | -0/+9 | |
| | | ||||||
| * | 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 | 36 | -3/+3094 | |
| | | ||||||
| * | 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 | |
| | | | | | | | | file conflicts. | |||||
| * | Readme for 3rdparty directory | inmarket | 2014-08-15 | 1 | -0/+8 | |
| | | ||||||
| * | Move 3rd Party source to a new directory. | inmarket | 2014-08-13 | 142 | -44913/+45379 | |
| | | | | | | | | Rationalise Fatfs code and fix a couple of configuration issues. | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-08-12 | 65 | -863/+2283 | |
|\| | ||||||
| * | GFILE: restructure files, add File Listing, add C String files | inmarket | 2014-08-12 | 14 | -711/+1180 | |
| | | | | | | | | Fix compile error for ChibiOS BaseStreamFile based GFILES'. | |||||
| * | Updating SSD1963 driver | Joel Bodenmann | 2014-08-08 | 3 | -34/+124 | |
| | | ||||||
| * | Fixing color in gwin widgets demo | Joel Bodenmann | 2014-08-08 | 1 | -1/+1 | |
| | | ||||||
| * | doco | inmarket | 2014-08-08 | 1 | -0/+1 | |
| | | ||||||
| * | Adjust code styling to match all other code | inmarket | 2014-08-08 | 1 | -2/+1 | |
| | |