ugfx/src/gwin
Joel Bodenmann 6515373b2a removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer 2014-02-02 12:59:36 +01:00
..
button.c Add multiple display support to GWIN. 2013-10-24 18:36:11 +10:00
checkbox.c Add multiple display support to GWIN. 2013-10-24 18:36:11 +10:00
console.c removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer 2014-02-02 12:59:36 +01:00
gimage.c Add multiple display support to GWIN. 2013-10-24 18:36:11 +10:00
graph.c Add multiple display support to GWIN. 2013-10-24 18:36:11 +10:00
gwidget.c removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer 2014-02-02 12:59:36 +01:00
gwin.c removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer 2014-02-02 12:59:36 +01:00
gwin.mk Added progressbar widget (demos still to do) 2013-12-01 23:53:42 +01:00
gwm.c Use the GTimer thread for full screen redraws when available to save application stack space. 2013-11-17 20:25:02 +10:00
label.c Add multiple display support to GWIN. 2013-10-24 18:36:11 +10:00
list.c improving performance of gwinListAddItem() by Marc Pignat 2014-02-02 12:38:47 +01:00
progressbar.c compiler warning 2013-12-02 00:29:24 +01:00
radio.c Add multiple display support to GWIN. 2013-10-24 18:36:11 +10:00
slider.c gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw() 2013-12-01 16:54:33 +01:00