ugfx/src/gwin
inmarket b316263833 Implement a "Toggle Button" using a checkbox with a custom draw.
Updated the widgets demo to show this.
2015-01-23 17:57:13 +10:00
..
gwin.c Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin.mk Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_button.c Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_button.h Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_checkbox.c Implement a "Toggle Button" using a checkbox with a custom draw. 2015-01-23 17:57:13 +10:00
gwin_checkbox.h Implement a "Toggle Button" using a checkbox with a custom draw. 2015-01-23 17:57:13 +10:00
gwin_class.h Fix a serious problem with moving and sizing containers, and some visibility issues 2015-01-03 18:44:27 +10:00
gwin_console.c Fixes bug with printf formatting of zero filled fields 2014-10-09 12:31:53 +10:00
gwin_console.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_container.c Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_container.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_frame.c Fix frame window logic bug and compile bug 2014-08-21 08:11:27 +10:00
gwin_frame.h Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_gl3d.c Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_gl3d.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_graph.c Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_graph.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_image.c Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_image.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_label.c Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_label.h Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_list.c Fix compiler warnings. 2014-11-15 15:21:18 +10:00
gwin_list.h Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_options.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_progressbar.c Small fix for a progressbar 2015-01-03 18:44:48 +10:00
gwin_progressbar.h Progress bar optimisation. 2014-09-29 15:46:34 +10:00
gwin_radio.c Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_radio.h Rename lots of files to help prevent compile time name conflicts. 2014-08-20 17:42:53 +10:00
gwin_rules.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_slider.c Updates to the slider to fix positioning issues. 2014-12-13 18:33:53 +10:00
gwin_slider.h Extended slider events. Updated the demo to match. 2014-12-06 15:48:47 +10:00
gwin_tabset.c New Tabset Widget. 2015-01-03 18:46:46 +10:00
gwin_tabset.h New Tabset Widget. 2015-01-03 18:46:46 +10:00
gwin_widget.c New mouse updates. Just need a driver now. 2014-09-25 17:44:16 +10:00
gwin_widget.h Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
gwin_wm.c Fix a serious problem with moving and sizing containers, and some visibility issues 2015-01-03 18:44:27 +10:00