ugfx/src/gwin
inmarket 3b97fb798e Merge branch 'master' of Steffen/uGFX into master 2018-06-23 03:01:37 +02:00
..
gwin.c Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin.mk Adding TextEdit dummy widget (not implemented yet) 2015-08-12 19:36:14 +02:00
gwin_button.c Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_button.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_checkbox.c Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_checkbox.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_class.h Added missing check for GDISP_NEED_CIRCLE 2018-01-23 14:05:11 +01:00
gwin_console.c Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_console.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_container.c Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gwin_container.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_frame.c Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines. 2016-02-17 20:00:23 +10:00
gwin_frame.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_gl3d.c Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gwin_gl3d.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_graph.c Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_graph.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_image.c Oops! Fix object reference 2017-08-26 13:53:17 +10:00
gwin_image.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_keyboard.c Tidy up function names in the gwin virtual keyboard 2016-08-24 17:48:09 +10:00
gwin_keyboard.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_keyboard_layout.c Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
gwin_keyboard_layout.h Add GWIN virtual keyboard widget 2015-04-12 17:07:38 +10:00
gwin_label.c Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines. 2016-02-17 20:00:23 +10:00
gwin_label.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_list.c Add compatibility with Visual Studio and make compile warning capabilities more cross platform 2017-06-30 19:43:51 +10:00
gwin_list.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_mk.c Adding TextEdit dummy widget (not implemented yet) 2015-08-12 19:36:14 +02:00
gwin_options.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_progressbar.c Fix progressbar bounds checking and decrementing 2016-11-08 09:31:47 +10:00
gwin_progressbar.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_radio.c Merge branch 'master' of Steffen/uGFX into master 2018-06-23 03:01:37 +02:00
gwin_radio.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_rules.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_slider.c Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines. 2016-02-17 20:00:23 +10:00
gwin_slider.h Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_tabset.c Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
gwin_tabset.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_textedit.c Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey() 2017-08-26 11:15:56 +10:00
gwin_textedit.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_widget.c Added missing check for GDISP_NEED_CIRCLE 2018-01-23 14:05:11 +01:00
gwin_widget.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
gwin_wm.c Another gwin concurrency fix 2017-04-01 17:36:52 +10:00