..
examples
Merge from trunk.
2013-04-01 14:59:34 +00: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
Merge from trunk.
2013-04-01 14:59:34 +00:00
textscreen.h
Add file selector widget to textscreen library.
2013-03-31 18:46:25 +00:00
txt_button.c
Remove some calls to TXT_FGColor by using the new TXT_SaveColors system
2012-03-04 12:06:29 +00:00
txt_button.h
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
2009-03-08 22:51:25 +00:00
txt_checkbox.c
Remove some calls to TXT_FGColor by using the new TXT_SaveColors system
2012-03-04 12:06:29 +00:00
txt_checkbox.h
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
2009-03-08 22:51:25 +00:00
txt_desktop.c
Merge from trunk.
2011-10-23 20:07:40 +00:00
txt_desktop.h
Merge from trunk.
2011-10-23 20:07:40 +00:00
txt_dropdown.c
Merge from trunk.
2012-10-28 23:45:08 +00:00
txt_dropdown.h
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
2009-03-08 22:51:25 +00:00
txt_fileselect.c
Add back call to TXT_Delay to fix OS X freeze.
2013-03-31 19:38:04 +00:00
txt_fileselect.h
Fix Doxygen comments.
2013-03-31 20:38:03 +00:00
txt_font.h
Add high-resolution font for textscreen.
2012-11-18 21:56:18 +00:00
txt_gui.c
Rework the way that window background colors are set, and change the
2012-03-01 20:26:56 +00:00
txt_gui.h
Rework the way that window background colors are set, and change the
2012-03-01 20:26:56 +00:00
txt_inputbox.c
Allow backspace or delete to clear the contents of an input box.
2013-03-31 19:32:49 +00:00
txt_inputbox.h
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
2009-03-08 22:51:25 +00:00
txt_io.c
Remove some calls to TXT_FGColor by using the new TXT_SaveColors system
2012-03-04 12:06:29 +00:00
txt_io.h
Rework the way that window background colors are set, and change the
2012-03-01 20:26:56 +00:00
txt_label.c
Rework the way that window background colors are set, and change the
2012-03-01 20:26:56 +00:00
txt_label.h
Rework the way that window background colors are set, and change the
2012-03-01 20:26:56 +00:00
txt_largefont.h
Fix up weird looking '9' character in large font.
2012-12-23 01:43:41 +00:00
txt_main.h
Support Unicode input by mapping typed Unicode characters >= 128 up into
2012-02-03 21:09:57 +00:00
txt_radiobutton.c
Remove some calls to TXT_FGColor by using the new TXT_SaveColors system
2012-03-04 12:06:29 +00:00
txt_radiobutton.h
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
2009-03-08 22:51:25 +00:00
txt_scrollpane.c
Merge from trunk.
2011-10-23 20:07:40 +00:00
txt_scrollpane.h
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
2009-03-08 22:51:25 +00:00
txt_sdl.c
Remove Windows CE support.
2013-08-11 17:32:29 +00:00
txt_sdl.h
Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific API
2007-06-04 18:32:50 +00:00
txt_separator.c
Rework the way that window background colors are set, and change the
2012-03-01 20:26:56 +00:00
txt_separator.h
Switch separator to show "screen mode" or "window size" depending on
2011-03-22 21:33:17 +00:00
txt_smallfont.h
Minor smallfont fixups.
2009-05-04 23:46:27 +00:00
txt_spinctrl.c
Remove some calls to TXT_FGColor by using the new TXT_SaveColors system
2012-03-04 12:06:29 +00:00
txt_spinctrl.h
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
2009-03-08 22:51:25 +00:00
txt_strut.c
Rework textscreen focus handling so that input boxes will stop editing
2011-10-23 19:25:55 +00:00
txt_strut.h
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
2009-03-08 22:51:25 +00:00
txt_table.c
Rework textscreen focus handling so that input boxes will stop editing
2011-10-23 19:25:55 +00:00
txt_table.h
Allow PGUP/PGDN to scroll up and down in scroll panes (thanks
2009-08-27 23:27:47 +00:00
txt_utf8.c
Split off UTF-8 code into separate file and add extra functions.
2012-02-03 20:21:17 +00:00
txt_utf8.h
Split off UTF-8 code into separate file and add extra functions.
2012-02-03 20:21:17 +00:00
txt_widget.c
Rework the way that window background colors are set, and change the
2012-03-01 20:26:56 +00:00
txt_widget.h
Fix Doxygen comments.
2013-03-31 20:38:03 +00:00
txt_window.c
Merge from trunk.
2012-10-28 23:45:08 +00:00
txt_window.h
Add TXT_MessageBox convenience function.
2011-09-20 20:47:19 +00:00
txt_window_action.c
Rework the way that window background colors are set, and change the
2012-03-01 20:26:56 +00:00
txt_window_action.h
Use "const char" in libtextscreen where appropriate (thanks entryway).
2009-09-20 15:27:40 +00:00