Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding gdispGDrawThickArc() demo | Joel Bodenmann | 2016-12-11 | 3 | -0/+113 |
| | |||||
* | Adding screenshot of the expected result to ↵ | Joel Bodenmann | 2016-11-11 | 1 | -0/+0 |
| | | | | /demos/modules/gdisp/images_palettes. | ||||
* | Adding demo to demonstrate image color palette modification | Joel Bodenmann | 2016-11-11 | 7 | -0/+222 |
| | |||||
* | Fixing misleading/wrong configuration of virtual keyboard demo | Joel Bodenmann | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Fixing makefiles of games that were moved to a dedicated location | Joel Bodenmann | 2016-07-28 | 3 | -3/+3 |
| | |||||
* | Move demo games into demo/games directory | Andrew Hannam | 2016-07-28 | 164 | -0/+0 |
| | |||||
* | Adding applications/justget10 demo | Joel Bodenmann | 2016-07-27 | 91 | -0/+26616 |
| | |||||
* | Adding applications/minesweeper demo | Joel Bodenmann | 2016-07-27 | 51 | -0/+14818 |
| | |||||
* | Updating logo(s) in applications/combo demo | Joel Bodenmann | 2016-06-26 | 5 | -616/+953 |
| | |||||
* | Adding demo using textedit with virtual keyboard widget | Joel Bodenmann | 2016-02-28 | 3 | -0/+177 |
| | |||||
* | Merge branch 'translation' | Joel Bodenmann | 2016-02-27 | 4 | -0/+900 |
|\ | |||||
| * | Improving GTRANS basic demo | Joel Bodenmann | 2016-02-09 | 3 | -50/+802 |
| | | |||||
| * | Adding documentation to GTRANS | Joel Bodenmann | 2016-02-08 | 1 | -1/+1 |
| | | |||||
| * | Preliminary version of GTRANS | Joel Bodenmann | 2016-02-07 | 2 | -2/+39 |
| | | |||||
| * | GTRANS module skeleton | Joel Bodenmann | 2016-02-07 | 3 | -0/+111 |
| | | |||||
* | | Add PNG image support - Does not support interlaced PNG's | inmarket | 2016-02-27 | 1 | -5/+6 |
| | | |||||
* | | Add necessary setting to graph demo | inmarket | 2016-02-13 | 1 | -0/+1 |
|/ | |||||
* | Adding comments to graph demo | Joel Bodenmann | 2016-01-08 | 1 | -60/+67 |
| | |||||
* | Fixing 'progress' color of built-in widget styles | Joel Bodenmann | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | using GFX_PI internally to avoid issues with M_PI | Joel Bodenmann | 2015-11-28 | 1 | -2/+2 |
| | |||||
* | Make no hardware keyboard the default for the textedit demo | inmarket | 2015-11-27 | 1 | -2/+2 |
| | |||||
* | Fix frame demo so that malloc is emulated as rand() needs it on some platforms | inmarket | 2015-11-27 | 2 | -1/+4 |
| | |||||
* | Revert "Adding justification parameter to gwinLabelCreate()" | Joel Bodenmann | 2015-11-07 | 6 | -18/+18 |
| | | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2. | ||||
* | Adding justification parameter to gwinLabelCreate() | Joel Bodenmann | 2015-11-06 | 6 | -18/+18 |
| | |||||
* | Removing doom demo (will become part of a dedicated demo-projects-repo) | Joel Bodenmann | 2015-11-04 | 131 | -316827/+0 |
| | |||||
* | Fixing demos | Joel Bodenmann | 2015-10-30 | 2 | -3/+3 |
| | |||||
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 7 | -48/+48 |
| | |||||
* | Stop overwriting by the bounce ball when switching away from it in the ↵ | inmarket | 2015-10-06 | 1 | -2/+3 |
| | | | | applications/combo demo | ||||
* | Merge branch 'master' into TextEdit | inmarket | 2015-10-06 | 14 | -0/+1598 |
|\ | |||||
| * | New applications/combo demo | inmarket | 2015-10-06 | 14 | -0/+1598 |
| | | |||||
| * | structure tidyup | inmarket | 2015-10-06 | 1 | -3/+3 |
| | | |||||
* | | Add some keyboard widget support | inmarket | 2015-08-17 | 2 | -0/+17 |
| | | |||||
* | | Compile fixes | inmarket | 2015-08-16 | 1 | -3/+3 |
| | | |||||
* | | Updates to focus. | inmarket | 2015-08-16 | 2 | -4/+11 |
| | | |||||
* | | Adding TextEdit demo | Joel Bodenmann | 2015-08-14 | 3 | -0/+213 |
|/ | |||||
* | Revert unnecessary change in the sliders demo config file from previous commit | Joel Bodenmann | 2015-07-22 | 1 | -1/+0 |
| | |||||
* | Adding first version of STM32F7 discovery touch driver | Joel Bodenmann | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | Adding readme to bubbles demo | Joel Bodenmann | 2015-07-12 | 1 | -0/+4 |
| | |||||
* | Cleaning up config file of bubbles demo | Joel Bodenmann | 2015-07-12 | 1 | -17/+17 |
| | |||||
* | Updated gos/threads and gos/threads_advanced demos. | inmarket | 2015-07-08 | 4 | -104/+108 |
| | |||||
* | Improving Pixmap API | Joel Bodenmann | 2015-07-03 | 1 | -6/+9 |
| | |||||
* | Renaming /demos/modules/gdisp/pixmaps to /demos/modules/gdisp/pixmap ↵ | Joel Bodenmann | 2015-07-03 | 3 | -1/+1 |
| | | | | (dropping the s) | ||||
* | Adding Tabset widget demo | Joel Bodenmann | 2015-06-26 | 3 | -0/+195 |
| | |||||
* | Updating /demos/3rdparty/doom demo | Joel Bodenmann | 2015-06-21 | 1 | -2/+5 |
| | |||||
* | Improving demo (/demos/tools/touch_calibration_grabber) | Joel Bodenmann | 2015-06-19 | 1 | -0/+4 |
| | |||||
* | Adding /demos/tools/touch_calibration_grabber which can be used to read out ↵ | Joel Bodenmann | 2015-06-18 | 3 | -0/+151 |
| | | | | the calibration data | ||||
* | Add GWIN virtual keyboard widget | inmarket | 2015-04-12 | 4 | -0/+199 |
| | |||||
* | Update multiple display demo to display better on very small displays. | inmarket | 2015-02-07 | 1 | -4/+14 |
| | |||||
* | Multiple Displays demo - use sprintg instead of sprintf. | inmarket | 2015-02-05 | 2 | -6/+19 |
| | | | | Make multiple display settings set-able in the makefile. | ||||
* | Add the ability to flash a gwin window/widget. | inmarket | 2015-01-25 | 2 | -0/+15 |
| | | | | | Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button). |