fruitjam-doom/textscreen
Simon Howard 993315afc4 Merge from trunk.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2537
2012-10-28 23:45:08 +00:00
..
examples Merge from trunk. 2012-10-28 23:45:08 +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. 2012-10-28 23:45:08 +00:00
textscreen.h Add scrollable pane widget to textscreen library. 2009-01-29 22:54:13 +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_font.h Add small textscreen font for low resolution displays, based on the 2009-04-23 18:18:43 +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 Remove some calls to TXT_FGColor by using the new TXT_SaveColors system 2012-03-04 12:06:29 +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_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 Merge from trunk. 2012-10-28 23:45:08 +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 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