Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'fatfs' | Joel Bodenmann | 2014-06-27 | 146 | -4/+45769 | |
|\ \ \ | ||||||
| * | | | Fatfs Cleanup | inmarket | 2014-06-27 | 10 | -414/+434 | |
| | | | | ||||||
| * | | | working implementation with gfx syscalls | Joel Bodenmann | 2014-06-27 | 4 | -281/+39 | |
| | | | | ||||||
| * | | | FatFS complete implementation | Joel Bodenmann | 2014-06-27 | 9 | -14/+126 | |
| | | | | ||||||
| * | | | first working FatFS implementation. Modes ToDo | Joel Bodenmann | 2014-06-27 | 2 | -13/+27 | |
| | | | | ||||||
| * | | | added ToDo list | Joel Bodenmann | 2014-06-25 | 1 | -0/+9 | |
| | | | | ||||||
| * | | | added fatfs/readme | Joel Bodenmann | 2014-06-25 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | initial implementation - untested | Joel Bodenmann | 2014-06-25 | 7 | -8/+420 | |
| | | | | ||||||
| * | | | adding fatfs directory | Joel Bodenmann | 2014-06-24 | 134 | -1/+45433 | |
| |/ / | ||||||
* / / | macro typo | Joel Bodenmann | 2014-06-25 | 1 | -1/+1 | |
|/ / | ||||||
* | | typo | Joel Bodenmann | 2014-06-23 | 1 | -1/+1 | |
| | | ||||||
* | | VS1053 poll rate is now an overridable value | Joel Bodenmann | 2014-06-23 | 1 | -1/+4 | |
| | | ||||||
* | | Added support for playing arbitrary format audio files with an intelligent ↵ | inmarket | 2014-06-23 | 10 | -19/+2090 | |
| | | | | | | | | | | | | audio processor like the VS1053 codec. Demo added. | |||||
* | | compiler warning (SSD2119 for Embest board) | Joel Bodenmann | 2014-06-16 | 1 | -0/+1 | |
|/ | ||||||
* | frame demo: Fix bug for displays with < 32 bit color | inmarket | 2014-05-30 | 1 | -5/+4 | |
| | ||||||
* | Remove superflous entries in demo gfxconf.h | inmarket | 2014-05-30 | 1 | -39/+5 | |
| | ||||||
* | Remove compiler warning | inmarket | 2014-05-30 | 1 | -0/+6 | |
| | ||||||
* | Updated frame demo code | Joel Bodenmann | 2014-05-30 | 2 | -7/+121 | |
| | ||||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2014-05-30 | 14 | -4/+679 | |
|\ | ||||||
| * | Merged in steffanx/ugfx (pull request #9) | Joel Bodenman | 2014-05-22 | 1 | -0/+1 | |
| |\ | | | | | | | Added Xresource.h include to get rid of a warning about XrmUniqueQuark | |||||
| | * | Added Xresource.h include to get rid of a warning about XrmUniqueQuark | Steffan Woltjer | 2014-05-22 | 1 | -0/+1 | |
| |/ | ||||||
| * | Linux framebuffer fixes | inmarket | 2014-05-22 | 1 | -4/+4 | |
| | | ||||||
| * | Compile fix | inmarket | 2014-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | Missing header file required for some OS's | inmarket | 2014-05-22 | 1 | -0/+4 | |
| | | ||||||
| * | GDISP framebuffer driver + an implementation for the linux kernel ↵ | inmarket | 2014-05-22 | 12 | -4/+674 | |
| | | | | | | | | framebuffer device | |||||
* | | fixing frame close button action | Joel Bodenmann | 2014-05-30 | 1 | -1/+1 | |
| | | ||||||
* | | frame widget render improvements | Joel Bodenmann | 2014-05-30 | 1 | -6/+48 | |
|/ | ||||||
* | Widgets demo: Unsetting of clip area is no longer required with the new GWIN ↵ | inmarket | 2014-05-22 | 1 | -3/+0 | |
| | | | | redraw strategy | |||||
* | GWIN: Make sure invisible windows are redrawn before visible windows. | inmarket | 2014-05-22 | 6 | -79/+124 | |
| | | | | Redrawing compile options made visible for the user project. | |||||
* | Added containers_nested demo | Joel Bodenmann | 2014-05-21 | 4 | -0/+250 | |
| | ||||||
* | Significant changes to the window redrawing methodology. | inmarket | 2014-05-21 | 14 | -636/+832 | |
| | | | | | Move and Resize should probably work for containers now Still to be tested - nested containers, progressbar timers while redrawing its container, move/resize on containers. | |||||
* | Remove unnecessary window manager | inmarket | 2014-05-21 | 1 | -1/+0 | |
| | ||||||
* | Reworking the GWIN doxygen documentation. | Joel Bodenmann | 2014-05-20 | 36 | -157/+167 | |
| | ||||||
* | added missing gwinWidgetClearInit() to label and imagebox demo | Joel Bodenmann | 2014-05-20 | 2 | -4/+3 | |
| | ||||||
* | gfxExit() fix for ChibiOS/RT 3.x | Joel Bodenmann | 2014-05-19 | 1 | -1/+2 | |
| | ||||||
* | Doxygen typo | Joel Bodenmann | 2014-05-15 | 1 | -1/+1 | |
| | ||||||
* | Bug fix to widgets demo. It should never have used <stdio.h> which is not ↵ | inmarket | 2014-05-12 | 2 | -5/+7 | |
| | | | | available on many embedded platforms. | |||||
* | Bug fixes to sprintg() and fix to incomplete scang() implementation. | inmarket | 2014-05-12 | 1 | -59/+113 | |
| | ||||||
* | Restore library locations to what is used in all other example makefiles | inmarket | 2014-05-12 | 2 | -4/+4 | |
| | ||||||
* | Updates for small displays for the widgets demo. | inmarket | 2014-05-12 | 1 | -30/+50 | |
| | ||||||
* | Adding GWIN container demo | Joel Bodenmann | 2014-05-11 | 3 | -0/+146 | |
| | ||||||
* | Progressbar GWIN_PROGRESSBAR_AUTO feature fix | Joel Bodenmann | 2014-05-11 | 1 | -2/+2 | |
| | ||||||
* | updated gwin widget demo | Joel Bodenmann | 2014-05-11 | 1 | -6/+6 | |
| | ||||||
* | release v2.1 | Joel Bodenmann | 2014-05-11 | 1 | -2/+2 | |
| | ||||||
* | preparing 2.1 release | Joel Bodenmann | 2014-05-11 | 2 | -16/+13 | |
| | ||||||
* | Doxygen fixes | Joel Bodenmann | 2014-05-11 | 2 | -2/+3 | |
| | ||||||
* | whitespace | Joel Bodenmann | 2014-05-11 | 1 | -1/+0 | |
| | ||||||
* | cleanup of Mikromedia STM32-M4 board support | Joel Bodenmann | 2014-05-11 | 15 | -37/+2 | |
| | ||||||
* | Merged in trsaunders/ugfx-mikromedia-m4 (pull request #8) | Joel Bodenman | 2014-05-11 | 11 | -2705/+2856 | |
|\ | | | | | Mikromedia M4 updates | |||||
| * | Update Mikromedia-M4 board definition to work with the latest ChibiStudio ↵ | Thomas Saunders | 2014-05-10 | 11 | -2705/+2856 | |
| | | | | | | | | | | | | board config generator Add Chibios 3.0.0 example project for this board |