aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move 3rd Party source to a new directory.inmarket2014-08-13140-45235/+129
| | | | Rationalise Fatfs code and fix a couple of configuration issues.
* 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
|
* 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
|
* Merge branch 'eCos'inmarket2014-07-075-2/+229
|\
| * Merge branch 'master' into eCosinmarket2014-07-031-0/+13
| |\
| * \ Merge branch 'master' into eCosinmarket2014-07-02147-5/+45839
| |\ \
| * | | First cut eCos portinmarket2014-06-255-2/+229
| | | |
* | | | Merge branch 'master' of bitbucket.org:Tectu/ugfxJoel Bodenmann2014-07-051-0/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Missing gfxconf definitions for the RAW32 portinmarket2014-07-031-0/+13
| | |/ | |/|
* | | doxygen fixJoel Bodenmann2014-07-051-1/+1
| | |
* | | Frame widget doxygen fixJoel Bodenmann2014-07-041-3/+2
| | |
* | | fixing doxygen typoJoel Bodenmann2014-07-041-1/+1
|/ /
* | Use the GFILE_NEED_NOAUTOSYNC for syncing in the write as well.inmarket2014-07-021-1/+3
| |
* | checkbox c++ fixJoel Bodenmann2014-06-301-0/+8
| |
* | added gfileSync() and autosync featureJoel Bodenmann2014-06-298-5/+64
| |
* | Put back ffconf.h with a default configuration.inmarket2014-06-281-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 ownJoel Bodenmann2014-06-281-230/+0
| |
* | fatfs updateJoel Bodenmann2014-06-284-5/+6
| |
* | Merge branch 'fatfs'Joel Bodenmann2014-06-27145-4/+45768
|\ \
| * | Fatfs Cleanupinmarket2014-06-279-413/+433
| | |
| * | working implementation with gfx syscallsJoel Bodenmann2014-06-274-281/+39
| | |
| * | FatFS complete implementationJoel Bodenmann2014-06-278-14/+125
| | |
| * | first working FatFS implementation. Modes ToDoJoel Bodenmann2014-06-272-13/+27
| | |
| * | added ToDo listJoel Bodenmann2014-06-251-0/+9
| | |
| * | added fatfs/readmeJoel Bodenmann2014-06-251-0/+8
| | |
| * | initial implementation - untestedJoel Bodenmann2014-06-257-8/+420
| | |
| * | adding fatfs directoryJoel Bodenmann2014-06-24134-1/+45433
| |/
* / macro typoJoel Bodenmann2014-06-251-1/+1
|/
* Added support for playing arbitrary format audio files with an intelligent ↵inmarket2014-06-231-0/+1
| | | | | | audio processor like the VS1053 codec. Demo added.
* Remove compiler warninginmarket2014-05-301-0/+6
|