aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added ToDo listJoel Bodenmann2014-06-251-0/+9
|
* added fatfs/readmeJoel Bodenmann2014-06-251-0/+8
|
* initial implementation - untestedJoel Bodenmann2014-06-257-8/+420
|
* adding fatfs directoryJoel Bodenmann2014-06-24134-1/+45433
|
* typoJoel Bodenmann2014-06-231-1/+1
|
* VS1053 poll rate is now an overridable valueJoel Bodenmann2014-06-231-1/+4
|
* Added support for playing arbitrary format audio files with an intelligent ↵inmarket2014-06-2310-19/+2090
| | | | | | audio processor like the VS1053 codec. Demo added.
* compiler warning (SSD2119 for Embest board)Joel Bodenmann2014-06-161-0/+1
|
* frame demo: Fix bug for displays with < 32 bit colorinmarket2014-05-301-5/+4
|
* Remove superflous entries in demo gfxconf.hinmarket2014-05-301-39/+5
|
* Remove compiler warninginmarket2014-05-301-0/+6
|
* Updated frame demo codeJoel Bodenmann2014-05-302-7/+121
|
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2014-05-3014-4/+679
|\
| * Merged in steffanx/ugfx (pull request #9) Joel Bodenman2014-05-221-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 XrmUniqueQuarkSteffan Woltjer2014-05-221-0/+1
| |/
| * Linux framebuffer fixesinmarket2014-05-221-4/+4
| |
| * Compile fixinmarket2014-05-221-1/+1
| |
| * Missing header file required for some OS'sinmarket2014-05-221-0/+4
| |
| * GDISP framebuffer driver + an implementation for the linux kernel ↵inmarket2014-05-2212-4/+674
| | | | | | | | framebuffer device
* | fixing frame close button actionJoel Bodenmann2014-05-301-1/+1
| |
* | frame widget render improvementsJoel Bodenmann2014-05-301-6/+48
|/
* Widgets demo: Unsetting of clip area is no longer required with the new GWIN ↵inmarket2014-05-221-3/+0
| | | | redraw strategy
* GWIN: Make sure invisible windows are redrawn before visible windows.inmarket2014-05-226-79/+124
| | | | Redrawing compile options made visible for the user project.
* Added containers_nested demoJoel Bodenmann2014-05-214-0/+250
|
* Significant changes to the window redrawing methodology.inmarket2014-05-2114-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 managerinmarket2014-05-211-1/+0
|
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-2036-157/+167
|
* added missing gwinWidgetClearInit() to label and imagebox demoJoel Bodenmann2014-05-202-4/+3
|
* gfxExit() fix for ChibiOS/RT 3.xJoel Bodenmann2014-05-191-1/+2
|
* Doxygen typoJoel Bodenmann2014-05-151-1/+1
|
* Bug fix to widgets demo. It should never have used <stdio.h> which is not ↵inmarket2014-05-122-5/+7
| | | | available on many embedded platforms.
* Bug fixes to sprintg() and fix to incomplete scang() implementation.inmarket2014-05-121-59/+113
|
* Restore library locations to what is used in all other example makefilesinmarket2014-05-122-4/+4
|
* Updates for small displays for the widgets demo.inmarket2014-05-121-30/+50
|
* Adding GWIN container demoJoel Bodenmann2014-05-113-0/+146
|
* Progressbar GWIN_PROGRESSBAR_AUTO feature fixJoel Bodenmann2014-05-111-2/+2
|
* updated gwin widget demoJoel Bodenmann2014-05-111-6/+6
|
* release v2.1Joel Bodenmann2014-05-111-2/+2
|
* preparing 2.1 releaseJoel Bodenmann2014-05-112-16/+13
|
* Doxygen fixesJoel Bodenmann2014-05-112-2/+3
|
* whitespaceJoel Bodenmann2014-05-111-1/+0
|
* cleanup of Mikromedia STM32-M4 board supportJoel Bodenmann2014-05-1115-37/+2
|
* Merged in trsaunders/ugfx-mikromedia-m4 (pull request #8) Joel Bodenman2014-05-1111-2705/+2856
|\ | | | | Mikromedia M4 updates
| * Update Mikromedia-M4 board definition to work with the latest ChibiStudio ↵Thomas Saunders2014-05-1011-2705/+2856
| | | | | | | | | | | | board config generator Add Chibios 3.0.0 example project for this board
* | GFILE bug fixJoel Bodenmann2014-05-111-9/+9
| |
* | last try to get this shit right with that damned GWIN demoJoel Bodenmann2014-05-111-1/+1
| |
* | Improve GWIN widget demo layoutingJoel Bodenmann2014-05-111-1/+2
| |
* | Improving look of GWIN widget demoJoel Bodenmann2014-05-111-2/+6
| |
* | Extending GWIN widget demoJoel Bodenmann2014-05-112-32/+60
| |
* | GFILE rules bug fixJoel Bodenmann2014-05-111-1/+1
| |