aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Mikromedia-M4 board definition to work with the latest ChibiStudio boa...Thomas Saunders2014-05-1011-2705/+2856
* Merge branch 'freertos'Joel Bodenmann2014-05-108-9/+313
|\
| * freertos port cleanupJoel Bodenmann2014-05-102-7/+10
| * Introducing GFX_FREERTOS_USE_TRACEJoel Bodenmann2014-05-105-15/+30
| * Merge branch 'master' into freertosJoel Bodenmann2014-05-061-1/+1
| |\
| * \ Merge branch 'master' into freertosJoel Bodenmann2014-05-0421-1996/+632
| |\ \
| * \ \ Merged in winfred_lu/ugfx/freertos (pull request #6) Joel Bodenman2014-05-043-32/+18
| |\ \ \
| | * | | Fix some typos and implement gfxSleepMilliseconds().Winfred Lu2014-05-043-32/+18
| |/ / /
| * | | Merge branch 'master' into freertosJoel Bodenmann2014-04-30216-5073/+9359
| |\ \ \
| * | | | Add SemWaitI() to FreeRTOSinmarket2014-03-142-0/+15
| * | | | Merge branch 'master' into freertosinmarket2014-03-1481-9366/+4211
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into freertosinmarket2014-02-19180-1592/+1385
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into freertosinmarket2014-02-1538-515/+2148
| |\ \ \ \ \ \
| * | | | | | | fixed macrosJoel Bodenmann2014-02-091-1/+2
| * | | | | | | Merge branch 'master' into freertosinmarket2014-02-073-13/+13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into freertosinmarket2014-02-0329-184/+272
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fixed file inclusionJoel Bodenmann2014-02-022-0/+3
| * | | | | | | | | whitespacesJoel Bodenmann2014-02-011-4/+5
| * | | | | | | | | updateJoel Bodenmann2014-02-011-6/+4
| * | | | | | | | | some cleanupJoel Bodenmann2014-02-012-10/+9
| * | | | | | | | | docJoel Bodenmann2014-02-013-0/+19
| * | | | | | | | | initial public release of FreeRTOS port (does still need some cleanup)Joel Bodenmann2014-02-012-0/+264
* | | | | | | | | | doxygen cleanupJoel Bodenmann2014-05-108-47/+0
* | | | | | | | | | 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 wi...inmarket2014-05-092-1/+1
* | | | | | | | | | 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
* | | | | | | | | | New gdispImageInit() call to initialise a gdispImage structureinmarket2014-05-093-2/+13
* | | | | | | | | | Remove superfluous entries in gfxconf.example.hinmarket2014-05-091-2/+0
* | | | | | | | | | Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation st...inmarket2014-05-0917-20/+65
* | | | | | | | | | Use the more generic file mask for gitignoreinmarket2014-05-091-1/+1
* | | | | | | | | | Revert "Renaming image widget files to appropriate name"Joel Bodenmann2014-05-094-2/+2
* | | | | | | | | | Renaming image widget files to appropriate nameJoel Bodenmann2014-05-094-2/+2
* | | | | | | | | | progressbar widget cleanupJoel Bodenmann2014-05-091-1/+0
* | | | | | | | | | added missing entry in releases.txtJoel Bodenmann2014-05-091-1/+2
* | | | | | | | | | Imagebox widget demo compiler warning fixJoel Bodenmann2014-05-091-1/+1
* | | | | | | | | | Imagebox widget bug fix that could cause gwinImageOpenFile() to crashJoel Bodenmann2014-05-092-0/+2
* | | | | | | | | | Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of t...Joel Bodenmann2014-05-087-73/+88
* | | | | | | | | | Bug fix - GWIN_NEED_PROGRESSBAR not set to FALSE by defaultJoel Bodenmann2014-05-081-0/+7
* | | | | | | | | | typo fixJoel Bodenmann2014-05-061-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | bug fixJoel Bodenmann2014-05-061-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Increasing corner size of tabsJoel Bodenmann2014-05-011-1/+1
* | | | | | | | 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
* | | | | | | | Updates to the widgets demo:inmarket2014-05-015-1798/+304