Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Adding justification parameter to gwinLabelCreate()" | Joel Bodenmann | 2015-11-07 | 1 | -5/+5 |
| | | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2. | ||||
* | Adding justification parameter to gwinLabelCreate() | Joel Bodenmann | 2015-11-06 | 1 | -5/+5 |
| | |||||
* | Updates to focus. | inmarket | 2015-08-16 | 1 | -3/+4 |
| | |||||
* | Add the ability to flash a gwin window/widget. | inmarket | 2015-01-25 | 1 | -0/+14 |
| | | | | | 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 | 1 | -133/+200 |
| | | | | Widgets demo updated to (optionally) use the new tabset. | ||||
* | Demos updated to remove now deprecated function gwinAttachMouse | inmarket | 2014-09-26 | 1 | -5/+0 |
| | |||||
* | Create a generic GWIN event. | inmarket | 2014-08-20 | 1 | -11/+11 |
| | | | | | | 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. | ||||
* | Fixing color in gwin widgets demo | Joel Bodenmann | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | Widgets demo: Unsetting of clip area is no longer required with the new GWIN ↵ | inmarket | 2014-05-22 | 1 | -3/+0 |
| | | | | redraw strategy | ||||
* | Bug fix to widgets demo. It should never have used <stdio.h> which is not ↵ | inmarket | 2014-05-12 | 1 | -5/+4 |
| | | | | available on many embedded platforms. | ||||
* | Updates for small displays for the widgets demo. | inmarket | 2014-05-12 | 1 | -30/+50 |
| | |||||
* | updated gwin widget demo | Joel Bodenmann | 2014-05-11 | 1 | -6/+6 |
| | |||||
* | 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 | 1 | -32/+59 |
| | |||||
* | simplify gwin widgets demo code | Joel Bodenmann | 2014-05-11 | 1 | -17/+17 |
| | |||||
* | 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 | 1 | -119/+117 |
| | | | | Reflow the controls so they display better on smaller displays. | ||||
* | Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵ | inmarket | 2014-05-09 | 1 | -1/+1 |
| | | | | | | structures. Incorporate into demo's | ||||
* | Updates to the widgets demo: | inmarket | 2014-05-01 | 1 | -6/+6 |
| | | | | | | - Convert the image to a gif so it is smaller and has a transparent background - Move opening the mouse to the beginning to stop calibration flashing the screen (ugly) - Clean up extra defines in gfxconf.h - Conflicts with some drivers. | ||||
* | Fix list label in widget demo | inmarket | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Fixing gwin demo | Joel Bodenmann | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logo | Joel Bodenmann | 2014-04-24 | 1 | -3/+2 |
| | |||||
* | Fixed progressbar in widgets demo | Joel Bodenmann | 2014-04-23 | 1 | -1/+7 |
| | |||||
* | Added progressbar | Joel Bodenmann | 2014-04-23 | 1 | -16/+31 |
| | |||||
* | Added smooth scrolling list to GWIN demo | Joel Bodenmann | 2014-04-23 | 1 | -4/+24 |
| | |||||
* | whitespaces - widgets demo | Joel Bodenmann | 2014-04-23 | 1 | -67/+143 |
| | |||||
* | Update image demo's to use GFILE ROMFS. | inmarket | 2014-02-07 | 1 | -6/+9 |
| | |||||
* | Update demo's with images in them | inmarket | 2014-02-07 | 1 | -2/+1 |
| | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 1 | -29/+29 |
| | |||||
* | Remove orientation changes in demos because this is now handled by using ↵ | inmarket | 2013-11-16 | 1 | -4/+0 |
| | | | | GDISP_DEFAULT_ORIENTATION. | ||||
* | updated GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 1 | -0/+1 |
| | |||||
* | fixed orientation stuff in widgets demo | Joel Bodenmann | 2013-10-26 | 1 | -4/+4 |
| | |||||
* | Add initial orientation to the widgets demo. | inmarket | 2013-10-24 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 1 | -1/+1 |
|\ | |||||
| * | Update widget demo so list 3 is multi-select | inmarket | 2013-08-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 1 | -19/+31 |
|\| | |||||
| * | Add image support to GWIN Listboxes. | inmarket | 2013-08-01 | 1 | -4/+13 |
| | | | | | | | | Updated GWIN widgets demo to match. | ||||
| * | Add GWIN List multi-select support | inmarket | 2013-08-01 | 1 | -19/+22 |
| | | |||||
* | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 1 | -4/+34 |
|\| | |||||
| * | Update gwin widgets and lists demos | inmarket | 2013-08-01 | 1 | -4/+34 |
| | | |||||
* | | Update widgets demo for new fonts | inmarket | 2013-07-29 | 1 | -1/+1 |
|/ | |||||
* | Add image into Widget demo | inmarket | 2013-07-07 | 1 | -6/+15 |
|\ | |||||
| * | added GWIN image demo | Joel Bodenmann | 2013-07-06 | 1 | -2/+11 |
| | | |||||
* | | Update GWIN demos | inmarket | 2013-07-07 | 1 | -109/+221 |
|/ | |||||
* | Add Radio buttons (can also be used as a Tab group) | inmarket | 2013-07-06 | 1 | -19/+83 |
| | |||||
* | Widget demo update | inmarket | 2013-07-04 | 1 | -0/+14 |
| | |||||
* | GWIN reduce Initialisation parameters and fix visibility issues | inmarket | 2013-06-24 | 1 | -42/+41 |
| |