aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* a bit more doxygenJoel Bodenmann2012-11-072-2/+4
|
* more doxygenJoel Bodenmann2012-11-075-0/+133
|
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-0720-24/+22
|
* very small @file path fixJoel Bodenmann2012-11-071-1/+1
|
* Revert "doxygen tweaks - not complete yet"Joel Bodenmann2012-11-076-62/+23
| | | | This reverts commit b86c313aa2f86836fd8801e1937b1410679d5cb1.
* doxygen tweaks - not complete yetJoel Bodenmann2012-11-066-23/+62
|
* removed doxygen of static internal functionsJoel Bodenmann2012-11-061-42/+27
|
* small doxygen fixJoel Bodenmann2012-11-051-19/+1
|
* release v1.4Joel Bodenmann2012-11-032-2/+5
|
* added .gitingoreJoel Bodenmann2012-11-031-0/+1
|
* cleanup of doxygenJoel Bodenmann2012-11-032-23/+2
|
* yes sir, please give us even more doxygenJoel Bodenmann2012-11-031-0/+37
|
* docsJoel Bodenmann2012-11-031-0/+1
|
* and the final touch of doxygen...Joel Bodenmann2012-11-032-1/+2
|
* even more doxygen...Joel Bodenmann2012-11-0318-29/+81
|
* moar docsJoel Bodenmann2012-11-032-2/+4
|
* docsJoel Bodenmann2012-11-039-0/+1057
|
* docsJoel Bodenmann2012-11-0330-2833/+1857
|
* doxygen updateJoel Bodenmann2012-11-031-0/+184
|
* doxygen updateJoel Bodenmann2012-11-033-6/+5
|
* moar doxygen fixesJoel Bodenmann2012-11-0212-63/+74
|
* docsJoel Bodenmann2012-11-024-1/+8
|
* Doxygenfile updateJoel Bodenmann2012-11-021-3/+3
|
* finally removed directory containging old codeJoel Bodenmann2012-11-023-452/+0
|
* doxygen for graphJoel Bodenmann2012-10-312-1/+102
|
* Merge pull request #12 from inmarket/masterTectu2012-10-307-527/+1015
|\ | | | | GDISP fixes and new routines. Many GWIN changes.
| * GDISP fixes and new routines. Many GWIN changes.Andrew Hannam2012-10-307-527/+1015
|/ | | | | | | | | | | | | | | | | | GDISP: Fix gdisp???Arc to use (possibly) hardware accelerated routines. Fix Arc orientation so 0 degrees is on x axis and 90 degrees points to the top of screen (instead of the bottom). Add rounded box routines (if ARC support is turned on). Add a gdispDrawStringBox to match the gdispFillStringBox routine. Repair prototypes in wrong place in gdisp.h GWIN: Extract the concept of a Window Handle to allow many new features. Allow dynamic creation of window objects as well as static initialisation. Seperate the console code into a console specific window type. Add buttons as a specific window type. The drawing code is complete, the input (touch or mouse) is still to be implemented.
* macro fix and whitespacesJoel Bodenmann2012-10-291-1/+3
|
* Revert "header prototype order cleanup"Joel Bodenmann2012-10-291-7/+13
| | | | This reverts commit 218a2e89bd744d7787f73cbb9eae1d6b1133d008.
* whitespacesJoel Bodenmann2012-10-291-1/+2
|
* header prototype order cleanupJoel Bodenmann2012-10-291-13/+7
|
* fixed compiler warningsJoel Bodenmann2012-10-281-0/+1
|
* docsJoel Bodenmann2012-10-281-0/+5
|
* Merge pull request #10 from inmarket/masterTectu2012-10-282-67/+102
|\ | | | | Fixes to gdisp Win32 driver
| * Fixes to gdisp Win32 driverAndrew Hannam2012-10-282-67/+102
| | | | | | | | Fixes to gdisp Win32 driver. This is now fully operational.
* | Merge pull request #9 from inmarket/masterTectu2012-10-274-13/+923
|\| | | | | Implement gdispFillArc. Add GWIN windows.
| * Implement gdispFillArc. Add GWIN windows.Andrew Hannam2012-10-274-13/+923
| | | | | | | | | | | | Implement gdispFillArc in gdisp. Added gwin (GFX_USE_GWIN) - adds a window based drawing layer to GDISP. GWIN also support chprintf text drawing like console.
* | Merge pull request #8 from inmarket/masterTectu2012-10-266-61/+513
|\| | | | | Fix Nokia6610 driver, add gdisp Win32 driver
| * Fixes to Nokia6610 driver, add Win32 driverAndrew Hannam2012-10-276-61/+513
|/ | | | | | | | Fix errors that crept in recent macro changes to the Nokia6610 driver. Removed some redundant code from Nokia6610 driver now that it is functional for the GE8 controller. Add Win32 driver. Untested at present as ChibiOS Win32 compile appears broken.
* updated mandelbrot demoJoel Bodenmann2012-10-252-128/+38
|
* version 1.3 releaseJoel Bodenmann2012-10-252-0/+328
|
* version 1.3 releaseJoel Bodenmann2012-10-259-576/+1
|
* graphDrawNets() fixJoel Bodenmann2012-10-251-3/+3
|
* graph fixJoel Bodenmann2012-10-251-6/+8
|
* added graph demoJoel Bodenmann2012-10-241-0/+51
|
* macro fixesJoel Bodenmann2012-10-242-4/+12
|
* graph - added boundary checksJoel Bodenmann2012-10-241-13/+42
|
* graph updateJoel Bodenmann2012-10-242-0/+23
|
* graph updateJoel Bodenmann2012-10-242-105/+46
|
* graphDrawDots() fixJoel Bodenmann2012-10-241-2/+6
|