aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' into gwinJoel Bodenmann2014-05-1014-51/+302
|\
| * Merge branch 'freertos'Joel Bodenmann2014-05-106-4/+302
| |\
| | * freertos port cleanupJoel Bodenmann2014-05-102-7/+10
| | |
| | * Introducing GFX_FREERTOS_USE_TRACEJoel Bodenmann2014-05-104-9/+20
| | |
| | * Merge branch 'master' into freertosJoel Bodenmann2014-05-061-1/+1
| | |\
| | * \ Merge branch 'master' into freertosJoel Bodenmann2014-05-0411-193/+321
| | |\ \
| | * | | Fix some typos and implement gfxSleepMilliseconds().Winfred Lu2014-05-043-32/+18
| | | | |
| | * | | Merge branch 'master' into freertosJoel Bodenmann2014-04-3046-723/+1033
| | |\ \ \
| | * | | | Add SemWaitI() to FreeRTOSinmarket2014-03-142-0/+15
| | | | | |
| | * | | | Merge branch 'master' into freertosinmarket2014-03-1435-715/+1364
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into freertosinmarket2014-02-19102-150/+11223
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into freertosinmarket2014-02-1513-268/+1509
| | |\ \ \ \ \ \
| | * | | | | | | fixed macrosJoel Bodenmann2014-02-091-1/+2
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into freertosinmarket2014-02-072-11/+11
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into freertosinmarket2014-02-0319-38/+237
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | fixed file inclusionJoel Bodenmann2014-02-021-0/+1
| | | | | | | | | | |
| | * | | | | | | | | whitespacesJoel Bodenmann2014-02-011-4/+5
| | | | | | | | | | |
| | * | | | | | | | | updateJoel Bodenmann2014-02-011-6/+4
| | | | | | | | | | |
| | * | | | | | | | | some cleanupJoel Bodenmann2014-02-011-6/+5
| | | | | | | | | | |
| | * | | | | | | | | initial public release of FreeRTOS port (does still need some cleanup)Joel Bodenmann2014-02-011-0/+151
| | | | | | | | | | |
| * | | | | | | | | | doxygen cleanupJoel Bodenmann2014-05-108-47/+0
| | | | | | | | | | |
* | | | | | | | | | | frame rendering bug fixJoel Bodenmann2014-05-101-1/+1
| | | | | | | | | | |
* | | | | | | | | | | All compiling.inmarket2014-05-108-86/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Containers and Frames still to be tested.
* | | | | | | | | | | Oops - missed this one. Not ready for prime time yet though.inmarket2014-05-101-1/+6
| | | | | | | | | | |
* | | | | | | | | | | Multiple changes to GWIN to support containers.inmarket2014-05-1020-417/+681
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' into gwininmarket2014-05-0918-127/+311
|\| | | | | | | | | |
| * | | | | | | | | | Re-order GWIN sys_rules to simplify ready for new functionality.inmarket2014-05-091-23/+30
| | | | | | | | | | |
| * | | | | | | | | | GWIN label bug fix and simplificationinmarket2014-05-091-18/+9
| | | | | | | | | | |
| * | | | | | | | | | Rename GWIN image header file to be consistent with all other controls and ↵inmarket2014-05-092-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with its source file
| * | | | | | | | | | GWIN window manager comment updatesinmarket2014-05-091-4/+4
| | | | | | | | | | |
| * | | | | | | | | | gwinImage animated gif bug fixinmarket2014-05-091-3/+13
| | | | | | | | | | |
| * | | | | | | | | | GWIN creation and destruction bug fixesinmarket2014-05-092-2/+5
| | | | | | | | | | |
| * | | | | | | | | | New gqueue calls to allow inserting an object into the queue at an arbitrary ↵inmarket2014-05-092-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | location.
| * | | | | | | | | | New gdispImageInit() call to initialise a gdispImage structureinmarket2014-05-093-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use in gwinImage
| * | | | | | | | | | Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-094-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | structures. Incorporate into demo's
| * | | | | | | | | | Revert "Renaming image widget files to appropriate name"Joel Bodenmann2014-05-094-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 82a3f8491f6ec3b6bbb161167fc435acbfacc3a1.
| * | | | | | | | | | Renaming image widget files to appropriate nameJoel Bodenmann2014-05-094-2/+2
| | | | | | | | | | |
| * | | | | | | | | | progressbar widget cleanupJoel Bodenmann2014-05-091-1/+0
| | | | | | | | | | |
| * | | | | | | | | | Imagebox widget bug fix that could cause gwinImageOpenFile() to crashJoel Bodenmann2014-05-091-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of ↵Joel Bodenmann2014-05-084-73/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the progressbar widget
| * | | | | | | | | | Bug fix - GWIN_NEED_PROGRESSBAR not set to FALSE by defaultJoel Bodenmann2014-05-081-0/+7
| | | | | | | | | | |
| * | | | | | | | | | typo fixJoel Bodenmann2014-05-061-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into gwinJoel Bodenmann2014-05-062-2/+2
|\| | | | | | | | |
| * | | | | | | | | bug fixJoel Bodenmann2014-05-061-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Increasing corner size of tabsJoel Bodenmann2014-05-011-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into gwininmarket2014-05-0112-176/+371
|\| | | | | | | |
| * | | | | | | | Fixed enable bug in progress barinmarket2014-05-011-14/+9
| | | | | | | | |
| * | | | | | | | Added extra safety to GWIN objectsinmarket2014-05-013-136/+157
| | | | | | | | |
| * | | | | | | | Make some GWIN constants into #definesinmarket2014-05-012-8/+13
| | | | | | | | |
| * | | | | | | | Image bug-fix that caused crashes with the new GFILE/GWIN images.inmarket2014-05-011-1/+1
| | | | | | | | |