aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-1/+1
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-1/+1
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-081-2/+2
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-74/+74
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-4/+4
|
* First set of V3 macro changesinmarket2018-02-271-58/+58
|
* Fixing 'progress' color of built-in widget stylesJoel Bodenmann2015-12-191-1/+1
|
* Revert "Adding justification parameter to gwinLabelCreate()"Joel Bodenmann2015-11-071-5/+5
| | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2.
* Adding justification parameter to gwinLabelCreate()Joel Bodenmann2015-11-061-5/+5
|
* Updates to focus.inmarket2015-08-161-3/+4
|
* Add the ability to flash a gwin window/widget.inmarket2015-01-252-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.inmarket2015-01-231-3/+7
| | | | Updated the widgets demo to show this.
* New Tabset Widget.inmarket2015-01-032-133/+202
| | | | Widgets demo updated to (optionally) use the new tabset.
* Demos updated to remove now deprecated function gwinAttachMouseinmarket2014-09-261-5/+0
|
* Create a generic GWIN event.inmarket2014-08-201-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 demoJoel Bodenmann2014-08-081-1/+1
|
* Widgets demo: Unsetting of clip area is no longer required with the new GWIN ↵inmarket2014-05-221-3/+0
| | | | redraw strategy
* 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.
* Updates for small displays for the widgets demo.inmarket2014-05-121-30/+50
|
* updated gwin widget demoJoel Bodenmann2014-05-111-6/+6
|
* 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
|
* simplify gwin widgets demo codeJoel Bodenmann2014-05-111-17/+17
|
* More freeflowing of the widgets demo for smaller displays.inmarket2014-05-111-5/+5
|
* Update widgets demo to use Containers.inmarket2014-05-112-119/+124
| | | | Reflow the controls so they display better on smaller displays.
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-091-1/+1
| | | | | | structures. Incorporate into demo's
* Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of ↵Joel Bodenmann2014-05-081-0/+1
| | | | the progressbar widget
* Updates to the widgets demo:inmarket2014-05-015-1798/+304
| | | | | | - 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 demoinmarket2014-05-011-1/+1
|
* Fixing gwin demoJoel Bodenmann2014-04-261-0/+1
|
* Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logoJoel Bodenmann2014-04-247-648/+1664
|
* Fixed progressbar in widgets demoJoel Bodenmann2014-04-232-87/+239
|
* Added progressbarJoel Bodenmann2014-04-232-16/+32
|
* Added smooth scrolling list to GWIN demoJoel Bodenmann2014-04-231-4/+24
|
* whitespaces - widgets demoJoel Bodenmann2014-04-231-67/+143
|
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-191-0/+3
|
* On ARM gcc compiler it appears that non-referenced character arrays are ↵inmarket2014-02-151-1/+1
| | | | | | | "optimised" out (but not on x86). This conflicts with the -b parameter in the file2c tool and leads to corrupted images on ARM platforms. For now just remove the parameter when generating ROMFS files for an ARM platform.
* Update image demo's to use GFILE ROMFS.inmarket2014-02-075-11/+35
|
* Update demo's with images in theminmarket2014-02-072-2/+5
|
* Updates to console history. This now works well.inmarket2014-01-171-1/+4
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-29/+29
|
* Remove orientation changes in demos because this is now handled by using ↵inmarket2013-11-161-4/+0
| | | | GDISP_DEFAULT_ORIENTATION.
* Add support for a default application orientation.inmarket2013-11-091-1/+2
| | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
* Make the hardware depedant options clearer for the widgets demoinmarket2013-10-291-1/+5
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-3/+3
| | | | the new streaming and multiple display demos
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-5/+5
|