aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SImplify the options for multiple displays.inmarket2014-09-175-139/+103
| | | | This will also be more compatible with newmouse infrastructure
* More mouse updates - not working yet.inmarket2014-09-164-255/+231
|
* Merge branch 'master' into newmouseinmarket2014-09-134-62/+144
|\
| * Fixes to gdriver to make uGFXnet displays workinmarket2014-09-134-62/+144
| |
* | Merge branch 'gdriver' into newmouseinmarket2014-08-2312-607/+1004
|\|
| * GDRIVER now working for GDISP including multiple displays.inmarket2014-08-237-639/+716
| | | | | | | | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc
| * New gdriver module.inmarket2014-08-235-0/+319
| |
| * Doco updatesinmarket2014-08-231-2/+2
| |
| * Fix frame window logic bug and compile buginmarket2014-08-211-2/+3
| |
* | Merge branch 'master' into newmouseinmarket2014-08-2092-909/+1223
|\|
| * Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-2091-825/+854
| |
| * Create a generic GWIN event.inmarket2014-08-2015-82/+116
| | | | | | | | | | | | 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 + demoinmarket2014-08-205-3/+254
| |
| * whitespacesJoel Bodenmann2014-08-181-2/+2
| |
* | Merge branch 'master' into newmouseinmarket2014-08-17166-45863/+1301
|\|
| * Fix a bug that caused geventWait() to always fail if called with a timeoutinmarket2014-08-171-5/+27
| | | | | | | | Fix a bug that caused geventWait() to miss pending events,
| * Update the simple container to support custom draws such as transparent ↵inmarket2014-08-162-13/+90
| | | | | | | | client area or tiled image client area.
| * 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
| | | | | | | | and tiled image backgrounds
| * 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
| |
| * 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-157-3/+317
| |
| * 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
| | | | | | | | file conflicts.
| * Move 3rd Party source to a new directory.inmarket2014-08-13140-45235/+129
| | | | | | | | Rationalise Fatfs code and fix a couple of configuration issues.
* | Merge branch 'master' into newmouseinmarket2014-08-1253-816/+1653
|\|
| * GFILE: restructure files, add File Listing, add C String filesinmarket2014-08-1212-708/+1174
| | | | | | | | Fix compile error for ChibiOS BaseStreamFile based GFILES'.
| * 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
| | | | | | | | systems
| * FreeRTOS type definitions for versions older than 8Joel Bodenmann2014-08-081-0/+12
| |
| * 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
| |\
| | * Any visible window that obscures another window now prevents the underlying ↵inmarket2014-08-071-18/+25
| | | | | | | | | | | | window from receiving mouse event.
| * | Added optional transparency to containerJoel Bodenmann2014-08-072-5/+10
| |/
| * Operating System initialisation can now be turned off in gfxconf.hinmarket2014-07-299-18/+54
| |
| * Oops - add rawrtos into the makefileinmarket2014-07-291-1/+2
| |
| * Support for rawrtos real time operating systeminmarket2014-07-294-2/+160
| |
| * Some improvements for the Kiel C compilerinmarket2014-07-292-1/+9
| |
| * Rebuild GEvent.inmarket2014-07-162-37/+82
| | | | | | | | It should be faster, have less contention problems, use less memory and allow reentrancy from a callback handler.
| * typoinmarket2014-07-161-1/+1
| |
| * Fix compile warninginmarket2014-07-151-1/+1
| |
| * Add widget tag support (and fix a couple of doxygen problems)inmarket2014-07-1513-3/+95
| |
| * Try to prevent type definition conflicts with standard headersinmarket2014-07-151-8/+14
| |
| * Only destroy the listener in a frame window if it actually was initialised.inmarket2014-07-151-2/+4
| |
* | Merge branch 'master' into newmouseinmarket2014-07-1511-7/+269
|\|
| * Thick line support is only available if Polygon drawing is availableinmarket2014-07-152-24/+22
| |
| * Added gwinDrawThickLine() wrapper for corresponding GDISP callJoel Bodenmann2014-07-112-0/+24
| |
| * eCos: fixing gfxFree() routineJoel Bodenmann2014-07-111-1/+1
| |
| * adding ecos port to makefileJoel Bodenmann2014-07-111-0/+1
| |