fruitjam-doom/textscreen
Simon Howard 74f35cea77 textscreen: Add widget for conditionally hiding.
A common pattern when using libtextscreen is to want to show or hide
particular UI components depending on the values of particular
variables. It is also common to want to only add things to the UI if
a particular boolean condition is true. Add a new conditional widget
to cover the first case, and a convenience TXT_If() function for the
latter.
2016-06-05 00:04:59 -04:00
..
examples textscreen: Add table cell overflowing. 2015-07-09 01:51:05 -04:00
fonts textscreen/fonts: Support Pillow in addition to PIL 2016-05-12 08:52:44 -07:00
.gitignore Add tags files to svn:ignore properties. 2010-01-27 19:16:26 +00:00
Doxyfile Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags 2009-03-08 22:51:25 +00:00
Makefile.am textscreen: Add widget for conditionally hiding. 2016-06-05 00:04:59 -04:00
textscreen.h textscreen: Add widget for conditionally hiding. 2016-06-05 00:04:59 -04:00
txt_button.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_button.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_checkbox.c textscreen: Add table cell overflowing. 2015-07-09 01:51:05 -04:00
txt_checkbox.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_conditional.c textscreen: Add widget for conditionally hiding. 2016-06-05 00:04:59 -04:00
txt_conditional.h textscreen: Add widget for conditionally hiding. 2016-06-05 00:04:59 -04:00
txt_desktop.c textscreen: Add help URL functionality for windows. 2015-04-04 21:29:33 -04:00
txt_desktop.h textscreen: Add help URL functionality for windows. 2015-04-04 21:29:33 -04:00
txt_dropdown.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_dropdown.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_fileselect.c Warning fixes (23 remain...) 2014-08-16 17:30:00 -05:00
txt_fileselect.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_gui.c textscreen: Add help URL functionality for windows. 2015-04-04 21:29:33 -04:00
txt_gui.h textscreen: Don't allow input of unprintable characters. 2014-10-19 16:52:36 -04:00
txt_inputbox.c textscreen: Don't allow input of unprintable characters. 2014-10-19 16:52:36 -04:00
txt_inputbox.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_io.c Fix mistaken uses of memcpy() on overlapping memory. 2015-02-22 00:28:23 -05:00
txt_io.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_label.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_label.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_main.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_radiobutton.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_radiobutton.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_scrollpane.c textscreen: Allow cycling through tables with tab key. 2015-07-11 17:13:20 -04:00
txt_scrollpane.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_sdl.c textscreen: Fix handling of mapped input chars 2016-04-06 21:38:42 +01:00
txt_sdl.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_separator.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_separator.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_spinctrl.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_spinctrl.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_strut.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_strut.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_table.c Fix warning: variable ‘widget’ set but not used 2015-11-17 17:33:13 +01:00
txt_table.h textscreen: Add TXT_SetTableColumns() function. 2015-07-10 01:18:23 -04:00
txt_utf8.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_utf8.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_widget.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_widget.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_window.c textscreen: Refactor TXT_OpenURL() to simplify. 2015-06-07 19:17:12 -04:00
txt_window.h textscreen: Add help URL functionality for windows. 2015-04-04 21:29:33 -04:00
txt_window_action.c Add missing #includes. 2015-04-10 23:42:01 -04:00
txt_window_action.h Clean up file headers. 2014-05-05 00:20:54 -04:00