aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make gfxconf.example.h all comments of the default.inmarket2014-05-111-167/+172
|
* Update releases.txtinmarket2014-05-111-12/+12
|
* Remove NULLs except in comments as some compilers/OS's give strange definitions.inmarket2014-05-115-7/+7
|
* frame fixesinmarket2014-05-115-161/+23
|
* Merge branch 'master' into gwinJoel Bodenmann2014-05-1016-56/+313
|\
| * 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().
| | | * | | 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
| | | | | | | | | | |
* | | | | | | | | | | GWIN frame demo - compiling but crashingJoel Bodenmann2014-05-103-0/+297
| | | | | | | | | | |
* | | | | | | | | | | frame rendering bug fixJoel Bodenmann2014-05-101-1/+1
| | | | | | | | | | |
* | | | | | | | | | | All compiling.inmarket2014-05-109-86/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1022-418/+685
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' into gwininmarket2014-05-0937-150/+333
|\| | | | | | | | | |
| * | | | | | | | | | 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
| * | | | | | | | | | Remove superfluous entries in gfxconf.example.hinmarket2014-05-091-2/+0
| | | | | | | | | | |
| * | | | | | | | | | Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-0917-20/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | structures. Incorporate into demo's
| * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 82a3f8491f6ec3b6bbb161167fc435acbfacc3a1.
| * | | | | | | | | | 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
| | | | | | | | | | |