fruitjam-doom/textscreen
Simon Howard 9963de836f Don't hog the CPU while waiting for the file selector.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2573
2013-03-31 19:32:22 +00:00
..
examples Add file selector widget to textscreen library. 2013-03-31 18:46:25 +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 Add file selector widget to textscreen library. 2013-03-31 18:46:25 +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 Rework textscreen focus handling so that input boxes will stop editing 2011-10-23 19:25:55 +00:00
txt_desktop.h Rework textscreen focus handling so that input boxes will stop editing 2011-10-23 19:25:55 +00:00
txt_dropdown.c Remove some calls to TXT_FGColor by using the new TXT_SaveColors system 2012-03-04 12:06:29 +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 Don't hog the CPU while waiting for the file selector. 2013-03-31 19:32:22 +00:00
txt_fileselect.h Add file selector widget to textscreen library. 2013-03-31 18:46:25 +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 Add file selector widget to textscreen library. 2013-03-31 18:46:25 +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 Rework textscreen focus handling so that input boxes will stop editing 2011-10-23 19:25:55 +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 Add high-resolution font for textscreen. 2012-11-18 21:56:18 +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 Rework textscreen focus handling so that input boxes will stop editing 2011-10-23 19:25:55 +00:00
txt_window.c Rework the way that window background colors are set, and change the 2012-03-01 20:26:56 +00:00
txt_window.h Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags 2009-03-08 22:51:25 +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