Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | | | | | | | | file conflicts. | |||||
| * | Move 3rd Party source to a new directory. | inmarket | 2014-08-13 | 140 | -45235/+129 | |
| | | | | | | | | Rationalise Fatfs code and fix a couple of configuration issues. | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-08-12 | 53 | -816/+1653 | |
|\| | ||||||
| * | GFILE: restructure files, add File Listing, add C String files | inmarket | 2014-08-12 | 12 | -708/+1174 | |
| | | | | | | | | Fix compile error for ChibiOS BaseStreamFile based GFILES'. | |||||
| * | 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 | |
| | | | | | | | | systems | |||||
| * | FreeRTOS type definitions for versions older than 8 | Joel Bodenmann | 2014-08-08 | 1 | -0/+12 | |
| | | ||||||
| * | Fixing compile bug for NATIVE image format | Joel Bodenmann | 2014-08-07 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of bitbucket.org:Tectu/ugfx | Joel Bodenmann | 2014-08-07 | 1 | -18/+25 | |
| |\ | ||||||
| | * | Any visible window that obscures another window now prevents the underlying ↵ | inmarket | 2014-08-07 | 1 | -18/+25 | |
| | | | | | | | | | | | | window from receiving mouse event. | |||||
| * | | Added optional transparency to container | Joel Bodenmann | 2014-08-07 | 2 | -5/+10 | |
| |/ | ||||||
| * | Operating System initialisation can now be turned off in gfxconf.h | inmarket | 2014-07-29 | 9 | -18/+54 | |
| | | ||||||
| * | Oops - add rawrtos into the makefile | inmarket | 2014-07-29 | 1 | -1/+2 | |
| | | ||||||
| * | Support for rawrtos real time operating system | inmarket | 2014-07-29 | 4 | -2/+160 | |
| | | ||||||
| * | Some improvements for the Kiel C compiler | inmarket | 2014-07-29 | 2 | -1/+9 | |
| | | ||||||
| * | Rebuild GEvent. | inmarket | 2014-07-16 | 2 | -37/+82 | |
| | | | | | | | | It should be faster, have less contention problems, use less memory and allow reentrancy from a callback handler. | |||||
| * | typo | inmarket | 2014-07-16 | 1 | -1/+1 | |
| | | ||||||
| * | Fix compile warning | inmarket | 2014-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | Add widget tag support (and fix a couple of doxygen problems) | inmarket | 2014-07-15 | 13 | -3/+95 | |
| | | ||||||
| * | Try to prevent type definition conflicts with standard headers | inmarket | 2014-07-15 | 1 | -8/+14 | |
| | | ||||||
| * | Only destroy the listener in a frame window if it actually was initialised. | inmarket | 2014-07-15 | 1 | -2/+4 | |
| | | ||||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-07-15 | 11 | -7/+269 | |
|\| | ||||||
| * | Thick line support is only available if Polygon drawing is available | inmarket | 2014-07-15 | 2 | -24/+22 | |
| | | ||||||
| * | Added gwinDrawThickLine() wrapper for corresponding GDISP call | Joel Bodenmann | 2014-07-11 | 2 | -0/+24 | |
| | | ||||||
| * | eCos: fixing gfxFree() routine | Joel Bodenmann | 2014-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | adding ecos port to makefile | Joel Bodenmann | 2014-07-11 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'eCos' | inmarket | 2014-07-07 | 5 | -2/+229 | |
| |\ | ||||||
| | * | Merge branch 'master' into eCos | inmarket | 2014-07-03 | 1 | -0/+13 | |
| | |\ | ||||||
| | * \ | Merge branch 'master' into eCos | inmarket | 2014-07-02 | 147 | -5/+45839 | |
| | |\ \ | ||||||
| | * | | | First cut eCos port | inmarket | 2014-06-25 | 5 | -2/+229 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of bitbucket.org:Tectu/ugfx | Joel Bodenmann | 2014-07-05 | 1 | -0/+13 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Missing gfxconf definitions for the RAW32 port | inmarket | 2014-07-03 | 1 | -0/+13 | |
| | | |/ | | |/| | ||||||
| * | | | doxygen fix | Joel Bodenmann | 2014-07-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Frame widget doxygen fix | Joel Bodenmann | 2014-07-04 | 1 | -3/+2 | |
| | | | | ||||||
| * | | | fixing doxygen typo | Joel Bodenmann | 2014-07-04 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | First part new mouse infrastructure | inmarket | 2014-07-02 | 3 | -330/+297 | |
|/ / | ||||||
* | | Use the GFILE_NEED_NOAUTOSYNC for syncing in the write as well. | inmarket | 2014-07-02 | 1 | -1/+3 | |
| | | ||||||
* | | checkbox c++ fix | Joel Bodenmann | 2014-06-30 | 1 | -0/+8 | |
| | | ||||||
* | | added gfileSync() and autosync feature | Joel Bodenmann | 2014-06-29 | 8 | -5/+64 | |
| | | ||||||
* | | Put back ffconf.h with a default configuration. | inmarket | 2014-06-28 | 1 | -0/+230 | |
| | | | | | | | | | | User can override by placing a ffconf.h in their project directory. This works as the current directory is always checked for include files before the include path. | |||||
* | | ffconf.h is now a template. User has to supply his own | Joel Bodenmann | 2014-06-28 | 1 | -230/+0 | |
| | |