Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | GL3D GWIN window + demo | inmarket | 2014-08-20 | 72 | -3/+12309 | |
| | ||||||
* | 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 | |
| | | | | 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. | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | doc | Joel Bodenmann | 2014-08-08 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
|/ | ||||||
* | doc | Joel Bodenmann | 2014-08-06 | 1 | -1/+1 | |
| | ||||||
* | license typo fix | Joel Bodenmann | 2014-08-05 | 1 | -1/+1 | |
| | ||||||
* | updated license to v1.2 | Joel Bodenmann | 2014-08-05 | 1 | -7/+6 | |
| | ||||||
* | whitespaces | Joel Bodenmann | 2014-08-05 | 1 | -0/+1 | |
| | ||||||
* | Operating System initialisation can now be turned off in gfxconf.h | inmarket | 2014-07-29 | 11 | -18/+58 | |
| | ||||||
* | Oops - add rawrtos into the makefile | inmarket | 2014-07-29 | 1 | -1/+2 | |
| | ||||||
* | Support for rawrtos real time operating system | inmarket | 2014-07-29 | 5 | -3/+161 | |
| | ||||||
* | Some improvements for the Kiel C compiler | inmarket | 2014-07-29 | 2 | -1/+9 | |
| | ||||||
* | Win32 readme fix | Joel Bodenmann | 2014-07-23 | 1 | -1/+8 | |
| | ||||||
* | Update releases documentation | inmarket | 2014-07-18 | 1 | -0/+3 | |
| | ||||||
* | trunet contributed R61505U gdisp driver | inmarket | 2014-07-17 | 4 | -0/+473 | |
| | ||||||
* | 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 | 14 | -3/+96 | |
| | ||||||
* | 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 | |
| | ||||||
* | Release doco update | inmarket | 2014-07-15 | 1 | -0/+4 | |
| | ||||||
* | Thick line support is only available if Polygon drawing is available | inmarket | 2014-07-15 | 2 | -24/+22 | |
| | ||||||
* | Merged in pashamray/ugfx/pcf8812 (pull request #14) | Joel Bodenman | 2014-07-12 | 1 | -9/+2 | |
|\ | | | | | fix SPI send data | |||||
| * | Merged master into pcf8812 | Paul Shamray | 2014-07-12 | 6 | -1/+29 | |
| |\ | ||||||
| * | | fix SPI send data | root | 2014-07-12 | 1 | -9/+2 | |
| | | | ||||||
* | | | Merged in pashamray/ugfx/pcd8544 (pull request #13) | Joel Bodenman | 2014-07-12 | 1 | -11/+3 | |
|\ \ \ | | | | | | | | | fix SPI send data |