Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | ||||
* | | GFILE bug fix | Joel Bodenmann | 2014-05-11 | 1 | -9/+9 |
| | | |||||
* | | last try to get this shit right with that damned GWIN demo | Joel Bodenmann | 2014-05-11 | 1 | -1/+1 |
| | | |||||
* | | Improve GWIN widget demo layouting | Joel Bodenmann | 2014-05-11 | 1 | -1/+2 |
| | | |||||
* | | Improving look of GWIN widget demo | Joel Bodenmann | 2014-05-11 | 1 | -2/+6 |
| | | |||||
* | | Extending GWIN widget demo | Joel Bodenmann | 2014-05-11 | 2 | -32/+60 |
| | | |||||
* | | GFILE rules bug fix | Joel Bodenmann | 2014-05-11 | 1 | -1/+1 |
| | | |||||
* | | simplify gwin widgets demo code | Joel Bodenmann | 2014-05-11 | 1 | -17/+17 |
| | | |||||
* | | Added gwinShow() and gwinHide() macro wrappers | Joel Bodenmann | 2014-05-11 | 2 | -1/+21 |
| | | |||||
* | | doc | Joel Bodenmann | 2014-05-11 | 1 | -1/+1 |
| | | |||||
* | | More freeflowing of the widgets demo for smaller displays. | inmarket | 2014-05-11 | 1 | -5/+5 |
| | | |||||
* | | Update widgets demo to use Containers. | inmarket | 2014-05-11 | 2 | -119/+124 |
| | | | | | | | | Reflow the controls so they display better on smaller displays. | ||||
* | | Container and Frame updates. | inmarket | 2014-05-11 | 6 | -64/+126 |
| | | | | | | | | New api's gwinGetInnerWidth() and gwinGetInnerHeight() | ||||
* | | Better redrawing when doing a forced change of default style. | inmarket | 2014-05-11 | 1 | -0/+2 |
| | | |||||
* | | Visible and Enabled GWIN bug fix | inmarket | 2014-05-11 | 1 | -2/+2 |
| | | |||||
* | | Doco | inmarket | 2014-05-11 | 1 | -0/+1 |
| | | |||||
* | | Add gdispContrastColor() and remove divides from gdispBlendColors() | inmarket | 2014-05-11 | 2 | -3/+23 |
| | | |||||
* | | Merge branch 'master' into gwin | inmarket | 2014-05-11 | 0 | -0/+0 |
|\ \ | |||||
| * | | Remove NULLs except in comments as some compilers/OS's give strange definitions. | inmarket | 2014-05-11 | 5 | -7/+7 |
| | | | |||||
| * | | Update releases.txt | inmarket | 2014-05-11 | 1 | -12/+12 |
| | | | |||||
| * | | Make gfxconf.example.h list all the default values as comments | inmarket | 2014-05-11 | 1 | -163/+167 |
| | | | |||||
| * | | spacing | inmarket | 2014-05-11 | 1 | -1/+1 |
| | | | |||||
| * | | spelling | inmarket | 2014-05-11 | 1 | -1/+1 |
| |/ | |||||
* | | spelling | inmarket | 2014-05-11 | 1 | -1/+1 |
| | | |||||
* | | spacing | inmarket | 2014-05-11 | 1 | -1/+1 |
| | | |||||
* | | Make gfxconf.example.h all comments of the default. | inmarket | 2014-05-11 | 1 | -167/+172 |
| | |