Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce type gImage to replace v2.x gdispImage | Joel Bodenmann | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Minor fixups | inmarket | 2018-11-10 | 1 | -2/+2 |
| | |||||
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 5 | -5/+5 |
| | |||||
* | FIx big endian bug | inmarket | 2018-10-21 | 2 | -2/+2 |
| | |||||
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 12 | -12/+12 |
| | |||||
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 5 | -6/+6 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 3 | -3/+3 |
| | |||||
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 2 | -3/+3 |
| | |||||
* | Change point and point_t to gPoint | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 21 | -169/+169 |
| | |||||
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 21 | -55/+55 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 21 | -521/+521 |
| | |||||
* | Updating /demos/modules/gwin/graph configuration file | Joel Bodenmann | 2017-09-26 | 1 | -0/+5 |
| | |||||
* | using GFX_PI instead of M_PI in graph demo | Joel Bodenmann | 2017-09-26 | 1 | -7/+7 |
| | |||||
* | Fixing misleading/wrong configuration of virtual keyboard demo | Joel Bodenmann | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Adding demo using textedit with virtual keyboard widget | Joel Bodenmann | 2016-02-28 | 3 | -0/+177 |
| | |||||
* | 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 | 5 | -13/+13 |
| | | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2. | ||||
* | Adding justification parameter to gwinLabelCreate() | Joel Bodenmann | 2015-11-06 | 5 | -13/+13 |
| | |||||
* | 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 Tabset widget demo | Joel Bodenmann | 2015-06-26 | 3 | -0/+195 |
| | |||||
* | Add GWIN virtual keyboard widget | inmarket | 2015-04-12 | 4 | -0/+199 |
| | |||||
* | 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). | ||||
* | Implement a "Toggle Button" using a checkbox with a custom draw. | inmarket | 2015-01-23 | 1 | -3/+7 |
| | | | | Updated the widgets demo to show this. | ||||
* | New Tabset Widget. | inmarket | 2015-01-03 | 2 | -133/+202 |
| | | | | Widgets demo updated to (optionally) use the new tabset. | ||||
* | Updates to slider demo | inmarket | 2014-12-13 | 2 | -1/+11 |
| | |||||
* | Extended slider events. Updated the demo to match. | inmarket | 2014-12-06 | 2 | -7/+27 |
| | | | | Actually reduced code size :) | ||||
* | Demos updated to remove now deprecated function gwinAttachMouse | inmarket | 2014-09-26 | 10 | -42/+10 |
| | |||||
* | Clean up demo gfxconf.h files that incorrectly specify every option. | inmarket | 2014-09-17 | 2 | -321/+4 |
| | |||||
* | Update gl3d demos so they run on real hardware (STMF407VGT6). Basically ↵ | inmarket | 2014-08-20 | 2 | -4/+10 |
| | | | | reduce the zbuffer size. | ||||
* | Add gl3d gears demo | inmarket | 2014-08-20 | 3 | -0/+341 |
| | |||||
* | Update gl3d spin demo | inmarket | 2014-08-20 | 3 | -15/+7 |
| | |||||
* | Create a generic GWIN event. | inmarket | 2014-08-20 | 7 | -24/+24 |
| | | | | | | The frame now sends a GEVENT_GWIN_CLOSE event on closing. Unfortunately some gwin events have had a field renamed in order to generalise the structure. Demo's updated to match. | ||||
* | GL3D GWIN window + demo | inmarket | 2014-08-20 | 3 | -0/+233 |
| | |||||
* | Update the frame demo to reveal a surprise when the frame is closed. | inmarket | 2014-08-16 | 2 | -0/+9 |
| | |||||
* | Fixing color in gwin widgets demo | Joel Bodenmann | 2014-08-08 | 1 | -1/+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 |
| | |||||
* | Updated frame demo code | Joel Bodenmann | 2014-05-30 | 2 | -7/+121 |
| | |||||
* | Widgets demo: Unsetting of clip area is no longer required with the new GWIN ↵ | inmarket | 2014-05-22 | 1 | -3/+0 |
| | | | | redraw strategy |