| .. |
|
examples
|
Upgrade the input box and label widgets to use UTF-8 strings.
|
2012-02-03 21:10:36 +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
|
Split off UTF-8 code into separate file and add extra functions.
|
2012-02-03 20:21:17 +00:00 |
|
textscreen.h
|
Add scrollable pane widget to textscreen library.
|
2009-01-29 22:54:13 +00:00 |
|
txt_button.c
|
Rework textscreen focus handling so that input boxes will stop editing
|
2011-10-23 19:25:55 +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
|
Rework textscreen focus handling so that input boxes will stop editing
|
2011-10-23 19:25:55 +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
|
Rework textscreen focus handling so that input boxes will stop editing
|
2011-10-23 19:25:55 +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
|
Fix CP437-Unicode mapping of cedilla character.
|
2012-02-03 21:38:06 +00:00 |
|
txt_gui.h
|
Split off UTF-8 code into separate file and add extra functions.
|
2012-02-03 20:21:17 +00:00 |
|
txt_inputbox.c
|
Upgrade the input box and label widgets to use UTF-8 strings.
|
2012-02-03 21:10:36 +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
|
Use "const char" in libtextscreen where appropriate (thanks entryway).
|
2009-09-20 15:27:40 +00:00 |
|
txt_io.h
|
Use "const char" in libtextscreen where appropriate (thanks entryway).
|
2009-09-20 15:27:40 +00:00 |
|
txt_label.c
|
Upgrade the input box and label widgets to use UTF-8 strings.
|
2012-02-03 21:10:36 +00:00 |
|
txt_label.h
|
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
|
2009-03-08 22:51:25 +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
|
Rework textscreen focus handling so that input boxes will stop editing
|
2011-10-23 19:25:55 +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
|
Support Unicode input by mapping typed Unicode characters >= 128 up into
|
2012-02-03 21:09:57 +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 textscreen focus handling so that input boxes will stop editing
|
2011-10-23 19:25:55 +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
|
Rework textscreen focus handling so that input boxes will stop editing
|
2011-10-23 19:25:55 +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 textscreen focus handling so that input boxes will stop editing
|
2011-10-23 19:25:55 +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
|
Fix crash when closing a window.
|
2011-10-23 19:42:43 +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 textscreen focus handling so that input boxes will stop editing
|
2011-10-23 19:25:55 +00:00 |
|
txt_window_action.h
|
Use "const char" in libtextscreen where appropriate (thanks entryway).
|
2009-09-20 15:27:40 +00:00 |